@charset "utf-8";

/* for Common & Smartphone*/
body{
	position:relative;
	-webkit-text-size-adjust: none;
	background:#fff;
	color:#00214a;
}

.spOnly{display:block;}
.pcOnly{display:none;}

.spOnlyIL{display:inline;}
.pcOnlyIL{display:none;}

/* for Smartphone iPhone6より小さいサイズ用 374以下*/
.spSOnly{display:none;}



/*リンク [
#########################################*/
a:link,
a:visited{
	color:#00214a;
	text-decoration:none;
	}

a:active,
a:hover{
	color:#00214a;
	text-decoration:none;
	}
.disabled{
	cursor:default;
}



img {
	border:0;
	vertical-align:top;
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
.img100{
	width:100%;
}

.relative{
	position:relative;
	}

.hide{
	display:none;
	}

.mincho{
	font-family: "ヒラギノ明朝 ProN W3" , "HiraMinProN-W3" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro", "ＭＳ Ｐ明朝","MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
	}



/*HEADER
#########################################*/
header{

}
.logo{
	width:18%;
}
/*nav
#########################################*/


/*footer
#########################################*/
/*contents
#########################################*/

/* for Smartphone iPhone6より小さいサイズ用*/
@media screen and (max-width:374px) {
.spSOnly{
	display:block;
	}
}


/* for Smartphone 横とか*/
@media screen and (min-width: 480px) {
}



/* for PC*/
@media screen and (min-width: 769px) {
.logo{
	width:142px;
}
.spOnly{display:none;}
.pcOnly{display:block;}

.spOnlyIL{display:none;}
.pcOnlyIL{display:inline;}

a:link,
a:visited{
	text-decoration:none;
	}
a:active,
a:not(.disabled):hover{
	text-decoration:none;
	}


.hover img:hover {
 	filter: alpha(opacity=60);/* IE lt 8 */
	-ms-filter: "alpha(opacity=60)"; /* IE 8 */
 	}


/*HEADER
#########################################*/
/*nav
#########################################*/
/*pagetop
#########################################*/
/*footer
#########################################*/

/*for Retina common and SP*/
@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
}

/*for Retina PC*/
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width:769px) { 

}
