@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #4D4D4D;
	font-family: 'Heebo', -apple-system, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 12px;
	line-height: 1.8;
	-webkit-text-size-adjust:100%;
	min-width: 320px;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	overflow-x: hidden;
}
.s-none{
	display:none !important;
}


/*	リンク設定（※サイトにより変更）
================================================== */
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:hover img{
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}
.blockAnchorBox {
	position:relative;
	}
	.blockAnchorBox img{
	z-index:1; /* IE */
	}

	a.blockAnchor {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-indent:-9999px;
	outline: none;
	border-bottom: 0px;
	z-index:9999;
	}
	.blockAnchorBox:hover {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}






/*	コンテンツ
================================================== */
main{
	padding: 80px 0 0px 0;
	position: relative;
	z-index: 3;
}



