@charset "UTF-8";

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

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 100%;
	font-family: Meiryo, BIZ UDGothic, sans-serif;
	line-height: 1.3;
	color: #444444;
}
div,p,pre,ul,ol,li,dl,dt,dd,span,br,a,img,object,h1,h2,h3,h4,h5,h6,address,table,caption,th,td,form,textarea,select,option,input {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
}
table,caption,th,td{
	font-style: normal;
	font-weight: normal;
	border: 0;
}
img {
	border: 0;
	vertical-align: bottom;
}
li{
	list-style: none;
}
small{
	font-size: 100%;
}
input{
	font-size: 100%;
}
a:link {
	color: #0033CC;
	text-decoration: underline;
}
a:visited {
	color: #0033CC;
	text-decoration: underline;
}
a:hover{
	color: #FF4300;
	text-decoration: underline;
}
a:active{
	color: #FF4300;
	text-decoration: underline;
}

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

container

=================================================
*/
.header-container{
	background: url(../image/header_background.png) repeat-x top;
}
.main-container{
}
.footer-container{
	background: #2D76BF url(../image/footer_background.png) repeat-x top;
	padding: 52px 0 13px;
}
.wrapper{
	width: 860px;
	margin: 0 auto;
}

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

header-container

=================================================
*/
.header{
	position: relative;
}
.header h1{
	padding-top: 23px;
}
.header h1 img{
	display: block;
}
.outlink{
	position: absolute;
	top: 5px;
	right: 0;
}
.outlink li{
	background: url(../image/list_arrow_w.png) no-repeat 0 0.3em;
	padding-left: 10px;
	font-size: 12px;
}
.outlink li a{
	color: #FFFFFF;
	text-decoration: none;
}
.fontsize{
	position: absolute;
	top: 56px;
	right: 0;
	overflow: hidden;
}
.font {
	display: flex;
}
.font__title {
	margin: 0 4px 0 0;
	padding: 9px 5px 1px;
	font-size: 0.9em;
	font-weight: bold;
}
.font__item {
	margin: 0 0 0 1px;
}
.font__btn {
	padding: 4px 8px 3px;
	border: 1px solid #999999;
	border-radius: 3px;
	color: #333333;
	background: linear-gradient(to bottom, #FFFFFF, #D9D9D9);
	font-size: 0.9em;
}
.font__btn:hover, .font__btn:focus {
	cursor: pointer;
}
.navi{
	display: flex;
	overflow: hidden;
	border-bottom: 2px solid #0076B4;
	box-shadow: 0 7px 3px -3px #D2D1D1;
	box-sizing: border-box;
	margin: 0 0 7px;
}
.navi__item{
	/*flex: 1;*/
	width: calc(100% / 4);
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
	background: url(../image/button_nav_background.png), linear-gradient(to bottom, #FBFBFB 40%, #E6E6E6, #E6E6E6 100%);
}
.navi__link{
	display: block;
	padding: 10px 10px 7px;
	font-size: 1em;
	font-weight: bold;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.navi__item:first-child > .navi__link{
	border-top-left-radius: 6px;
}
.navi__item:last-child > .navi__link{
	border-top-right-radius: 6px;
}
.navi__link:link, .navi__link:visited {
	color: #424242;
	text-decoration: none;
}
.navi__link:hover, .navi__link--active {
	background: linear-gradient(to bottom, #6EA3DA 40%, #3B84CE, #3B84CE 100%);
	border-top: 1px solid #277FD6;
	border-right: 1px solid #277FD6;
	border-left: 1px solid #277FD6;
}
.navi__link:hover, .navi__link--active:link, .navi__link--active:visited{
	color: #FFFFFF;
	text-shadow: 1px 1px 2px #104982, -1px -1px 2px #104982;
	text-decoration: none;
}

/*
=================================================
button
=================================================
*/
.btn {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 20px 15px 20px 70px;
	width: 100%;
	border-radius: 6px;
	border: 1px solid #46B5CC;
	box-shadow: 0 3px 2px 0 #EEEEEE, 0 0 0 1px #FFFFFF inset;
	background: url("../image/top_button_background_off.png"), linear-gradient(to bottom, #EEF4F9 40%, #D0E1EC, #D0E1EC 100%);
	font-size: 1.25em;
	font-weight: bold;
	text-align: left;
}
a.btn{
	color: #333;
	text-decoration: none;
}
.btn::after{
	position: absolute;
	top: calc(38%);
	left: calc(7%);
	width: 23px;
	height: 14px;
	background: url("../image/top_button_icon_off.png") no-repeat center;
	content: '';
}
.btn--live:hover, .btn--vod:hover{
	color: #FFFFFF;
	text-shadow: 1px 1px 2px #289DB7, -1px -1px 2px #289DB7;
	background: url("../image/top_button_background_on.png"), linear-gradient(to bottom, #5ACAE3 40%, #30BCDC, #30BCDC 100%);
}
.btn--live:hover::after, .btn--vod:hover::after{
	background: url("../image/top_button_icon_on.png") no-repeat center;
}
.btn--no-live {
	padding: 20px 15px 20px 70px;
	background: url("../image/top_button_background_off.png"), linear-gradient(to bottom, #F1F1F1 40%, #D8D8D8, #D8D8D8 100%);
	border: 1px solid #D6D6D6;
}
.btn--no-live::after {
	position: absolute;
	top: calc(38%);
	left: calc(7%);
	width: 23px;
	height: 14px;
	background: url("../image/top_button_icon_disabled.png") no-repeat center;
	content: '';
}
.btn--no-live > .btn__title{
	color: #B3B3B3;
}
.btn--back, .btn--play {
	font-size: 1em;
	border-radius: 4px;
}
.btn--back {
	display: inline-block;
	padding: 16px 22px 14px 52px;
	min-width: 3em;
	width: auto;
}
.btn--play {
	display: block;
	padding: 38px 0 6px;
	width: 100%;
	text-align: center;
}
.btn--back:hover, .btn--play:hover{
	color: #FFFFFF;
	text-shadow: 1px 1px 2px #289DB7, -1px -1px 2px #289DB7;
	background: url("../image/top_button_background_on.png"), linear-gradient(to bottom, #5ACAE3 40%, #30BCDC, #30BCDC 100%);
}
.btn--back::after {
	position: absolute;
	top: calc(50% - 10px);
	left: 22px;
	width: 20px;
	height: 20px;
	content: '';
	background: url("../image/button_back_icon_off.svg") no-repeat right center;
}
.btn--back:hover::after {
	background: url("../image/button_back_icon_on.svg") no-repeat right center;
}
.btn--play::after {
	position: absolute;
	top: 11px;
	left: calc(50% - 10px);
	width: 20px;
	height: 20px;
	content: '';
	background: url("../image/button_play_icon_off.svg") no-repeat right center;
}
.btn--play:hover::after {
	background: url("../image/button_play_icon_on.svg") no-repeat right center;
}

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

main-container

=================================================
*/
.content{
	padding: 20px 0 40px;
}
.content__header{
	position: relative;
	margin: 0 0 15px;
	padding: 0 0 5px;
	font-size: 1.1em;
	font-weight: bold;
	color: #2975C0;
	border-bottom: 1px solid #D2D1D1;
}
.webcast{
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
}
.livecast,.vodcast{
	width: calc(100% / 2 - 10px);
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	text-align: center;
	background: #FBFBFB;
}
.stream__header{
	position: relative;
	border-bottom: 1px solid #CCCCCC;
	background: #F2F2F2;
	text-align: left;
}
.stream__header::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	content: '';
	background: url(../image/top_header_background.png), linear-gradient(to bottom, #B1CBE6, #2B75C0);
}
.stream__main-header{
	color: #2975C0;
	font-weight: bold;
	font-size: 1.1em;
	padding: 10px 0 7px 18px;
	letter-spacing: 1px;
}
.stream__sub-header{
	position: relative;
	bottom: 3px;
	margin-left: 13px;
	color: #B3B3B3;
	font-size: 0.6em;
	font-weight: normal;
	letter-spacing: normal
}
.stream__note{
	text-align: left;
	margin: -25px 0 5px;
}
.livecast_box,.vodcast_box{
	padding: 40px 40px 35px;
}
.live-list{
	margin: 0 0 35px;
}
.live-list__item, .vod-list__item{
	margin: 0 0 7px;
}
.livestatus{
	margin-bottom: 10px;
	text-align: center;
}
.livestatus.disabled{
	color: #D90000;
}
.liveprogram{
	margin: 30px -15px 0;
	padding: 15px;
	text-align: left;
	background: #F2F2F2;
	font-size: 0.95em;
}
.liveprogram-link{
}
.liveprogram-link__item{
}
.liveprogram-link__item::before{
	content: '・';
}
.phrase--top {
	margin: 15px 0 0;
	overflow: hidden;
}
.phrase--top__title {
	color: #12546E;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 10px 0 0;
	text-align: left;
}
.phrase--top__group {
	border: none;
	padding: 0;
}
.phrase--top__notice {
	color: #333;
	font-size: 0.9rem;
	line-height: 1.4;
	margin: 6px 0;
	box-sizing: border-box;
	text-align: left;
}
.phrase--top__box {
	display: flex;
	overflow: hidden;
	border: 1px solid #B0B0B0;
}
.phrase--top__text-cell {
	font-size: 1rem;
	box-sizing: border-box;
	width: 80%;
	background: #fff;
	border: none;
	border-right: 1px solid #B0B0B0;
	padding: 3px 5px;
}
.phrase--top__submit-cell {
	box-sizing: border-box;
	width: 20%;
	background: #12546E;
	color: #fff;
	font-size: 0.9rem;
	font-weight: bold;
	border: none;
	cursor: pointer;
}
.phrase--top__submit-cell:focus, .phrase--top__submit-cell:hover {
	background: #1A7B9B;
}
.notice{
	padding-bottom: 25px;
	overflow: hidden;
}
.noticeleft{
	width: 420px;
	float: left;
}
.noticeright{
	width: 420px;
	float: right;
}
.howto li{
	background: url(../image/list_circle.png) no-repeat 0 0.5em;
	padding-left: 18px;
	margin-bottom: 6px;
}
.contact li{
	margin-bottom: 6px;
}

table caption {
	text-align: left;
	font-weight: bold;
}
table.vodsearch {
	border: 1px solid #ADADAD;
	border-collapse: collapse;
	margin: 20px auto 30px;
}
table.vodsearch td {
	border: 1px solid #ADADAD;
	padding: 5px;
}
table.vodsearch.resultlist {
	width: 800px;
}
table.vodsearch td.nonpad{
	padding: 0;
}
table.speaker {
	margin: 20px auto 30px;
}
table.speaker.vodsearch {
	margin: 10px auto 30px;
}
.speaker-box{
	vertical-align: top;
}
.speaker-box table {
	width: 100%;
	border: 1px solid #ADADAD;
	border-collapse: collapse;
}
.speaker-box td {
	border: 1px solid #ADADAD;
	padding: 5px;
}
.speaker-index{
	text-align: center;
	vertical-align: middle;
}
.speakerex{
	width: 697px;
	margin: 0 auto 30px;
	overflow: hidden;
}
.speakerex2{
	width: 237px;
	box-sizing: border-box;
	border: 1px solid #ADADAD;
	padding: 5px;
	text-align: center;
	background: #FFFFFF;
}
.speaker-nonresult{
	text-align: center;
	font-weight: bold;
}
.speakername {
	width: 800px;
	margin: 20px auto 0;
}
.speakername ul{
	padding: 0 10px;
}
.speakername li{
	margin-right: 5px;
	display: inline-block;
	vertical-align: bottom;
}
.kaiha__info{
	width: 350px;
	margin: 20px auto -18px;
}
.kaihaname{
	margin-top: 20px;
}
.phrase {
	margin: 30px auto;
}
.phrase .info li{
	margin: 0 0 10px;
}
.phrase li{
	text-align: center;
}
.phrase input[type="text"] {
	width: 520px;
	padding: 3px;
}
.phrase input[type="submit"] {
	width: 7em;
}

.play {
	width: 820px;
	margin: 20px auto 30px;
	overflow: hidden;
}
.play .playleft {
	float: left;
	width: 430px;
}
.play .playright {
	float: right;
	width: 380px;
}
.play .playonly{
	width: 430px;
	margin: 0 auto;
}
.playerout {
	border: 3px ridge #A0A0A0;
}
.player{
	position: relative;
	width: 100%;
	max-width: 424px;
}
.player:before{
	content: "";
	display: block;
	padding-top: 56.25%;
}
.playerframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.liveplayer, .amplayer, .amp-no-js{
	max-width: 100%;
	max-height: 100%;
	border: none;
}
.var-hidden{
	display: none;
}
.playtext {
	width: 380px;
	height: 246px;
	overflow: scroll;
	white-space: nowrap;
	font-size: 85%;
}
.playlist{
	border-bottom: 2px solid #CCCCCC;
	margin-bottom: 20px;
	font-weight: bold;
}

.before{
	margin: 0 auto 30px;
}

.comment{
	margin: 0 auto 30px;
}
.nonresult {
	text-align: center;
	margin: 1em 0;
	font-weight: bold;
}
.nonlive{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 424px;
	border: 3px ridge #A0A0A0;
	padding: 120px 10px;
	margin: 20px auto 30px;
	text-align: center;
}

.back{
	text-align: center;
}
.border{
	width: 100%;
	height: 7px;
	background: url(../image/border.gif) repeat-x;
	font-size: 0;
}

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

footer-container

=================================================
*/
.footer{
	text-align: right;
	font-size: 80%;
	color: #FFFFFF;
}

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

other

=================================================
*/
.width-60{
	width: 60px;
}
.width-150{
	width: 150px;
}
.width-180{
	width: 180px;
}
.width-350{
	width: 350px;
}
.width-500{
	width: 500px;
}
.width-580{
	width: 580px;
}
.width-700{
	width: 700px;
}
.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-dred {
	color: #D90000;
}
.font-blue {
	color: blue;
}
.font-90 {
	font-size: 90%;
}
.font-bold {
	font-weight: bold;
}
.font-normal {
	font-weight: normal;
}
.font-tt{
	font-family: 'MS Gothic', monospace;
}
.hit1,.hit2,.hit3,.hit4,.hit5 {
	color: #D90000;
}

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

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

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