@charset "UTF-8";
/* 共通スタイル */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'MS UI Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  color: #000000;
  background-color: #F0E6D4;
}

img {
  max-width: 100%;
  height: auto;
}

.clear {
  clear: both;
}

p {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 0;
}

ul {
  list-style-type: none;
}
