@charset "utf-8";
/* メインビジュアル
---------------------------------------------------- */
#mainImageBack {
	/*background:-webkit-gradient(linear, center top, center bottom, from(#4B9EFA), to(#fff));*/
margin-bottom:15px;
	background-color: #FFF0F0;
}


#mainImageBack h2 {
	width:320px;
	height:118px;
	margin:0 auto 0 auto;
	text-indent:-7777px;
	overflow:hidden;
	background-image: url(../images/top/main_image.png);
	background-repeat: no-repeat;
}


/**
//=========================================//
//--------------header-------------------//
//=========================================//
*/



header {
	padding:5px 0 7px 0;
	margin:0 0 5px 0;
	background-color: #000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

header h1 a {
	display:block;
	text-align:center;
	width:320px;
	height:56px;
	overflow:hidden;
	margin:0 auto 0 auto;
	z-index:1;
	background-image:url(../images/top/logo.png);
	text-indent:-9999px;
	background-repeat:no-repeat;
}



/**
//=========================================//
//--------------main-------------------//
//=========================================//
*/


#section_contents {
	margin : 10px 0 0 0;	
}



/* info
---------------------------------------------------- */
#infowrap {
	height:200px;
	overflow:auto;
	margin-bottom:20px;
}

#info{
		margin : 0 10px 15px 10px;
clear:both;
}


#info li a{
	display:block;
	color:#FFF;
	font-size:15px;
	line-height:1.5;
	letter-spacing:-1px;
	-webkit-background-size:23px 15px;
	border-bottom:1px solid #c0c9cd;
	overflow:hidden;
	padding:8px 5px 17px 5px;
}

#info li a span{
	color:#ff9900;
	font-size:12px;
	line-height:1.5;
}

#info li:last-child a{
border-bottom:none;
}



.section_wrap .data table tr th {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.section_wrap .data table tr td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}


/*　フロー　*/

.flowFrame {
	display:block;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	background:
	-webkit-gradient(linear, center top, center bottom, from(#FEFFEC), to(#FDFFEE));
	letter-spacing:2px;
	padding : 10px;
}

.flowArrow {
	background:url(../images/common/arrow3.png);
	width:166px;
	height:34px;
	background-repeat:no-repeat;
	text-indent:-7777px;	
	overflow:hidden;
	margin:10px auto 10px auto;
}


/*===========================
common
===========================*/

.section_wrap h2 {
	margin:5px 0 5px 0;
	foant-size:13px;
	font-weight: bold;
	color:#FFF;
	border-width:0 0 1px 0;
	border-color:#CCC;
	border-style:dotted;
}	
.bg_colorWhite {
	background-color: #FFF;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
