@charset "utf-8";

body {	
	min-width: 1000px;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho",  "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3", "Hiragino Mincho ProN" , Century, "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 16px;
	color: #000;
	line-height: 2;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
}

.innerWrap{
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 40px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* commons */
img{
	outline: none;
}
a{
	color: rgba(0,0,0,1);
	transition: all 0.25s linear;
}
a:hover{
	color: rgba(0,0,0,0.6);
}
a:hover img{
	opacity:0.8;
	transition: all 0.25s linear;
}
.ro:hover{
	opacity: 0.8;
	transition: all 0.25s linear;
}
.ro:hover img{
	opacity:1;
}
.spCont{
	display:none;
}
#spMenuOverlay,
#spMenu{
	display: none;
}

/* 汎用クラス */
.bold,strong{font-weight: bold;}
.tac{text-align: center;}
.tal{text-align: left;}
.tar{text-align: right;}
.red{color: #ac0000;}

/*---------------------------------------
	loading
---------------------------------------*/
#loading{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	background: rgba(255,255,255,0.9);
	z-index: 9999;
}
#loading img{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -25px;
}


@media screen and (max-width: 1000px){

	body {	
		min-width: inherit;
		font-size: 14px;
		line-height: 1.85;
	}
	.innerWrap{
		max-width: inherit;
		padding: 0;
	}
	/* commons */
	a:hover img,
	.ro:hover{
		opacity:1;
	}
	.pcCont{
		display: none!important;
	}
	.spCont,
	#spMenuOverlay,
	#spMenu{
		display: block;
	}
	
}	



















