@charset "UTF-8";


html {
	font-size : 75%;
}
@media screen and (min-width : 640px){ html{ font-size : 75.0%;} }
@media screen and (max-width : 608px){ html{ font-size : 71.5%;} }
@media screen and (max-width : 576px){ html{ font-size : 68.0%;} }
@media screen and (max-width : 544px){ html{ font-size : 64.5%;} }
@media screen and (max-width : 512px){ html{ font-size : 61.0%;} }
@media screen and (max-width : 480px){ html{ font-size : 57.5%;} }
@media screen and (max-width : 448px){ html{ font-size : 54.0%;} }
@media screen and (max-width : 416px){ html{ font-size : 50.5%;} }
@media screen and (max-width : 384px){ html{ font-size : 47.0%;} }
@media screen and (max-width : 352px){ html{ font-size : 43.5%;} }
@media screen and (max-width : 320px){ html{ font-size : 40.0%;} }


/************************************************** common */

body{
	background:url(../img/bg.png) repeat top center;
}
ul#gnav{
	margin:3% auto 0;
	width:100%;
}
ul#gnav li{
	float:left;
	width:33.3333333%;
	padding:0;
	margin:0;
	line-height:0;
}
p.btn{
	width:94%;
	margin:2% auto 6%;
}
.km{
	border-radius: 4px; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	behavior: url(border-radius.htc);
}

.m10{ margin: 10px; }
.m20{ margin: 20px; }

.t10{ margin-top: 10px; }
.t20{ margin-top: 20px; }

.b10{ margin-bottom: 10px; }
.b20{ margin-bottom: 20px; }

.tb5{ margin-top: 5px; margin-bottom:5px; }
.tb10{ margin-top: 10px; margin-bottom:10px; }
.tb20{ margin-top: 20px; margin-bottom:20px; }

img{
	margin: 0 auto;
	width: 100%;
}

h2{
	padding: 3%;
	color: #fff;
	background: #443025;
	font-size: 2.3rem;
	font-weight: normal;
	text-align: center;
}
h3{
	padding: 3% 0 3% 15%;
	color: #fff;
	background: #3399cc url(../img/title_head.jpg) 10px center no-repeat;
	background-size: contain;
	font-size: 2.3rem;
	font-weight: normal;
}

p{
	text-align: justify;
}
ul{
	margin: 2% 0 2% 2%;
}
ul li{
	margin-bottom: 4%;
	padding-left: 8%;
	background: url(../img/li.jpg) 0 5px no-repeat;
	background-size: 4% auto;
	font-size: 2.1rem;
}

table{
	width: 100%;
}
table th,table td{
	padding: 2%;
	border: 1px #3399cc solid;
	font-weight: normal;
	vertical-align: middle;
}
table td.c{
	text-align: center;
}
.title1{
	margin: 4%;
	padding: 3% 0;
	color: #fff;
	background: #3399cc;
	font-size: 2.3rem;
	text-align: center;
}
.frame{
	margin: 7% auto;
	padding: 2% 2%;
	width: 98%;
	border: 1px #cfcfcf solid;
	background: #fff;
}

/************************************************** base */

#wraper{
	margin: 0 auto;
	max-width: 640px;
	width: 100%;
	background: #fff;
	line-height: 170%;
	font-size: 1.9rem;
	padding-bottom:3%;
}

/*common*/
#flowBox div.box{
	width:94%;
	margin:0 auto;
}
#header h1{
	width:100%;
	margin:0 auto;
	padding:2% 0;
}
div.boxcon{
	width:94%;
	margin:0 auto;
}
div.photobox div.min{
	width:100%;
	clear:both;
	margin:3% auto;
}
div.photobox div.min:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
div.photobox div.left{
	width:48.2%;
	float:left;
}
div.photobox div.right{
	width:48.2%;
	float:right;
}
div.photobox div.min div dt{
	text-align:center;
	color:#ff537c;
	font-weight:bold;
	font-size:1.2em;
	margin-top: 0.3em;
}
#cBox div.photobox div.min div dt{
	color:#f29700;
}
#mBox div.photobox div.min div dt{
	color:#009fe8;
}
div.photobox div.min div dd{
	font-size:0.7em;
	line-height:1.2em;
}
div.naiyobox{
padding:3%;
margin:3% 0;
}
div.naiyobox p{
	color:#fff;
	font-weight:bold;
	text-align:center;
	font-size:1.4em;
	margin:0 0 3%;
}
div.naiyobox dl{
	width:100%;
	clear:both;
	margin:0 0 3%;
}
div.naiyobox dl:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
div.naiyobox dt{
	width:18%;
	float:left;
	line-height:0;
	padding:7.5% 1.5%;
}
div.naiyobox dd{
	width:78%;
	float:right;
	font-size:0.7em;
	line-height:1.2em;
	padding:4.5% 0 0;
}
#bBox div.naiyobox{
	background:#ff537c;
}
#cBox div.naiyobox{
	background:#f29700;
}
#mBox div.naiyobox{
	background:#009fe8;
}
#bBox div.naiyobox dl{
	background:url(../img/blistbg.png) no-repeat top left;
	-moz-background-size:cover;
background-size:cover;
}
#cBox div.naiyobox dl{
	background:url(../img/clistbg.png) no-repeat top left;
	-moz-background-size:cover;
background-size:cover;
}
#mBox div.naiyobox dl{
	background:url(../img/mlistbg.png) no-repeat top left;
	-moz-background-size:cover;
background-size:cover;
}
p.flowbtn{
	text-align:center;
	font-weight:bold;
}
p.flowbtn a:link{
	color:#1d20ff;
}
div#flowBox p.ttl{
	text-align:center;
	margin:3% 0;
	font-weight:bold;
	color:#ff537c;
	font-size:1.4em;
}
div#flowBox div.minbox{
	background:url(../img/flowbg.png) no-repeat bottom center;
	-moz-background-size:cover;
background-size:cover;
padding:2% 6% 14%;
margin:0 0 3%;
}
div#flowBox div.minbox p.txt{
	color:#fff;
	line-height:1.2em;
	font-size:0.9em;
	margin:0 0 12%;
}
div#flowBox div.minbox p.step{
	font-weight:bold;
	text-align:center;
	color:#ffff00;
	font-size:1.2em;
}
div#flowBox div.minbox p.ttlm{
	font-weight:bold;
	text-align:center;
	color:#fff;
	font-size:1.8em;
	padding:2% 0;
}
#footer{
	width:96%;
	margin:2% auto;
}
#footer p{
	display:inline;
	padding-right:3%;
	font-size:0.8em;
}
address{
	font-size:0.7em;
	font-style:normal;
	line-height:1.2em;
	margin:0 2% 5%;
}
