@charset "UTF-8";

/* 印刷に適用 */
@media print {
	em { font-weight: bold; }
}

/*フォントサイズ*/
h1{
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	color: #999999;
}
div #footer address{
	font-size: small;
	text-decoration: none;
}
div #footer-mcdg address{
	font-size: small;
	text-decoration: none;
}
/*ここよりプライバシーポリシー*/
#policy{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: 3em;
	font-weight: normal;
	text-decoration: none;
	margin-top: 80px;
}
.rec{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	text-decoration: none;
}
.rec2{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	text-decoration: none;
}
address{
	font-size: 3px;
	font-style: normal;
	text-decoration: none;
	font-family: Helvetica, "Helvetica Neue", "Helvetica Neue Black Condensed", "Helvetica Neue Bold Condensed", "Helvetica Neue Light", "Helvetica Neue UltraLight";
	color: #808080;
}

