@charset "utf-8";

/* +++++++++++++++++++++++++++++++

 list.css

+++++++++++++++++++++++++++++++ */

/*
カテゴリヘッダ、特集ヘッダ
-----------------------------------*/
header.category,
header.feature {
    margin-bottom: 50px;
}
header.category p :not(.day .brand .name .authorname .price),
header.feature p :not(.day .brand .name .authorname .price){
    margin: 20px 20px 0;
    font-size: 16px;
}

.catereco {
	background-color: #fff;
	margin-bottom: 15px;
}


/*
一覧ソート
-----------------------------------*/
.sort_list {
    margin-bottom: 30px;
	font-size: 16px;
}
.sort_list dl {
    float: left;
    margin: 0;
}
.sort_list dt { margin-bottom: 10px; }
.sort_list dd {
    float: left;
    margin: 0;
}
.sort_list dd:not(:first-child) { margin-left: 1px; }

.sort_list dd a {
    display: block;
    padding: 18px 0;
    background: #BBBBBB;
    color: #fff;
    text-align: center;
}

.sort_list dd a:hover {
    background-color: #20C4BF;
	color: #FFF;
}

.sort_list dd .current {
    background: #1AA09B;
    color: #fff;
}

.sort_list dd .current:hover {
    background: #1AA09B;
}

/* 並び順 */
.sort_list .sort { margin-right: 20px; }
.sort dd { width: 120px; }

/* 表示件数 */
.count dd { width: 50px; }

/*
一覧
-----------------------------------*/
#main .wrap_list { margin: 0; }
.list_item {
    display: -ms-flexbox;
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
	-ms-flex-direction:row;
    -webkit-flex-direction:row;
    flex-direction:row;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-pack:start;
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
    -ms-flex-align:stretch;
    -webkit-align-items:stretch;
    -webkit-box-align:stretch;
    align-items: stretch;
}
.list_item .item {
    position: relative;
    width: 300px;
    margin: 0 20px 50px 0;
}

.list_item .item:nth-child(3n) { margin-right: 0; }

/* 画像関係 */
.list_item .image {
    position: relative;
    /*margin-bottom: 50px;*/
    margin-bottom: 10px;
	background-color: #fff;
}
.list_item .image img { vertical-align: bottom; }
main .list_item .bx-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 275px;
    padding: 5px 10px 5px 15px;
    background: #000;
    background: rgba(0, 0, 0, .5);
    filter: alpha(opacity=0);
    opacity: 0;
}

main .list_item .bx-wrapper .bx-viewport,
main .list_item .bx-wrapper * {
    filter: alpha(opacity=0);
    opacity: 0;
}
main .list_item .item:hover .bx-wrapper,
main .list_item .item:hover .bx-wrapper .bx-viewport,
main .list_item .item:hover .bx-wrapper * {
    filter:alpha(opacity=100);
    opacity: 1;
}
main .list_item .bx-viewport { background: transparent; }
.list_item .list_thumb { margin: 0; }
main .list_item .bx-wrapper .bx-prev,
main .list_item .bx-wrapper .bx-next {
    top: 50%;
    width: 8px;
    height: 15px;
    margin-top: -7px;
}
main .list_item .bx-wrapper .bx-prev {
    left: 3px;
    background: url(/ec/images/common/ico_arrow_w_l.png) no-repeat left top;
}
main .list_item .bx-wrapper .bx-next {
    right: 3px;
    background: url(/ec/images/common/ico_arrow_w_r.png) no-repeat left top;
}

.list_thumb {
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 275px;
    margin: 0;
    padding: 5px 10px 5px 15px;
    background: #000;
    background: rgba(0, 0, 0, .5);
    filter: alpha(opacity=0);
    opacity: 0;
    list-style: none;
}
.bx-wrapper .list_thumb {
    background: transparent;
    padding: 0;
}
.list_thumb li {
    float: left;
    width: 48px;
    margin-right: 5px;
}
.list_item .item:hover .list_thumb {
    filter:alpha(opacity=100);
    opacity: 1;
}


/* タグ */
.list_item .tag {
    position: relative;
    /*top: 310px;*/
    left: 0;
    width: 300px;
    text-align: center;
}
.tag {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tag li {
    display: inline-block;
    width: 72px;
    height: 20px;
    padding-top: 1px;
    background: #c6c4b7;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    vertical-align: top;
    border-radius: 10px;
    margin-bottom: .5em;
}

.tag li.bigIcon {
    width: 150px;
}

.tag li.non_discount {
    width: 184px;
}

.tag li:not(:last-child) { margin-right: 4px; }

.tag li.cancel,
.tag li.back {
    width: 120px;
}

.tag .new,
.tag .sale{
    background: #f7983c;
}
.tag .sold_out {
    border-color: #888;
    background: #888;
    color: #fff;
}


/* 情報 */
.list_item .productInfo {
    position: relative;
    top: -40px;
    left: 0;
    width: 300px;
}

.list_item .brand {
	margin: 0;
	font-size: 12px;
}
.list_item .name {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: bold;
}
.list_item .price {
    margin: 0;
    font-size: 12px;
}
.list_item a:hover .brand ,
.list_item a:hover .name ,
.list_item a:hover .authorname {
    text-decoration: underline;
}
.list_item .price strong {
    margin-right: 0.3em;
    font-size: 16px;
    font-weight: normal;
}

.list_item .price .price_before {
    margin-right: .5em;
}
.list_item .price .tax {
    margin-left: .5em;
}
.list_item .price_down { color: #cd3333; }
.list_item .price del {
    display: block;
    color: #999;
    text-decoration: line-through;
}
.list_item .free_shipping {
    margin: 0;
    color: #cd3333;
    font-size: 12px;
}
.list_item .code {
    margin: 5px 0 0;
    font-size: 12px;
}

/*
ページネーション
-----------------------------------*/
.pagination {
    position: relative;
    margin-bottom: 80px;
    text-align: center;
}
.pagination a,
.pagination span {
    display: inline-block;
    width: 36px;
    height: 35px;
    margin: 0 3px;
    padding-top; 1px;
    line-height: 35px;
}
.pagination a {
    background: #BBBBBB;
    color: #fff;
}
.pagination .current {
    background: #1AA09B;
    color: #fff;
}

.pagination .prev {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1px 10px 0 30px;
}
.pagination .next {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1px 30px 0 10px;
}
.pagination .prev:after {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    width: 8px;
    height: 15px;
    background: url(/ec/images/common/ico_arrow_w_l.png) no-repeat left top;
    content: " ";
}
.pagination .next:after {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 8px;
    height: 15px;
    background: url(/ec/images/common/ico_arrow_w_r.png) no-repeat left top;
    content: " ";
}
.pagination a:hover {
	background-color: #20C4BF;
}
/*
.pagination a:hover,
.pagination .disabled {
    filter:alpha(opacity=60);
    opacity: 0.6;
}
*/

/*
カテゴリフッタ、特集フッタ
-----------------------------------*/
footer.category ,
footer.feature {
    margin-bottom: 80px;
}


/*
サイドカラム　件数表示
-----------------------------------*/
.total_count {
    margin: 0 0 20px;
    padding: 20px 0;
    background: #c6c4b7;
    text-align: center;
    color: #fff;
}
.total_count strong {
    margin: 0 0.4em;
    font-size: 20px;
}

/*
シリーズ一覧
-----------------------------------*/
/* アンカーリンク */
.box_initial {
    margin: -20px 0 50px;
    padding: 20px 40px 15px;
    background: #e6e6de;
}
.list_initial {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list_initial li {
    float: left;
    margin: 0 5px 5px 0;
}
.list_initial a {
    display: block;
    width: 30px;
    padding: 5px 5px 4px;
    background: #dcdcdc;
    text-align: center;
}
.list_initial .wide { width: 75px; }

/* シリーズ・カテゴリリスト */
.box_list {
    padding: 20px 0;
    background: #f2f2f2;
}
#main .box_list:not(:last-child),
.box_list:not(:last-child) { margin-bottom: 50px; }
.list_text {
    margin: -10px 20px 0;
    padding: 0;
    list-style: none;
}
.list_text li {
    float: left;
    width: 30%;
}
.list_text li:not(:nth-child(3n)) { margin-right: 5%; }
.list_text li:nth-child(3n+1) { clear: left; }
.list_text li a {
    display: block;
    padding: 15px;
}
.list_text li a:hover { background: #dcdcdc; }

.list_text li label {
    display: block;
    margin: 5px 0;
}

/* モーダル */
#brand { margin: 20px; }
.modal .box_initial { margin: 0 0 20px; }
.modal .box_brand {
    overflow: auto;
    height: 280px;
}
/*.modal .box_brand + .box_button .button { width: 400px; }*/


/*
特集
-----------------------------------*/
#container.feature { margin-top: 30px; }
#container.feature .list_item .item { width: 288px; }
#container.feature .list_item .item:nth-child(3n) { margin-right: 10px; }
#container.feature .list_item .item:nth-child(4n) { margin-right: 0; }
#container.feature .list_item .tag {
    top: 291px;
    width: 288px;
}
#container.feature .list_item .tag li { width: 70px; }
#container.feature .list_item .bx-wrapper,
#container.feature .list_thumb { min-width: 263px; }
