@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content h3.spa{
	margin-bottom: 15px;
}

/*-------------------------------------------------------------------
	.fir
-------------------------------------------------------------------*/
#content dl.fir{
	margin-bottom: 10px;
}
#content dl.fir dt{
	margin-bottom: 8px;
}
#content dl.fir span{
	font-weight:bold;
}

/*-------------------------------------------------------------------
	.box
-------------------------------------------------------------------*/
#content .box{
	margin-bottom: 25px;
}
#content .box.ev{
	margin-bottom: 50px;
}
#content .box p.no1{
	margin-bottom: 3px;
}
#content .box p.no2{
	margin-bottom: 24px;
}
#content .box p.no3{
	margin-bottom: 13px;
}
#content .box p.no4{
	padding: 9px 0 13px;
}
#content .box p.no4 span{
	font-weight:bold;
}
/*-------------------------------------------------------------------
	table
-------------------------------------------------------------------*/
#content table {
	margin-bottom: 5px;
}
#content table th {
	color:#fff;
	font-weight:bold;
	padding: 8px 20px 5px;
}
#content table th.spa{
	width:379px;
	border-right: 1px solid #fff;
}
#content table td {
	padding: 8px 0 5px 20px;
}
