body {
	background-color: #f1f1f1;
}
.main_title {
	width: 85%;
	margin-bottom: 15px;
}
.main_title td {
	text-align: center;
	font-weight: bold;
}
.option_table {
	width: 85%;
}
.option_table th,.option_table td {
	border-bottom: 1px solid #aaaeb3;
	padding: 15px;
	font-size: 90%;
	line-height: 1.7;
}
.option_table th.option_cell1 {
	font-weight: bold; 
}
.regular_price_stock,
.price_stock,
.discount_rate_stock {
	color: #333;
	font-size: 86%;
}
/*　閉じるボタン　*/
.closebtn {
	text-align: center;
	width: 120px;
	margin: 0 auto;
}
.closebtn a {
	border: 1px solid #aaaeb3;
	padding: 10px 0;
	display: block;
	text-decoration: none;
	color: #333;
	margin-top: 30px;
	font-size: 86%;
	font-weight: bold;
}
.closebtn a:hover {
	color: #666;
}