@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;
  padding-bottom: 20px;
}

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%;
  margin-bottom: 10px;
}

#manga {
  padding: 0 4%;
}

#button_entry {
  padding: 0 2% 10px;
}
#button_entry a {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  display: block;
  width: 100%;
  padding: 18px 2%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  background: #fd9f02;
}

#button {
  padding: 0 2% 10px;
}
#button a {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  display: block;
  width: 100%;
  padding: 18px 2%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  background: #e7462d;
}

#button_mail {
  padding: 0 2% 10px;
}
#button_mail a {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  display: block;
  width: 100%;
  padding: 18px 2%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background: #449a00;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}

#button_bk {
  padding: 0 2% 10px;
}
#button_bk a {
  display: block;
  width: 100%;
  padding: 18px 2%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background: #000;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

#button_line {
  padding: 0 2% 10px;
}
#button_line a {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  display: block;
  width: 100%;
  padding: 20px 2%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background: #42c505;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  border: 1px solid #41a911;
}

.flick {
  text-align: center;
  font-weight: bold;
  color: #900;
  margin-bottom: 20px;
}

.box {
  padding: 20px 10px;
  font-size: 13px;
  background: #f5f5f5;
  font-weight: bold;
  text-align: center;
}

.time {
  font-size: 11px;
  text-align: center;
  padding: 10px;
  border: 1px solid #ccc;
}

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

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