@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#content
-------------------------------------------------------------------*/
#content table {
	margin-bottom: 30px;
}
#content table th {
	width: 180px;
}
#content table td dl {
	margin-bottom: 20px;
}
#content table td {
	vertical-align: middle;
}
#content table td dl.last {
	margin-bottom: 0;
}
#content table td p{
	margin-bottom: 20px;
}
#content table td p:last-child{
	margin-bottom: 0;
}
#content table tr th,
#content table tr td{
	padding: 7px 18px 6px;
}

#guide{
	margin-bottom: 50px;
}
#info{
	margin-bottom: 70px;
}
#info h4{
	background: #543322;
	color: #fff;
	font-weight: bold;
	padding: 3px 10px 2px;
	font-size: 15px;
	margin-bottom: 20px;
}
#info table{
	margin-bottom: 40px;
}