body{
	font-family:'\30E1\30A4\30EA\30AA',Meiryo,'\30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6f\20\57\36','\30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6f\20\57\33','\48\69\72\61\67\69\6e\6f\20\4b\61\6b\75\20\47\6f\74\68\69\63\20\50\72\6f','\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF',Verdana,Osaka,sans-serif !important;
	color: #000000;
	-webkit-text-size-adjust: 100%;
	}

/*----------------------------------------
 sprite
----------------------------------------*/
.sprite {
    background-image: url(/images/icons.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-icon_01 {
    width: 103px;
    height: 103px;
    background-position: 0 0;
}

.sprite-icon_02 {
    width: 103px;
    height: 103px;
    background-position: -103px 0;
}

.sprite-icon_03 {
    width: 103px;
    height: 103px;
    background-position: 0 -103px;
}

.sprite-icon_04 {
    width: 96px;
    height: 96px;
    background-position: -103px -103px;
}

.sprite-icon_05 {
    width: 96px;
    height: 96px;
    background-position: -206px 0;
}

.sprite-icon_06 {
    width: 67px;
    height: 68px;
    background-position: -302px 0;
}

.sprite-icon_07 {
    width: 80px;
    height: 66px;
    background-position: -302px -68px;
}

.sprite-icon_fukidashi {
    width: 133px;
    height: 145px;
    background-position: -199px -134px;
}

.sprite-icon_logo {
    width: 98px;
    height: 56px;
    background-position: 0 -279px;
}

/*----------------------------------------
 Layout 
----------------------------------------*/
.inner{
	width: 960px;
	margin: 0 auto;
	}
h2{
	font-size: 35px;
	text-align: center;
	padding: 80px 0 35px;
	font-weight: bold;
	}
.attention{
	font-size: 13px;
	line-height: 24px;
	}
	.attention strong{color: #b4ff00;}
.functionBox{
	padding: 0 90px;
	}

/* HEADER
----------------------------------------*/
#header{
	text-align: right;
	width: 100%;
	background-color: #ffffff;
	height: 80px;
	}
#header h1{
	float: left;
	margin: 16px 0 0 20px;
	}
	#header h1 span{
		display: none;
		}
#header .gNavi li{
	display: inline-block;
	}
#header .gNavi li a{
	display: block;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	padding: 23px 1em 28px;
	border-top: 8px solid #ffffff;
	color: #444444;
	}
	#header .gNavi li a:hover{
		border-top: 8px solid #528eb6;
		color: #528eb6;
		}
.fixed {
    position: fixed;
    top: 0;
    z-index: 1;
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	}

/* eyeCatch
----------------------------------------*/
#eyeCatch{
	background-color: #417ea8;
	}
#eyeCatch .inner{
	background: url(/../images/eye_catch.gif) no-repeat top center;
	width: 780px;
	padding: 555px 90px 58px 90px;
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
	}

/* contents01
----------------------------------------*/
.pointList{
	margin-top: 20px;
	}
.pointList li{
	width: 30%;
	float: left;
	margin-right: 5%;
	}
	.pointList li:nth-child(3){
		margin-right: 0;
		}
.exampleList li dt,
.pointList li dt{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 14px;
	}
	.pointList li dt span{
		margin: 0 auto;
		}
.pointList li dd{
	font-size: 13px;
	line-height: 24px;
	}


/* contents02
----------------------------------------*/
.exampleList li{
	width: 46%;
	margin-right:8%;
	float: left;
	/*padding-top: 248px;*/
	background-repeat: no-repeat;
	font-size: 14px;
	}
	/*.exampleList li.example01{background-image: url(/images/illust_01.png); background-position: top left;}
	.exampleList li.example02{background-image: url(/images/illust_02.png); background-position: top right;}*/
	.exampleList li:nth-child(2){
		margin-right: 0;
		}
.exampleList li dd{
	font-size: 14px;
	line-height: 28px;
	}
	
.exampleList li dd.more{
	margin-top: 1.5em;
	text-align: center;
	}
	.exampleList li dd.more a{
		text-decoration: none;
		display: inline-block;
		padding: 0.2em 2em;
		background-color: #417ea8;
		color: #ffffff;
		font-weight: bold;
		font-size: 16px;
		border-radius: 20px; 
		-webkit-border-radius: 20px; 
		-moz-border-radius: 20px;
		}
	.exampleList li dd.more a:hover{
		background-color: #5992b9;
		}
		
.illust_link01{display:block;
			 width:441.6px;
			 height:248px;
			 overflow: hidden;
			 background-image: url(/images/illust_01.png);
			 background-position: top left;
			 text-indent:-9999px;}

.illust_link02{display:block;
			 width:441.6px;
			 height:248px;
			 overflow: hidden;
			 background-image: url(/images/illust_02.png);
			 background-position: top right;
			 text-indent:-9999px;}

.illust_link01:hover, .illust_link02:hover{opacity:.8; }

/* contents03
----------------------------------------*/
#contents03{
	background-color:#2c668f;
	margin-top: 70px;
	color: #ffffff;
	}
#contents03 .inner{
	background-color:#2e6c97;
	}
#contents03 .inner h2{
	color: #ffffff;
	}
.functionBox .article{
	width: 43%;
	height: 215px;
	margin-right:2%;
	float: left;
	background-color: #3879a6;
	padding:100px 3% 25px;
	line-height: 26px;
	position:relative;
	}
.functionBox .article h3{
		font-size: 20px;
		font-weight: bold;
		position: absolute;
		top:20px;
		left: 30px;
		line-height: 70px;
		}
		.functionBox .article h3 span{
			float: left;
			margin-right: 10px;
			}
.functionBox .article:nth-child(2){
		margin-right: 0;
		}
.functionBox .article ul{
	padding-left: 2em;
	}
.functionBox .article ul li{
	list-style:disc;
	font-size: 14px;
	}

#contents03 .attention{
	padding: 30px 90px 60px;
	}

/* contents04
----------------------------------------*/
#contents04{
	background-color:#f2f2f2;
	}
#contents04 .inner{
	background-color:#ffffff;
	}

#contents04 table {
	width: 786px;
	margin: 0 auto 20px;
	height: 144px;
	border-collapse:separate;
	border-spacing: 2px;
	}
#contents04  th {
	width:390px;
	background-color: #2e6b97;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 2px;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	}
	#contents04  th span{
		display: block;
		margin-top: 7px;
		font-weight: normal;
		}
#contents04  td {
	background-color: #c9e0f0;
	font-weight: bold;
	padding: 2px 2px;
	text-align: center;
	vertical-align: middle;
	font-size: 26px;
	}
	#contents04  td span{
		padding-right: 10px;
		}
.priceExample{
	font-weight: bold;
	font-size: 16px;
	border:  1px solid #2e6b97;
	padding: 35px 35px 15px;
	margin:30px 90px 0;
	position:relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	}
.priceExample .sprite-icon_fukidashi{
	position:absolute;
	bottom:70px;
	right: 30px;
	}
.priceExample h3{
	color: #2e6b97;
	font-weight: bold;
	font-size: 20px;
	position:absolute;
	top: -8px;
	width: 3.5em;
	text-align: center;
	background-color: #ffffff;
	}
.priceExample p span{
	display: none;
	}
.priceExample dl{
	margin: 20px 0;
	}
.priceExample dl dt{
	color: #2e6b97;
	width: 5em;
	float: left;
	display: block;
	line-height: 18px;
	}
.priceExample dl dd{
	border-left: 1px solid #2e6b97;
	display: block;
	margin-left: 5em;
	padding-left: 1em;
	}
.priceExample dl dd li{
	margin:0 0 15px ;
	}
.priceExample dl dt span.ls01{letter-spacing: 0.1em;}
.priceExample dl dt span.ls02{letter-spacing: 0.5em;}
.priceExample dl dd span.ls01{letter-spacing: 0.3em;}
.priceExample dl dd span.ls02{text-decoration: line-through;}
.priceExample dl dd span.ls03{color:#ff0082;}

/* contents05
----------------------------------------*/
.fltL{float: left;}
.fltR{float: right;}

.contact dl{
	width: 364px;
	font-weight: bold;
	margin-bottom: 70px;
	}
.contact dt{
	float: left;
	margin-right: 15px;
	}
.contact dt span{display: none;}

.contact dl dd.ls01{font-size: 17px;}
.contact dl dd.ls02{text-align: right; font-size: 14px;}
.contact dl dd.ls03{font-size: 32px;line-height: 56px; height: 56px; margin: 8px 0;}

/* Footer
----------------------------------------*/
#footer{
	background-color: #2c3134;
	color:#d7d7d7;
	}
#footer inner{
	margin: 0 auto;
	width: 960px;
	}
#footer .fltL,
#footer .fltR{
	margin: 40px 0;
	line-height: 20px;
	}
	#footer .fltL span{
		display: block;
		}
#footer .fltR{text-align: right;}
.mt15{margin-top: 15px;}
.mt30{margin-top: 30px;}

/* fontsize
----------------------------------------*/
.font14{font-size: 14px;}
.font18{font-size: 18px;}
.font20{font-size: 20px;}


/*----------------------------------------
 second-page
----------------------------------------*/
#header2{
	text-align: right;
	width: 100%;
	background-color: #528eb6;
	height: 80px;
	}
#header2 h1{
	float: left;
	margin: 16px 0 0 0;
	}
#header2 h1 a{
	display: block;
	text-decoration: none;
	background-color: #ffffff;
	color: #528eb6;
	height: 46px;
	line-height:46px;
	padding: 0 2em;
	border-radius: 30px; 
	-webkit-border-radius: 30px; 
	-moz-border-radius: 30px;
	font-weight: bold;
	}
#header2 .gNavi li{
	display: inline-block;
	}
#header2 .gNavi li a{
	display: block;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	padding: 23px 1em 28px;
	border-top: 8px solid #528eb6;
	color: #ffffff;
	}
	#header2 .gNavi li a:hover{
		border-top: 8px solid #ffffff;
		color: #ffffff;
		}


#secondContents{
	background-color:#f2f2f2;
	}
	#secondContents .inner{
	background-color:#ffffff;
	margin: 0 auto;
	width: 840px;
	padding: 60px;
	}
#secondContents h2{
	padding: 0 0 35px;
	}
#secondContents .lead{
	width: 760px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 2em;
	padding-bottom: 35px;
	}