﻿@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* ----全体設定---*/
body {
  margin: 0;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #444;
  min-width: 1080px;
}
/* ----ヘッドライン---*/
h1,
.h1 {
  margin: 40px 0 20px;
  font-size: 36px;
  font-weight: normal;
  color: #458b13;
}
h2 {
  margin: 20px 0;
  font-size: 20px;
  font-weight: normal;
  color: #458b13;
}
h3 {
  margin: 10px 0;
  font-size: 21px;
  font-weight: normal;
}
/* ----リンク---*/
a {
  text-decoration: none;
  color: #444;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  text-decoration: underline;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* ----タグ---*/
img {
  max-width: 100%;
  vertical-align: top;
  /*margin-left: 2px;*/
}
hr {
  border: 0;
  border-bottom: 1px dotted #ccc;
}

/*# sourceMappingURL=base.css.map */@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* ----全体設定---*/
body {
  margin: 0;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #444;
  min-width: 1080px;
}
/* ----ヘッドライン---*/
h1,
.h1 {
  margin: 40px 0 20px;
  font-size: 36px;
  font-weight: normal;
  color: #458b13;
}
h2 {
  margin: 20px 0;
  font-size: 20px;
  font-weight: normal;
  color: #458b13;
}
h3 {
  margin: 10px 0;
  font-size: 21px;
  font-weight: normal;
}
/* ----リンク---*/
a {
  text-decoration: none;
  color: #444;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  text-decoration: underline;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* ----タグ---*/
img {
  max-width: 100%;
  vertical-align: top;
  /*margin-left: 2px;*/
}
hr {
  border: 0;
  border-bottom: 1px dotted #ccc;
}

/*# sourceMappingURL=base.css.map */