@charset "UTF-8";



#main h3 {
	font-size: 2.1em;
	padding: 0 0 0 15px;
	margin: 30px 0 20px 0;
}
/* color > */
#contents .information h3 {
	border-left: 5px solid #690;
}
#contents .marugoto h3 {
	border-left: 5px solid #f90;
}
#contents .other-information h3 {
	border-left: 5px solid #d04619;
}
/* < color */



#main table {
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	width: 100%;
	font-size: 1.4em;
}
#main table th {
	border-bottom: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
	width: 1%;
	white-space: nowrap;
	padding: 9px 1em 9px 0;
	font-weight: normal;
}
#main table td {
	border-bottom: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
	padding: 9px 0;
}
#contents #main table p.period {
	font-size: 0.9em;
}
#contents #main table p.period span {
	margin: 0 5px 0 0;
	height: 19px;
	display: inline-block;
	vertical-align: middle;
}