@charset "utf-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: Verdana, Roboto, 'Droid Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}

img {
  vertical-align: bottom;
  border: none;
}

a {
  color: #36F;
}

li {
  list-style: none;
}

input[type='button'], input[type='submit'] {
  -webkit-appearance: none;
  border-radius: 0;
}

.error-message {
  color: #c00;
}

/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/
#wrapper {
  /*PC用の設定
  margin: 0 auto;
  width: 960px;
  */
  /*スマホ用の設定
  width: 100%;
  overflow: hidden;
  iphoneで横スライドバーが出るのを防ぐ。
  また、横幅の大きいボックスにbox-shadow等をかけた時、その効果はボックスより外側に適用される為、そのはみ出した部分をhiddenするという意味もある。
  */
}

/*# sourceMappingURL=base.css.map */
