@charset 'UTF-8';

/*
=================================================

Univeral Set

=================================================
*/
body
{
    font-family: 'Meiryo', 'MS PGothic', sans-serif;
    font-size: 100%;
    margin: 0;
    padding: 0;
    color: #333;
    background: #1293cf;
}
h1,
h2,
h3,
h4,
h5,
h6,
address
{
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 0;
    border: 0;
}
img
{
    vertical-align: bottom;
    border: 0;
}
div,
p,
pre,
ul,
ol,
li,
dl,
dt,
dd
{
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}
table,
caption,
th,
td
{
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 0;
    border: 0;
}
form,
textarea,
select,
option,
input
{
    font-size: 100%;
    margin: 0;
    padding: 0;
}
span,
br,
a,
img,
object
{
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}
li
{
    list-style: none;
}
small
{
    font-size: 100%;
}
a:link
{
    text-decoration: none;
    color: #06f;
}
a:visited
{
    text-decoration: underline;
    color: #800080;
}
a:hover
{
    text-decoration: underline;
}
a:active
{
    text-decoration: underline;
}

/*
=================================================

container

=================================================
*/

.wrapper_header
{
    background: #fff;
    border-top: 5px solid #2C92D3;
    border-bottom: 5px solid #2C92D3;
}
.wrapper_main
{
    background: #fff;
}
.wrapper_navi
{
    background: linear-gradient(#D5EFFF, #BDE6FF);
    border-bottom: 1px solid #2C92D3;
    box-shadow: 0 2px 2px 0 #E5E5E5;
}
.wrapper_navi-hide
{
    height: 5px;
    background: #cfeafa;
}
.wrapper_navi-hide > .container_navi
{
    display: none;
}
.wrapper_footer
{
    border-top: 3px solid #1293cf;
    background: #d0e8f5;
}

.container_header,
.container_navi,
.container_main,
.container_footer
{
    overflow: hidden;
    width: 1050px;
    margin: 0 auto;
}
.container_header
{
    position: relative;
}
.container_navi
{
    padding: 0;
}
.container_main
{
    padding: 30px 0 30px;
}
.container_footer
{
    padding: 30px 0;
}


/*
=================================================

header-container

=================================================
*/
.header
{
    padding: 0;
}
.header_title
{
    float: left;
}

.header_link
{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 0 5px;
    text-align: right;
}
.header_link_item
{
    display: inline-block;
}
.header_link_item a
{
    font-size: .9em;
    display: block;
    padding-left: 1em;
    background: url('../image/list_arrow.png') no-repeat left;
}

.header_fontsize
{
    line-height: 1;
    position: absolute;
    top: 40px;
    right: 0;
    text-align: right;
}

/*
=================================================

navi-container

=================================================
*/
.navi
{
    display: flex;
}
.navi_item
{
    flex: 1;
    display: block;
    box-sizing: border-box;
    text-align: center;
    border-left: 1px solid #AADBFB;
}
.navi_item:last-child
{
    border-right: 1px solid #AADBFB;
}
.navi_link
{
    display: block;
    padding: 14px 5px 12px;
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
}
.navi_link:link, .navi_link:visited
{
    color: #333;
    text-decoration: none;
}
.navi_link:hover, .navi_link--active
{
    background: linear-gradient(#3496D5, #4FA4DA);
}
.navi_link:hover, .navi_link--active:link, .navi_link--active:visited
{
    color: #fff;
}

/*
=================================================

main-container

=================================================
*/

.webcast
{
    margin: 0 75px;
    display: flex;
    justify-content: space-between;
}
.livecast,
.vodcast
{
    width: 420px;
    text-align: left;
}
.livecast_body,
.vodcast_body
{
    font-size: 1.1em;
    line-height: 1.6;
    min-height: 325px;
    margin: -1px 0 0;
    padding: 28px;
    border: 1px solid #ccc;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    background: #f7f7f7;
}

.live_button-enable
{
    padding-bottom: 1em;
}
.live_button-disable
{
    padding-bottom: 1em;
}
.live_comment-enable
{
    font-weight: bold;
    padding-bottom: 1em;
    text-align: center;
    color: #4a0;
}
.live_comment-disable
{
    font-weight: bold;
    padding-bottom: 1em;
    text-align: center;
    color: #c01;
}

.livecast_body_program
{
    padding-bottom: 1em;
    text-align: center;
}
.livecast_body_freeword{
    font-weight: bold;
    padding-bottom: 1em;
    text-align: center;
    color: #c01;
}


.vodlink_item
{
    margin-bottom: 3px;
}
.vodlink_item:last-child
{
    margin-bottom: 0;
}

.notice
{
    overflow: hidden;
    margin-top: 30px;
}
.notice_header
{
    border-bottom: 3px solid #8fc8e6;
}
.notice_item
{
    display: flex;
}
.notice_message
{
    flex: 1;
    margin: 15px 20px 0 0;
}
.notice_message_item
{
    line-height: 1.2;
    padding: 0 0 9px 1em;
    background: url('../image/list_circle.png') no-repeat left .4em;
}
.notice_photo
{
    width: 420px;
    margin-top: 20px;
}


.contact
{
    overflow: hidden;
    margin-top: 30px;
}
.contact_header
{
    border-bottom: 3px solid #8fc8e6;
}

.contact_address
{
    margin-top: 15px;
}

.contact_address_name
{
    font-weight: bold;
}

.content_header
{
    border-bottom: 3px solid #8fc8e6;
}




.vodgikai
{
    margin: 15px 0;
}
.vodgikai_item
{
    font-size: 1.1em;
    min-width: 960px;
    margin: 0 auto;
    border-collapse: collapse;
    border: 1px solid #ccc;
}

.vodgikai_item_header
{
    width: 260px;
    padding: 9px 10px 8px;
    text-align: right;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #f6f6f6;
    box-sizing: border-box;
}
.vodgikai_item_title
{
    padding: 9px 10px 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.vodgikai_item_caption
{
    font-size: 1.1em;
    font-weight: bold;
    text-align: left;
}

.vodgikai_item_face,
.vodgikai_item_name,
.vodgikai_item_text,
.vodgikai_item_play
{
    padding: 9px 10px 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.vodgikai_item_face
{
    border-right: none;
    background: #f6f6f6;
}
.vodgikai_item_name
{
    white-space: nowrap;
    border-right: 1px dotted #ccc;
    background: #f6f6f6;
}
.vodgikai_item_text
{
    font-size: .9em;
    border-right: 1px dotted #ccc;
}
.vodgikai_item_play
{
    width: 58px;
}


.vodspeaker
{
    margin: 15px auto;
}
.vodspeaker_item
{
    font-size: 1.1em;
    box-sizing: border-box;
    width: 960px;
    margin: 15px auto 0;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.vodspeaker_info
{
    width: 960px;
    margin: 15px auto -10px;
    font-size: 1.2em;
}
.speaker-nonresult
{
    padding: 3px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

/* for jp alphabet table */
.speaker-box
{
    vertical-align: top;
}
.speaker-box table
{
    width: 100%;
    border-collapse: collapse;
}
.speaker-box td
{
    padding: 5px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.speaker-index
{
    text-align: center;
    vertical-align: middle;
    background: #f6f6f6;
}
/* ----- */

.vodspeaker_header
{
    width: 960px;
    margin: 15px auto 0;
    padding: 10px;
    border-right: none;
    background: #f6f6f6;
    box-sizing: border-box;
}
.vodspeaker_header_face
{
    display: inline-block;
    margin: 0 10px 0 0;
}
.vodspeaker_header_name
{
    font-size: 1.1em;
    font-weight: bold;
    display: inline-block;
}
.vodspeaker_item_caption
{
    text-align: left;
}
.vodspeaker_item_title,
.vodspeaker_item_text,
.vodspeaker_item_play
{
    padding: 9px 10px 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.vodspeaker_item_title
{
    width: 260px;
    text-align: center;
    white-space: nowrap;
    border-right: 1px dotted #ccc;
    background: #f6f6f6;
}
.vodspeaker_item_text
{
    font-size: .9em;
    border-right: 1px dotted #ccc;
}
.vodspeaker_item_play
{
    width: 58px;
}


.vodkaiha
{
    margin: 15px 0;
}
.vodkaiha_item
{
    font-size: 1.1em;
    box-sizing: border-box;
    width: 960px;
    margin: 0 auto;
    border-collapse: collapse;
    border: 1px solid #ccc;
}
.vodkaiha_item-top
{
    width: 600px;
}
.vodkaiha_item-bottom
{
    width: 600px;
    margin-top: 30px;
}
.vodkaiha_title
{
    padding: 6px 0 5px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.vodkaiha_item_caption
{
    font-size: 1.1em;
    font-weight: bold;
    text-align: left;
}

.vodkaiha_item_title,
.vodkaiha_item_speaker,
.vodkaiha_item_text,
.vodkaiha_item_play
{
    padding: 9px 10px 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.vodkaiha_item_title
{
    text-align: center;
    white-space: nowrap;
    border-right: 1px dotted #ccc;
    background: #f6f6f6;
}
.vodkaiha_item_speaker
{
    text-align: center;
    white-space: nowrap;
    border-right: 1px dotted #ccc;
}
.vodkaiha_item_text
{
    font-size: .9em;
    border-right: 1px dotted #ccc;
}
.vodkaiha_item_play
{
    width: 58px;
}




.vodphrase
{
    margin: 15px 0;
}
.vodphrase_form
{
    box-sizing: border-box;
    width: 860px;
    margin: 0 auto;
    padding: 30px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #f7f7f7;
}
.vodphrase_form_comment
{
    font-size: 1em;
    line-height: 2;
}
.vodphrase_form_note
{
    font-size: .8em;
}
.vodphrase_form_text
{
    font-size: 1.1em;
    margin: 1em 0 0;
    padding: 3px;
}
.vodphrase_form_submit
{
    padding: 2px 2em 1px;
}

.vodphrase_item
{
    font-size: 1.1em;
    width: 960px;
    margin: 0 auto;
    border-collapse: collapse;
    border: 1px solid #ccc;
}
.vodphrase_item_caption
{
    font-size: 1.1em;
    font-weight: bold;
    text-align: left;
}

.vodphrase_item_title,
.vodphrase_item_speaker,
.vodphrase_item_text,
.vodphrase_item_play
{
    padding: 9px 10px 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.vodphrase_item_title
{
    width: 200px;
    text-align: center;
    border-right: 1px dotted #ccc;
    background: #f6f6f6;
}
.vodphrase_item_title_subtitle
{
    font-size: .9em;
    line-height: 1.2;
    padding: .5em 0 0;
}

.vodphrase_item_speaker
{
    text-align: center;
    white-space: nowrap;
    border-right: 1px dotted #ccc;
}
.vodphrase_item_text
{
    font-size: .9em;
    border-right: 1px dotted #ccc;
}



.play
{
    width: 1020px;
    margin: 15px auto;
}
.play .playleft
{
    float: left;
    width: 646px;
}
.play .playright
{
    float: right;
    width: 360px;
}
.playerout
{
    border: 3px ridge #a0a0a0;
}
.player
{
    position: relative;
    width: 100%;
    max-width: 640px;
}
.player:before
{
    content: "";
    display: block;
    padding-top: 56.25%;
}
.playerframe
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.liveplayer, .vodplayer, .vjs-no-js
{
    max-width: 100%;
    max-height: 100%;
    border: none;
}
.var-hidden
{
    display: none;
}
.playtext
{
    font-family: 'MS Gothic', monospace;
    font-size: .9em;
    line-height: 1.4;
    overflow: scroll;
    width: 360px;
    height: 366px;
    white-space: nowrap;
}
.playtext.vod
{
    height: 284px;
}
.playright ul
{
    font-weight: bold;
    margin-bottom: 10px;
}

.nonresult
{
    font-weight: bold;
    margin: 5px 0;
    padding: 2em;
    text-align: center;
    border: 2px solid #ccc;
    border-radius: 6px;
}



.nonlive
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 424px;
    margin: 15px auto;
    padding: 120px 10px;
    text-align: center;
    border: 3px ridge #a0a0a0;
}
.back
{
    margin-top: 30px;
    text-align: center;
}

/*
=================================================

footer-container

=================================================
*/
.footer
{
    font-family: 'Trebuchet MS', Arial;
    font-size: .9em;
    text-align: center;
    color: #0d75b4;
}

/*
=================================================

other

=================================================
*/
.width-50
{
    width: 50px;
}
.width-95
{
    width: 95px;
}
.width-140
{
    width: 140px;
}
.width-150
{
    width: 150px;
}
.width-200
{
    width: 200px;
}
.width-300
{
    width: 300px;
}
.width-500
{
    width: 500px;
}
.width-580
{
    width: 580px;
}
.width-780
{
    width: 780px;
}
.center
{
    text-align: center;
}
.left
{
    text-align: left;
}
.right
{
    text-align: right;
}
.top
{
    vertical-align: top;
}
.middle
{
    vertical-align: middle;
}
.bottom
{
    vertical-align: bottom;
}
.font-red
{
    color: red;
}
.font-blue
{
    color: blue;
}
.font-90
{
    font-size: 90%;
}
.font-95
{
    font-size: 95%;
}
.font-bold
{
    font-weight: bold;
}
.font-normal
{
    font-weight: normal;
}
.font-tt
{
    font-family: 'MS Gothic', monospace;
}
.hit1,
.hit2,
.hit3,
.hit4,
.hit5
{
    color: red;
}

/*
=================================================

clear

=================================================
*/
.clearfix:before,
.clearfix:after
{
    display: table;
    content: ' ';
}
.clearfix:after
{
    clear: both;
}
.clearfix
{
    *zoom: 1;
}

/*
=================================================

メニュー読み飛ばしリンク用

=================================================
*/
p.hide
{
    position: absolute;
    top: 0;
    left: -512px;
    width: 256px;
}
