﻿@charset "utf-8";

/*--- 基本設定 */
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;
}
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%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}

/*---詳細--- */
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: transparent;
}

.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;
}

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {background:#fff url(images/bg_base.png) repeat 50% 0;}

#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: 25px;
	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:20px;
	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: right;
	margin: 0 0 0 10px;
	font-size: 18px;
	text-shadow: 1px 1px 1px #ccc;
	padding:5px;
}

.imgL {
	float: left;
	margin: 0 10px 0 0;
	padding:5px;
}

/* 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
		ヘッダー
----------------------------------------------------------- */
#header {
	width: 1080px;
	height:20px;
	margin: 0 auto;
}

#headerDesc {
	height: 20px;
	margin: 0 auto;
}

#headerDescArea {
	height: 20px;
	width: 1080px;
	margin: 0 auto;
}

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

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

/* ---#footer--- */

#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;
}


* html #footerLower .inner{height:60px;}

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

/*---#page---*/
#page {}

/*---#mainImg---*/

#mainImg {
	width: 100%;
}

#imgArea {
	width: 1080px;
	margin: 0 auto;
}

.img_main {
	width: 1080px;
	float: center;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/

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

/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main {
	float: left;
	width: 840px;
	margin: 0px 0px 0px 0px;
	overflow:hidden;
}

#main p{
	font-size:18px;
	line-height:34px;
	padding: 10px 10px 10px 10px;
}

#main .bar{
	font-family:'Coming Soon';
	float:left;
	display: block;
	width: 100px;
	padding: 10px 5px;
	margin: 30px 45px 0px -70px;
	background:#EFC29B;
	color: #ffffff;
	font-size: 12px;
	height:30px;
	line-height:30px;
	text-align: center;
	border-radius:75px;
	-webkit-transform: rotate(-90deg) translate(0px, 50px);
	-moz-transform: rotate(-90deg) translate(0px, 50px);
	-o-transform: rotate(-90deg) translate(0px, 50px);
	-ms-transform: rotate(-90deg) translate(0px, 50px);
}

#main h2{
	margin: 0;
	margin: 30px 0px 30px 0px;
	font-size: 35px;
	line-height:70px;
	font-weight: normal;
	border-bottom: solid 1px #ccc;
	padding:0px 0px 25px 0px;
	text-shadow: 1px 1px 1px #ccc;
	color:#666;
}

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

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

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

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

#main .check{
	font-size: 22px;
	background: url(images/circle_2.png) no-repeat;
	background-size:22px 22px;
	background-position:11px 8px;
	padding:5px 0px 0px 44px;
}

/* ---#sub--- */

#sub {
	margin: 0px 10px 0px 10px;
	float: right;
	width: 220px;
}

#sub h3{
	font-family:'Coming Soon';
	width:160px;
	float:left;
	font-size: 20px;
	text-shadow: 1px 1px 1px #ccc;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
	color: #666;
	text-align:center;
	border: solid 2px #D2E0E9;
	margin: 0px 0px 0px 0px;
	background: #fff;
	-webkit-transform: translate(-10px, 20px);
	-moz-transform: translate(-10px, 20px);
	-o-transform: translate(-10px, 20px);
	-ms-transform: translate(-10px, 20px);
}

#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: 14px;
	clear:both;
	color: #666;
	box-shadow: 0px 0px 5px #ccc;
	background:rgba(255,255,255,0.2);
	margin: 0px 0px 20px 0px;
	padding:20px 5px 10px 0px;
}

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

#sub ul li a{display: block;}

#sub ul .answer{font-size:12px;}


/*--- 枠組み --- */

.bg_f {
	padding:10px 10px 20px 10px;
	color: #333;
	-webkit-box-shadow: 3px 3px 5px #ccc;
	-moz-box-shadow: 3px 3px 5px #ccc;
}

.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:10px;
}



/*--- 装飾 --- */

.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:22px;
	display: block;
	width:100%;
	height:50px;
	letter-spacing: 1px;
	background:rgba(210,224,233,1);
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	line-height:50px;
	margin: 10px auto;
	text-align:center;
	text-shadow: 1px 1px 1px #ccc;
	box-shadow: 0px 0px 5px #ccc;
}

.more:hover{
	font-size:22px;
	display: block;
	width:100%;
	height:50px;
	letter-spacing: 1px;
	background:rgba(210,224,233,1);
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	line-height:50px;
	margin: 10px auto;
	text-align:center;
	text-shadow: 1px 1px 1px #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);
	width: 220px;
}

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