@charset "UTF-8";
/* CSS Document */

.cf {
  *zoom: 1;
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}

a {
  text-decoration: none;
  color: #b48f17;
}
a:hover {
  text-decoration: underline;
  color: #b48f17;
}

ul,li{list-style: none;}


@media (max-width:640px){
  img { max-width:100%; height:auto; }
  .pc {display:none !important;}
  .sp {display:block !important;}
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-family: sans-serif !important;
  }
  #container {width:auto;}
  #container a {color: #b48f17;}
}



.header.global {
    margin: 0 auto;
    position: relative;
    z-index: 100;
    width: 100%;
}

.navWrap .sp_wrap {position: static !important;}
.navWrap{
  width: 100%;
  margin:0 auto;
  position:relative;
  /*height:44px;*/
}
.navWrap .mainnav {
  margin:4px auto 0;
  width:100%;
}
.navWrap .mainnav li {
  float:left;
  text-align:center;
  width: 16.66%;
  font-size:14px;
  font-weight:bold;  line-height:40px;

  background-image: -moz-linear-gradient( 90deg, rgb(162,127,12) 0%, rgb(199,160,34) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(162,127,12) 0%, rgb(199,160,34) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(162,127,12) 0%, rgb(199,160,34) 100%);
  box-shadow: inset 0.707px 0.707px 0px 1px rgba(0, 0, 0, 0.1),inset -0.707px -0.707px 0px 1px rgba(255, 255, 255, 0.27);
}
.navWrap .mainnav li:hover {
  opacity: 0.9;
}
.navWrap .mainnav li a {
  color:#fff;
  display:block;
}
.navWrap .mainnav li a:hover {
  text-decoration: none;
}

@media (max-width:640px){

  .header.global {
    position:relative;
    width: auto;
      z-index: 1000;
      min-width: 320px;
  }
  .navWrap {
    min-width: 320px;
    position: static;
    top: 0;
    left:0;
    width: 100%;
    height: auto;
    padding-top: 0;
    margin: 0;
    display:inline;
  }
  .navWrap li {
    float: none;
  }
  .navWrap a:hover {
    text-decoration: none;
  }
  .navWrap .sp_wrap {
    display: none;
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    z-index: 99999;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    background-color: #c09a1e;
    z-index: 1000;
    padding:0px 0 0;
  }
  .navWrap .menu .btn {
    background: url(../img/btn_menu.png) right 0 no-repeat;
    background-size: 100% auto;
    width: 10%;
    height: auto;
    padding-top: 10%;
    text-indent: -9999px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1000;
  }
  .navWrap .menu .btn.close {
    background: url(../img/btn_close.png) right 0 no-repeat;
    background-size: 100% auto;
    width: 10%;
    height: auto;
    padding-top: 10%;
    text-indent: -9999px;
  }
  .navWrap .mainnav {
    margin:0 auto 0;
    width:auto;
  }
  .navWrap .mainnav li {
    float:left;
    text-align:center;
    width:50%;
    font-size:14px;
    font-weight:bold;
    /*background-color:#b48f17;*/
    line-height:44px;
    padding-left:0;
    padding-right:0;


  background-image: -moz-linear-gradient( 90deg, rgb(162,127,12) 0%, rgb(199,160,34) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(162,127,12) 0%, rgb(199,160,34) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(162,127,12) 0%, rgb(199,160,34) 100%);
  box-shadow: inset 0.707px 0.707px 0px 1px rgba(0, 0, 0, 0.1),inset -0.707px -0.707px 0px 1px rgba(255, 255, 255, 0.27);
  }
  .navWrap .mainnav li a {
    color:#fff !important;
    display:block;
  }

}


#mainv {margin:10px 0 0;}
#mainv img {width:964px; height:auto;}
#main {width:650px; float:left; margin:13px 0 0;}
#main h2 {
  background-color: #1e2978;
  border:solid 1px #1e2978;
  font-size:18px;
  color:#fff;
  font-weight:bold;
  border-radius:4px 4px 0 0;
  line-height:42px;
  margin:0 0;
  padding-left:15px;
}
#main .news {margin:0 0 13px;}
#main .news .inner {
  height: 148px;
  border-top: 0;
  overflow-y: scroll;
  padding: 10px;
  border:solid 1px #d9d9d9;
  border-width:0 1px 1px;
}
#main .news .news_article {
  font-size: 14px;
  line-height: 1.35;
  border-bottom: dotted 1px #ccc;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#main .news .news_article .date {
  margin-bottom: 3px;
}
#main .news .news_article .title {
  font-size: 15px;
}

@media (max-width:640px){
  #mainv {margin:10px 0 0;}
  #mainv img {width:100%; height:auto;}
  #main {
    width:auto;
    margin:10px auto 10px;
    text-align:left;
    float:none;
    padding:0 10px;
  }
  #main h2 {
    background-color: #1e2978;
    border:solid 1px #1e2978;
    font-size:16px;
    color:#fff;
    font-weight:bold;
    border-radius:4px 4px 0 0;
    line-height:42px;
    margin:0 0;
    padding-left:15px;
  }
}


/* ライブ・オンエア情報*/
.topDailyEventInfo {
  margin:0 0 11px;
}
.nav.tabs.topDailyEventInfo__tabs {
  margin-top:-36px;
  margin-left:10px;
}
.topDailyEventInfo .topDailyEventInfo__headerHl {
  font-size:18px;
  color: #fff;
  font-weight:bold;
  padding:0 0 38px 14px;
  margin: 0 0 -36px;
  line-height:40px;
  /*background:rgba(15,124,227,0.8);*/
  border-radius: 6px 6px 0 0;
}
.topDailyEventInfo__tabs .topDailyEventInfo__tab {
  line-height:34px;
  border: 1px solid #d9d9d9;
  text-align:center;
  width:146px;
  /*border-bottom:none;*/
  border-radius: 6px 6px 0 0;
  background:rgba(255,255,255,0.8);
  font-size:18px;
  font-weight:bold;
  float: left;
  margin-right:11px;
  color:#000;
  margin-bottom: -1px;
  cursor: pointer;
}
.topDailyEventInfo__tabs .topDailyEventInfo__tab--active {
  /*color:#0f7ce3;*/
  border-bottom: none;
  padding-bottom: 1px;
  margin-bottom: 0px;
  background:rgba(255,255,255,0.95);
}
.topDailyEventInfo__dayBox .topDailyEventInfo__date {
  background-image:url(../img/bg_day.png);
  background-repeat:no-repeat;
  background-position:0px;
  background-size:56px 56px;
  text-align:center;
  width:56px;
  padding:9px 0;
  float:left;
  margin: 14px 0;
}
.topDailyEventInfo__dayBox .topDailyEventInfo__date .topDailyEventInfo__num {
  font-size:24px;
}
.topDailyEventInfo__dayBox .topDailyEventInfo__date .topDailyEventInfo__week {
  font-size:14px;
}
.topDailyEventInfo__dayBox .topDailyEventInfo__date__saturday {
  background-image:url(../img/bg_saturday.png);
  background-repeat:no-repeat;
  background-position:0px;
  background-size:56px 56px;
  text-align:center;
  width:56px;
  padding:9px 0;
  float:left;
  margin: 14px 0;
}
.topDailyEventInfo__dayBox .topDailyEventInfo__date__saturday .topDailyEventInfo__num {
  font-size:24px;
  color:#2a62bb;
}
.topDailyEventInfo__dayBox .topDailyEventInfo__date__saturday .topDailyEventInfo__week {
  font-size:14px;
  color:#2a62bb;
}
.topDailyEventInfo__dayBox .topDailyEventInfo__date__holiday {
  background-image:url(../img/bg_holiday.png);
  background-repeat:no-repeat;
  background-position:0px;
  background-size:56px 56px;
  text-align:center;
  width:56px;
  padding:9px 0;
  float:left;
  margin: 14px 0;
}
.topDailyEventInfo__dayBox .topDailyEventInfo__date__holiday .topDailyEventInfo__num {
  font-size:24px;
  color:#e81111;
}
.topDailyEventInfo__dayBox .topDailyEventInfo__date__holiday .topDailyEventInfo__week {
  font-size:14px;
  color:#e81111;
}
.topDailyEventInfo__list .topDailyEventInfo__listItem .topDailyEventInfo__itemArea {
  width:49px;
  background-color:#45a316;
  text-align:center;
  line-height:18px;
  color:#fff;
  float:left;
  border-radius: 4px;
  font-size:12px;
}
.topDailyEventInfo__dayBox .topDailyEventInfo__list {
  float:left;
  padding: 6px 0 6px 16px;
  width: 522px;
}
.topDailyEventInfo__list .topDailyEventInfo__listItem {
  padding:8px 0;
  border-bottom: 1px dotted #bfc8c9;
}

.topDailyEventInfo__list .topDailyEventInfo__listItem a {
  font-size:16px;
  color:#b48f17;
  font-weight: bold;
  text-decoration:none;
  }

.topDailyEventInfo__list .topDailyEventInfo__listItem:last-child {
  border:none;
}

.topDailyEventInfo__list .topDailyEventInfo__listItem .topDailyEventInfo__itemSubject {
  /*width:570px;*/
  /*padding-left:55px;*/
}

.topDailyEventInfo__body .topDailyEventInfo__dayBox {
  border-bottom: 1px solid #d9d9d9;
  margin: 0px 12px 0;
}

.topDailyEventInfo__body .topDailyEventInfo__dayBox:last-child {
  border:none;
}
.topDailyEventInfo__body {
  background: rgba(255,255,255,0.95);
  border: 1px solid #d9d9d9;
  border-width: 0 1px 1px 1px;
  height: 280px;
  overflow: auto;
}
body.info.index .topDailyEventInfo__body {
  height: auto;
}
.topDailyEventInfo__body {
  display:none;
}
.topDailyEventInfo__body--active {
  display:block;
}
.topDailyEventInfo__body div.blank {
  text-align: center;
  padding: 72px 0;
  font-size: 14px;
}

@media (max-width:640px){


  /* ライブ・オンエア情報*/
  .topDailyEventInfo {
    margin: 0 0 20px;
  }

  .nav.tabs.topDailyEventInfo__tabs {
    margin-top: -36px;
    margin-left: 3px;
  }

  .topDailyEventInfo .topDailyEventInfo__headerHl {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding: 0 0 38px 14px;
    margin: 0 0 -36px;
    line-height: 40px;
    /*background:rgba(15,124,227,0.8);*/
    border-radius: 6px 6px 0 0;
  }

  .topDailyEventInfo__tabs .topDailyEventInfo__tab {
    line-height: 34px;
    border: 1px solid #d9d9d9;
    text-align: center;
    width: 146px;
    /*border-bottom:none;*/
    border-radius: 6px 6px 0 0;
    background: rgba(255,255,255,0.8);
    font-size: 18px;
    font-weight: bold;
    float: left;
    margin-right: 11px;
    color: #000;
    margin-bottom: -1px;
    cursor: pointer;
  }

  .topDailyEventInfo__tabs .topDailyEventInfo__tab--active {
    /*color:#0f7ce3;*/
    border-bottom: none;
    padding-bottom: 1px;
    margin-bottom: 0px;
    background: rgba(255,255,255,0.95);
  }

  .topDailyEventInfo__dayBox .topDailyEventInfo__date {
    background-image: url(../img/bg_day.png);
    background-repeat: no-repeat;
    background-position: 0px;
    background-size: 56px 56px;
    text-align: center;
    width: 56px;
    padding: 9px 0;
    float: left;
    margin: 14px 0;
  }

  .topDailyEventInfo__dayBox .topDailyEventInfo__date .topDailyEventInfo__num {
    font-size: 24px;
  }

  .topDailyEventInfo__dayBox .topDailyEventInfo__date .topDailyEventInfo__week {
    font-size: 14px;
  }

  .topDailyEventInfo__dayBox .topDailyEventInfo__date__saturday {
    background-image: url(../img/bg_saturday.png);
    background-repeat: no-repeat;
    background-position: 0px;
    background-size: 56px 56px;
    text-align: center;
    width: 56px;
    padding: 9px 0;
    float: left;
    margin: 14px 0;
  }

  .topDailyEventInfo__dayBox .topDailyEventInfo__date__saturday .topDailyEventInfo__num {
    font-size: 24px;
    color: #2a62bb;
  }

  .topDailyEventInfo__dayBox .topDailyEventInfo__date__saturday .topDailyEventInfo__week {
    font-size: 14px;
    color: #2a62bb;
  }

  .topDailyEventInfo__dayBox .topDailyEventInfo__date__holiday {
    background-image: url(../img/bg_holiday.png);
    background-repeat: no-repeat;
    background-position: 0px;
    background-size: 56px 56px;
    text-align: center;
    width: 56px;
    padding: 9px 0;
    float: left;
    margin: 14px 0;
  }

  .topDailyEventInfo__dayBox .topDailyEventInfo__date__holiday .topDailyEventInfo__num {
    font-size: 24px;
    color: #e81111;
  }

  .topDailyEventInfo__dayBox .topDailyEventInfo__date__holiday .topDailyEventInfo__week {
    font-size: 14px;
    color: #e81111;
  }

  .topDailyEventInfo__list .topDailyEventInfo__listItem .topDailyEventInfo__itemArea {
    width: 49px;
    background-color: #45a316;
    text-align: center;
    line-height: 18px;
    color: #fff;
    float: left;
    border-radius: 4px;
    font-size: 12px;
  }

  .topDailyEventInfo__dayBox .topDailyEventInfo__list {
    float: left;
    padding: 6px 0 6px 16px;
    width: 522px;
  }

  .topDailyEventInfo__list .topDailyEventInfo__listItem {
    padding: 8px 0;
    border-bottom: 1px dotted #bfc8c9;
  }

  .topDailyEventInfo__list .topDailyEventInfo__listItem a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
  }

  .topDailyEventInfo__list .topDailyEventInfo__listItem:last-child {
    border: none;
  }

  .topDailyEventInfo__list .topDailyEventInfo__listItem .topDailyEventInfo__itemSubject {
  /*width:570px;*/
      /*padding-left:55px;*/
  }

  .topDailyEventInfo__body .topDailyEventInfo__dayBox {
    border-bottom: 1px solid #d9d9d9;
    margin: 0px 12px 0;
  }

  .topDailyEventInfo__body .topDailyEventInfo__dayBox:last-child {
    border: none;
  }

  .topDailyEventInfo__body {
    background: rgba(255,255,255,0.95);
    border: 1px solid #d9d9d9;
    border-width: 0 1px 1px 1px;
    height: 160px;
    overflow: auto;
  }

  .topDailyEventInfo__body {
    display: none;
  }

  .topDailyEventInfo__body--active {
    display: block;
  }

  .topDailyEventInfo__body div.blank {
    text-align: center;
    padding: 72px 0;
    font-size: 14px;
  }

  .topDailyEventInfo .topDailyEventInfo__headerHl {
    font-size: 17px;
  }

  .topDailyEventInfo__tabs .topDailyEventInfo__tab {
    width: 88px;
    margin: 0 0 0 6px;
  }

  .topDailyEventInfo__body {
    width: auto;
  }

  .topDailyEventInfo__dayBox .topDailyEventInfo__date,
   .topDailyEventInfo__dayBox .topDailyEventInfo__date__saturday,
   .topDailyEventInfo__dayBox .topDailyEventInfo__date__holiday {
    margin-left: 0;
    clear: both;
  }

  .topDailyEventInfo__dayBox .topDailyEventInfo__list {
    width: auto;
    float: none;
    margin-left: 50px;
  }

  .topDailyEventInfo__list .topDailyEventInfo__listItem .topDailyEventInfo__itemSubject {
    width: auto;
    line-height: 1.4;
  }


}



#main .youtube {
  margin-bottom:42px;
}
#main .youtube .inner {
  padding-bottom:13px;
  border-bottom:1px solid #d9d9d9;
}
#main .youtube h2 {
  margin-bottom:6px;
  }
#main .youtube li {
  float:left;
  border:1px solid #d9d9d9;
  width:208px;
  margin-right:10px;
  margin-bottom:6px;
}
#main .youtube li:nth-child(3n) {
  margin-right:0;
}
#main .youtube li .image {
}
#main .youtube li .image img{
  width: 100%;
}
#main .youtube li .text {
  padding:8px 8px 7px;
  height:45px;
  overflow:auto;
  font-size:14px;
  line-height:16px;
  color:#000;
}
#main .youtube .more.btn {
  clear:both;
  font-size:14px;
  font-weight:bold;
  text-align:center;
  background-color:#b08b14;
  background-image: -moz-linear-gradient( 90deg, rgb(162,127,12) 0%, rgb(199,160,34) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(162,127,12) 0%, rgb(199,160,34) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(162,127,12) 0%, rgb(199,160,34) 100%);
  box-shadow: inset 0.707px 0.707px 0px 1px rgba(0, 0, 0, 0.1),inset -0.707px -0.707px 0px 1px rgba(255, 255, 255, 0.27);
  line-height:37px;
  margin:0 auto;
  width:206px;
}
#main .youtube .more.btn a {
  color:#fff;
  width:206px;
  display:block;
  background-image:url(../img/icon_arrow.png);
  background-position:right 10px center;
  background-repeat:no-repeat;
}
#main .talent {margin:0 0 13px;}
#main .talent h2 {
  margin-bottom:6px;
  }
#main .talent ul {margin:0 -10px 0 0;}
#main .talent li {width:208px; float:left; margin:0 10px 10px 0; border:solid 1px #d9d9d9; border-bottom:0;}
#main .talent li img {width:100%;}
#main .talent li p {
  background-color:#b08b14;
  color:#fff;
  text-align:center;
  font-size:15px;
  line-height: 1.25;
  padding:8px 6px;
  font-weight:bold;
  background-image: -moz-linear-gradient( 90deg, rgb(162,127,12) 0%, rgb(199,160,34) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(162,127,12) 0%, rgb(199,160,34) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(162,127,12) 0%, rgb(199,160,34) 100%);
  box-shadow: inset 0.707px 0.707px 0px 1px rgba(0, 0, 0, 0.1),inset -0.707px -0.707px 0px 1px rgba(255, 255, 255, 0.27);
}
#main .talent li a {color:#fff;}
#main .talent .photo { border:solid 1px #0b6ec7; border-bottom:0;}
#main .talent .photo img {width:208px; height:auto;}
#main .talent .name a {color:#fff; text-decoration:none;}
#side {width:300px; float:right; margin:13px 0 0;}
#side .twitter h2 {
  background-color: #1e2978;
  border:solid 1px #1e2978;
  font-size:18px;
  color:#fff;
  font-weight:bold;
  border-radius:4px 4px 0 0;
  line-height:42px;
  margin:0 0;
  padding-left:15px;
  }
#side .twitter .inner {border:solid 1px #d9d9d9; border-top:0; padding:0; margin:0 0 12px;}

#side .side_in {border:solid 1px #d9d9d9; margin:0 0 12px; padding:10px; border-radius:0 0 5px 5px; font-size:small;}
#side .side_in p { margin:0 0 10px;}
#side h2 {
  text-align:center;
  background-color: #1e2978;
  border:solid 1px #1e2978;
  font-size:12px;
  color:#fff;
  font-weight:bold;
  border-radius:5px 5px 0 0;
  line-height:20px;
  margin:0 0;
  padding:10px;
  }
  #side h2 p {
	  text-align:center;
  font-size:17px;
  }


@media (max-width:640px){


  #main .news {margin:0 0 20px;}
  #main .news h2 {
  }
  #main .news .inner {
    height: 148px;
    border: solid 1px #06c5e9;
    border-top: 0;
    overflow-y: scroll;
    padding: 10px;
    margin-bottom:10px;
  }
  #main .news .inner li {
      font-size: small;
    line-height: 100%;
    margin-left: 0px;
    margin-bottom: 5px;
    font-weight: normal;
    border-bottom: #CCC dotted 1px;
    padding: 5px;
  }

  #main .news .inner li a {
    vertical-align: middle;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top:-10px;
    padding: 0px 10px 0px 30px;
  }
  #main .news .inner {height:148px; border:solid 1px #d9d9d9; border-top:0; padding-left:14px; overflow-y: scroll;}
  #main .youtube {
    margin-bottom:20px;
  }
  #main .youtube .inner {
    padding-bottom:13px;
    border-bottom:1px solid #d9d9d9;
  }
  #main .youtube h2 {
    margin-bottom:6px;
    }
  #main .youtube li {
    float:left;
    border:1px solid #d9d9d9;
    width:48%;
    margin-right:2.6%;
    margin-bottom:2.6%;
  }
  #main .youtube li:nth-child(2n) {
    margin-right:0;
  }
  #main .youtube li .image {
  }
  #main .youtube li .text {
    padding:8px 8px 7px;
    height:50px;
    overflow:auto;
    font-size:13px;
    line-height:1.2;
    color:#000;
  }
  #main .youtube li a {
    text-decoration:none;
  }
  #main .youtube li img {
    width:100%;
  }
  #main .youtube .more.btn {
    clear:both;
    font-size:14px;

    line-height:37px;
    margin:0 auto;
    width:206px;
  }
  #main .youtube .more.btn a {
    color:#fff;
    width:206px;
    display:block;
    background-image:url(../img/icon_arrow.png);
    background-position:right 10px center;
    background-repeat:no-repeat;
    text-decoration:none;
  }
  #main .talent {margin:0 0 13px;}
  #main .talent h2 { border-radius:4px 4px 0 0; margin:0 0 6px; box-sizing:border-box;}
  #main .talent ul {margin:0 0 0 0;}
  #main .talent li {width:31.3%; float:left; margin:0 0 5%; border:solid 1px #d9d9d9;}
  #main .talent li img {width:100%; }

  #main .talent li a { color:#fff; text-decoration:none;}
  #main .talent li:nth-child(3n+2) {margin:0 2% 2%;}
  #main .talent .photo { border:solid 1px #0b6ec7; }
  #main .talent .photo img {width:100%; height:auto;}
  #main .talent .name { font-size:13px; line-height:1.2; padding:6px 0px;}
  #main .talent .name a {color:#fff; text-decoration:none;}
  #main .twitter h2 {
    background-color: #1e2978;
    border:solid 1px #1e2978;
    font-size:18px;
    color:#fff;
    font-weight:bold;
    border-radius:4px 4px 0 0;
    line-height:42px;
    margin:0 0;
    padding-left:15px;
    }
  #main .twitter .inner {border:solid 1px #d9d9d9; border-top:0; padding:10px 15px 14px; margin:0 0 12px;}

  #side {
      width: auto;
      float: none;
      margin: 13px auto 0;
    padding:0 10px;
  }

}






/* add  */

.pageDailyEventInfo__body {
  border: solid 1px #d9d9d9;
  border-width: 0 1px 1px;
  padding: 15px 14px;
  font-size: 14px;
  line-height: 1.5;
}
/*.pageDailyEventInfo__body .honbun strong {
  font-weight: bold;
  font-size: 15px;
  background-color: #00d1ff;
  display: block;
  padding-left:5px
}*/

.articleDailyEventInfo__headerHl {
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 3px 0;
  line-height: 1.35;
  border-bottom: solid 3px #1e2978;
  margin: 0 0 25px;
}

.articleDailyEventInfo .articleDailyEventInfo__body dl.custom {
  border-bottom: 1px dotted #cbcbcb;
  margin: 0 0 10px;
  padding: 0 0 10px;
}

.articleDailyEventInfo .articleDailyEventInfo__body dl.custom dt {
  /*border: 1px solid #1e2978;*/
  background-color: #00d1ff;
  clear: both;
  /*color: #1e2978;*/
  color: #fff;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  /*margin-right: 13px;*/
  text-align: center;
  width: 108px;
}

.articleDailyEventInfo .articleDailyEventInfo__body dl.custom dd {
  font-size: 14px;
  line-height: 24px;
  margin-left: 125px;
}

.articleDailyEventInfo .articleDailyEventInfo__body .btns {
    text-align: center;
}
.articleDailyEventInfo .articleDailyEventInfo__body .btn_detail a {
  background-color: #b48f17;
  background-image: url("../img/arrow-2.png");
  background-position: 12px center;
  background-repeat: no-repeat;
  background-size: 7px 10px;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  margin: 10px auto;
  min-width: 200px;
  padding: 0 0 0 14px;
  text-decoration: none;
  text-align: center;
}


@media (max-width:640px){
.articleDailyEventInfo__headerHl {
    font-size: 20px;
    padding: 0 0 8px 0;
    line-height: 1.35;
    border-bottom: solid 3px #1e2978;
    margin: 0 0 25px;
  }

  .articleDailyEventInfo .articleDailyEventInfo__body dl.custom dt {
    float: none;
    margin-bottom: 10px;
    width: 130px;
  }

  .articleDailyEventInfo .articleDailyEventInfo__body dl.custom dd {
    margin-left: 0;
  }
  #container .articleDailyEventInfo .articleDailyEventInfo__body .btn_detail a {
    color: #fff;
  }
}



#main .honbun h1, #main .honbun h2, #main .honbun h3, #main .honbun h4, #main .honbun h5 {
  background:none;
  border:none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 18px;
  color: #000;
}
#main .honbun {
  font-size: 15px;
  line-height: 1.6;
}
#main .honbun h2 {
  font-size: 18px;
  background-color: #d9d9d9;
  padding: 10px;
  margin: 10px 0;
}
#main .honbun strong {
  font-weight: bold;
}


@media (max-width:640px){

  #main .honbun a {
    word-wrap: break-word;
  }

}



body.media.index #main .honbun h3 {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  background-color: #00d1ff;
  padding: 5px;
  line-height: 1.35;
  margin: 15px -14px;
}
body.media.index #main .honbun {
  font-size: 14px;
  line-height: 1.5;
}


body.order #main .honbun {
  font-size: 15px;
  line-height: 1.6;
}
body.order #main .honbun p {
  margin-bottom: 24px;
}
body.order #main .honbun .note {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  margin-top: 10px;
  display: block;
}
body.order #main .honbun h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 3px 0;
  line-height: 1.35;
  border-bottom: solid 3px #1e2978;
  margin: 30px 0 25px;
}
body.order #main .honbun .order_info {
  background-color: #f2fdff;
  padding: 15px 25px;
  margin-bottom: 25px;
  border: solid 2px #b4dbe4;
}
body.order.contact #main .honbun .order_info {
  font-weight: bold;
}

body.order #main .honbun li {
  list-style: disc inside;
  margin: 0 0 5px;
  /*width: 50%;
  float: left;*/
  box-sizing: border-box;
}

body.order #main .honbun .mail_btn {
  clear:both;
  font-size:18px;
  font-weight:bold;
  text-align:center;
  background-color:#b08b14;
  background-image: -moz-linear-gradient( 90deg, rgb(162,127,12) 0%, rgb(199,160,34) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(162,127,12) 0%, rgb(199,160,34) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(162,127,12) 0%, rgb(199,160,34) 100%);
  box-shadow: inset 0.707px 0.707px 0px 1px rgba(0, 0, 0, 0.1),inset -0.707px -0.707px 0px 1px rgba(255, 255, 255, 0.27);
  line-height:44px;
  margin:35px auto 20px;
  width:480px;
}
body.order #main .honbun .mail_btn a {
  color:#fff;
  width:480px;
  display:block;
  background-image:url(../img/icon_arrow.png);
  background-position:right 10px center;
  background-repeat:no-repeat;
}

body.order.faq #main .honbun dt {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 3px 0;
  line-height: 1.35;
  border-bottom: solid 3px #1e2978;
  margin: 0px 0 15px;
}
body.order.faq #main .honbun dd {
  margin-bottom: 30px;
}


@media (max-width:640px){

  body.order #main .honbun .mail_btn {
    clear:both;
    font-size:16px;
    line-height:44px;
    margin:35px auto 20px;
    width:100%;
  }
  body.order #main .honbun .mail_btn a {
    width:100%;
  }

}


.blog.index .articleDailyEventInfo {
  margin: 0 0 85px;
}
.blog.index .pager {
  padding: 0 0 35px;
  text-align: center;
  font-size: 15px;
}
.blog.index .current_page {
  font-weight: bold;
}
