@charset "utf-8";

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

	- access
	
-----------------------------------------*/


/*----------------------------------------
	access
-----------------------------------------*/

header {
	background: url(../img/common_bg01.png) no-repeat center top;
	text-align: center;
	padding: 13px 0px 13px 14px;
}

section {
	margin-bottom: 30px;
}

section h3 {
	padding: 15px 10px 5px;
	color: #663300;
}

section figure {
	padding: 0px 10px 30px;
	text-align: center;
}

section figure img {
	padding-bottom: 10px;
}

section figure:last-of-type {
	padding: 0px 10px;
}

section ul li {
	padding: 0px 10px 30px;
	background: url(../img/common_line01.png) no-repeat center bottom;
}

section ul li:last-of-type {
	padding: 0px 10px;
	background: url(none);
}

section p {
	padding: 0px 10px;
}