@charset "utf-8";

/* **************************************************

  common
  
************************************************** */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
	color: #333;
  font-smooth: always;
	text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body.no-effect * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
a {
	color: #0064bf;
	outline: none;
	text-decoration: none;
}
a img { border: none; }
img {
	vertical-align: bottom;
  max-width: 100%;
  height: auto;
	border: none;
	outline: none;
	-ms-interpolation-mode: bicubic;
}
table { line-height: 1.5; }
input,
textarea,
button,
select { -webkit-appearance: none; }



/* **************************************************

  wrap 170329 update
  
************************************************** */
#wrap { visibility: hidden; }
#wrap.show { visibility: visible; }
