@charset "utf-8";
/* CSS Document */


#pageTtl {
	background-color: #F5F7FB;
	background-image: url(../img/04_cont_bg.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}
#pageTtl h1 {
	height: 300px;
	line-height: 300px;
	text-align: center;
	font-size: 38px;
	font-weight: bold;
}
#pageTtl h1 span {
	color: #0098CA;
}
.box h1 {
	text-align: center;
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 30px;
}

.box h1 span {
	color: #259CD0;
}
/*=======================
#cont01
=======================*/
#cont01 {
}
#flow {
	background: url(../img/bg_flow.png) top no-repeat;
	height: 618px;
	position: relative;
	z-index: 50;
	padding-bottom: 20px;
}
#flow .flow01 {
	position: absolute;
	left: 506px;
	top: 31px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
#flow .flow02 {
	position: absolute;
	left: 780px;
	top: 18px;
	font-size: 13px;
	text-align: center;
	line-height: 1.2;
}
#flow .flow02 span {
	display: block;
	font-size: 30px;
	font-weight: bold;
}
#flow .flow03 {
	position: absolute;
	left: 68px;
	top: 156px;
	font-size: 20px;
	font-weight: bold;
}
#flow .flow04 {
	position: absolute;
	left: 503px;
	top: 190px;
	line-height: 1.3;
}
#flow .flow05 {
	position: absolute;
	left: 15px;
	top: 293px;
	text-align: center;
	line-height: 1.3;
}
#flow .flow05 span {
	display: block;
	font-size: 16px;
	font-weight: bold;
}
#flow .flow06 {
	position: absolute;
	left: 7px;
	top: 353px;
	color: #FFF;
}
#flow .flow07 {
	position: absolute;
	left: 231px;
	top: 286px;
	text-align: center;
	line-height: 1.3;
}
#flow .flow07 span {
	display: block;
	font-size: 16px;
	font-weight: bold;
}
#flow .flow08 {
	position: absolute;
	left: 220px;
	top: 353px;
	color: #FFF;
}
#flow .flow09 {
	position: absolute;
	left: 467px;
	top: 283px;
	font-size: 16px;
	font-weight: bold;
}
#flow .flow10 {
	position: absolute;
	left: 401px;
	top: 353px;
	color: #FFF;
}
#flow .flow11 {
	position: absolute;
	left: 354px;
	top: 437px;
	text-align: center;
}
#flow .flow11 span {
	display: block;
	font-size: 18px;
	font-weight: bold;
}
#flow .flow12 {
	position: absolute;
	left: 177px;
	top: 24px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
#flow .flow13 {
	position: absolute;
	left: 345px;
	top: 486px;
	color: #FFF;
}
#flow .flow14 {
	position: absolute;
	left: 431px;
	top: 486px;
	color: #FFF;
}
#flow .flow15 {
	position: absolute;
	left: 529px;
	top: 485px;
	color: #FFF;
}
#flow .flow16 {
	position: absolute;
	left: 286px;
	top: 569px;
	font-size: 20px;
	font-weight: bold;
}
#flow .flow17 {
	position: absolute;
	top: 417px;
	color: #E50011;
	line-height: 1.3;
}
#flow .flow18 {
	position: absolute;
	left: 860px;
	top: 426px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
}

/*=======================
#cont02
=======================*/
#cont02 {
	background: #F3F3F3;
	overflow: hidden;
	padding-bottom: 30px;
}
#cont02 .box {
	background: none;
	padding-top: 50px;
}
#cont02 ul.itemBox {
	outline-width: 950px;
	margin-left: -19px;
}
#cont02 ul.itemBox li {
	float: left;
	margin-left: 19px;
	padding-bottom: 10px;
}
#cont02 dt {
}
#cont02 dd {
	font-size: 11px;
	line-height: 1.3;
}
#cont02 .reccomend {
	font-size: 14px;
	padding: 6px 0;
}
#cont02 .reccomend span {
	display: inline-block;
	margin-left: 10px;
	color: #EF911E;
}
	
#cont02 .cost {
	width: 217px;
	height: 26px;
	line-height: 28px;
	background: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radiust: 5px;
	border-radius: 5px;
	display: block;
	margin-top: 6px;
}
#cont02 .mgn {
	margin-top: 20px;
}