@charset "Shift_JIS";
#body {
	padding-right:3px;
	font-size: 14px;
	width:99%;
       line-height:150%;
       letter-spacing: 3px;
       font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
	color: #000000; /* 標準文字色 */
       background: #ffffff;
       border-radius:8px;
}


#wrapper{
	width:100%;
	position:relative;
	margin:0 auto;
}

.font1{
       font-size: 25px;
}


@media screen and (max-width:580px){
#body {
	font-size: 100%;
       width: 100%;
       position:relative;
       overflow:hidden;
       border-radius: 6px;
       text-align: center;
       display: block;
       margin: 0px auto;
       padding-right:0px;
       padding-left:0px;
       border-radius:8px;
}
}
