@charset "utf-8";
/* CSS Document */

/**********.template画面▼**********/
/***********************************
template
***********************************/
.template{
	margin-top:15px;	
}
.template div,
.template p,
.template dl{
		margin-bottom:15px;
}
.template div:last-child,
.template p:last-child,
.template dl:last-child{
		margin-bottom:0;
}
.template h2{
	font-size:150%;
	padding:5px 10px;
	color:#114b99;
	text-align:center;
}
.template h3{
	font-size:110%;
	margin-bottom:10px;
	padding:5px 15px;
	color:#114b99;
	border-left:5px #114b99 solid;
	/***グラデーション***/
	background: -moz-linear-gradient(top,  #ffffff 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dedede 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#dedede 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#dedede 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#DEDEDE',GradientType=0 ); /* IE6-9 */
}
.templateBox01{
	width:500px;
	overflow:hidden;
	margin:0 auto 15px auto;	
}
.templateBox01 li{
	width:230px;
	float:left;
	padding:0 10px;
	
}

/**********.template画面▲**********/

/***********************************
box01
***********************************/
.box01{
	background:#fff;
	padding:5px 0;
	text-align:center;
	color:#114b99;
}
.box01 h2.type02{
	font-size:120%;
}
/***********************************
box02
***********************************/
.box02{
	width:670px;
	margin-top:25px;
}
.box02 .wrap{
	margin-right:5px;
	background:#fff;	
	/***ドロップシャドウ***/
	margin-bottom:5px;
}
/***********************************
box02 InBox01
***********************************/
.box02 .wrap .InBox01{
	padding:15px;	
}
.box02 .wrap .InBox01 h4{
	background:url(../images/dot01.jpg) no-repeat left top;
	color:#0888da;
	font-size:115%;
	padding-left:30px;
	margin-bottom:10px;	
}
.box02 .wrap .InBox01 h5{
	background:url(../parts/i_dot.gif) no-repeat left top;
	color:#0888da;
	font-size:100%;
	padding-left:20px;
	margin-bottom:0px;	
}
.box02 .wrap .InBox01 h6{
	background:url(../parts/Q.gif) no-repeat left top;
	font-size:100%;
	padding-left:20px;
	margin-bottom:0px;
}
.box02 .wrap .InBox01 h7{
	background:url(../parts/mail.gif) no-repeat left top;
	font-size:100%;
	padding-left:50px;
	float:right;
}
.box02 .wrap .InBox01 p{
	padding-bottom:10px;	
}
.box02 .wrap .InBox01 p.grayLine{
	padding-bottom:5px;	
	margin-bottom:5px;
}
.box02 .wrap .InBox01 .align{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.box02 .wrap .InBox01 .textalign{
	font-size:120%;
	text-align:center;
}
/***********************************
box02 InBox02
***********************************/
.box02 .wrap .InBox02{
	background:#eee;
	padding:15px;
}
.box02 .wrap .InBox02 .center{
	text-align:center;
	padding-bottom:10px;
	font-weight:bold;	
}
.box02 .wrap .InBox02 dl{
	width:604px;
	background:#fff;
	padding:15px;
	margin-bottom:15px;
	overflow:hidden;
}
.box02 .wrap .InBox02 dl:last-child{
	margin-bottom:0;
}
.box02 .wrap .InBox02 dl dt{
	float:left;
}
.box02 .wrap .InBox02 dl dt a{
	padding:10px 0;
}
.box02 .wrap .InBox02 dl dt a span{
	color:#ffff00;	
}
.box02 .wrap .InBox02 dl dd{
	width:350px;
	float:right;
}
/***********************************
box02 InBox02 InBox03
***********************************/
.box02 .wrap .InBox02 .InBox03{
	width:634px;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:2px #fff solid;
}
.box02 .wrap .InBox02 .InBox03:last-child{
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}
/*.box02 .wrap .InBox02 .InBox03 table{
	border-collapse:collapse;	
}*/
.box02 .wrap .InBox02 .InBox03 .headLine{
	width:100px;
	text-align:center;
	vertical-align:middle;
	background:#173c86;
	color:#fff;
	font-size:110%;
	/***角丸***/
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
/***********************************
box02 InBox02 InBox03 InBox04
***********************************/
.box02 .wrap .InBox02 .InBox03 .InBox04{
	width:519px;
	margin-left:15px;
}
.box02 .wrap .InBox02 .InBox03 .InBox04 dl{
	width:489px;
}
.box02 .wrap .InBox02 .InBox03 .InBox04 dd{
	width:235px;
}
/***********************************
box02 InBox05
***********************************/
.box02 .wrap .InBox05{
	padding:15px 15px;	
}
.box02 .wrap .InBox05 dl{
	width:604px;
	overflow:hidden;
	padding:0 15px;
}
.box02 .wrap .InBox05 dl dt{
	width:350px;
	float:left;
}
.box02 .wrap .InBox05 dl dd{
	width:230px;
	float:right;
}
.box02 .wrap .InBox05 dl dd a span{
	color:#ffff00;	
}
.box02 .wrap .InBox05 .textCenter{
	width:150px;
	margin:0 auto;
}
.box02 .wrap .InBox05 .textCenter .backBt{
	display:block;
	color:#fff;
	padding:5px 0;
	/***角丸
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	***/
	/***グラデーション***/
	background:#224890;
	background: -moz-linear-gradient(top,  #6699cc 0%, #224890 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6699cc), color-stop(100%,#224890));
	background: -webkit-linear-gradient(top,  #6699cc 0%,#224890 100%);
	background: -o-linear-gradient(top,  #6699cc 0%,#224890 100%);
	background: -ms-linear-gradient(top,  #6699cc 0%,#224890 100%);
	background: linear-gradient(to bottom,  #6699cc 0%,#224890 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6699cc', endColorstr='#224890',GradientType=0 ); /* IE6-9 */
	/***その他装飾***/
	border:1px #fff solid;
}


/***********************************
box02 InBox05 InBox06
***********************************/
.box02 .wrap .InBox05 .InBox06{
	background:#eee;
	margin-top:15px;
	padding:15px 0;
}
.box02 .wrap .InBox05 .InBox06 p:first-child{
	background:url(../images/important.jpg) no-repeat left top;
	padding-left:70px;	
}
.box02 .wrap .InBox05 .InBox06 p:last-child{
	text-align:center;
	margin:10px 20px 0;
}
.box02 .wrap .InBox05 .InBox06 p:last-child a{
	display:block;
	padding:7px 0;
	color:#ffff00;
	font-weight:bold;
	/***角丸***/
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	/***ドロップシャドウ***/
	margin-bottom:5px;
	/***その他装飾***/
	background:#003399;
	border:1px #fff solid;
}
/***********************************
box02 InBox07
***********************************/
.box02 .wrap .InBox07{
	background:#eee;
	padding:15px;
}
.box02 .wrap .InBox07 ul{
	width:619px;
	background:#fff;
	padding:0 15px 10px 0;
	overflow:hidden;
}
.box02 .wrap .InBox07 ul .number{
	width:35px;
	float:left;
	background:#003366;	
	font-size:130%;
	color:#fff;
	text-align:center;
	padding:5px 0;
	margin-right:15px;
}
.box02 .wrap .InBox07 ul .blue{
	width:320px;
	float:left;
	font-weight:bold;
	font-size:110%;	
	padding-top:8px;
}
.box02 .wrap .InBox07 ul .text{
	display:block;
	padding-top:10px;
	font-weight:normal;
	color:#535353;
}
.box02 .wrap .InBox07 ul .manual{
	padding-top:10px;
}
.box02 .wrap .InBox07 ul .manual a{
	float:right;	
}


/***********************************
box02 InBox02 InBox08
***********************************/
.box02 .wrap .InBox02 .InBox08{
	background:#eee;
	padding:5px;
}
.box02 .wrap .InBox02 .InBox08 .center{
	text-align:center;
	font-weight:bold;	
}
.box02 .wrap .InBox02 .InBox08 dl{
	width:605px;
	background:#fff;
	padding:5px;
	margin-bottom:15px;
	overflow:hidden;
}
.box02 .wrap .InBox02 .InBox08 dl:last-child{
	margin-bottom:0;
}
.box02 .wrap .InBox02 .InBox08 dl dt{
	margin-top:5px;
	float:left;
}
.box02 .wrap .InBox02 .InBox08 dl dt a{
	padding:10px 0;
}
.box02 .wrap .InBox02 .InBox08 dl dt a span{
	color:#ffff00;	
}
.box02 .wrap .InBox02 .InBox08 dl dd{
	margin-top:5px;
	width:350px;
	float:right;
}

/***********************************
box02 InBox09
***********************************/
.box02 .wrap .InBox09{
	padding:5px 5px 0px 15px;	
}

/***********************************
box04
***********************************/
.box04{
	width:650px;
	margin:0 auto;
}

/***********************************
box05
***********************************/
.box05{
	background:#fff;
	padding-left:15px;
	text-align:left;
/*	color:#114b99;*/
}
.box05 h2.type02{
	font-size:120%;
}

/***********************************
box06
***********************************/
.box06{
	width:620px;
	margin:0 auto;
}


/***********************************
box03 Inbox03
***********************************/
.box03 .Inbox03{
	background:#eee;
	padding:15px;
}
.box03 .Inbox03 .center{
	text-align:center;
	padding-bottom:10px;
	font-weight:bold;	
}
.box03 .Inbox03 dl{
	width:550px;
	background:#fff;
	padding:15px;
	margin-bottom:15px;
	overflow:hidden;
}
.box03 .Inbox03 dl:last-child{
	margin-bottom:0;
}
.box03 .Inbox03 dl dt{
	float:left;
}
.box03 .Inbox03 dl dt a{
	padding:10px 0;
}
.box03 .Inbox03 dl dt a span{
	color:#ffff00;	
}
.box03 .Inbox03 dl dd{
	width:300px;
	float:right;
}
