@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% - (10em/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 > dl > dt {
	padding-top: 22px;
}

div#wrapper > article > h1 + div > section > dl > dd > dl > dt:before {
	content: "\030fb";
	width: 1em;
	color: #010101;
}

div#wrapper > article > h1 + div > section > dl > dd > dl > dd {
	padding-left: 1em;
}

div#wrapper > article > h1 + div > section > dl > dd > dl > dd > ul > li {
	position: relative;
	padding-left: 1.2em;
	counter-increment: num;
}

div#wrapper > article > h1 + div > section > dl > dd > dl > dd > ul > li:before {
	content: counter(num) ".";
	position: absolute;
	top: 0;
	left: 0;
}

div#wrapper > article > h1 + div > section > p.indent01 {
	margin-top: 22px;
}