@charset "UTF-8";

#menu-list {
    padding-top: 80px;
}
section#top_slider {
    margin-top: 30px;
}



#information-jewelry {
    padding-top: 60px;
    padding-bottom: 80px;
}


#information-jewelry ul.list_wrap {
    margin-top: 40px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}


#information-jewelry ul.list_wrap li {

}


#information-jewelry ul.list_wrap dl {
    overflow: hidden;
    padding-top: 20px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
}

#information-jewelry ul.list_wrap dl:first-child {
    border-top: 1px solid #f0f0f0;
}



#information-jewelry ul.list_wrap dl dt {
    font-size: 14px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    padding-bottom: 3px;
}

#information-jewelry ul.list_wrap dl dt span {
    background-color: #000;
    color: #fff;
    display: inline-block;
    margin-left: 1em;
    padding-left: .5em;
    padding-right: .5em;
}

#information-jewelry ul.list_wrap dl dd {
    font-size: 15px;
    display: block;
    padding-top: 2px;
}


#information-jewelry ul.list_wrap dl dd a:hover {
    text-decoration: underline;
}




#link_btn_jewelry .btn{
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block;
    border: 1px solid #555;
    padding: 10px 30px;
    text-align: center;
    outline: none; 
    transition: ease .2s;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
    font-size: 15px;
}

#link_btn_jewelry .btn span {
    position: relative;
    z-index: 3;
    color:#333;
}

#link_btn_jewelry .btn:hover span{
    color:#fff;
}

#link_btn_jewelry .bgleft:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background:#333;
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}

#link_btn_jewelry .bgleft:hover:before{
    transform-origin:left top;
    transform:scale(1, 1);
}




.brandSlideCollections dl{
    text-align: center;
    padding: 0px 5px;
}

.brandSlideCollections dl dd.name1{
    font-size: 16px;
}

.brandSlideCollections dl dd.name1{
    font-size: 15px;
    font-weight: lighter;
}

.brandSlideCollections dl dd.name2{
    font-size: 12px;
    color: #8b8b8b;
}

.brandSlideCollections dl dd.name3{
    font-size: 10px;
}
