/*================================================================================
FileName: _layout.scss
================================================================================*/
/*-----------------------2019renewal CSS-----------------------*/
/*最初に開くタブを設定*/
.tab-boxFirstOpen {
    display: block;
}
/*2007年下付き文字*/
.m3_pec {
    font-size: 8px !important;
    vertical-align: -10%;
    letter-spacing: auto !important;
    padding: 0 !important;
    display: inline-block !important;
}
/*背景色の設定*/
#contents .bgrd_style:nth-of-type(odd) {
/*#contentsから奇数の.bgrd_styleは.bgGray02の色にする*/
    background-color: #f5f5f5 !important;
}
#contents .bgrd_style:nth-of-type(even) {
/*#contentsから偶数の.bgrd_styleは.bgWhiteの色にする*/
    background-color: #ffffff !important;
}

@media only screen and (min-width: 897px) {
/*技術論文 ピックアップ*/
    #container .rd_ul .ll01-list:nth-child(n+3) {
        margin-top: 0;
    }
    #container .rd_ul .ll01-list {
        width: 100%;
        padding: 16px 0;
        font-size: 18px;
    }
/*技術論文 論文ページ アンカーリンク*/
    .ancStyle01 li {
    width: 100%;
    position: relative;
    }
    .ancStyle01 li:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .ancStyle01 li:nth-child(n+4) {
        margin-top: 0;
    }

    .ancStyle01.full li:nth-child(n+2) {
        border-top: 1px solid #fff;
    }
    .ancStyle01.full li a {
        padding: 5px 50px 5px 15px;
    }
    .ancStyle01.full li span {
        font-size: 14px;
        line-height: 1.4;
    }
    .anc_title {
        font-size: 16px;
    }
    .anc_title span {
        font-size: 14px;
        font-weight: normal;
        padding-left: 15px;
    }
    /*2013年～1996年冊子画像*/
    .rd_booklet {
    border: 1px solid #cccccc;
    box-sizing: border-box;
    width: 142px;
    height: 202px;
    }
}

@media only screen and (max-width: 896px) {
    #container .blur.rd_small {
        height: 100px !impottant;
    }
    #container .rd_small {
        height: 100px !important;
        /*padding: 20px 18px 20px !important; 20200302_add_ks*/
    }
    .ancStyle01 li {
        width: 100%;
        min-height: 36px;
        margin-bottom: 1px;
    }
    .ancStyle01 li:nth-child(n+3) {
    margin-top: 0;
    }
    .ancStyle01 li span {
    padding: 3px 25px 3px 13px;
    }
    .linkList01 .ll01-list a {
        word-break: break-word;
        overflow-wrap: break-word;
    }
    /*2013年～1996年冊子画像*/
    .rd_booklet {
        border: 1px solid #cccccc;
        box-sizing: border-box;
    }
}

/*PDF アイコン*/
.wa {
    width: auto;
}