@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Bangers);
/*--------------------------------------
  色・フォント・リンク設定
---------------------------------------*/
/* フォント */
/* アクセントカラー */
/* 赤色 */
/* 濃い赤色 */
/* 黄色 */
.main-container section .content .content_l .content_r .content_inner h2.title span, .page-nav ul.menu li.btn a, .page-nav ul.menu li.btn a:visited, .page-nav ul.menu li.btn a:hover {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}

.con_btn a {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
  display: block;
}

/*-------- DEFAULT --------*/
.main-container {
  font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  color: #411a03;
  font-size: 15px;
  line-height: 1.9em;
}

strong {
  font-weight: bold;
}

#main-container section a:link {
  color: #411a03;
  text-decoration: underline;
}

#main-container section a:hover {
  color: #411a03;
  text-decoration: none;
}

#main-container section a:visited {
  color: #411a03;
  text-decoration: underline;
}

#main-container section a:active {
  color: #411a03;
  text-decoration: none;
}

#main-container a:hover img.link {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}

/*汎用スタイル*/
.txtline {
  border-bottom: 1px dotted;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

/*-------- HEAD --------*/
.header {
  padding: 0;
  overflow: hidden;
  *zoom: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
}

.header-image {
  margin: 0;
  margin-left: 0 !important;
  margin-right: 0px !important;
  z-index: 1;
  position: relative;
  pointer-events: none;
}

.con_btn a {
  border: 3px solid #d61618;
  background: #d61618 !important;
  color: #fff !important;
  padding: 5px 0;
  margin: 0 auto 10px auto;
  text-align: center;
  width: 80%;
  font-weight: bold;
  text-decoration: none !important;
}
.con_btn a:hover {
  border: 3px solid #d61618;
  background: none !important;
  color: #d61618 !important;
}

/*--------------------------------------
  背景・枠組
---------------------------------------*/
.container-wrapper {
  background: url(../img/bg.jpg) no-repeat center top #080403 !important;
  min-width: 990px;
}

.contentswapper {
  margin-left: 20px;
}
.contentswapper img {
  display: block;
}

.main-container {
  margin: 0 !important;
  padding: 10px !important;
  clear: both;
}

section {
  padding: 0 0 30px 0;
  overflow: hidden;
}
section .sec_head img, section .sec_footer img {
  width: 100%;
  height: auto;
}

/*-------- 調整 --------*/
h2.common-title {
  margin: 20px 0 !important;
}

#btnPagetop {
  z-index: 300;
}
#btnPagetop img {
  width: 130px !important;
  height: 210px !important;
}

/*-------- SNS BUTTON --------*/
.sns {
  padding: 5px 0 0 0;
}

#top .sns {
  padding: 0 0 0 0;
}

/*-------- SITE BNR --------*/
.site-bnr {
  clear: both;
  margin: 0 0 20px 0;
  padding: 0 !important;
}

.site-bnr a {
  border: 1px #080403 solid;
}

.site-bnr a:hover {
  border: 1px #ebdf1c solid;
}

/*--------------------------------------
  共通ハコ
---------------------------------------*/
.main-container section .content {
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.main-container section .content img {
  line-height: 0;
  vertical-align: bottom;
  display: block;
}
.main-container section .content .illust {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 185px;
  height: 145px;
}
.main-container section .content .content_l {
  padding: 0;
  margin: -1px 0;
  background: url(../img/content_l.png) repeat-y left top;
}
.main-container section .content .content_l .content_r {
  padding: 0;
  margin: -1px 0;
  background: url(../img/content_r.png) repeat-y right top;
}
.main-container section .content .content_l .content_r .content_inner {
  margin: -1px 84px;
  padding: 0 0 30px 0;
  background: #F9E6B4;
}
.main-container section .content .content_l .content_r .content_inner h2.title {
  text-align: center;
  margin: 0 auto;
  background: url(../img/koumori.png) no-repeat left top;
  width: 500px;
  height: 50px;
  padding-top: 30px;
}
.main-container section .content .content_l .content_r .content_inner h2.title span {
  font-family: 'Bangers', cursive;
  font-size: 36px;
  text-shadow: none;
  letter-spacing: 0.1em;
  border-bottom: 3px solid #411a03;
  text-align: center;
}
.main-container section .content .content_l .content_r .content_inner .content_inner_text {
  padding: 0px 50px 50px 50px !important;
  overflow: hidden;
}
.main-container section .content .content_l .content_r .content_inner .content_inner_text p {
  margin-bottom: 20px;
}
.main-container section .content .content_l .content_r .content_inner .content_inner_text p.attention {
  margin-bottom: 20px;
  font-size: 80%;
  line-height: 1.8em;
}
.main-container section .content .content_l .content_r .content_inner .content_inner_text h3.onair_number {
  font-size: 24px;
  color: #d61618;
  padding: 20px 0 10px 0;
  text-align: center;
  letter-spacing: 0.2em;
}
.main-container section .content .content_l .content_r .content_inner .content_inner_text h3.onair_number span {
  font-family: 'Bangers', cursive;
  font-size: 36px;
  color: #d61618;
  text-shadow: none;
  letter-spacing: 0.1em;
  text-align: center;
}
.main-container section .content .content_l .content_r .content_inner .content_inner_text h3.catch {
  font-size: 18px;
  line-height: 1.8em;
  color: #411a03;
  font-weight: bold;
  margin: 20px 0;
}
.main-container section .content .content_l .content_r .content_inner .content_inner_text h3.subtitle {
  font-size: 24px;
  color: #d61618;
  padding: 20px 0 10px 0;
  letter-spacing: 0.2em;
  font-family: 'Bangers', cursive;
  letter-spacing: 0.1em;
}
.main-container section .content .content_l .content_r .content_inner .content_inner_text h4.onair_day {
  font-size: 20px;
  color: #d61618;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 0 30px 0;
  padding: 0;
}
.main-container section .content .content_l .content_r .content_inner .content_inner_text h4.onair_day span {
  font-size: 24px;
  text-shadow: none;
  text-align: center;
}
.main-container section .content .content_l .content_r .content_inner .content_inner_text h4.onair_catch {
  font-size: 18px;
  line-height: 1.8em;
  color: #411a03;
  font-weight: bold;
  margin-bottom: 20px;
}
.main-container section .content .content_l .content_r .content_inner .content_inner_text h4.about_catch {
  font-size: 21px;
  line-height: 1.9em;
  color: #411a03;
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
}

/*--------------------------------------
  ページナビ
---------------------------------------*/
/* page-nav */
.page-nav-inner {
  padding: 0 !important;
  font-size: 100%;
}

.page-nav {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

.page-nav ul {
  box-shadow: none;
  border-radius: 0;
  border: 2px solid #411a03;
  height: 56px;
  background: url(../img/nav.jpg) repeat-x left top !important;
  background-size: contain;
}

.page-nav ul.menu {
  margin: 0 auto;
  padding: 0;
}

.page-nav ul.menu li.btn {
  width: 20%;
  height: 56px;
  position: relative;
  float: left;
  border-radius: 0;
  border: 0;
}

.page-nav ul.menu li.btn a, .page-nav ul.menu li.btn a:visited, .page-nav ul.menu li.btn a:hover {
  margin: 0 auto;
  padding: 0;
  border: 0;
  display: block;
  font-family: 'Bangers', cursive;
  font-size: 26px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #411a03;
  height: 56px;
  line-height: 56px;
  border-radius: 0;
  box-shadow: none !important;
}

.page-nav ul.menu li.btn a.active, .page-nav ul.menu li.btn a:hover {
  background: url(../img/gaikotsu.png) no-repeat top right !important;
  color: #411a03;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 7px #4af600, 0px 0px 20px #FFF, 0px 0px 30px #FFF, 0px 0px 40px #4af600, 0px 0px 30px #4af600, 0px 0px 20px #4af600, 0px 0px 50px #4af600;
  clear: both;
}

span.mini {
  display: block;
  font-size: 10px;
  line-height: 1em;
  margin: 0;
  padding: 0;
  text-shadow: none;
}

.top-br {
  clear: both;
}

/*--------------------------------------
  サブページ共通
---------------------------------------*/
#main-container section strong {
  font-weight: bold;
}
#main-container section .cn {
  text-align: center;
  margin: 0 auto;
  display: block;
}
#main-container section .f-bold {
  font-weight: bold;
}
#main-container section .f-red {
  color: #d61618;
}
#main-container section .f-18 {
  font-size: 18px;
  line-height: 31px;
}

/*--------------------------------------
  OPINION
---------------------------------------*/
#opinion #main-container section .form {
  margin-top: 30px;
  overflow: hidden;
}

/*--------------------------------------
  BACKNUMBER
---------------------------------------*/
#bn #main-container section .nanBacknumberList {
  padding: 20px 60px 80px 60px !important;
}
#bn #main-container section .nanBacknumberList dl {
  min-height: 85px;
  text-align: left;
  width: 100%;
  border-bottom: 3px dotted #411a03;
  padding-top: 20px;
}
#bn #main-container section .nanBacknumberList dt {
  color: #d61618;
  padding: 0;
  font-size: 100%;
  width: 100%;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#bn #main-container section .nanBacknumberList dd {
  padding: 10px 20px 0 20px;
  margin: 0 0 0 0;
  font-size: 130%;
  letter-spacing: 0.1rem;
  font-weight: bold;
  line-height: 30px;
  width: 100%;
}
#bn #main-container section .nanBacknumberList dd span {
  font-family: 'Bangers', cursive;
  font-size: 30px;
  color: #411a03;
}
