@charset "utf-8";
/* CSS Document */

/* reset
========================================*/
html, body, div, span, applet, object, iframe,  
h1, h2, h3, h4, h5, h6, p, blockquote, pre,  
a, abbr, acronym, address, big, cite, code,  
del, dfn, em, font, img, ins, kbd, q, s, samp,  
small, strike, strong, sub, sup, tt, var,  
b, u, i, center,  
dl, dt, dd, ol, ul, li,  
fieldset, form, label, legend,  
table, caption, tbody, tfoot, thead, tr, th, td {  
    margin: 0;  
    padding: 0;  
    background: transparent;  
    border: 0;  
    outline: 0; 
    font-size: 1em;  
} 
html,body{
	height:100%;
}
body {
	color:#333;
	font-size:14px;
	line-height:1.7em;
	font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,main {
    display:block;
}
ol, ul{
	list-style:none;
}
input, select {
    vertical-align:middle;
}
img{
	vertical-align: bottom;
	border:none;
}
section{
	background-color:#fff;
}
iframe {
    vertical-align: bottom;
}
/* setクラス
========================================*/
.shadow{
	box-shadow:rgba(187, 187, 187, 0.498039) 0px 0px 6px 2px;
	-webkit-box-shadow:rgba(187, 187, 187, 0.498039) 0px 0px 6px 2px;
	-moz-box-shadow:rgba(187, 187, 187, 0.498039) 0px 0px 6px 2px;
}
.contentshadow{
	box-shadow:rgba(187, 187, 187, 0.498039) 0px 0px 6px 2px;
	-webkit-box-shadow:rgba(187, 187, 187, 0.498039) 0px 0px 6px 2px;
	-moz-box-shadow:rgba(187, 187, 187, 0.498039) 0px 0px 6px 2px;
	min-height:900px;
}
.faq_contentshadow{
	box-shadow:rgba(187, 187, 187, 0.498039) 0px 0px 6px 2px;
	-webkit-box-shadow:rgba(187, 187, 187, 0.498039) 0px 0px 6px 2px;
	-moz-box-shadow:rgba(187, 187, 187, 0.498039) 0px 0px 6px 2px;
}
.bgFimg{
	background-image:url(../img/bg_main.jpg);
}
.bold{
	font-weight:bold;
}
.block{
	display:block;
}
.center{
	text-align:center;
}
.clear{
	clear:both;
}
.none{
	display:none;
}
a{
	color:#32aaff;
}
a.hover:hover{
	opacity:.7;
}
.top10{
	margin-top:10px;
}
.top20{
	margin-top:20px;
}
.top30{
	margin-top:30px;
}
.top40{
	margin-top:40px;
}
.top50{
	margin-top:50px;
}
.bottom10{
	margin-bottom:10px;
}
.bottom20{
	margin-bottom:20px;
}
.bottom30{
	margin-bottom:30px;
}
.bottom40{
	margin-bottom:40px;
}
.bottom50{
	margin-bottom:50px;
}

/* img text-indent
========================================*/
.imgTxt{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
/* overflow fix 
========================================*/
.overflowfix{
	overflow: hidden; position: relative;zoom:1;
}
/* clear fix 
========================================*/
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}