@charset "utf-8";
/* CSS Document */


/* ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓　　DETAIL PAGE  ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓　*/
#item_detail {
	text-align: left;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;

}
#item_detail .left_box {
	float: left;
	width: 310px;
	margin: 0px;
}
#item_detail .right_box {
	float: left;
	width: 380px;
	word-break:break-all;
	clear: right;
}
#item_detail .right_box .item_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 10px;
}
#item_detail .right_box .item_category {
	font-weight: normal;
	padding-bottom: 10px;
	font-size: 11px;
}
#item_detail .right_box p {
	word-break:break-all;
	padding-bottom: 15px;
	color: #666666;

}
#item_detail .left_box img {
	padding: 20px;
	border: 1px dotted #EAEAEA;
}



#item_detail .right_box ul {
	list-style-type: none;
}
#item_detail .right_box li {
	color: #333333;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}




.order_wrap {
	width: 380px;
}
.order_wrap .order {
	width: 380px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.order_wrap .order .order_left {
	float: left;
	width: 125px;
}
.order_wrap .order .order_right {
	width: 240px;
	float: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#item_detail .right_box .btn {
	float: left;
	padding-right: 10px;
}

#related_item table tr td {
	font-size: 12px;
	font-weight: bold;
}
#related_item table table td {
	font-size: 11px;
	font-weight: normal;
}
