@charset "UTF-8";
/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	color: #000000;
	line-height: 150%;
	margin: 0px;
	background-image: none;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}

@media only screen and (max-width:767px){
		body{
			background-color: #ffffff;
			width: 90%;
		}
		#max{
			display: none;
		}
	}
	@media only screen and (min-width:768px){
		body{
			background-color: #FFFFFF;
			width: 70%;
		}
		#min{
			display: none;
		}
	}

