@charset "UTF-8";

/*----------------------------------------

	- wrapper

-----------------------------------------*/

/*----------------------------------------
	wrapper
-----------------------------------------*/

div#wrapper > article > h1 {
	position: relative;
	height: 80px;
	background: url(../../img/c_bg06.gif) repeat left top;
}

div#wrapper > article > h1 > span {
	position: absolute;
	top: 25px;
	left: calc(50% - (7em/2));
}

div#wrapper > article > h1 + div {
	width: 350px;
	margin: 0 auto;
	padding-top: 14px;
}

div#wrapper > article > h1 + div > p {
	padding-top: 22px;
}

div#wrapper > article > h1 + div > section {
	padding-top: 32px;
}

div#wrapper > article > h1 + div > section > h1 {
	padding-bottom: 12px;
}

div#wrapper > article > h1 + div > section > dl > dt {
	padding-top: 22px;
}

div#wrapper > article > h1 + div > section > dl > dd > a {
	display: block;
	width: 158px;
	padding: 16px 0 14px;
}

div#wrapper > article > h1 + div > section:nth-of-type(5) > p > a {
	text-decoration: underline;
}