@charset "utf-8";

/* =========================================================== */
/* Site base styles
/* =========================================================== */
body {
	height: 100%;
	font-family: 'メイリオ', Meiryo, 'Meiryo UI', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', Helvetica, Arial, sans-serif;
	color: #181818;
	font-size: 87.5%;/* 14px */
	line-height: 1.5;
	text-align: center;
	background: #f3f3e7;
	-webkit-text-size-adjust: 100%;
}

/* English Base Styles */
.EN body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

a,
a:link {
	color: #181818;
	text-decoration: underline;
}
a:visited {
	color: #707070;
}
a:hover,
a:active,
a:focus {
	color: #c00;
	text-decoration: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/* Hide Normal Display */
.PrintMedia,
.MobileMedia { display:none; }