@charset "utf-8";

/* ###########################################################
						Author: beacons
   ########################################################### */
/* -----------------------------------------------------------
												Preferences
   ----------------------------------------------------------- */
* {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Verdana,"ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
	margin: 0;
	padding: 0;
}
/* html5 reset css */
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, a, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, dialog, figure, footer, header,hgroup, menu, nav, section,time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; } article, aside, dialog, figure, footer, header,hgroup, nav, section {display:block;} nav ul {list-style:none;} blockquote, q {quotes:none;} blockquote:before, blockquote:after,q:before, q:after { content:''; content:none; } ins { background-color:#ff9; color:#000; text-decoration:none; } mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; } del {text-decoration: line-through;} abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; } hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; } input, select {vertical-align:middle;} 
/* //html5 reset css */

body {
	color: #333;
	background-color: #dbefff;
	line-height: 1.8;
	text-align: left;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

ul{list-style-type: none;}
ul.square{list-style-type: square;margin-left:1.5em;}

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
p{margin-bottom: 1em;}
em,address{
	font-weight: normal;
	font-style: normal;
}
img{
	border: 0;
	vertical-align: middle;
	max-width: 100%;
}
blockquote{
	margin: 0 0 1em;
	padding: 1em;
	background: #eee;
	border: 1px solid #ddd;
}
blockquote p{margin: 0;}

a{
	text-decoration: none;
	outline: none;
}
a:hover{
	text-decoration: underline;
}

/* public css
----------------------------------------------------------------*/
.clear{clear: both;}
.cf:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
* html .cf{ zoom: 1; } /* ie6 */
*:first-child+html .cf { zoom: 1; } /* ie7 */

.alignleft{float: left; margin-right: 1em;}
.alignright{float: right; margin-left: 1em;}
.aligncenter{text-align: center; display: block; margin-left: auto; margin-right: auto; }

.center{text-align: center;}
.left{text-align: left;}
.right{text-align: right;}
.bold{font-weight: bold;}
.small{font-size: 80%;}
.fs120{font-size:120%;}.fs140{font-size:140%;}.fs160{font-size:160%;}.fs180{font-size:180%;}
.org{color: #f66200; font-weight: bold;}

/*space*/
.mb1{margin-bottom:1em;}.mb2{margin-bottom:2em;}.mb3{margin-bottom:3em;}.mb4{margin-bottom:4em;}.mb5{margin-bottom:5em;}

.sh{
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
}

/* effect & decoration
----------------------------------------------------------------*/
header nav ul li,
.back{
	background: #2778f2; /* Old browsers */
	background: -moz-linear-gradient(top,  #2778f2 0%, #0050c8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2778f2), color-stop(100%,#0050c8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2778f2 0%,#0050c8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2778f2 0%,#0050c8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2778f2 0%,#0050c8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2778f2 0%,#0050c8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2778f2', endColorstr='#0050c8',GradientType=0 ); /* IE6-9 */
}

/* rayout
----------------------------------------------------------------*/
.inner{
	margin: 0 auto;
	max-width: 1024px;
	padding: 0 1em;
}

/* header
----------------------------------------------------------------*/
#idex{
	width: 100%;
	background-color: #005bac;
	text-align: right;
}
#idex img{padding: 0.5em 1em;}

header{
	position: relative;
	background-color: #99ccff;
	background-image: url('img/topob.png');
	background-position: center bottom;
	background-repeat: repeat-x;
}
header h1{text-align: center;}
header nav{
	position: absolute;
	top: 1em;
	left: 0;
}

header nav ul li{
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #0050C8 #003B93 #003B93;
	border-radius: 0 0.4em 0.4em 0;
}
header nav ul li a{
	display: block;
	line-height: 1.6;
	color: #fafafa;
	padding: 0.4em 1em;
}
header nav ul li:hover{
	width: 110%;
}
header nav ul li a:hover{
	background-color: rgba(255,255,255,0.25);
}

/* footer
----------------------------------------------------------------*/
footer{
	background-color: #005bac;
	text-align: center;
	color: #fafafa;
	font-size: 75.0%;
	padding: 1em 0;
}
footer li{display: inline;}
footer li::after{content: "｜"; padding: 0 0.6em}
footer li:last-child::after{content: "";  padding: 0;}
footer a{color: #fff;}

.back{
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: block;
	line-height: 1.6;
	color: #fafafa;
	padding: 0.4em 1em;
	border-width: 1px;
	border-style: solid;
	border-color: #0050C8 #003B93;
	border-radius: 0.4em;
	font-size: 75%;
}

/* simulator
----------------------------------------------------------------*/
table{
	border-collapse: collapse;
	width: 100%;
}
th,td{
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	font-weight: normal;
	vertical-align: middle;
}
caption{
	font-size: 125%;
	font-weight: bold;
	text-align: left;
}
table th{
	width: 60%;
	padding: 0.6em 0.2em 0.6em 1em;
	background-color: #AACFFF;
	border-color: #5A91DD;
}
#kekka table th{
	background-color: #FFD7B7;
	border-color: #FA9B36;
}
table td{
	width: 30%;
	text-align: right;
	padding: 0.6em 0.2em 0.6em 1em;
	border-width: 1px 0 1px 1px;
	border-style: solid;
}
table td.tani{
	width: 10%;
	text-align: left;
	padding: 0.6em 1em 0.6em 0.2em;
	border-width: 1px 1px 1px 0;
	border-style: solid;
}
table span{
	display: block;
	width: 96%;
	padding: 0.2em 0.4em 0.2em 0em;
	border-style: solid;
	border-width: 1px 2px;
	border-color: #EAEAEA;
	border-radius: 0.2em;
	background-color: #EAEAEA;
}
#kekka table span{
	background-color: #FFF;
	color: #CD0000;
	font-weight: bold;
	letter-spacing: 0.05em;
}

input[type="text"]{
	font-size: 87.5%;
	width: 96%;
	padding: 0.2em;
	border-style: solid;
	border-width: 2px;
	border-color: #CEE3FF;
	border-radius: 0.2em;
	vertical-align: baseline;
	text-align: right;
}
input[type="text"]:focus{
	border-color: #5A91DD;
}

#simu{
	display: block;
	max-width: 400px;
	margin: 1em auto 4em;
	text-align: center;
}
#simu:hover{
	opacity: 0.8;
}

.paper{
	padding: 2em;
	background-color: #fff;
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
	border-radius: 0.2em;
}

/* content
----------------------------------------------------------------*/
.sec,.sec0{
	padding: 4em 0;
	border-bottom: 1px solid #fff;
	background: #f2f9ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2f9ff 20%, #dbefff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#f2f9ff), color-stop(100%,#dbefff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f9ff 20%,#dbefff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f9ff 20%,#dbefff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f9ff 20%,#dbefff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2f9ff 20%,#dbefff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f9ff', endColorstr='#dbefff',GradientType=0 ); /* IE6-9 */
}
.sec0{
	padding: 1em 0;
}

.sec h2{margin: 0 0 2em;}
.sec h3{
	margin: 0 0 1em;
	padding: 0 1em;
	font-size: 150%;
	font-weight: bold;
	color: #fff;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
}
.sec h4{
	font-weight: bold;
	font-size: 125%;
	background: url('img/check.png') center left no-repeat;
	padding: 0 0 0 1.75em;
}

#c4b,#c4a{
	float: right;
	margin: 0 0 0 1em;
}

#c4c1{
	float: left;
}
#c4c2{
	float: right;
}
#c4c1 table th{
	background-color: #347AE2;
	color: #fff;
}

.c_btn{
	padding: 0 1em;
	text-align: center;
}
.c_btn a{
	display: block;
	line-height: 1.2;
	color: #fff;
	max-width: 760px;
	margin: 0 auto;
	border-radius: 1.5em;
	background: #fc0000; /* Old browsers */
	background: -moz-linear-gradient(top, #fc0000 0%, #a71a1a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc0000), color-stop(100%,#a71a1a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fc0000 0%,#a71a1a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fc0000 0%,#a71a1a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fc0000 0%,#a71a1a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fc0000 0%,#a71a1a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc0000', endColorstr='#a71a1a',GradientType=0 ); /* IE6-9 */
}
.c_btn a:hover{
	background: #f94a4a; /* Old browsers */
	background: -moz-linear-gradient(top, #f94a4a 0%, #ce0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f94a4a), color-stop(100%,#ce0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f94a4a 0%,#ce0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f94a4a 0%,#ce0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f94a4a 0%,#ce0000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f94a4a 0%,#ce0000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f94a4a', endColorstr='#ce0000',GradientType=0 ); /* IE6-9 */
}