/***************detail.css***************/


/***************item***************/
#item_detail {
	margin-top: 15px;
	height: auto;
	overflow: hidden;
}

#item_detail h2{
	height: 45px;
	font-size: 20px;
	line-height: 45px;
	background-image: url("../img/background/bg_subttl.gif");
	background-repeat: repeat-x;
	margin-bottom: 30px;
}

#item_detail h2 span{
	display: block;
	padding-left: 65px;
	background-image: url("../img/icon/icon_subttl.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

#item_detail .img_area{
	width: 340px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-bottom: 65px;
}

#item_detail .img_area>img{
	width: 338px;
	height: auto;
	border: 1px solid #dcdcdc;
	margin-bottom: 10px;
}

#item_detail .img_area li{
	width: 58px;
	height: 58px;
	border: 1px solid #dcdcdc;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}

#item_detail .img_area li img{
	width: 100%;
	height: auto;
}

#item_detail .info_area{
	width: 570px;
	float: right;
	margin-bottom: 65px;
}

#item_detail .info_area h3{
	font-size: 20px;
	color: #50a965;
	line-height: 140%;
	margin-bottom: 15px;
}

#item_detail .info_area h4{
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #424242;
	padding-left: 30px;
	margin-bottom: 7px;
	background-color: #f3f3f3;
	background-image: url("../img/icon/icon_detail_subttl.gif");
	background-position: 11px center;
	background-repeat: no-repeat;
}

#item_detail .info_area li{
	margin-bottom: 20px;
}

#item_detail .info_area li p{
	color: #424242;
	font-size: 14px;
	line-height: 150%;
}

#item_detail .info_area li p.btn{
	text-align: center;
	padding: 10px 0;
	margin-top: 7px;
	border-top: 1px dotted #9f9f9f;
}

#item_detail .info_area table{
	margin-top: 20px;
}

#item_detail .info_area table th,
#item_detail .info_area table td{
	color: #424242;
	font-size: 14px;
	line-height: 150%;
	border: 1px solid #b3b3b3;
	padding: 10px;
	vertical-align: middle;
}

#item_detail .info_area table th{
	background-color: #e9e9e9;
	width: 130px;
}


#item_detail .order_area{
	clear: both;
}

#item_detail .order_area h4{
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #424242;
	padding-left: 30px;
	margin-bottom: 7px;
	background-color: #f3f3f3;
	background-image: url("../img/icon/icon_detail_subttl.gif");
	background-position: 11px center;
	background-repeat: no-repeat;
}

#item_detail .order_area p.btn{
	text-align: right;
	margin: 7px 0;
}

#item_detail .order_area table th,
#item_detail .order_area table td{
	color: #424242;
	font-size: 14px;
	line-height: 150%;
	border: 1px solid #b3b3b3;
	vertical-align: middle;
	text-align: center;
}

#item_detail .order_area table th{
	color: #fff;
	background-color: #9b9b9b;
	padding: 10px;
}

#item_detail .order_area table td{
	padding: 0;
}

#item_detail .order_area table td p{
	text-align: left;
	border-bottom: 1px dotted #a9a9a9;
	padding: 0 10px;
	line-height: 250%;
}

#item_detail .order_area table td p:nth-last-of-type(1){
	border: none;
}

#item_detail .order_area table td input{
	width: 84px;
	border: 1px solid #a9a9a9;
}

#item_detail .order_area table tr.dark{
	background-color: #e9e9e9;
}