@charset "utf-8";

#content h1 {
	padding: 16px 0 25px;
}

#tosaben-nav {
	letter-spacing: -.40em;
	text-align: center;
	margin-bottom: 29px;
}

#tosaben-nav li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	border-left: #333 2px solid;
}

#tosaben-nav li:first-child {
	border-left: none;
}

#tosaben-nav li a {
	display: block;
	padding: 0 8px;
	line-height: 0;
}

#tosaben-block h2 {
	margin-top: 30px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #009933;
	padding: 0 0 3px 2px;
	border-bottom: #F8B500 2px solid;
	line-height: 1.2;
}

#tosaben-block h2:first-child {
	margin-top: 0;
}

#tosaben-block dl {
	border: #C2C2C2 1px solid;
	border-bottom: none;
}

#tosaben-block dt {
	padding: 12px 40px 12px 15px;
	border-bottom: #C2C2C2 1px solid;
	cursor: pointer;
	font-weight: bold;
	position: relative;
	background-color: #FFFBD7;
}

#tosaben-block dt:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	content: "";
	background-image: url(../img/tosaben/open_icon.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 20px auto;
}

#tosaben-block dt.open:after {
	background-position: 0 -20px;
}

#tosaben-block dd {
	display: none;
	background-color: #FFF;
	padding: 12px 15px 15px;
	border-bottom: #C2C2C2 1px solid;
}

.ex-tit {
	font-weight: bold;
	margin-top: 10px;
}