@charset "utf-8";

.search-box { border:1px solid #ddd; background:#fafafa; padding:20px 15px 3px; margin-bottom:15px; }
.label-sp { margin-right:10px; }

/* ��� */
.list-wrap { overflow:hidden; line-height:20px; }
.list-wrap .txt-normal { letter-spacing:0; }
.list-wrap .txt-short { letter-spacing:-1px; padding-right:1px; }
.list-wrap .item-row { float:left; padding:0 15px }
.list-wrap .item-image { position:relative; overflow:hidden; }
.list-wrap .item-content { padding-top:10px; margin:0px 4px; text-align:center; }
.list-wrap .item-star { text-align:center; overflow:hidden; letter-spacing:-1px; font-size:18px; line-height:20px; height:20px; margin-bottom:4px; }
.list-wrap .item-name { overflow:hidden; letter-spacing:-1px; padding-right:1px; text-align:center; font-size:14px; }
.list-wrap .item-name a{font-size:20px; font-weight:bold}
.list-wrap .item-text { font-size:12px; color:#888; }
.list-wrap .item-price { margin-top:4px; line-height:22px; }
.list-wrap .item-price b { font-size:16px; display:inline-block; margin:0px 4px; color:#fe0000}
.list-wrap .item-price b i { font-size:12px; }
.list-wrap .item-price strike { color:#888; margin:0px 4px; font-size:14px; display:inline-block; }
.list-wrap .item-details { color:#888; margin-top:10px; padding:0px 1px; font-size:13px; text-align:center; }
.list-wrap .item-sp { margin:0px 4px; white-space:nowrap; }
.list-wrap .item-sp i { margin-right:2px; color:#888; }
.list-wrap .item-sns { margin-top:15px; text-align:center; }
.list-wrap .item-sns img { width:15%; max-width:34px; border-radius:50%; }
.list-none { margin:0px 0px 15px; padding:80px 0px; text-align:center; color:#888; }
.list-page { margin:30px 0px; }
.list-page .pagination { margin:0; }

.item-list { 
	margin: 0px 0px 10px; border: 1px solid rgb(231, 231, 231); transition:0.3s linear; border-image: none; overflow: hidden; position: relative; cursor: default; -webkit-transition: all 0.3s linear; border-radius:20px; padding-bottom:20px}
.item-details {
    color: #888;
    min-height: 22px;
    margin-top: 10px;
    padding: 0px 1px;
    font-size: 13px;
    text-align: center;
}
.item-sp {
    margin: 0px 4px;
    white-space: nowrap;
    color: #333;
    font-size: 20px;
    font-weight: bold;
}
.item-sp span {
    font-size: 16px;
}

 .more .more_btn {
    overflow: hidden; z-index:9;
}
.more>button {
    background: none;
    border: 1px solid #999;
    border-radius: 50px;
    color: #777;
    display: block;
    font-size: 17px;
    margin: 1em auto;
    padding: 10px;
    position: relative;
    text-transform: uppercase;
    width: 150px;
}
.more>button, .more>button::after {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.more>button::before, .more>button::after {
    background: #333;
    content: '';
    position: absolute;
    z-index: -1;
}
.more .more_btn::after {
    height: 100%;
    left: -35%;
    top: 0;
    transform: skew(50deg);
    transition-duration: 0.4s;
    transform-origin: top left;
    width: 0;
}
.item-list:hover button::after{width:200%; color:#FFF }
.item-list:hover:hover button{color:#FFF;border:1px solid #333}

.pro_nav_wrap{position:relative; width:100%; overflow:hidden}
.pro_view{overflow:hidden; float:right; padding-right:20px}
.pro_view>li{float:left; padding-left:15px;}
.pro_view>li>a{color:#888}
.pro_view>li>a:hover{color:#333}
.list_color>ul{display:table; margin:0 auto}
.list_color>ul>li{display:table-cell; width:15px; height:15px; border-radius:15px; padding:0 5px}
.list_color>ul>li:first-child{margin-left:0}
.list_color>ul>li figure{width:15px; height:15px; border-radius:15px}

@media all and (max-width:665px){
.list-wrap .item-name a{font-size:14px}
.more>button {
    font-size: 14px;
    padding: 5px;
    width: 100%;
}	
.list-wrap .item-row{padding:0 5px}
.list-wrap .item-name{text-overflow:ellipsis; white-space:nowrap; word-wrap:normal;}
}
