@charset "utf-8";
/* 詳細ページ */
.details {}
.details h2 {
	border-bottom: 1px solid #707070;
	font-size: 24px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.details-info {}
.details-img {
	position: relative;
	display: inline-block;
	float: left;
	width: 260px;
	height: auto;
	margin-right: 40px;
	min-height: 260px;
	text-align: center;
	vertical-align: middle;
}
.details-info img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-width: 258px;
	max-height: 258px;
}
figure.details-info {
	margin: 0;
	padding: 0;
}
.details-info figcaption {
	overflow: hidden;
}
.details-info figcaption h3 {
	margin-bottom: 10px;
	margin-top: 0;
}
.details-info figcaption h3 strong {
	color: #D94F00;
}
.details-info .product-info {
	line-height: 1.5;
}

#product_code_default{
	font-size: 0.9em;
}
.favourite-bt {
	display: inline-block;
	border: 1px solid #707070;
	border-radius: 5px;
	margin-bottom: 18px;
}

.favourite-bt{
	clear: both;
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
}

.favourite-bt p{
	margin: 0;
	padding: 0;
}

.favourite-bt a {
	display: block;
	padding: 5px 25px 5px 10px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.product-desc {
	clear: both;
	padding: 16px 0;
	line-height: 2;
}
/*カートに入れる*/
.cart-basket {
	padding: 10px;
	background-color: #F0F6FF;
	margin-bottom: 1em;
}
.cart-basket h3 {
	font-size: 16px;
	color: #0066FF;
	border-left: 12px solid #8CBAFF;
	padding-left: 12px;
	margin: 0;
}
.cart-develop {
	margin-bottom: 1em;
	display: flex;
}
.cart-develop th {
	padding: 10px 0; 
}

.cart-develop tr {
	margin-bottom: 6px;
}
.cart-develop select {
	display: block;
	min-width: 275px;
	min-height: 42px;
	border: 1px solid #979797;
	background-color: #fff;
	font-size: 14px;
	margin-right: 1em;
}
.cart-develop-input {
	width: 150px;
	min-height: 42px;
	padding: 10px 25px;
	border: 1px solid #979797;
	font-size: 16px;
}
.input-area .adjust span {
	display: block;
	background-color: #000;
	color: #fff;
	margin-bottom: 5px;
	margin-left: 5px;
}
.input-area .adjust span a {
	display: block;
	color: #fff;
	background-color: #000;
	line-height: 1;
	padding: 1px;
}
.input-area .adjust span a:hover {
	text-decoration: none;
}
.input-area {
	display: flex;
	justify-content: space-between;
}

div.postage-td {
	display: flex;
	align-items: flex-end;
	font-size: 14px;
	padding-left: 5px;
	margin-top:25px;
	width: 400px;
}
div.postage-td strong {
	font-size: 16px;
}

td.attribute_select_box {
	display: flex;
    justify-content: flex-start; 
    margin-bottom:5px;
    width:750px;
}
div.input-quantity {
	margin-top:10px;
	float:left;
	margin-right:50px;
}

#price03_default span{
	width: 450px;
	font-weight: 700;
	font-size: 16px;
}
.total-cost{
	border-top: solid #cccccc 2px;
	padding-top: 1em;
	display: flex;
}

.total-cost .unit {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #707070;
}
.total-cost .subtotal {
	font-size: 20px;
	font-weight: bold;
	margin-right: 2em;
	width: 70%;
}
.total-cost .subtotal strong {
	color: #D94F00;
}
.cart-basket .submit-bt {
}
.cart-basket .submit-bt input {
	display: block;
	background: url("../images/menu/basket_icon.png") no-repeat 17px center, #0066FF;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	min-width: 290px;
	border: none;
	padding: 12px 0;
	cursor: pointer;
}

.introduction {}
.introduction h3 {
	position: relative;
	border: 1px solid #CCCCCC;
	padding: 10px 10px 10px 33px;
	font-size: 16px;
	margin-bottom: 1em;
}
.introduction h3:before {
	left: 10px;
	content: "";
	position: absolute;
	width: 11px;
	height: 25px;
	border-left: 11px solid #DFDFDF;
}
.introduction figure {
	margin: 0;
	padding: 0;
	text-align: center;
}
.introduction figure figcaption {
	margin:0 auto;
	line-height: 2;
	text-align: left;
}
.introduction figure figcaption p video{
	display: block;
	margin: 0 auto;
}

img.subpicture {
	max-width: 258px;
	max-height: 258px;
}
/*関連商品*/
.related {
	margin-bottom: 30px;
}
.related h3 {
	font-size: 24px;
	border-left: 15px solid #0066FF;
	padding: 0 0 0 15px;
	margin-bottom: 25px;
}
.related-inner {
	display: flex;
	justify-content: flex-start;
}
.related-inner figure {
	margin: 0;
	padding: 0;
	width: calc( 100% / 5);
	margin-right: 25px;
	text-align: center;
}
.related-inner figure:last-child {
	margin-right: 0;
}

.related-inner figure figcaption {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8;
}
.related-inner figure figcaption .price {
	color: #D40000;
	margin: 5px 0;
	padding-top: 2em;
	text-align: center;
}
.related-inner figure figcaption .detail-bt {
	background-color: #DFDFDF;
	text-align: center;
}
.related-inner figure figcaption .detail-bt a {
	display: block;
	text-align: center;
	padding: 3px 0;
	color: #000;
}
/*関連キーワード*/
.related-inner ul.related-key{
	clear: both;
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.related-inner ul.related-key li{
	margin:0 10px 6px 0;
	padding: 4px;
	list-style: none;
}

.list-back {
	text-align: center;
	margin-top:1em;
}
.list-back a {
	position: relative;
	border: 1px solid #707070;
	display: inline-block;
	font-size: 12px;
	color: #000;
	padding: 10px 50px;
}
.list-back a:before {
	position: absolute;
	content: ">";
	left: 15px;
}

.price-tag ul {
	margin: 0;
	margin-bottom: 6px;
	padding: 0;	
	display: flex;
	flex-wrap: wrap;
}
.price-tag ul li {
	width: auto;
	display: block;
	margin: 0;
	padding: 4px 10px;
	margin-right: 1em;
	margin-bottom: 0.5em;
	list-style: none;
}

.price-tag ul li:last-child{
	margin-right: 0;
}

.makerHP img{
	clear: both;
	position: relative;
}

@media screen and (max-width: 767px) {
	.details-img {
		display: block;
		float: none;
		width: auto;
		height: auto;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.cart-develop select {
		min-width: 255px;
	}
	.product-info, .product-desc {
		font-size: 14px;
	}
	
	.product-info p a img{
		position: relative;
	}
	.details-info figcaption h3 {
		margin-bottom: 8px;
	}
	.favourite-bt {
		margin-bottom: 8px;
	}
	.cart-basket {
		padding: 0;
		background-color: #fff;
	}
	.cart-develop th, .cart-develop td {
		display: inline-block;
	}
	.cart-develop th {
		width: 20%;
		padding-left: 0;
	}
	.cart-develop td {
		width: 80%;
		padding-left: 0;
	}
	.cart-adjust-table th, .cart-adjust-table td {
		width: auto;
		display: block;
	}
	.cart-adjust-table th.input-area {
		display: flex;
		justify-content: center;
	}
	.cart-adjust-table th.input-area input {
		width: 250px;
	}
	.cart-basket .submit-bt input {
		width: 100%;
	}
	.related-inner {
		flex-wrap: wrap;
	}
	.related-inner figure {
		width: calc( ( 100% - 25px) / 2);
		margin-bottom: 25px;
	}
	.related-inner figure:nth-child(even) {
		margin-right: 0;
	}
	.introduction h3 {
		padding: 10px 15px;
		border-left: none;
		border-right: none;
		margin-left: -15px;
		margin-right: -15px;
	}
	.introduction h3:before {
		display: none;
	}
	.related h3 {
		border-left: none;
		padding: 0;
		text-align: center;
	}
}