﻿/* =====================================================================
*
*    商品一覧/ProductList
*
* =================================================================== */
.page-head .title.default {
	color: #000;
	font-size: 16px;
	margin: 15px 10px 0;
	padding: 0 10px 0 20px;
	position: relative;
}
.page-head .title.default:before,
.page-head .title.default:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 4px;
	position: absolute;
	left: 0;
	top: 50%;
}
.page-head .title.default:before {
	background: #0B377C;
	margin-top: -5px;
}
.page-head .title.default:after {
	background: #882525;
	margin-top: 1px;
}

/* ---------------------------------
*    ソート/絞り込み/表示切り替え
*/

.sort-wrap {
	padding: .5em 0 1em;
}

.sort-nav {
	float: left;
	display: table;
    table-layout: fixed;
    width: 70%;
}

.sort-nav li {
    display: table-cell;
}

.sort-nav li a {
	border: 3px solid #555;
	color: #555;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	margin-right: 1%;
}

.sort-nav li a:last-child {  }

.sort-nav li a.active {
	background-color: #555;
	color: #fff;
}

.toggle-advance,
.toggle-sort {
	display: none;
	width: 100%;
	margin: .5em 0;
}

.sort-toggle h3 {
	background-color: #555;
	color: #fff;
	font-size: 13px;
	padding: .5em;
}

.sort-toggle table {
	width: 100%;
}

.sort-toggle table th,
.sort-toggle table td {
	padding: 1em .5em;
	border-bottom: 1px solid #000;
}

.sort-toggle table th {
	background-color: #ccc;
	width: 25%;
	font-weight: normal;
}

.sort-toggle table td {
	background-color: #eee;
	width: 75%;
}

.sort-toggle .sort-word input,
.sort-toggle .sort-category select {
	width: 100%;
}

.sort-toggle .horizon li {
	display: inline-block;
}

.sort-toggle .button {
	margin: .5em 0;
}

.sort-toggle .btn {
	padding: 1em 0;
	background-color: #000;
	color: #fff;
	width: 80%;
	margin: 0 auto;
}

.layout-nav {
	float: left;
	display: table;
    table-layout: fixed;
    width: 30%;
}

.layout-nav li {
    display: table-cell;
}

.layout-nav li a {
	display: block;
	background-color: #555;
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.layout-nav li a.active { background-color: #000; }
.layout-nav li a:first-child { margin-right: 1px; }


/* =====================================================================
*
*    商品詳細/ProductDetail
*
* =================================================================== */

.wrap-product-detail {
	margin: 0 10px;
}

.wrap-product-detail header { margin: 1em 0; }

.wrap-product-detail header h1 {
	background: #F6F6F6;
	font-size: 16px;
	line-height: 1.2;
	margin: 0 -10px;
	padding: 10px;
	position: relative;
}

.wrap-product-detail header strong {
}

.wrap-product-detail .attention {
	color: #f00;
	font-size: 11px;
	line-height: 1.5;
}

.wrap-product-detail .sns {
	margin: .5em 0;
}

.wrap-product-detail .sns .button {
	display: inline-block;
}

.product-info { margin: 20px 0; }

.product-info .set-promotion p {
	font-size: 12px;
	line-height: 1.5;
	margin-top: .5em;
}

.wrap-product-detail .product-price { margin-bottom: .5em; }
.wrap-product-detail .product-price p { font-size: 15px; }
.wrap-product-detail .product-price .special span {
	font-size: 12px;
}
.wrap-product-detail .product-price .num { font-size: 19px; font-weight: bold; }

.wrap-product-detail .product-icon img {
    height: 20px;
    margin: 0 1px 1px 0;
    vertical-align: middle;
    display: block;
    float: left;
}

/* 商品画像 */
.wrap-product-image {
	background: #FFF;
	margin: 0 -10px;
	padding: 10px 0;
	position: relative;
}
.product-image-detail {
	clear: both;
	position: relative;
	overflow:hidden;
	text-align: center;
	width: 100%;
}

.flick-wrap {
	position: relative;
	z-index: 1;
	height: auto;
	width: 320px;
	margin: 0 auto;
}

.flick-wrap.loading {
	background: url('../Contents/ImagePkg/common/loading.gif') no-repeat center center;
	background-size: 16px 16px;
}

.flipsnap {
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
	visibility: hidden;
}

.flipsnap img {
	height: auto;
	width: 100%;
	display: block;
	margin: 0 auto;
}

.flipsnap .item {
	float: left;
	width: 304px;
}

.flipsnap .item span {
	display: block;
	text-align: center;
	padding: .5em 0;
	font-size: 13px !important;
}

.product-image-detail .prev,
.product-image-detail .next {
	position: absolute;
	top: 28%;
	display: block;
	width: 20px;
	height: 100px;
	text-indent: -999em;
	margin-top: -50px;
	background-color: #555;
	background-size: 15px 30px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: 999;
}

.product-image-detail .prev {
	left: 0;
	background-image: url('../Contents/ImagePkg/common/bg-bx-prev.png');
}

.product-image-detail .next {
	right: 0;
	background-image: url('../Contents/ImagePkg/common/bg-bx-next.png');
}

.product-image-detail .prev[disabled],
.product-image-detail .next[disabled] {
	filter: alpha(opacity=15);
	-moz-opacity: 0.15;
	opacity: 0.15;
}

/* サムネイル */

.product-image-sub {
	width: 100%;
	margin: .5em 0;
	text-align: center;
}

.product-image-sub a {
	display: inline-block;
	border: 1px solid #ccc;
	vertical-align: middle;
	margin: 1px;
}

.product-image-sub img { width: 45px; }
.product-image-sub a.current { border: 1px solid #000; }

/* バリエーション */

.product-vatiation {
	background: #FFF;
	border: 1px solid #DDD;
	border-radius: 3px;
	padding: 10px;
	margin-top: 15px;
}

.product-vatiation .matrix {
	width: 100%;
	margin: 1em 0;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.product-vatiation .matrix th,
.product-vatiation .matrix td {
	padding: .5em;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

.product-vatiation .matrix td { background-color: #eee; }

.product-vatiation .matrix td.variation { width: 30%; }
.product-vatiation .matrix td.stock { width: 15%; }
.product-vatiation .matrix td.button { width: 45%; }

.product-vatiation .matrix td.button .btn {
	font-size: 11px;
	text-align: center;
	display: block;
	background-color: #000;
	color: #fff;
	padding: 1em .5em;
	margin: .1em;
}

.product-vatiation .matrix td.button .sold-out {
	text-align: center;
}

/* カート投入 */

.wrap-product-cart .unit,
.wrap-product-cart .button {
	margin-bottom: 1em;
}

.wrap-not-buyable .btn,
.wrap-buyable .btn {
	background-color: #000;
	color: #fff;
	padding: 1.5em 0;
	font-size: 17px;
}

.btn.btn-cart {
	background: #C01708;
	color: #FFF;
	font-size: 14px;
	padding: 1em 0;
}
.btn.btn-cart:before {
	background: url(../Contents/images/common/icon-cart_wh.png) no-repeat 0 0;
	background-size: contain;
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	vertical-align: middle;
}
.wrap-not-buyable .sold-out {
	background-color: #ccc;
	padding: 1.5em 0;
	font-size: 17px;
	text-align: center;
}

.wrap-buyable .favorite .btn {
	width: 80%;
	padding: .5em 0;
	color: #000;
	background-color: transparent;
	border: 2px solid #000;
	margin: 0 auto;
}

.wrap-product-desc { margin: 1em 0; }
.wrap-product-desc .unit {
	margin-bottom: 1em;
}

.wrap-product-desc h2 {
	font-size: 14px;
	margin-bottom: .5em;
	padding: .4em .2em;
	border-bottom: 1px solid #000;
}

.wrap-product-desc .contact .btn {
	width: 60%;
	font-size: 12px;
	padding: .5em 0;
	border: 1px solid #000;
	margin: 0 auto;
}

.wrap-product-desc .unit p {
	line-height: 1.8;
	margin-bottom: 1em;
}
.desc-detail {
	background: #E2E9F0;
	padding: 10px;
	line-height: 1.5;
}

/* 付帯情報 */

.wrap-product-incident dl dt,
.wrap-product-incident dl dd {
	padding: .5em;
}
.wrap-product-incident dl dt {
	font-weight: bold;
	background-color: #fafafa;
}

.wrap-product-incident dl dd { line-height: 1.5; }
.wrap-product-incident dl dd label { margin-right: .5em; }
.wrap-product-incident dl dt .require { color: #f00; }
.wrap-product-incident dl dd input[type=text] { width: 100%; }


/* アップセル/クロスセル */

.wrap-product-detail .up-sell h4,
.wrap-product-detail .cross-sell h4 {
	background-color: #000;
	color: #fff;
	padding: .5em;
	font-weight: normal;
}

/* 商品レビュー */
.review.unit {
	background: #FFF;
	border: 1px solid #EEE;
	border-radius: 3px;
	padding: 30px 10px;	
}
.wrap-product-detail .review h4 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}

.wrap-product-detail .review-list {
	padding: .5em;
	border-bottom: 1px dotted #ccc;
}

.wrap-product-detail .review-list li {
	line-height: 1.5;
	margin: .2em 0;
}

.wrap-product-detail .review dl { margin: 1em 0; }
.wrap-product-detail .review dl dt,
.wrap-product-detail .review dl dd {
	margin: .3em;
}

.wrap-product-detail .review dl dd input,
.wrap-product-detail .review dl dd textarea { width: 98%; }

.wrap-product-detail .review .msg {
	margin: .5em;
	text-align: center;
	line-height: 1.5;
}

.wrap-product-detail .review .review-footer {
	padding: 0 1em;
}

.wrap-product-detail .review .review-footer .btn {
	border: 1px solid #000;
	padding: .5em 0;
	margin: .5em 0;
}
.box-voice { border-bottom: 1px solid #ECE4D9; padding: 20px 10px; }
	.box-voice .box-voice_head { background: url(../Contents/images/common/icon-review_user.png) no-repeat 0 0; background-size: 48px 48px; }
	.box-voice .box-voice_comment {
		background: #F6F6F6;
		border-radius: 2px;
		font-size: 12px;
		margin-top: 15px;
		padding: 1em;
		position: relative;
	}
	.box-voice .box-voice_comment:before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-top: solid 8px transparent;
		border-right: solid 8px transparent;
		border-bottom: solid 8px #F6F6F6;
		border-left: solid 8px transparent;
		position: absolute;
		bottom: 100%;
		left: 15px;
	}
	.box-voice .box-voice_head {
		min-height: 48px;
		padding-left: 58px;
	}
	.box-voice .box-voice_title {
		font-size: 12px;
		font-weight: bold;
		line-height: 1.2;
	}
/* ---------------------------------
*    在庫状況/ProductStockList
*/

.wrap-product-stock-list { padding: 1em; }
.wrap-product-stock-list h1 { font-size: 14px;}

.wrap-product-stock-list h2 {
	font-size: 13px;
	font-weight: normal;
	padding: .5em;
}

.wrap-product-stock-list table {
	width: 100%;
	margin: 1em 0;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

.wrap-product-stock-list table th,
.wrap-product-stock-list table td {
	padding: .5em;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

.wrap-product-stock-list table th { background-color: #fafafa; }
.wrap-product-stock-list table td { text-align: center; }

.wrap-product-stock-list .btn {
	padding: .7em 0;
	background-color: #000;
	color: #fff;
	width: 30%;
	margin: 0 auto;
}

/* ---------------------------------
*    リアル店舗在庫状況/RealShopProductStockList
*/

.real-shop-product-stock-list { padding: 1em; }

.real-shop-product-stock-list .variation {
	clear: both;
	margin: .5em 0;
}

.real-shop-product-stock-list .variation select {
	width: 100%;
	margin: .3em 0;
}

.real-shop-product-stock-list .real-shop-stock {
	width: 100%;
	margin: .5em 0;
	background-color: #fafafa;
}

.real-shop-product-stock-list .real-shop-stock th,
.real-shop-product-stock-list .real-shop-stock td {
	line-height: 1.3;
	padding: .5em;
}

.real-shop-product-stock-list .real-shop-stock td.name {
	width: 75%;
	font-weight: bold;
}

.real-shop-product-stock-list .real-shop-stock td.stock {
	text-align: center;
	background-color: #ddd;
}

.real-shop-product-stock-list .btn {
	padding: .7em 0;
	background-color: #000;
	color: #FFF;
	width: 30%;
	margin: 0 auto;
}

/* =====================================================================
*
*    闇市/ProductVariationList
*
* =================================================================== */

.product-vatiation-list .product-list-2 {
	margin-top: 1em;
}

.product-vatiation-list .product-list-2 .button a {
	width: 80%;
	padding: .5em;
	margin: 0 auto;
}

