@charset "UTF-8";

div.box h2,
div.box h3 {
	clear: both;
	margin-bottom: 14px;
}
div.box div.notes h4 {
	clear: both;
	font-size: 1.2em;
	font-weight: bold;
	margin: 5px 0 0;
}
div.box div.intro h4,
div.box div.explain h4 {
	font-size: 1.2em;
	margin: 0 0 5px;
}
div.box p {
	font-size: 1.2em;
}
div.box div.notes {
	padding: 10px;
	border: #c8c8c8 solid 1px;
	margin-bottom: 15px;
}
div.box div.notes p {
	font-size: 1.2em;
}
div.box ul.tab-navi {
	background: url(img/tab-back.png) top repeat-x;
	height: 30px;
	margin-bottom: 10px;
}
div.box ul.tab-navi li {
	display: inline;
	margin-left: 2px;
}
div.box ul.tab-navi li.firstChild {
	margin-left: 15px;
}
div.box ul.tab-navi li.matte {
	margin-right:124px;
}
div.box table.fee {
	width: 600px;
	border-collapse: collapse;
	margin-bottom: 20px;
}
div.box table.fee tr.even {
	background: #f9eac0;
}
div.box table.fee td {
	width: 210px;
	padding: 5px 0;
	border: #e6e6e6 solid 1px;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}
div.box table.fee td span {
	font-weight: normal;
	font-size: 0.8em;
}
div.box table.fee td.firstChild {
	width: 180px;
}
div.box div.notes ul.remarks li {
	background: url(../commons/list-dot.png) 0px 0.3em no-repeat;
	padding-left: 10px;
	font-size: 1.2em;
}
div.box div.intro {
	overflow: auto;
	margin-bottom: 15px;
}
div.box div.intro ul li {
	float: left;
	margin: 0 2px 5px 0; 
}
div.box div.explain {
	clear: both;
	border-top: #c8c8c8 solid 1px;
	padding-top: 15px;
	margin-bottom: 15px;
}
div.box ul.paper li img {
	margin-bottom: 5px;
}
div.box ul.paper li.firstpaper {
	background: url(img/back-coat.png) no-repeat;
	padding: 3px 0px 0px 220px;
	height: 8.5em;
}
div.box ul.paper li.secondpaper {
	background: url(img/back-matte.png) no-repeat;
	padding: 3px 0px 0px 220px;
	height: 8.5em;
}
div.box ul.paper li.thirdpaper {
	background: url(img/back-bitoko.png) no-repeat;
	padding: 3px 0px 0px 220px;
	height: 8.5em;
}
div.box ul.paper li.fourthpaper {
	background: url(img/back-jyoshitsu.png) no-repeat;
	padding: 3px 0px 0px 220px;
	height: 8.5em;
}
div.box ul.paper li.fifthpaper {
	background: url(img/back-zarashi.png) no-repeat;
	padding: 3px 0px 0px 220px;
	height: 8.5em;
}
div.box ul.flow li.odd {
	margin-bottom: 5px;
	font-size: 1.2em;
}
div.box ul.flow li.odd img {
	margin-right: 5px;
} 
div.box ul.flow li.even {
	margin-bottom: 15px;
}

div.m15 {
	margin-bottom: 15px;
}