@charset "utf-8";

/*
	Site Name: ytv
	Description: index only css
	Version:
	Author:
*/


/*
====================================================
■ reset
====================================================
*/


/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/


/* 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {line-height: 1;}
img {line-height: 0;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
img {vertical-align:top;} */


/*
====================================================
■ all
====================================================
*/

#contents {
    position: relative!important;
    width: 100%!important;
    overflow: hidden;
    font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#contents * {
    font-size: 16px;
}

#contents img {
    width: 100%;
    height: auto;
    line-height: 0;
}

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

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

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

a:active {
    text-decoration: underline;
    color: #333;
}

a {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.75);
    display: block;
}

a {
    outline: none;
}

a:focus {
    outline: none;
}


/*
====================================================
■ Function
====================================================
*/

hr.line {
    clear: both;
    border: none;
    display: block;
    margin: 10px 0;
    width: 100%;
    height: 2px;
    background: url(/wptop/img/sp/line.gif) 0 0 repeat-x;
    -webkit-background-size: auto 2px;
    background-size: auto 2px;
}


/*
====================================================
■ main_contents
====================================================
*/

#contents {
    position: relative;
    height: 100%;
    text-align: center;
}

#contentsInner {
    position: relative;
}


/*
====================================================
■ bangumi
====================================================
*/

#weeklyTimeTable header {
    background: url(/wptop/img/sp/bg_tit_ytv.png) 0 0 repeat;
    -webkit-background-size: 41px 19px;
    background-size: 41px 19px;
    text-align: left;
}

#weeklyTimeTable header h1 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin: 0;
    padding: 18px 0;
}

#weeklyTimeTable header p {
    margin: 0 0 0 20px;
    display: inline-block;
    background-color: #ffb600;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    border-radius: 3px 3px 0 0;
}

#timetableNavi {
    position: relative;
    overflow: hidden;
    height: 45px;
    margin: 0 0 10px;
}

#ttPrev {
    width: 25px;
    height: 45px;
    position: absolute;
    left: -2px;
    top: 0;
    margin: 0;
}

#ttNext {
    width: 25px;
    height: 45px;
    position: absolute;
    right: -2px;
    top: 0;
    margin: 0;
}

#changeTable {
    color: #333;
    padding: 11px 40px 11px 13px;
    margin: 2px 0;
    text-align: center;
    border-radius: 20px;
    border: none;
    background: #FFF url(/wptop/img/sp/tt_bg_select.png) no-repeat 100% 50%;
    -webkit-background-size: 20px 11px;
    background-size: 20px 11px;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}


/* table */

#timetableWrap {
    position: relative;
    overflow: hidden;
    padding: 20px 10px 0;
    margin: 0 0 10px;
    background-color: #ffb600;
}

#timetableWrap .tableTV {
    width: 100%;
    text-align: left;
    margin: 0 0 10px 0;
    background-color: #fff;
}

#timetableWrap .tableTV th,
#timetableWrap .tableTV td {
    border-bottom: 1px solid #c49208;
    padding: 12px 0 10px;
    vertical-align: top;
}

#timetableWrap .tableTV tr:last-of-type th,
#timetableWrap .tableTV tr:last-of-type td {
    border-bottom: none;
}

#timetableWrap .tableTV th {
    width: 60px;
    background: #a5d400;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    padding: 15px 0 0 0;
    text-indent: -3px;
}

#timetableWrap .tableTV td {
    background: url(/wptop/img/sp/index_noa_arrow.png) 0 17px no-repeat;
    -webkit-background-size: 7px 13px;
    background-size: 7px 13px;
}

#timetableWrap .tableTV td.active {
    background-color: #e1f1ab;
}

#timetableWrap .tableTV td dl {
    margin: 0;
    line-height: 1.3;
}

#timetableWrap .tableTV td dl dt {
    color: #fe6627;
    font-size: 1.2em;
    font-weight: bold;
    padding: 2px 10px 2px 10px;
}

#timetableWrap .tableTV td dl dt a {
    color: #fe6627;
}

#timetableWrap .tableTV td dl dd {
    margin: 0 10px;
    padding: 5px 0 0 0;
}

.infoEbox {
    width: 94%;
    margin: .5rem auto;
    padding: .5rem;
    border: 1px solid #000;
    background-color: #fff;
    line-height: 1.5rem;
    text-align: left;
}

.infoEbox b {
    font-weight: 700;
}