@charset "UTF-8";

body {
	font-family: 'メイリオ', Meiryo, Verdana, Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
	margin:0;
	padding:0;
background-color: #fff;
-webkit-text-size-adjust: none;
}

img {
	border: 0;
	margin:0 auto;
	padding:0;
	text-align: center;
}

input  {
font-family: "メイリオ","ＭＳ Ｐゴシック",sans-serif;
border:none; 
font-weight : normal; 
font-size: 28px; 
text-align: center;
letter-spacing : 0;
width:580px;
height:30px;
font-weight:bold;
}

h1  {
font-weight : bold; 
font-size: 32px; 

}


/*  スマホ専用
---------------------------------------------------- */

@media
only screen and (max-width : 599px){

html{
	overflow-y: scroll;
	overflow-x: hidden;
}

html,body{
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

img {
margin:0.1em 0 0 0;
	height: auto;
	max-width: 100%;
	width:98%;
}

input  {
width: 100%;
max-width: 100%;
font-size: 24px !important; 
letter-spacing : normal !important;
}

} /* max-width : 639px */


@media
only screen and (max-width : 415px){

input  {
width: 100%;
max-width: 100%;
font-size: 16px !important; 
letter-spacing : normal !important;
}

} /* max-width : 639px */
