@charset "UTF-8";
/*----------------------------------------

	+ main_01
		+ box01
			- box01_01
			- box01_02

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

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

	main

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

#main > h1 {
	position: relative;
	min-height: 174px;
}

#main > h1 img {
	position: absolute;
	bottom: 0;
	padding-bottom: 20px;
}

/*----------------------------------------
	main_01
-----------------------------------------*/

#main_01 {
	margin-top: -54px;
}

#main_01 > h1 {
	text-align: center;
}

#main_01 > figure {
	padding-bottom: 103px;
	background: url(../img/function_c_series01.gif) no-repeat right bottom 73px;
}

/*----------------------------------------
	box01
-----------------------------------------*/

#box01 {
	padding-bottom: 90px;
}

#box01 > h1 {
	text-align: center;
}

/*----------------------------------------
	box01_01
-----------------------------------------*/

#box01 #box01_01 figure {
	float: left;
	width: 206px;
}

#box01 #box01_01 figure figcaption {
	text-align: center;
}

#box01 #box01_01 div {
	float: right;
	width: 680px;
}

/*----------------------------------------
	box01_02
-----------------------------------------*/

#box01 #box01_02 figure {
	display: inline-block;
	width: 215px;
	padding-right: 27px;
	vertical-align: top;
}

#box01 #box01_02 figure:nth-of-type(even) {
	padding-right: 26px;
}

#box01 #box01_02 figure:last-of-type {
	padding-right: 0;
}

#box01 #box01_02 figure figcaption {
	text-align: center;
}