@charset "UTF-8";

/*------------------------------------------------------------
	h1リセット
------------------------------------------------------------*/

h1 {
	background: none;
	line-height: 1.6;
	padding: 0;/*reset*/
	margin-bottom: 20px;
}


/*------------------------------------------------------------
	右上 タブリンク
------------------------------------------------------------*/

div.fullwidth {
	position:relative;
	height:auto;
}

ul.link_tab {
	display:none;
}

/*------------------------------------------------------------
	商品ページレイアウト
------------------------------------------------------------*/

div.item_detail_area {
	background:#fff;
	color:#333;
	box-sizing:border-box;
	padding:4%;
}
	
/*------------------------------------------------------------
	商品画像
------------------------------------------------------------*/

div.item_detail_area {
	clear:both;
}

div.item_detail_area div.main_pic {
	margin-bottom:10px;
}

div.item_detail_area ul.sub_pic li {
	width:23.5%;
	float:left;
	margin:0 2% 5px 0;
}

div.item_detail_area ul.sub_pic li:nth-child(4n) {
	margin-right:0;
}

/*------------------------------------------------------------
	商品説明
------------------------------------------------------------*/

p.item_number {
	font-size:11px;
	font-weight:bold;
	margin-bottom:10px;
}

div.item_detail_area h1 {
	font-size:18px;
	font-weight:bold;
}

table.price_tbl {
	width:100%;
	font-size:12px;
	margin-bottom:20px;
}

.option_price a {
	font-size: 11px;
	line-height: 2;
}

table.select_tbl {
	width:100%;
}

table.price_tbl th,
table.select_tbl th {
	width:40%;
	display:table-cell;
	font-weight:bold;
	color:#666666;
	text-align:left;
	box-sizing:border-box;
	padding: 15px 0 10px 3%;
	vertical-align: middle;
}

table.price_tbl td,
table.select_tbl td {
	display:table-cell;
	width:60%;
	box-sizing:border-box;
	padding: 10px 0 5px 3%;
	vertical-align: middle;
}

table.select_tbl td select {
	margin-bottom: 5px;
}

table.select_tbl td input[type="text"] {
	width: 80px;
	font-size: 16px;
	text-align: center;
	padding: 6px;
	float: left;
}


.detail-updw {
	height: 30px;
	float: left;padding-left: 10px;
	vertical-align: middle;
	display: inline-block;
}

.detail-updw li {
	height: 16px;
}

.detail-updw a {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

table.price_tbl {
	border-bottom:1px dotted #ccc;
}

table.price_tbl th {
	background:#eee;
	border-top:1px dotted #ccc;
}

table.price_tbl td {
	font-weight:bold;
	border-top:1px dotted #ccc;
}

div.cart_btn_area {
	border-top:1px dotted #666;
	border-bottom:1px dotted #666;
	padding:30px 0;
	margin:30px 0;
	text-align:center;
}

/*カートに入れるボタン前のニュース表示*/

div.newsAlert {
	border: 2px solid #900;
	padding: 15px;
	box-sizing: border-box;
	margin: 20px 0;
}

div.newsAlert ul li {
	color: #900;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 5px;
}

div.newsAlert ul li:last-child {
	margin-bottom: 0;
}


/*お札に関する注意事項*/

div.orderInfo {
	border: 1px solid #a71d1d;
	padding: 15px;
	box-sizing: border-box;
	margin: 0 0 30px;
}

div.orderInfo dl:not(:last-of-type) {
	margin-bottom: 10px;
}

div.orderInfo dl dt {
	font-weight: bold;
	color: #a71d1d;
	margin-bottom: 3px;
}

div.orderInfo dl dd {
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 3px;
}

div.orderInfo dl dd:last-child {
	margin-bottom: 0;
}

div.orderInfo dl dd a {
	color: #000;
}

/*カートに入れるボタン*/

input.cart_btn {
	border:none;
	width:80%;
	max-width:320px;
	background:#74A24E;
	font-size:16px;
	border-radius:2px;
	line-height:50px;
	text-align:center;
	color:#fff;
}

ul.social_btn {
	margin-bottom:40px;
}

ul.social_btn li {
    float: left;
    margin-right: 10px;
    max-width: 80px;
    overflow: hidden;
    display: inline-block;
}

div.notice_box {
	margin-bottom:20px;
}

ul.item_icon {
	border:1px solid #ccc;
	padding:10px 10px 0;
}

ul.item_icon li {
	width:49%;
	margin:0 2% 5px 0;
	float:left;
}

ul.item_icon li:nth-child(2n) {
	margin-right:0;
}





/*最近チェックした商品*/
	
ul.recent_view li {
	float:left;
	width:49%;
	margin:0 2% 5px 0;
}

ul.recent_view li:nth-child(2n) {
	margin-right:0;
}

ul.recent_view li img {
	max-width:100%;
	height:auto;
}

@media only screen and (min-width: 641px) {
	
/*最近チェックした商品*/
	
ul.recent_view li {
	width:32%;
}

ul.recent_view li:nth-child(2n) {
	margin-right:2%;
}

ul.recent_view li:nth-child(3n) {
	margin-right:0;
}

}


@media only screen and (min-width: 769px) {
		
	/*右上のタブリンク*/	
	ul.link_tab {
		display:block;
		position:absolute;
		top:-35px;
		right:15px;
	}
	
	ul.link_tab li {
		background:#fff;
		float:left;
		margin:0 5px;
	}
	
	ul.link_tab li a {
		display:block;
		padding:10px 15px;
		font-size:10px;
		font-weight:bold;
		text-decoration:none;
		color:#666;
	}
	
	/*商品説明*/
	div.item_detail_area {
		padding:40px;
	}
	
	div.item_detail_area h1 {
		font-size:20px;
	}
	
	div.item_detail_area div.one_half {
		box-sizing:border-box;
		padding:0 17px 0 0;
	}
	
		
	div.item_detail_area div.one_half_end {
		box-sizing:border-box;
		padding:20px 10px 0;
	}
	
	table.price_tbl,
	table.select_tbl {
		font-size:14px;
	}
	
	table.price_tbl th,
	table.select_tbl th {
		width:30%;
	}
	
	table.price_tbl td,
	table.select_tbl td {
		width:70%;
	}
	
	/*アイコン*/
	ul.item_icon li {
		width:136px;
		margin:0 10px 5px 0;
		float:left;
	}
	
	ul.item_icon li:nth-child(2n) {
		margin-right:10px;
	}
	
	ul.item_icon li:nth-child(3n) {
		margin-right:0;
	}
	
	/*最近チェックした商品*/
		
	ul.recent_view li {
		width:165px;
		margin:0 10px 0 0;
	}
	
	ul.recent_view li:nth-child(2n),
	ul.recent_view li:nth-child(3n) {
		margin-right:10px;
	}
	
	ul.recent_view li:last-child {
		margin-right:0;
	}

}


/*------------------------------------------------------------
	こちらの商品も購入しています。
------------------------------------------------------------*/

div.one_fifth {
	background:#fff;
	color:#333;
	position:relative;
	padding-bottom:35px;
}

div.one_fifth img {
	max-width:100%;
	height:auto;
	margin-bottom:5px;
}

div.one_fifth a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

div.one_fifth dl.item_name {
	margin:0 4% 5px;
	text-align:justify;
	line-height:1.4;
}

div.one_fifth dl.item_name dt {
	margin-bottom:5px;
}

div.one_fifth dl.item_name dt a {
	font-weight:bold;
	color:#1F1911;
	text-decoration:none;
}

div.one_fifth dl.item_name dt a:hover {
	text-decoration:underline;
	color:#666;
}

div.one_fifth dl.item_name dd {
	font-size:11px;
}
	
div.one_fifth p.price {
	background:#3E3759;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	width:100%;
	box-sizing:border-box;
	padding:4%;
	position:absolute;
	bottom:0;
}


a.gallery-button {
	display: block;
	width: 80%;
	font-size: 14px;
	font-weight: 500;
	line-height: 54px;
	text-align: center;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #000;
	margin: 30px auto;
}

a.gallery-button:hover {
	background: #3E3859;
	color: #fff;
	border-color: #3E3859;
}