@charset "UTF-8";

/* Default area
-----------------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
}

body {
    background: #131313!important;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    line-height: 140%;
    color: #4c4c4c;
}

#fp-contents {
    padding: 0 15px;
    background: #FFF;
}

.f_left {
    float: left;
}

.f_right {
    float: right;
}

img {
    border: none;
}

ul {
    list-style: none;
}

a {
    color: #0066cc;
}

a:hover {
    text-decoration: underline;
}


/*Main container
-----------------------------------------------------------------------*/

#container {
    margin: 0 auto;
    padding: 0;
    width: 640px;
    overflow: hidden;
}


/*header
-----------------------------------------------------------------------*/

#header {
    position: relative;
    padding: 20px 0;
    width: 1000px;
}

#header h1 {
    width: 81px;
    height: 20px;
    margin-left: 5px;
    margin-right: 5px;
    background: url("../img/parts_tt.png") 0 0 no-repeat;
    text-indent: -999em;
    float: left;
    overflow: hidden;
}


/*.headlink
-----------------------------------------------------------------------*/

#header .headlink {
    padding-bottom: 20px;
    overflow: hidden;
    clear: both;
}

#header ul.dateHead li {
    float: left;
}

#header ul.dateHead h2 {
    width: 200px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}

#header ul.dateHead h2 span {
    font-size: 16px;
}

#header ul.dateHead h2 .year {
    font-size: 14px;
    font-weight: normal;
}

#header ul.dateHead h2 .s18 {
    font-size: 15px;
}

#header .bt_detail {
    float: left;
    padding-left: 30px;
    height: 20px;
    line-height: 20px;
}

#header ul.etc_bangumi {
    height: 25px;
    overflow: hidden;
    float: right;
}

#header ul.etc_bangumi li {
    display: block;
    float: left;
    margin-right: 2px;
    text-indent: -999em;
    overflow: hidden;
}

ul.etc_bangumi li a {
    display: block;
    background: url("../img/parts_tt.png") no-repeat;
    width: 70px;
    height: 25px;
    overflow: hidden;
}

ul.etc_bangumi li a.fujione {
    background-position: 0 -96px;
}

ul.etc_bangumi li a.fujitwo {
    background-position: -70px -96px;
}

ul.etc_bangumi li a.fujinext {
    background-position: -140px -96px;
}

ul.etc_bangumi li a.fujione:hover {
    background-position: 0 -121px;
}

ul.etc_bangumi li a.fujitwo:hover {
    background-position: -70px -121px;
}

ul.etc_bangumi li a.fujinext:hover {
    background-position: -140px -121px;
}

ul.etc_bangumi li a.fujibs {
    display: block;
    background: url("../img/parts_tt.png") -210px -96px no-repeat;
    width: 110px;
    height: 25px;
    margin: 0 8px;
    overflow: hidden;
}

ul.etc_bangumi li a.fujibs:hover {
    background-position: -210px -121px;
}


/*.timeslot
-----------------------------------------------------------------------*/

.timeslot {
    clear: both;
    margin: 0;
    padding: 0;
    height: 44px;
    overflow: hidden;
}

ul.weektimes, ul.bt_dayweek, ul.daytimes {
    float: left;
    background: #ebebeb;
    height: 28px;
    padding: 7px;
    margin: 0 10px 0 0;
    border: 1px solid #ebebeb;
    overflow: hidden;
}

ul.weektimes li, ul.bt_dayweek li, ul.daytimes li {
    float: left;
    width: 119px;
    height: 28px;
    text-indent: -999em;
    overflow: hidden;
}

ul.weektimes li a, ul.bt_dayweek li a, ul.daytimes li a {
    display: block;
    background: url("../img/parts_tt.png") no-repeat;
    width: 119px;
    height: 28px;
}

ul.weektimes li.bt_prevweek a {
    background-position: 0 -30px;
}

ul.weektimes li.bt_thisweek a {
    background-position: -119px -30px;
}

ul.weektimes li.bt_nextweek a {
    background-position: -238px -30px;
}

ul.weektimes li.bt_prevweek a.active {
    background-position: 0 -58px;
}

ul.weektimes li.bt_thisweek a.active {
    background-position: -119px -58px;
}

ul.weektimes li.bt_nextweek a.active {
    background-position: -238px -58px;
}

ul.bt_dayweek li.weekbangumi a {
    background-position: -119px -156px;
}

ul.bt_dayweek li.daybangumi a {
    background-position: 0 -156px;
}

ul.bt_dayweek li.weekbangumi a.active {
    background-position: -119px -184px;
}

ul.bt_dayweek li.daybangumi a.active {
    background-position: 0 -184px;
}

ul.daytimes {
    float: right;
    padding: 8px;
    margin: 0;
    background: #EBEBEB;
    border: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

ul.daytimes li {
    width: 80px;
    padding-right: 5px;
}

ul.daytimes li.bt_midnight {
    padding-right: 0;
}

ul.daytimes li a {
    width: 80px;
}

ul.daytimes li.bt_morning a {
    background-position: 0 -222px;
}

ul.daytimes li.bt_noon a {
    background-position: -80px -222px;
}

ul.daytimes li.bt_night a {
    background-position: -160px -222px;
}

ul.daytimes li.bt_midnight a {
    background-position: -240px -222px;
}

ul.daytimes li.bt_morning a:hover {
    background-position: 0 -250px;
}

ul.daytimes li.bt_noon a:hover {
    background-position: -80px -250px;
}

ul.daytimes li.bt_night a:hover {
    background-position: -160px -250px;
}

ul.daytimes li.bt_midnight a:hover {
    background-position: -240px -250px;
}

ul.weektimes li a:hover, ul.bt_dayweek li a:hover, ul.daytimes li a:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

ul.weektimes li a.active:hover, ul.bt_dayweek li a.active:hover, ul.daytimes li a.active:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}


/*main area
-----------------------------------------------------------------------*/

#date {
    width: 640px;
    margin-bottom: 0px;
}

#date a {
    text-decoration: none;
    color: #333;
}

#date a:hover {
    text-decoration: underline;
}

#datetable {
    margin-bottom: 1px;
}

#date table.dateMenu {
    width: 100%;
}

#date table.dateMenu th {
    background: #E6E6E6;
    border: 1px solid #ccc;
    border-left: none;
    width: 84px;
    height: 28px;
    text-align: center;
}

#date table.dateMenu th.today {
    background: #FFF;
    width: 90px;
    border-bottom: none;
}

#date table.dateMenu th.today a {
    color: #333333;
}

#date table.datesimple, #date table.datelist {
    width: 100%;
}

#date table.datelist tr {
    border-collapse: collapse;
}

#date table.datelist td {
    border-right: 1px solid #e6e6e6;
    /* border-bottom:1px solid #d5d5d5; */
    padding: 10px;
}

#date table.datelist tr:nth-of-type(even) {
    background: #f5f5f5;
}


/* ---- */

#date table.datelist tr.nowoa {
    background: #fce0e9;
}

#date table.datelist tr.nowoa td {
    background-color: #fce0e9;
}


/* ---- */

#date table.datelist td.info {
    border-right: none;
}

#date #datetable .dateMenu .l_arrow, #date #datetable .dateMenu .r_arrow {
    width: 21px;
    height: 30px;
    padding: 0;
}

#date #datetable .dateMenu .l_arrow {
    margin-right: 1px;
}

#date #datetable .dateMenu .r_arrow {
    margin-left: 1px;
}

#datetable .dateMenu .l_arrow a, #datetable .dateMenu .r_arrow a {
    display: block;
    width: 21px;
    height: 30px;
    text-indent: -999em;
    background: url("../img/parts_tt.png") no-repeat;
    overflow: hidden;
}

#datetable .dateMenu .l_arrow a {
    background-position: 0px -288px;
}

#datetable .dateMenu .r_arrow a {
    background-position: -42px -288px;
}

#datetable .dateMenu .l_arrow a:hover, #datetable .dateMenu .r_arrow a:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

#datetable .dateMenu .l_arrow a.active {
    background-position: -21px -288px;
}

#datetable .dateMenu .r_arrow a.active {
    background-position: -63px -288px;
}

#datetable .dateMenu .l_arrow a.active:hover, #datetable .dateMenu .r_arrow a.active:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

#date table.datelist .time {
    width: 50px;
    text-align: center;
    color: #4C4C4C;
}

#date table.datelist .arrow {
    background-image: url("../img/arrow_down.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 30px;
    cursor: pointer;
}


/* ---- */


/*
#date table.datelist .icon { width:115px; }
*/

#date table.datelist .icon {
    /*width: 79px;*/
    width: 105px;
    /*display: flex;*/
}

#date table.datelist .icon .icon_area {
    width: 50px;
    display: inline-block;
}

#date table.datelist .icon .btn_area {
    display: inline-block;
}

#date table.datelist .icon .btn_area .yokoku {
    background-image: url(../img/yokoku.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 50px;
    height: 18px;
    margin: 2px;
    padding: 0;
    cursor: pointer;
}

#date table.datelist .icon .btn_area .muryo {
    background-image: url(../img/muryo.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 50px;
    height: 18px;
    margin: 2px;
    padding: 0;
    cursor: pointer;
}

#date table.datelist .icon .btn_area .tver {
    background-image: url(../img/tver.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 50px;
    height: 18px;
    margin: 2px;
    padding: 0;
    cursor: pointer;
}

#date table.datelist .icon .btn_area .realtime {
    background-image: url(../img/riatai.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 50px;
    height: 18px;
    margin: 2px;
    padding: 0;
    cursor: pointer;
}

#date table.datelist .icon img {
    padding: 2px;
}


/* ---- */

#morning {
    background: #f57f17;
    width: 4px;
    text-indent: -999em;
}

#noon {
    background: #8bc34a;
    width: 4px;
    text-indent: -999em;
}

#night {
    background: #0d47a1;
    width: 4px;
    text-indent: -999em;
}

#midnight {
    background: #1a237e;
    width: 4px;
    text-indent: -999em;
}


/*
#date .tx_morning a  { color:#96C200; }
#date .tx_noon a     { color:#FF7D00; }
#date .tx_night a    { color:#38BDF9; }
#date .tx_midnight a { color:#1E7AF8; }
*/

#date .datelist a {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
}

#date .datelist a:hover {
    text-decoration: underline;
}

.info dl {
    clear: both;
    float: none;
}

.info dt {
    float: left;
    overflow: hidden;
    /*width:70px;*/
}

.info dd {
    margin-left: 126px;
}


/*			
.info dd a
			{
			float:left;
			display: block;
			width:245px;
			}
.nowoa .info dd a
			{
			width:245px;
			}
*/

#date .datelist .info p.tx_pad {
    color: #666;
    font-size: 11px;
    padding-top: 2px;
}

#date .datelist .info p.tx_pad a {
    font-size: 12px;
    font-weight: normal;
    color: #06c;
}

#date .datelist .info dl dd span {
    display: block;
    width: 71px;
    height: 15px;
    margin-right: 5px;
    text-indent: -999em;
    background: url("../img/icon_tt02.png") no-repeat;
    overflow: hidden;
    float: left;
}

#date .datelist .info dl dd span.drama {
    background-position: 0 0;
}

#date .datelist .info dl dd span.variety {
    background-position: 0 -15px;
}

#date .datelist .info dl dd span.inform {
    background-position: 0 -30px;
}

#date .datelist .info dl dd span.sports {
    background-position: 0 -45px;
}

#date .datelist .info dl dd span.anime {
    background-position: 0 -60px;
}

#date .datelist .info dl dd span.mini {
    background-position: 0 -75px;
}

#date .datelist .info dl dd span.movie {
    background-position: 0 -90px;
}

#date .datelist .info dl dd span.other {
    background-position: 0 -105px;
}

#date .datelist .info dl dd span.yokoku {
    display: inline;
    width: 34px;
    height: 17px;
    text-indent: 0;
    background: none;
    overflow: hidden;
    float: none;
}

.genre {
    padding-right: 10px;
}

.nowoa {
    background: #fce0e9;
}

.yokoku {
    padding-left: 10px;
}

.yokoku img {
    vertical-align: middle;
}


/* ---- */


/* 詳細の表示切替 ------ */


/* 閉じている */

#date .datelist .info .thum_area, #date .datelist .info .tx_pad {
    display: none;
}

#date .datelist .info dd {
    margin-left: 0px;
}


/* 開いている */

#date .datelist .open .info .thum_area, #date .datelist .open .info .tx_pad {
    display: block;
}

#date .datelist .open .info dd {
    margin-left: 126px;
}

#date table.datelist .open .arrow {
    background-image: url(../img/arrow_link.png);
}


/* 全部開いている */

#date #timetable.fullopen .datelist .info .thum_area, #date #timetable.fullopen .datelist .info .tx_pad {
    display: block;
}

#date #timetable.fullopen .datelist .info dd {
    margin-left: 126px;
}

#date #timetable.fullopen table.datelist .arrow {
    background-image: url(../img/arrow_link.png);
}


/*common area
-----------------------------------------------------------------------*/

.l_arrow, .r_arrow {
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -999em;
    overflow: hidden;
}

.l_arrow a, .r_arrow a {
    display: block;
    width: 20px;
    height: 20px;
}

.l_arrow a {
    background: url("../img/parts_tt.png") -81px 0 no-repeat;
}

.r_arrow a {
    background: url("../img/parts_tt.png") -121px 0 no-repeat;
}

.l_arrow a.active {
    background-position: -101px 0;
}

.r_arrow a.active {
    background-position: -141px 0;
}

.l_arrow a:hover, .r_arrow a:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

.l_arrow a.active, .r_arrow a.active {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}


/* ------------------------------------------------------------------------
	Miscellaneous
------------------------------------------------------------------------- */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}


/* End hide from IE-mac */


/* ------------------------------------------------------------------------
  bottomBtns
------------------------------------------------------------------------- */

#bottomBtns {
    width: 266px;
    height: 24px;
    padding: 8px 9px 0 9px;
    margin-left: 205px;
    background: url("../img/parts_tt.png") 0 -328px no-repeat;
    /* overflow:hidden; */
    clear: both;
    z-index: 150;
    position: fixed;
    left: 50%;
    bottom: 0;
}

#bottomBtns a {
    display: block;
    width: 130px;
    height: 18px;
    background: url("../img/parts_tt.png") no-repeat;
    text-indent: -999em;
    overflow: hidden;
    float: left;
}

#bottomBtns .iconinfo a {
    background-position: 0 -371px;
    width: 136px;
}

#bottomBtns .iconinfo a.active {
    background-position: 0 -389px;
}

#bottomBtns .pagetop a {
    background-position: -136px -371px;
}

#bottomBtns a:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

#bottomBtns .property {
    position: fixed;
    left: 50%;
    bottom: 0;
    margin-left: -165px;
    z-index: 175;
    width: 357px;
    display: none;
}

#bottomBtns .property .bg_table {
    background: #f8f8f8;
    width: 357px;
    border: 1px solid #d5d5d5;
    border-bottom: none;
}

#bottomBtns .property .ln_table {
    background: #FFF;
    border-left: 1px solid #d5d5d5;
    width: 2px;
}

#bottomBtns .property img {
    vertical-align: middle;
}

p#bottomText {
    padding: 15px 0;
    font-size: 10px;
    float: left;
}

p#bottomText span {
    text-align: center;
    display: block;
    padding-top: 7px;
    color: #999;
}

.noLink {
    background: none !important;
}

.noLink a {
    text-decoration: none !important;
    color: #673ab7 !important;
    cursor: default;
}