@charset "utf-8";
/* 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:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック 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 {
    display:block;
}
ol, ul{
	list-style:none;
}
input, select {
    vertical-align:middle;
}
img{
	vertical-align: bottom;
	border:none;
}
/* 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;
}
.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;
}
/* img text-indent
========================================*/
.imgTxt{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
/* overflow fix 
========================================*/
.overflowfix{
	overflow: hidden; position: relative;zoom:1;
}
/* web font 
========================================*/
