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


#pageTtl {
	background-color: #F5F7FB;
	background-image: url(../img/08_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;
}
/*=======================
#cont01
=======================*/
.box h1 {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}
.box h1 span {
	display: block;
	margin-top: 30px;
	color: #289DD2;
}
.box h2 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 25px;
}
	
#flow {
	height: 260px;
	margin-top: 30px;
	padding-top: 95px;
	background: url(../img/bg_member01.png) top center no-repeat;
	position: relative;
	z-index: 50;
}
.flow01 {
	background:url(../img/bg_member02.png) bottom left no-repeat;
	width: 225px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top:0;
	line-height: 1.3;
}
.flow01 span {
	color: #E50011;
}
#lBox {
	width: 328px;
	height: 160px;
	border: 1px solid #DBDCDC;
	-webkit-border-radius: 5px;
	-moz-border-radiust: 5px;
	border-radius: 5px;
	font-size: 14px;
	padding-bottom: 15px;
	float: left;
	}
#lBox h3 {
	background: #BAE2F8;
	height: 33px;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#lBox p {
	padding: 15px;
	line-height: 1.4
}
#lBox ol {
	padding: 0 15px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3;
}
#rBox {
	width: 328px;
	height: 160px;
	border: 1px solid #DBDCDC;
	-webkit-border-radius: 5px;
	-moz-border-radiust: 5px;
	border-radius: 5px;
	font-size: 14px;
	padding-bottom: 15px;
	float: right;
	}
#rBox h3 {
	background: #BAE2F8;
	height: 33px;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#rBox p {
	padding: 15px 10px;
	line-height: 1.4
}
#rBox2 {
	width: 207px;
	border: 1px solid #DBDCDC;
	background: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radiust: 5px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	position: absolute;
	top:235px;
	right: 50px;
	text-align: center;
	line-height: 1.4
}
.fTxt {
	clear: both;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4
}
.fTxt span {
	display: block;
	margin-bottom: 10px;
	font-size: 26px;
}