.product_name {
	font-size:25px;
	font-weight:bold;
	border-bottom:4px solid #336633;
	padding-bottom: 10px;
}
#product_img_main {
	height: 512px;
	width: 440px;
	border:thin solid #ccc;
}
#product_img_sub {
	width: 445px;
	margin-top:20px;
	overflow:hidden;
}
.product_img img , .product_img_last img {
	width: 100px;
}
.product_img {
	width: 100px;
	height:129px;
	margin-right:15px;
	float:left;
}
#product_img_box {
	width: 445px;
	float:left;
}
#product_wrapper {
	margin-top:20px;
	overflow: hidden;
}
.product_text_box {
	width: 300px;
	padding-left: 25px;
	float: right;
}
.item_title {
	font-size: 20px;
	font-weight: bolder;
	color: #336633;
	line-height: 1.3em;
	margin-bottom: 10px;
}
/*ソールドアウト設定*/
.soldout{
	font-size: 30px;
	font-weight: bolder;
	color: #F00;
}
/*セール時の値段表記*/
.saleprice{
	font-size:20px;
	font-weight: bolder;
	color: #F00;
}
.planeprice{
	font-size:20px;
}
/*特定商取引法*/
.product_text_box #sk_link_other a{
	font-size: 10px;
	color: #666;
	text-decoration:none;
}
.product_text_box #sk_link_other{
	margin-bottom: 30px;
	}
/*各種リンクボタン*/
.pro_link {
	margin-bottom: 5px;
}

/*カートに入れるボタン*/
.disable_cartin{
	margin-top: 20px;
}
/*表組設定*/
.product_text_box table tr th , .product_text_box table tr td {
	padding:5px;
}
.product_text_box table tr th.zaiko , .product_text_box table tr td.zaiko {
	padding:0px;
}
.product_text_box table  {
	margin-top:30px;
}
.product_text_box #option_tbl {
	border-collapse: collapse;
	border-spacing: 0px;
}
.itemteika {
text-decoration: line-through;
}