@charset "utf-8";
#mainContents h2{
	margin-top: 30px;
}
#mainContents #area01 {
	margin-top: 20px;
}

#mainContents h3 {
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #F6C101;
	padding-left: 5px;
	padding-bottom: 2px;
	font-weight: bold;
	padding-top: 1px;
	margin-right: 10px;
}
.productBox th {
	background-color: #FCECB2;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F6C101;
	white-space: nowrap;
}
.productBox td {
	font-size: 1em;
}
.productBox .size {
	width: 29%;
}
.productBox .rightCell {
	width: 16%;
}
.productBox .number {
	text-align: center;
	white-space: nowrap;
	font-weight: bold;
}
.productBox .weight {
	text-align: center;
}
.productBox .notes {
	font-size: 0.9em;
	margin-top: 5px;
}

