@charset "utf-8";
/*------------ download ------------*/
/*d_type1*/
.download-list.type1 .item .name{
    color: #32302D;
    font-weight: normal;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}
.download-list.type1 .item .box:hover .name{
    color: #6A080C;
}
.download-list.type1 .item.title_item .box:hover .name{
    color: #32302D;
}
.download-list.type1 .item .col+.col:before {
    background: #ddd;
}
.download-list.type1 .item:nth-child(even) {
    background: #e7e7e7;
}
/*/d_type1*/
/*d_type2*/
.download-list.column3 .item {
    padding: 0 0 40px;
}
.download-list.type2 .item .name{
    color: #32302D;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}
.download-list.type2 .item .box:hover .name{
    color: #6A080C;
}
.download-list.type2 .box .text .download,
.download-list .item .text .download span{
    font-size: 13px;
    background: #444;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'Ysabeau Infant', serif;
}
.download-list.type2 .box:hover .text .download ,
.download-list .box:hover .text .download span{
    background: #D4AA56;
    color: #fff;
}
/*/d_type2*/
/*------------ /download ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1200px) {
    .download-list.column3 .item {
        width: 50%;
    }
    .download-list.column3 .item:nth-child(n) {
        clear: none;
    }
    .download-list.column3 .item:nth-child(2n+1-1) {
        clear: left;
    }
}
@media screen and (max-width: 1000px) {
    .download-list.type2 .item .name {
        line-height: 1.6;
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .download-list{
        margin: 0;
    }
    .download-list .item,
    .download-list.column3 .item {
        width: 100%;
        padding: 0 0 25px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 25px;
    }
    .download-list.type1 .item .text .download span{
        width: 91px;
    }
    .download-list .item .text .download span:before{
        width: 16px;
        height: 16px;
        margin: 0 3px 2px 0;
    }
    .has-side .download-list.type2 .item .text .download {
        bottom: 15px;
    }
}
@media screen and (max-width: 480px){
    .download-list .pic{
        max-width: 110px;
    }
    .download-list .item .text{
        max-width: calc(100% - 125px);
        padding: 10px 15px;
    }
    .download-list .item .text .download span{
        margin: 0 0 0 0;
    }
}