@charset "utf-8";
.webdesc {
    margin: 0 0 35px
}

.download.layoutlist_1 {
    padding-top: 29px;
    padding-bottom: 46px
}

.download .search_area {
    margin-bottom: 32px;
    position: relative
}

.download .year-container {
    float: left;
    position: relative
}

.download .search-container {
    float: left;
    margin-left: 10px;
    position: relative
}

@media (max-width:480px) {
    .download .search-container {
        margin-top: 20px!important
    }
}

.download .search_bg {
    border: 1px solid #b7b7b7
}

.download .search_input {
    width: 285px;
    color: #404040;
    line-height: 33px;
    height: 33px;
    display: block;
    margin-left: 12px;
    margin-right: 35px;
    padding: 0 12px 0 0;
    border: 0
}

.download .search-go {
    width: 37px;
    height: 33px;
    position: absolute;
    right: 0;
    top: 1px;
    cursor: pointer;
    line-height: 33px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    color: #7d7d7d;
    border-left: 1px solid #b7b7b7
}

.download .list_table {
    border-collapse: collapse;
    width: 100%
}

.download .list_table th {
    line-height: 31px;
    text-align: center;
    color: #3e3e3e;
    font-weight: 400
}

.download .list_table td.split, .download .list_table th.split {
    width: 3px;
    font-size: 1px
}

.download .list_table th.list_no {
    width: 71px;
    border-bottom: 3px solid #ababab
}

.download .list_table th.list_subject {
    border-bottom: 3px solid #b9b9b9
}

.download .list_table th.list_date {
    width: 78px;
    border-bottom: 3px solid #d1d1d1
}

.download .list_table th.list_downloadbtn {
    width: 95px;
    border-bottom: 3px solid #dfdfdf
}

.download .list_table tr.odd {
    background: #fff
}

.download .list_table tr.even {
    background: #f7f7f7
}

.download .list_table td {
    line-height: 16px;
    padding: 18px 0;
    text-align: center
}

.download .list_table td.list_no {
    border-bottom: 1px solid #dedede
}

.download .list_table td.list_subject {
    border-bottom: 1px solid #dedede;
    padding-left: 12px;
    padding-right: 12px;
    text-align: left
}

.download .list_table td.list_date {
    border-bottom: 1px solid #dedede
}

.download .list_table td.list_downloadbtn {
    border-bottom: 1px solid #dedede
}

.download .list_table .download_btn {
    display: block;
    cursor: pointer;
    background: transparent url(images/icon_30_30.png) 0 0 no-repeat;
    width: 17px;
    height: 16px;
    margin: 0 auto
}

.download .list_table .download_btn:hover {
    display: block;
    cursor: pointer;
    background: transparent url(images/icon_30_30.png) -30px 0 no-repeat;
    width: 17px;
    height: 16px
}

.oneline {
    padding: 29px 0;
    border-bottom: 1px solid #dedede;
    clear: both;
    position: relative
}

.oneline:last-child {
    border-bottom: 0
}

.item {
    width: 31%;
    float: left;
    margin-right: 3.3%
}

.pagetype2 .item {
    width: 45%;
    margin-right: 5%
}

.noline {
    border-right: 0;
    margin-right: 0
}

.layoutlist_3 td {
    text-align: left;
    vertical-align: top
}

.item div.img:nth-child(1) {
    position: relative
}

.layoutlist_3 .download_subject {
    line-height: 1.4
}

.layoutlist_3 .summary {
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 1.4;
    color: #818181
}

.layoutlist_3 .dbtn_v2 {
    display: inline-block;
    margin: 15px 0 0;
    padding: 6px .8em;
    font-size: 14px;
    line-height: 1.2;
    color: #333;
    border: 1px solid #b7b7b7;
    border-radius: 2px;
    background: #fff;
    text-decoration: none;
    cursor: pointer
}

.no-touch .layoutlist_3 .dbtn_v2:hover {
    background: #333;
    border-color: #333;
    color: #fff
}

.item div.img:nth-child(2) {
    left: 0;
    position: absolute;
    top: 0
}

.item div.img:nth-child(1) img, .item div.img:nth-child(2) img {
    height: auto;
    width: 100%
}

.item div.img:nth-child(2) {
    height: 100%;
    opacity: 1;
    transition: opacity .35s ease-in-out 0s;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    display: block
}

.item div.img:nth-child(2):hover {
    opacity: 0
}







/* layoutlist_4 */
.list_faketb{
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    font-size: 15px;
}
.list_faketb__li {
    flex: 0 0 100%;
    display: flex;
    flex-flow: row wrap;
}
.list_faketb__li.list_faketb__li--header > div{
    font-weight: bold;
    border-bottom: #ababab 3px solid;
}
.list_faketb__li>div{
    padding: 16px;
    border-bottom: #dedede 1px solid;
}

.list_faketb__no {
    flex: 0 0 3em;
    box-sizing: content-box;
    text-align: center;
}
.list_faketb__subject {
    flex: 1 1 auto;
}
.list_faketb__date {
    flex: 0 0 6em;
    box-sizing: content-box;
    text-align: center;
}
.list_faketb__download1 {
    flex: 0 0 100px;
    text-align: center;
}
.list_faketb__download2 {
    flex: 0 0 100px;
    text-align: center;
}
.list_faketb__downloadForMobile{
    display: none;
}
.download .ii-down2, .download .ii-book{ 
    display: inline-block;
    font-size: 21px; 
    color: #555; 
    vertical-align: top;
}
.ii-book:before {content: "\e974";}
.ii-down2:before {content: "\e975";}
@media (min-width:768px){
    .list_faketb__li:nth-child(odd):not(.list_faketb__li--header){
        background: #f7f7f7;
    }
    .list_faketb__li>div+div{
        margin: 0 0 0 8px;
    }
}
@media (max-width:767px){
    .list_faketb__li.list_faketb__li--header{
        display: none;
    }
    .list_faketb__li{
        border-top: #ababab 3px solid;
    }
    .list_faketb__no {
        order: 0;
    }
    .list_faketb__date{
        order: 1;
        flex: 1 1 calc(100% - 3em - 32px - 8px);
        margin: 0 0 0 8px;
        box-sizing: border-box;
    }
    .list_faketb__subject {
        order: 2;
        flex: 1 1 100%;
    }
    .list_faketb__download1 {
        display: none;
    }
    .list_faketb__download2 {
        display: none;
    }
    .list_faketb__li>.list_faketb__downloadForMobile{
        display: flex;
        order: 3;
        flex: 1 1 100%;
        border: #dedede 1px solid;
        margin: -1px 0 32px;
        padding:0;
    }
    .downloadForMobile__btn{
        position: relative;
        flex: 1 1 100%;
        padding: 16px 8px;
        text-align: center;
    }
    
    .downloadForMobile__btn+.downloadForMobile__btn:before{
        content: "";
        position: absolute;
        display: block;
        left: -1px;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 1.4em;
        background: #dedede;
        pointer-events: none;
    }
    .downloadForMobile__btn__text{
        display: inline-block;
        vertical-align: top;
        margin-left: 8px;
    }
}
