@charset "UTF-8";
/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*----------------------------------------------------
	再設定
----------------------------------------------------*/
html {
  font-size: 10px;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  color: #333;
  font-size: 1.6rem;
}

a {
  transition: all 0.3s;
  text-decoration: none;
}
a:link, a:visited {
  color: #2489ce;
}
a:hover, a:active {
  color: #72b7e6;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
}

@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
/*----------------------------------------------------
	共通レイアウト
----------------------------------------------------*/
header {
  background-color: #3f3f3f;
  margin-bottom: 20px;
}

#chirashi {
  width: 100%;
}

#button {
  margin-bottom: 10px;
}
#button a {
  display: block;
  width: 100%;
  padding: 20px 6%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background: #c00;
  font-size: 3rem;
  letter-spacing: 0.1em;
  background: -moz-linear-gradient(top, #ea5513, #c00);
  background: -webkit-linear-gradient(top, #ea5513, #c00);
  background: linear-gradient(to bottom, #ea5513, #cc0000);
}

#button_bk {
  margin-bottom: 30px;
}
#button_bk a {
  display: block;
  width: 100%;
  padding: 20px 6%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background: #000;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}

footer {
  background-color: #3f3f3f;
  margin-bottom: 20px;
}

/*----------------------------------------------------
	 <= 1000px
----------------------------------------------------*/
/*----------------------------------------------------
	phone - tablet <= 767px
----------------------------------------------------*/
/*----------------------------------------------------
	phone <= 480px
----------------------------------------------------*/
