@charset "utf-8";
/*------------ link ------------*/
.link-list .item .name{
    color: #46362B;
}
.link-list .item .box:hover .name{
    color: #EE7B1D;
}
.link-list .url{
    padding: 0 5px;
    display: none;
}
.link-list.type1 .item .txt{
    background: rgb(70, 54, 43, 0.8);
    border-radius: 5px 5px 0 0;
}
.link-list.type2 .pic{
    padding: 6px;
    transition: all .3s ease;
}
.link-list.type2 .item .txt{
    margin: 0;
}
.link-list.type2 .item .name{
    padding: 15px 0 5px;
    line-height: 1.5;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    margin: 0;
    text-align: center;
}
/*------------ rwd ------------*/
@media screen and (max-width: 767px){
    .link-list .item .name{
        padding: 7px 5px 7px 5px;
        text-align: center;
    }
}
