/* CSS Document */

@charset "UTF-8";

@media screen and (min-width: 1024px) {
body {
	background: #fff;
	padding: 0;
	height: 98%;
	width: 100%;
	color : #555555;
	font-size : 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Roboto, sans-serif;
	background-image: url("../images/topBG.png");
	background-repeat: repeat-x;
	border-collapse: collapse;
}
}

@media screen and (max-width: 1023px) {
body {
	background: #fff;
	padding: 0;
	height: 98%;
	width: 100%;
	color : #555555;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Roboto, sans-serif;
	background-image: url("../images/topBG.png");
	background-repeat: repeat-x;
	border-collapse: collapse;
}
}
