@charset "euc-jp";
/*****************
 記念品プラザ用商品詳細ページ用CSSファイル(印刷用)
 *****************/
div#main_body{
	padding:0px 0px 10px 0px;
	width:650px;
}

article#products_info > h1{
	background:none;
	color:#000000;
	padding:0px 0px 25px 0px;
	font-weight:bold;
	font-size:24px;
	letter-spacing:1px;
}
@media (max-width: 479px) {
	article#products_info > h1{
		background:none;
		color:#000000;
		padding:0px 0px 25px 5px;
		font-weight:bold;
		font-size:20px;
		letter-spacing:1px;
	}
}
section#product_image{
	position:relative;
	float:left;
	width:320px;
}
section#product_image img.main_image{
	display:block;
	margin:0px auto;
	border:solid 1px #cccccc;
}
section#product_image img.large{
	width:300px;
	height:300px;
}
section#product_image img.small{
	width:300px;
	height:296px;
}
section#product_image img.zoom_icon{
	display:none;
}
section#product_image img.thumb{
	border:1px solid #cccccc;
	width:50px;
	height:50px;
	margin-left:8px;
}
@media (max-width: 479px) {
	section#product_image img.large{
		width:80%;
		height:auto;
	}
	section#product_image img.small{
		width:80%;
		height:auto;
	}
	section#product_image img.zoom_icon{
		display:none;
	}
}
section#product_image img.mouse_on{
	border:1px solid #0071bc !important;
}
section#product_image nav{
	margin:5px auto 0px auto;
}
section#product_image p{
	margin:5px 0px 0px 0px;
	text-align:center;
	font-size:11px;
	color:#666666;
}
section#product_explain{
	float:left;
	width:320px;
	padding:0px 0px 0px 10px;
	font-size:13px;
}
@media (max-width: 479px) {
	section#product_explain{
		width:100%;
		padding:0px;
		float:none;
	}
}
section#product_explain table{
	font-size:16px;
}
section#product_explain th{
	text-align:left;
	width:75px;
}
section#product_explain td#buy_price{
	font-size:20px;
	font-weight:bold;
	color:#ff0000;
}
section#product_explain span.special{
	border:2px solid #ff0000;
	font-size:12px;
	color:#ff0000;
	padding:1px 4px;
	margin-right:3px;
	border-radius: 3px;
	vertical-align:middle;
}
section#product_explain nav{
	display:none;
}
section#add_cart{
	display:table;
	padding:12px 40px 7px 40px;
	margin:10px 0px;
	border-radius: 5px;
	background-color:#f0f0f0;
	font-size:16px;
}
div.cart_button{
	display:none;
}
section#add_cart button{
	display:none;
}
section#add_cart a:hover{
	color:#ffffff;
	text-decoration:none;
}
@media (max-width: 479px) {
	section#add_cart{
		padding:12px 10px 7px 10px;
		margin:10px 0px 10px 10px;
	}
}
section#add_cart input#amount{
	border:1px solid #333333;
	font-size:14px;
	width:50px;
	padding:1px 1px;
	margin:0px 5px;
	border-radius: 2px;
	text-align:right;
}
section#add_cart div.quantity{
	height:55px;
	display:table-cell;
	vertical-align:middle;
}
/*section#add_cart div.cart_button{
	display:table-cell;
}*/
section#add_cart p{
	clear:both;
	padding:7px 0px 0px 0px;
	font-size:12px;
}
section#product_spec{
	padding:10px 0px 0px 5px;
	clear:both;
	font-size:13px;
}
section#product_spec table
,section#product_spec th
,section#product_spec td{
	color:#333333;
	border:1px solid #cdcdcd;
	padding:3px 10px 3px 10px;
	text-align:left;
	border-collapse:collapse;
}
table#wine,table#wine th,table#wine td{
	border:none;
}
section#product_spec th{
	width:80px;
}
section#naire_example{
	text-align:center;
}
section#naire_example > h1{
	padding:15px 0px 5px 0px;
	font-weight:bold;
	font-size:20px;
	letter-spacing:1px;
	border-bottom:1px solid #999999;
	text-align:left;
}
section#naire_example > h2{
	padding:10px 0px 5px 0px;
	font-weight:bold;
	font-size:16px;
	border-bottom:1px solid #999999;
	text-align:left;
}
section#naire_example img{
		width:90%;
		height:auto;
}
/*関連カテゴリ*/
article#categories{
	display:none;
}
/*関連商品*/
article#relatives{
	display:none;
}
/*商品動画*/
.products_movie {
	margin-top:15px;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	text-align:center;
}
.products_movie iframe,.products_movie video {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}