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

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}



@media screen and (max-width:480px){
	img{
	max-width: 100%;
	height: auto;
	text-align:center;
	}
	  /*画面幅が480pxまでの時*/
}
@media screen and (min-width:781px){
		img{
max-width: 100%;
height: auto;
	text-align:center;
	}
	  /*画面幅が781px以上の時*/
}

#main {
	text-align:center;
}

#sub {
	text-align:center;
}