﻿@charset "utf-8";
html {-webkit-text-size-adjust: 100%}
* {-webkit-touch-callout: none;-webkit-user-select: none;}
input[type="text"],textarea {-webkit-user-select: auto;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table {border-collapse: collapse;border-spacing: 0;width:100%;}
caption,th {text-align: left;}
q:before,q:after {content: '';}
object,embed {vertical-align: top;}
hr,legend {display: none;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;}
abbr,acronym,fieldset {border: 0;}
img {max-width: 100%;height: auto;}
li {list-style-type: none;}
#contents li a{ display: block; }
#contents li span{ display: block; }

body {
	color: #333333;
	font-size: small;
	font-family:
		"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN",
		"メイリオ","Meiryo",arial,Osaka,"ＭＳ Ｐゴシック","MS PGothic"Sans-Serif;
	line-height: 1.5;
	margin: 0 auto;
	padding: 0 auto;
	vertical-align: baseline;
	-webkit-overflow-scrolling:touch;
	border: 0;
	background:#fff url(images/bg_base.png) repeat 50% 0;
}

.reset{font-family:"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo",arial,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;}

* html body {/* for IF6 */font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;}

#main a{text-decoration: underline;color:#298CE8;}
#main a:hover{text-decoration: none;color:#298CE8;}
#main a:visited{text-decoration: none; color:#823E95; }

#sub a{text-decoration: none;color:#298CE8;}
#sub a:hover{text-decoration: underline;color:#298CE8;}
#sub a:visited{text-decoration: none; color:#823E95; }

#sub .vacskk {
	text-decoration: none;
	color:#298CE8;
	cursor: pointer;
}
#sub .vacskk:hover{
	text-decoration: underline;
	color:#298CE8;
}
#main .vacskk {
	text-decoration: underline;
	color:#298CE8;
	cursor: pointer;
}
#main .vacskk:hover{
	text-decoration: none;
	color:#298CE8;
}

.big{
	font-size: 18px;
	color:#666666;
	text-align:center;
	border-bottom: solid 1px #ccc;
	margin: 15px 0 15px;
	font-weight:100;
}

.em{
	font-size:107%;
	color:red;
}

.rev{
	font-size:18px;
	text-align:center;
	border-bottom: solid 1px #ccc;
	margin: 0px 0px 50px 0px;
}

.center{text-align:center;margin: 0 auto;}

.BM20{margin: 20px 0 0 0;}
.BM30{margin: 30px 0 0 0;}
.BM50{margin: 50px 0 0 0;}

.clear{clear:both;}

.imgR {float: none;margin: 0 auto;text-align:center;font-size: 18px;text-shadow: 1px 1px 1px #ccc;}
.imgL {float: none;margin: 0 auto;text-align:center;}

/* clearfix */
.clearfix:after {content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#header {width: 100%;margin: 0 auto;}
#headerDesc {margin: 0 auto;}
#headerDescArea {width:100%;margin: 0 auto;text-align:center;}

#headerDescArea h1 {
	font-size: 10px;
	font-weight: normal;
	padding: 5px 0px 5px 0px;
	float: none;
}

#headerDescArea h2 {
	font-size: 10px;
	font-weight: normal;
	float: none;
}

#copy {text-align:center;}

#footerLower{
	border-top: 1px solid #666;
	overflow: hidden;
	background:#fff;
	border: 0;
	clear: both;
	color: #666;
	position: fixed;
	bottom: 0;
	right:0;
	left: 0;
	outline: 0;
	outline-style: none;
	outline-width: 0;
	-moz-outline-width: 0;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
}

#footerLower .inner{
	position:relative;
	min-height: 50px;
	color: #fff;
	font-size:13px;
}

#footerLower .inner p{
	position:absolute;
	top: 10px;
	padding-bottom: 5px;
	color: #fff;
}

#mainImg {
	width: 100%;
}

#imgArea {
	width: 100%;
	margin: 0 auto;
}

.img_main {
	width:100%;
	margin: 0 auto;
	text-align:center;
}

#contents {
	width:100%;
	margin: 20px auto;
	padding:0px 0px 60px 0px;
	background: #fff;
	box-shadow: 0px 0px 5px #ccc;
}

#main {
	width: 98%;
	padding:1%;
	float:none;
}

#main p{
	font-size:16px;
	line-height:30px;
	padding: 10px 10px 10px 10px;
}

#main .bar{
	font-family:'Coming Soon';
	float:none;
	text-align: center;
	display: block;
	padding: 5px 0px;
	margin: 0 auto;
	background:#EFC29B;
	color: #ffffff;
	font-size: 12px;
	border-bottom: solid 1px #ccc;
	width:100%;
}

#main h2{
	margin: 0;
	margin: 5px 0px 5px 0px;
	font-size: 18px;
	font-weight: normal;
	border-bottom: solid 1px #ccc;
	padding:0px 0px 10px 0px;
	text-shadow: 1px 1px 1px #ccc;
	color:#666;
	text-align:center;
}

#main h2 span{
	font-size: 75%;
}

#main h3{
	font-size: 18px;
	font-weight:normal;
	background: url(images/circle.png) no-repeat 0% 50%;
	background-size:30px 30px;
	border-bottom: solid 1px #666;
	margin: 0px 0px 20px 0px;
	padding:5px 0px 5px 40px;
	color:#666;
	letter-spacing: 3px;
}

#main h4{
	border-left: solid 7px #EFC29B;
	font-size: 18px;
	margin: 0px 0px 20px 0px;
	color:#666;
	letter-spacing: 3px;
	text-shadow: 1px 1px 1px #ccc;
	font-weight:normal;
	padding:7px 0px 7px 14px;
}

#main h5{
	font-size: 18px;
	font-weight:normal;
	color:#666666;
	margin: 20px 0px 20px 0px;
	padding:5px;
}

#main .check{
	font-size: 18px;
	background: url(images/circle_2.png) no-repeat 0% 50%;
	background-size:22px 22px;
	padding:5px 0px 5px 30px;
}

#sub {
	width: 98%;
	padding:1%;
	float:none;
}

#sub h3{
	font-family:'Coming Soon';
	float:none;
	font-size: 20px;
	text-shadow: 1px 1px 1px #ccc;
	font-weight: normal;
	padding: 5px 0px 5px 0px;
	color: #666;
	text-align:center;
	border: solid 2px #D2E0E9;
	margin: 0px 0px 0px 0px;
	background: #fff;
}

#sub h5{
	font-size: 16px;
	text-shadow: 1px 1px 1px #ccc;
	font-weight: normal;
	color: #666;
	text-align:center;
	border-bottom: solid 2px #D2E0E9;
	margin: 5px 0px 5px 0px;
}


#sub ul {
	font-size: 16px;
	clear:both;
	color: #666;
	box-shadow: 0px 0px 5px #ccc;
	background:rgba(255,255,255,0.2);
	margin: 0px 0px 20px 0px;
	padding:20px 0px 10px 0px;
}

#sub ul li{
	list-style-type: none;
	padding: 6px 0px 6px 20px;
	border-bottom: solid 1px #ccc;
	background: url(images/list-arw.png) no-repeat 0 50%;
	margin: 5px 0px 5px 0px;
}

#sub ul li a{display: block;}
#sub ul .answer{font-size:16px;}

.bg_f {
	padding:10px 5px 20px 5px;
	color: #333;
}

.section{
	padding: 5px;
	color: #666;
	box-shadow: 0px 0px 5px #ccc;
	background:rgba(255,255,255,0.2);
	border-radius:5px;
	margin: 0px 0px 50px 0px;
}


.bg{
	background:rgba(210,224,233,1);
	color: #666;
	box-shadow: 0px 0px 5px #ccc;
	margin: 10px auto;
	border-radius:6px;
	padding:5px;
}

.font{font-size:25px;letter-spacing: 1px;color:#666;margin: 0px 0px 0px 5px;font-family:'Coming Soon';}
.font span{font-size:60%;color:#666;letter-spacing: 1px;text-decoration: underline;margin: 0px 0px 0px 10px;}

.more{
	border: solid 1px #ccc;
	color:#666;
	font-size:18px;
	display: block;
	width:100%;
	letter-spacing: 1px;
	background:rgba(210,224,233,1);
	margin: 10px auto;
	text-align:center;
	text-shadow: 1px 1px 1px #ccc;
	box-shadow: 0px 0px 5px #ccc;
}

.more:hover{
	border: solid 1px #ccc;
	color:#666;
	font-size:18px;
	display: block;
	width:100%;
	letter-spacing: 1px;
	background:rgba(210,224,233,1);
	margin: 10px auto;
	text-align:center;
	text-shadow: 1px 1px 1px #ccc;
	box-shadow: 0px 0px 5px #ccc;
	opacity:0.75;
}

.more span{
	font-size:75%;
	margin: 0px 0px 0px 10px;
}

.more a{display: block;}

#main table{
	width:100%;
	box-shadow: 0px 0px 5px #ccc;
}

#main .t-head {
	font-size: 18px;
	border-collapse: collapse;
	border: solid 1px #ccc;
	padding: 10px;
	background:rgba(210,224,233,1);
	-webkit-box-sizing: border-box;box-sizing: border-box;
	width: 30%;
}

#main .t-item {
	font-size: 18px;
	border-collapse: collapse;
	border: solid 1px #ccc;
	padding: 10px;
	background: #fff;
	-webkit-box-sizing: border-box;box-sizing: border-box;
	width: 70%;
}

.pc{display: none;visibility:hidden;}