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

/**================================= Flow Setting =================================**/

/**************** Flow common setting *****************/

#flow .imgBox {
	left:50%;
	top:14px;
	margin-left:-572px;
	position:absolute;
}

#flow .mainArea {
	padding-top:10px;
}

#flow .contactArea {
	padding-top:0px;
	margin-bottom:15px;
}

#flow .contactArea .btnArea {
	top:10px;
}

#flow .contactBtn {
	text-align:center;
}

/**************** section setting *****************/

/* section */

#flow .section {
	background:#E0E0E0 url(../images/common/bg_section_btm2.jpg) no-repeat center bottom;
	margin-bottom:5px;
	padding-bottom:40px;
}

#flow .section .sectionTtl {
	color:#FFFFFF;
	font-weight:bold;
	height:52px;
	margin-bottom:15px;
	text-align:right;
	position:relative;
}

#flow .section .sectionInr {
	background:#FFFFFF;
	margin:0 15px 10px 15px;
	padding:10px 20px 15px 20px;
	position:relative;
}

#flow .section .sectionInr .flowTop {
	border-bottom:1px dashed #FF4100;
	margin-bottom:15px;
	padding-bottom:15px;
}

#flow .section .sectionInr .flowTop p {
	font-size:.75em;
}

#flow .section .sectionInr .floBtm {
}

#flow .section .sectionInr .floBtm .btmTtl {
	margin-bottom:10px;
}

#flow .section .sectionInr .floBtm p {
	font-size:.75em;
	color:#FF4100;
}

#flow .section .sectionInr .btmImg {
	right:0;
	bottom:0;
	position:absolute;
}

#flow .tac {
	text-align:center;
}






