/* HTML5 display definitions
==========================
/*
* Corrects block display not defined in IE6/7/8/9 & FF3
*/
footer,section {
  display: block;
}


/* reset
==================== */
body{
  margin: 0;
  padding: 0;
  font-family:"ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  color: #333;
}

form, input, div {
  margin: 0;
  padding: 0;
}

input {
  font-size: 100%;
  border:none;
}

img {
  border: none;
  margin: 0; 
  display: block;
}


/* initialize */
body {
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	color: #333;
}
  
/* common
==========================*/
body{
	background: #fff;
}
.main{
	font-size:14px;
}