@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: #111;
	line-height: 1.8;
	text-align: left;
	font-size: 16px;
	background: #fff;
	border-bottom: 1em solid #005bac;
	-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: 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;
}
a img:hover{opacity: 0.8;}

/* public css
----------------------------------------------------------------*/
.clear{clear: both;}
.cf:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}

.alignleft{float: left;}
.alignright{float: right;}

.center{text-align: center;}
.left{text-align: left;}
.right{text-align: right;}
.bold{font-weight: bold;}
.small{font-size: 66.7%;}
.red{color: #cd0000;}

/*space*/
.mb0{margin-bottom:0;}.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
----------------------------------------------------------------*/

/* rayout
----------------------------------------------------------------*/
#wrap{
	margin: 2em auto;
	padding: 0 1em;
	max-width: 992px;
}

/* contents
----------------------------------------------------------------*/
#idex{
	width: 100%;
	background-color: #005bac;
	text-align: right;
}
#idex img{padding: 0.5em 1em;}

.fobox{
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dashed #eee;
}
.title{
	display: inline-block;
	width: 20%;
	color: #005bac;
	background-color: #DBEEFF;
	border-radius: 0.25em;
	padding: 0 1em;
	margin: 0 1em 0 0;
	vertical-align: top;
}
.ipa{
	display: inline-block;
	width: 60%;
}

.fobox_last{
	border: 3px solid #005bac;
	padding: 1em;
	margin-bottom: 1em;
	border-radius: 0.25em;
}
.ipa2{
	border-top: 1px dotted #eee;
	padding: 1em 0 0;
}

.first{
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 1em;
}
.second{
	font-size: 150%;
}

.fk{
	color: #005bac;
	background-color: #DBEEFF;
	border-radius: 0.25em;
	padding: 0 1em;
	margin: 0 0 0.5em;
}
.fn{
	margin-bottom: 1.5em;
	padding: 0 1em;
}
.fn span{
	display: inline-block;
}
.fn span::after{
	content: ",";
	padding-right: 0.5em;
}
.fn span:last-child::after {
	content: "";
	padding-right: 0;
}

.ebox{
	border: 1px solid #ccc;
	padding: 1em;
	margin-bottom: 2em;
}

/* input
----------------------------------------------------------------*/
input[type="text"],input[type="email"],textarea{
	padding: 0.2em;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	margin-bottom: 1em;
	vertical-align: baseline;
	max-width: 100%;
}

input[type="radio"],input[type="checkbox"]{
	vertical-align: middle;
	margin: 0 0.4em 0 0;
}

input.forbtn {
	padding: 0.2em 0.5em;
}

label{
	cursor: pointer;
}
.ipa label,.fobox_last label{
	display: inline-block;
	margin: 0 1em 0 0;
}

input[type="text"].w6e{
	max-width: 6em;
}