/**/
* {
    margin: 0;
    padding: 0;
    box-sizing:border-box;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html,body {
    height: 100%;
}

body {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', '游ゴシック', YuGothic, 'Meiryo UI', 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 14px;
    line-height: 1;
    color: #333333;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: dodgerblue;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    opacity: 0.7;
}
/* layout */
#wrapper {
    margin: auto;
}

.header {}

.header-inner {
    width: 900px;
    margin:auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.content {}
.content-inner {
    width: 900px;
    margin:auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer {}
.footer-inner {
    width: 900px;
    margin:auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.popup .header-inner,
.popup .content-inner,
.popup .footer-inner {
    width: 650px;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* headline */

h1 {
    font-size: 225%;
}

h2 {
    font-size: 180%;
}

h3 {
    font-size: 140%;
}

h1, h2, h3, h4 {
    clear: both;
}

.popup h1 {
    font-size: 180%;
}

.popup h2 {
    font-size: 140%;
}

.popup h3 {
    font-size: 120%;
}
/* header */
.header {
    background: #333;
    color:#fff;
}
.header h1 {
    margin-bottom: 30px;
}

.header p {
    margin-bottom: 15px;
    line-height: 1.4;
}

.header a {
    color: #6cf;
}
.index-list {
    line-height: 2.4;
    margin:0 15px;
}

.index-list dt {
    clear: both;
    float: left;
    width: 200px;
}

.index-list dd {
    border-bottom: 1px solid #666;
}

.index-list dd:last-child {
    border-bottom: none;
}

.index-list ul li {
    display: inline-block;
    padding-right: 8px;
}

.index-list ul li::before {
    content: "●";
    font-size: 10px;
    padding-right: 5px;
    color: #999;
}

.index-list-br {
    line-height: 2.4;
    margin:0 15px;
}

.index-list-br ul li {
    font-size: 16px;
    line-height: 2;
}

.index-list-br ul li::before {
    content: "\e93e";
    font-family: "icomoon";
    font-size: 16px;
    padding-right: 5px;
    color: #999;
}

.popup .header h1,
.popup .header p {
    margin-bottom: 10px;
}

/* content */

.content div,
.content h1,
.content h2,
.content h3,
.content h4,
.content p,
.content ul,
.content ol,
.content dl {
    line-height: 1.4;
	margin-bottom: 15px;
}

.content h2 {
    padding: 20px 30px;
    line-height: 1.1;
    border-left: 8px solid #ccc;
}

.content h3 {
    border-left: 5px solid #efefef;
    padding: 5px 15px;
    line-height: 1.1;
}

.content blockquote {
    border: 1px solid #d5d5d5;
    background: #efefef;
    font-size: 12px;
    line-height: 1.4;
    padding: 5px;
    margin-bottom: 15px;
}

.content blockquote.block-nowrap {
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
}

/*usage-doc*/
.usage-doc .content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.usage-doc .content h2 {
    margin: 50px 0 20px;
    padding-bottom: 10px;
    color: #666;
    border-bottom: 1px solid #d9d9d9;
}

.usage-doc .content h3 {
    margin-top: 50px;
    font-weight: bold;
}
.usage-doc .content ul > li {
    font-size: 16px;
    line-height: 2;
}

.usage-doc .content ul > li::before {
    content: "\ea42";
    font-family: "icomoon";
    font-size: 16px;
    padding-right: 5px;
    color: #4cdb4c;
}

.usage-doc .content ol {
    margin-left: 40px;
}

.usage-doc .content ol > li {
    font-size: 16px;
    line-height: 2;
    list-style: decimal;
}

/* tag-list*/
.tag-name {
    padding-left: 5px;
    padding-right: 5px;
}

.tag-list {
    width: 100%;
    border: 1px solid #d9efff;
    font-size: 11px;
}

.tag-list td {
    padding: 8px 5px 7px;
    border: 1px solid #d9efff;
    vertical-align: middle;
    line-height: 1.4;
}

.tag-list thead td,
.tag-list thead th {
    background: #d9efff;
    padding: 5px;
}

.tag-list thead h3{
    font-weight: bold;
    border-bottom: 1px solid #f3f3ff;
}

.tag-name,
.tag-list tbody td:nth-last-of-type(3),
.tag-list tbody td:nth-last-of-type(4),
.tag-list tbody td:nth-last-of-type(5),
.tag-list tbody td:nth-last-of-type(6),
.tag-list tbody td:nth-last-of-type(7){
    color: #f66;
    font-size: 12px;
    font-weight: bold;
}

.tag-list tbody td:nth-last-of-type(2) {
    text-align: center;
}

.tag-list .tag-list-level1 td:nth-child(1) {
    border-width: 1px 0 0 1px;
}
.tag-list .tag-list-level1 td:nth-child(2),
.tag-list .tag-list-level1 td:nth-child(3),
.tag-list .tag-list-level1 td:nth-child(4) {
    border-width: 1px 0 0 0;
}


.tag-list .tag-list-level2 td:nth-child(1) {
    border-width: 0 1px 0 1px;
}
.tag-list .tag-list-level2 td:nth-child(2) {
    border-width: 1px 0 0 1px;
}
.tag-list .tag-list-level2 td:nth-child(3),
.tag-list .tag-list-level2 td:nth-child(4) {
    border-width: 1px 0 0 0;
}

.tag-list .tag-list-level3 td:nth-child(1),
.tag-list .tag-list-level3 td:nth-child(2) {
    border-width: 0 1px 0 1px;
}
.tag-list .tag-list-level3 td:nth-child(3),
.tag-list .tag-list-level3 td:nth-child(4) {
    border-width: 1px 0 0 0;
}

.tag-list .tag-list-level4 td:nth-child(1),
.tag-list .tag-list-level4 td:nth-child(2),
.tag-list .tag-list-level4 td:nth-child(3){
    border-width: 0 1px 0 1px;
}


.tag-list.mail-list .tag-list-level1 td:nth-child(1) {
    border-width: 1px 0 0 1px;
}
.tag-list.mail-list .tag-list-level1 td:nth-child(2),
.tag-list.mail-list .tag-list-level1 td:nth-child(3),
.tag-list.mail-list .tag-list-level1 td:nth-child(4),
.tag-list.mail-list .tag-list-level1 td:nth-child(5) {
    border-width: 1px 0 0 0;
}

.tag-list.mail-list .tag-list-level2 td:nth-child(1) {
    border-width: 0 1px 0 1px;
}
.tag-list .mail-list .tag-list-level2 td:nth-child(2) {
    border-width: 1px 0 0 1px;
}
.tag-list.mail-list .tag-list-level2 td:nth-child(3),
.tag-list.mail-list .tag-list-level2 td:nth-child(4),
.tag-list.mail-list .tag-list-level2 td:nth-child(5) {
    border-width: 1px 0 0 0;
}

.tag-list.mail-list .tag-list-level3 td:nth-child(1),
.tag-list.mail-list .tag-list-level3 td:nth-child(2) {
    border-width: 0 1px 0 1px;
}
.tag-list.mail-list .tag-list-level3 td:nth-child(3) {
    border-width: 1px 0 0 1px;
}
.tag-list.mail-list .tag-list-level3 td:nth-child(4),
.tag-list.mail-list .tag-list-level3 td:nth-child(5) {
    border-width: 1px 0 0 0;
}

.tag-list.mail-list .tag-list-level4 td:nth-child(1),
.tag-list.mail-list .tag-list-level4 td:nth-child(2),
.tag-list.mail-list .tag-list-level4 td:nth-child(3) {
    border-width: 0 1px 0 1px;
}
.tag-list.mail-list .tag-list-level4 td:nth-child(4) {
    border-width: 1px 0 0 1px;
}
.tag-list.mail-list .tag-list-level4 td:nth-child(5){
    border-width: 1px 0 0 0;
}

.tag-list.mail-list .tag-list-level5 td:nth-child(1),
.tag-list.mail-list .tag-list-level5 td:nth-child(2),
.tag-list.mail-list .tag-list-level5 td:nth-child(3),
.tag-list.mail-list .tag-list-level5 td:nth-child(4){
    border-width: 0 1px 0 1px;
}

/*diff*/
.diff-block > div div{
    display: none;
}
.diff-block > div.show div{
    display: block;
}
.diff-block > div h3{
    position: relative;
    padding: 9px 10px 8px;
    background-color: #d9d9d9;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.6s;
}
.diff-block > div h3:hover{
    background-color: #ccc;
}
.diff-block > div.show h3{
    background-color: #efefef;
}
.diff-block > div h3::after{
    content: '+';
    position: absolute;
    right: 10px;
    top: 9px;
    transition: 0.6s;
    font-weight: bold;
}
.diff-block > div.show h3::after{
    transform: rotate(45deg);

}


/*diff-table*/

.diff-table td,
.diff-table th {
    padding: 8px 5px 7px;
    border: 1px solid #bcd;
    vertical-align: middle;
    line-height: 1.4;
}

.diff-table thead th {
    font-weight: bold; 
}

.diff-table thead td,
.diff-table thead th {
    background: #d9efff;
    padding: 5px;
}

.diff-table tbody th {
    background: #d9efff;
    text-align: left;
}
.diff-table blockquote.block-nowrap {
    width: 340px;
}
.diff-table .diff-part{
    color: #f66;
}

/*simple-table*/
.simple-table td,
.simple-table th {
    padding: 5px 5px 4px;
    border: 1px solid #b3b3b3;
    vertical-align: middle;
    line-height: 1.4;
}

.simple-table thead th {
    font-weight: bold; 
}

.simple-table thead td,
.simple-table thead th {
    background: #d9d9d9;
    padding: 5px;
}

.simple-table tbody th {
    background: #d9d9d9;
    text-align: left;
}

/* html-theme-diff-table */

.html-theme-diff-table td{
    background-color: #efefef;
}

.html-theme-diff-table tr td:nth-last-child(1),
.html-theme-diff-table tr td:nth-last-child(2),
.html-theme-diff-table tr td:nth-last-child(3){
    text-align: center;
}

.html-theme-diff-table tr td:nth-last-child(1),
.html-theme-diff-table tr td:nth-last-child(2){
    background-color: #fff;
}

/* instaflow */

.content .instaflow {
    display: flex;
    margin-bottom: 0;
}

.content .instaflow div {
    float: left;
    width: 25%;
    margin-bottom: 0;
    border: 1px solid #ccc;
}

.content .instaflow div p {
    padding: 0 10px;
    margin-bottom: 15px;
}

.usage-doc .content .instaflow div ol {
    margin: 5px 5px 5px 30px;
}

.usage-doc .content .instaflow div ol li {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 1em;
}

.usage-doc .content .instaflow div h3 {
    position: relative;
    width: 100%;
    height: 60px;
    margin: 0;
    padding:5px 10px 5px 45px;
    background: #efefef;
    border-bottom: 1px solid #ccc;
}
.usage-doc .content .instaflow div h3::before {
    position: absolute;
    display: block;
    z-index: 1;
    content: "";
    border: 30px solid #999;
    border-color: transparent transparent transparent #999;
    top: 0;
    right: -61px;
}

.usage-doc .content .instaflow div h3::after {
    position: absolute;
    display: block;
    z-index: 1;
    content: "";
    border: 30px solid #efefef;
    border-color: transparent transparent transparent #efefef;
    top: 0;
    right: -60px;
}

.usage-doc .content .instaflow div:last-child h3::before,
.usage-doc .content .instaflow div:last-child h3::after {
    content: none;
}

.usage-doc .content .instaflow div h3 + p,
.usage-doc .content .instaflow div h3 + ol {
    margin-top: 15px;
}

/* footer */
.footer {
    background: #242424;
}
/* copyright */
.copyright{
    text-align: center;
    color: #adadad;
    font-size: 12px;
}

/* pagetop */

.btn-pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    transition: all linear .2s;
    text-align: right;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    z-index: 101;
}

.btn-pagetop.is-show {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.btn-pagetop a {
    position: relative;
    display: block;
    width: 130px;
    height: 50px;
    cursor: pointer;
    border-radius: 225px;
    background-color: rgba(0, 0, 0, .8);
}

.btn-pagetop a:after {
    position: absolute;
    display: block;
    width: 23px;
    height: 12px;
    margin-top: 18px;
    margin-left: 28px;
    content: 'PAGETOP↑';
    color: #fff;
    opacity: 0.7;
}

.btn-close span{
    float: right;
    display: inline-block;
    border-radius: 10px;
    height: 30px;
    line-height: 30px;
    padding:0 12px;
    color: #333;
    background-color: #efefef;
}

.copy-tag-area-indv {
    clear: both;
    margin:20px 0;
    padding: 8px 12px 7px;
    background: #efefef;
}

.copy-tag-area-indv h3 {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    vertical-align: middle;
    margin-bottom: 5px;
}

.copy-tag-area-indv h3:hover {
    opacity: .7;
}

.copy-tag-area-indv h3:before {
    content: "▼";
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 25%;
    color: #fff;
    font-size: 8px;
    background-color: #666;
    margin-right: 8px;
    vertical-align: middle;
}

.copy-tag-area-indv h3.tag-area-open:before{
    content: "▲";
    color: #fff;
    background-color: #ccc;
}

.copy-tag-area-indv h3 span {
    font-size: 10px;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding: 0 8px;
    margin-left: 8px;
    background-color: #d1d1d1;
    vertical-align: middle;
}

.copy-tag-area-indv a span {
    font-size: 12px;
}

.copy-tag-area-indv .btn-copy span {
    float: right;
    display: inline-block;
    border-radius: 10px;
    height: 30px;
    line-height: 30px;
    background: #333;
    padding: 0 15px;
    color: #efefef;
    text-align: center;
    margin-left: 10px;
}

.copy-tag-area-indv .btn-copy.tag-area-open span {
    background: #999;
}

.copy-tag-area-indv .tag-area {
    display: none;
    margin: 15px 0 0;
    clear: both;
}

.copy-tag-area-indv .tag-area p {
    font-size:12px;
    line-height: 18px;
}

.copy-tag-area-indv .tag-area textarea {
    height: 180px;
    width: 618px;
    border: 1px solid #999;
    padding: 6px 12px;
}

a:hover span {
    opacity: .7;
}

a.blankicon::after {
    font-size: 14px;
    margin-left: 3px;
    margin-right: 10px;
    content: "\ea7e";
    font-family: "icomoon";
}
/* リスト */
.list-dot {
    list-style: disc;
    margin-left: 30px;
}
  
.list-dot li {
    margin-left: 30px;
    line-height: 20px;
    margin-bottom: 10px;
}
  
.list-dot li:last-child {
    margin-bottom: 0;
}
  
.list-num {
    list-style: decimal;
    margin-left: 30px;
}

.list-num li {
    margin-left: 30px;
    line-height: 30px;
}