@charset "utf-8";
/* CSS Document */

#main_contents ol {
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
	padding: 14px;
	margin-bottom: 20px;
	border: 1px dotted #666;
	font-size: 14px;
	line-height: 180%;
}

#main_contents table {
	border: 1px solid #CCC;
	border-collapse: collapse;
	margin-bottom: 40px;
}
#main_contents table tr th,
#main_contents table tr td {
	border: 1px dotted #CCC;
	padding: 8px;
}
#main_contents table tr th {
	background: #546E7A;
	padding: 4px;
	color: #FFF;
}
#main_contents table caption {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 6px;
}
#main_contents table .merge {
	background: #ECEFF1;
	font-weight: bold;
}
#main_contents table .price {
	width: 180px;
	text-align: right;
	color: #F00;
}
#main_contents table .note {
	width: 150px;
	vertical-align: top;
	font-size: 10px;
}