@charset "UTF-8";
/*--------------------------------------------------------------------------------
　▼ 共通　
--------------------------------------------------------------------------------*/
body {
    width: 100%;
    font-size: 14px;
    background-color: #fff;
    background-image: url("../img/bg_body.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #000;
    font-family: "メイリオ", Meiryo, Osaka, sans-serif;
}
#fixed-bar {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 0;
    z-index: 1000;
    font-size: 0;
}
.inner_box {
    width: 960px;
    margin: 0 auto;
}
/*--------------------------------------------------------------------------------
　▼ 設定　
--------------------------------------------------------------------------------*/
ul.inline_block { font-size: 0;}
ul.inline_block li { display: inline-block; font-size: 14px; vertical-align: top;}
span.br:before { content: "\A" ; white-space: pre ;}
/*--------------------------------------------------------------------------------
　▼ mobile_header　
--------------------------------------------------------------------------------*/
#m_header { display: none;}
#menu { display: none;}
/*--------------------------------------------------------------------------------
　▼ header　
--------------------------------------------------------------------------------*/
#header { padding: 20px 0 0;}
.main { padding: 30px 0;}
/*--------------------------------------------------------------------------------
　▼  共通　
--------------------------------------------------------------------------------*/
.anchor-point {
    position: relative;
    top: -85px;
}
.box { padding: 40px 0 30px;}
.box_title {
    text-align: center;
    font-size: 25px;
    border-bottom: 1px solid #000;
}
.in_box { padding: 40px 0 0;}
.title_box {
    background: #61432f;
    color: #fff;
    padding: 5px 15px;
    font-size: 18px;
}
audio { width: 300px;}
.shadow {
  display: inline-block;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
  margin-top: 10px;
  }
/*--------------------------------------------------------------------------------
　▼ メニュー　
--------------------------------------------------------------------------------*/
.fixed {
    position: fixed;
    top: 0;
    width: 960px;
    margin: 0 auto;
    z-index: 10000;
}
.nav_box { background: #000;}
ul.nav-pc { width: 90%; margin: 0 auto;}
ul.nav-pc li {
    display: inline-block;
    text-align: center;
    width: 20%;
    padding: 10px 0;
}
ul.nav-pc li a {
    font-size: 16px;
    padding: 10px 20px;
    display: block;
    border-left: 1px solid #fff;
}
ul.nav-pc li:last-child a { border-right: 1px solid #fff;}
/*--------------------------------------------------------------------------------
　▼ 番組紹介 television
--------------------------------------------------------------------------------*/
ul.ul03 li {
    width: 50%;
    padding-bottom: 25px;
}
ul.ul03 li:nth-child(odd) { padding-right: 1.5%;}
ul.ul03 li:nth-child(even) { padding-left: 1.5%;}
ul.ul03 li .text_box {
    padding: 20px 15px;
    line-height: 2em;
}
#television .fl,
#television .fr {
    width: 48.5%;
    background: #fff;
    border: 5px solid #000;
    padding: 20px;
    color: #000;
    margin: 25px 0;
}
#television .fl02 {
    width: 48.5%;
    background: #fff;
    border: 5px solid #000;
    padding: 20px;
    color: #000;
    margin: 25px auto;
}
#television .profile_box {
    width: 100%;
    display: table;
}
#television .photo,
#television .name {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}
#television .name { color: #666; text-align: center; position: relative;}
#television .name span.font25 { font-size: 25px; color: #000;}
#television .text_box {
    padding: 20px 15px;
    line-height: 2em;
}
#television ul li .corner_title {
    padding: 25px 0 10px;
    border-bottom: 1px solid #666;
    color: #6a1b23;
    font-weight: bold;
}
/*--------------------------------------------------------------------------------
　▼ 視聴＆おたより letter
--------------------------------------------------------------------------------*/
#letter table.table01 { margin-top: 30px;}
#letter table.table01 tr th {
    width: 40%;
    padding: 5px 10px 5px 40px;
    border-bottom: 1px solid #666;
}
#letter table.table01 tr td {
    width: 60%;
    padding: 5px 10px;
    border-bottom: 1px solid #666;
}
#form-box {
    width: 700px;
    margin: 0 auto;
    padding: 25px 0;
}
#letter table.contact_table tr th {
    width: 30%;
    border-bottom: none;
    padding: 10px 5px;
    text-align: left;
    vertical-align: top;
}
#letter table.contact_table tr td {
    width: 70%;
    padding: 10px 5px;
    border-bottom: none;
}
#letter table.contact_table tr td input,
#letter table.contact_table tr td textarea {
    width: 100%;
    padding: 10px;
}
#letter table.contact_table tr td textarea { height: 180px;}
button { border: none; background: none;}
audio { 
  max-width: 460px;
  width: 100%;
}
/*--------------------------------------------------------------------------------
　▼ スペシャル SPECIAL
--------------------------------------------------------------------------------*/
#special .in_box { padding: 40px 0;}
#special .movie_box {
    text-align: center;
    width: 465px;
    margin: 0 auto;
}
#special .movie_box iframe { border: 0;}
/*--------------------------------------------------------------------------------
　▼ 商品情報 DISCOGRAPHY
--------------------------------------------------------------------------------*/
.fl_box {
    float: left;
    width: 35%;
    padding-right: 2%;
}
.fr_box {
    float: right;
    width: 65%;
}
.fr_box .red {
    font-size: 20px;
    color: #6a1b23;
    font-weight: bold;
    padding: 0 0 15px;
}
.fr_box .day { padding-top: 50px; font-weight: bold;}
.cd_title {
    font-size: 14px;
    color: #6a1b23;
    padding: 10px 0 20px;
    line-height: 2em;
}
.link li { padding: 20px; width: 50%;}
/*--------------------------------------------------------------------------------
　▼ footer
--------------------------------------------------------------------------------*/
#footer {
    background-image: url("../img/bg_footer.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 50px 0;
}
/*--------------------------------------------------------------------------------
　▼ audiojs
--------------------------------------------------------------------------------*/
.audiojs {
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
}
.audiojs .play-pause {width: 40px;}

.featherlight .featherlight-content {
	border: 5px solid #61432f;
}
.lightbox {
	padding: 20px 20px 30px 40px;
	display: none;
}
.lightbox ul {
	counter-reset: count 0;
}
.lightbox li {
	list-style-type: decimal-leading-zero;
	position: relative;
	margin-bottom: .2em;
}
