@charset "utf-8";
/* ============================================================ */
/* 基本設定 */
/* ============================================================ */
html {
	/*overflow-y: scroll;*/
	font-size: 62.5%;
}

body {
	color: #333;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新ゴR",  Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: normal;
	line-height: 1.8;
	-webkit-text-size-adjust: none;
}

@font-face {
	font-family: 'icon';
	src:url('/common/font/icomoon.eot?hjnekj');
	src:url('/common/font/icomoon.eot?#iefixhjnekj') format('embedded-opentype'),
		url('/common/font/icomoon.woff?hjnekj') format('woff'),
		url('/common/font/icomoon.ttf?hjnekj') format('truetype'),
		url('/common/font/icomoon.svg?hjnekj#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.pc_view {
	display: none !important;
}

#wrap {
	font-size: 1.3rem;
	position: relative;
}


/* ============================================================ */
/* リンク設定 */
/* ============================================================ */
a {
	text-decoration: none;
	color: #107609;
}

