@charset "UTF-8";

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

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	background: #F4F4F4;
	box-shadow: 0 10px 0 0 #FF9B1E inset;
	font-size: 100%;
	font-family: Meiryo, sans-serif;
	line-height: 1.4;
	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: #3465CB;
	text-decoration: none;
}
a:visited {
	color: #3465CB;
	text-decoration: none;
}
a:hover{
	color: #FF4300;
	text-decoration: underline;
}
a:active{
	color: #FF4300;
	text-decoration: underline;
}

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

outer(外枠)

=================================================
*/
.header-container{
}
.main-container{
	background: #FFFFFF;
}
.footer-container{
	background: #CA944C;
}
.wrapper{
	width: 880px;
	margin: 0 auto;
}

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

header-container

=================================================
*/
.header{
	border-top: 10px solid #E2830C;
	background: #FFFFFF;
}
.navi{
	border-bottom: 4px solid #E2830C;
	background: #FFFFFF;
	overflow: hidden;
}
.navi li{
	float: left;
	margin: 0 1px 1px 0;
}
.navi li:last-child{
	margin-right: 0;
}
.header h1 img, .navi img, .navi a{
	display: block;
}
.outlink{
	background: #F4F4F4;
	padding: 5px 0;
	overflow: hidden;
}
.outlink ul{
	float: right;
	overflow: hidden;
}
.outlink li{
	float: left;
	background: url(../image/link_mark.png) no-repeat 10px center;
	padding: 0 0 0 18px;
	font-size: 90%;
}

/*
=================================================
button
=================================================
*/
.btn{
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 15px 15px 12px 50px;
	width: 100%;
	border-radius: 4px;
	border: 1px solid #CCCCCC;
	background: linear-gradient(#FFFFFF, #E1E1E1);
	text-align: left;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
}
a.btn{
	color: #663800;
	text-decoration: none;
}
.btn.btn-live:hover{
	background: linear-gradient(#FFFFFF, #FFCAC1);
}
.btn.btn-live::after{
	position: absolute;
	top: calc(50% - 9px);
	left: calc(6%);
	width: 17px;
	height: 17px;
	background: url("../image/live-icon.svg") no-repeat center;
	content: '';
}
.btn.btn-live.disabled{
	background: #F0F0F0;
	color: #D1D1D1;
}
.btn.btn-live.disabled::after{
	background: url("../image/live-suspend-icon.svg") no-repeat center;
}
.btn.btn-vod:hover{
	background: linear-gradient(#FFFFFF, #FFFAC1);
}
.btn.btn-vod::after {
	position: absolute;
	top: calc(50% - 9px);
	left: calc(6%);
	width: 17px;
	height: 17px;
	background: url('../image/vod-icon.svg') no-repeat center;
	content: '';
}

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

main-container

=================================================
*/
.content{
	padding: 15px;
}
.content_header{
	border-top: 2px solid #DE8B26;
	margin: 0 0 15px;
}
.content_header > span{
	display: block;
	border-top: none;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	background: linear-gradient(#F2F2F2, #FFFFFF);
	margin: 1px 0 0;
	padding: 8px 7px 5px;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Meiryo, sans-serif;
}
.webcast{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin: 0 0 20px;
	overflow: hidden;
}
.livecast,.vodcast{
	flex: 1;
	box-sizing: border-box;
	border: 1px solid #C69B0A;
	background: #FBFBFB;
}
.livecast{
	margin: 0 30px 0 0;
}
.webcast_header{
	border-bottom: 1px solid #C69B0A;
	background: linear-gradient(to right, #FFFFFF, #FFD23C);
	color: #663800;
	padding: 6px 9px 5px;
	margin: 0 0 20px;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Meiryo, sans-serif;
}
.webcast_box{
	padding: 0 50px 20px;
}
.livelink{
	padding: 0 0 30px;
}
.livestatus{
	margin: 0 0 10px;
	text-align: center;
}
.livestatus.disabled{
	color: #c00;
}
.freeword{
	margin: 0 0 10px;
	color: #c00;
	text-align: center;
}
.liveprogram{
	text-align: center;
}
.vodlink li{
	margin: 0 0 10px;
}
.simplesearch{
	overflow: hidden;
	padding: 10px 15px 15px;
	border-radius: 4px;
	border: 1px solid #ADADAD;
	background: #FFFFFF;
}
.simplesearch label{
	padding: 0 0 3px;
	color: #411916;
	font-weight: bold;
}
.simplesearch p{
	margin: 5px 0 0;
	font-size: .8em;
}
.simplesearch_box{
	display: table;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
}
.simplesearch_text-cell{
	display: table-cell;
	width: 82%;
	vertical-align: middle;
}
.simplesearch_submit-cell{
	display: table-cell;
	width: 18%;
	vertical-align: middle;
}
.form-textbox{
	box-sizing: border-box;
	padding: 0 4px;
	width: 100%;
	height: 1.8em;
	border: 0;
	background: none;
	border: 1px solid #DD8B25;
	font-size: 0.9em;
}
.form-submit{
	box-sizing: border-box;
	padding: 0 4px;
	width: 100%;
	height: 1.8em;
	border: 0;
	background: #DD8B25;
	border: 1px solid #DD8B25;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.9em;
	cursor: pointer;
}
.howto{
	margin: 0 0 20px;
	overflow: hidden;
}
.howto_main{
	float: left;
	width: 465px;
	margin: 0 20px 0 0;
	font-size: 90%;
}
.howto_main ul{
	margin: 0 0 0 20px;
}
.howto_main li{
	position: relative;
	margin: 0 0 10px;
	line-height: 1.4;
}
.howto_main li::before{
	position: absolute;
	top: .5em;
	left: -13px;
	width: 5px;
	height: 5px;
	border-radius: 3px;
	background: #666666;
	content: '';
}
.barcode{
	padding: 2px 10px 2px 2px;
	border: 1px solid #8E8E8E;
	overflow: hidden;
}
.barcode__image {
	float: left;
}
.barcode h4{
	padding: 7px 0 5px;
	font-weight: bold;
	margin: 0 0 0 90px;
}
.barcode p{
	padding: 0 7px 7px 0;
	margin: 0 0 0 90px;
	line-height: 1.2;
	font-size: 90%;
}
.barcode p > span{
	color: gray;
	font-size: 90%;
}
.topphoto{
	float: left;
	width: 365px;
	box-sizing: border-box;
	border: 1px solid #E5E5E5;
	background: #FBFBFB;
	padding: 6px;
}
.topphoto p{
	margin: 10px 0 0;
	font-size: 90%;
	text-align: left;
}
.contact{
	margin: 0 0 15px;
	text-align: left;
	font-size: 90%;
}
.contact li{
	margin: 0 0 5px;
}

table caption {
	text-align: left;
	font-weight: bold;
}
table.vodsearch {
	border: 1px solid #595959;
	border-collapse: collapse;
	margin: 20px auto 0;
	background: #FFFFFF;
}
table.vodsearch td, table.vodsearch th {
	border: 1px solid #595959;
	padding: 5px;
}
.vodsearch-info{
	background: #EFEFEF;
	text-align: left;
}
table.vodsearch.resultlist {
	width: 100%;
}
table.vodsearch td.nonpad{
	padding: 0;
}
table.vodsearch td ul{
	padding: 5px 0;
}
table.speaker {
	width: 800px;
	margin: 20px auto 0;
}
table.speaker.vodsearch {
	margin: 10px auto 0;
}
.speaker-box{
	vertical-align: top;
}
.speaker-box table {
	width: 100%;
	border: 1px solid #595959;
	border-collapse: collapse;
	background: #FFFFFF;
}
.speaker-box td {
	border: 1px solid #595959;
	padding: 5px;
}
.speaker-index{
	text-align: center;
	vertical-align: middle;
}
.speakerex{
	width: 580px;
	margin: 10px auto 0;
	overflow: hidden;
}
.speakerex2{
	float: right;
	width: 8em;
	border: 1px solid #595959;
	padding: 5px;
	text-align: center;
}
.speaker-nonresult{
	text-align: center;
	font-weight: bold;
}
.speakername {
	width: 920px;
	margin: 20px auto 0;
}
.speakername ul{
	padding: 0 10px;
}
.speakername li{
	margin-right: 5px;
	display: inline-block;
	vertical-align: bottom;
}
.kaihaname{
	margin: 20px 0 0;
}
.kaiha__info{
	width: 350px;
	margin: 20px auto -18px;
}
.phrase {
	margin: 20px auto 0;
}
.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 {
	margin: 20px auto;
	overflow: hidden;
}
.playleft {
	width: 646px;
}
.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%;
}
.var-hidden{
	display: none;
}
.playlist {
	margin: 0 0 10px;
	font-weight: bold;
	line-height: 1.3em;
	border-bottom: 2px solid #CCCCCC;
}
.playtext {
	width: 100%;
	height: 220px;
	overflow-y: scroll;
	white-space: normal;
	font-size: 90%;
	margin: 10px 0 0;
}
.nonlive{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 424px;
	border: 3px ridge #A0A0A0;
	background: #FFFFFF;
	padding: 120px 10px;
	margin: 20px auto 0;
	text-align: center;
}
.comment{
	margin: 10px auto 0;
}
.nonresult {
	text-align: center;
	margin: 20px 0 0;
	font-weight: bold;
}
.back{
	margin: 20px auto 0;
	text-align: center;
}

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

footer-container

=================================================
*/
.footer{
	text-align: center;
	font-size: 75%;
	padding: 15px 0;
}
.footer li{
	padding: 2px 0;
}

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

other

=================================================
*/
.width-30{
	width: 30px;
}
.width-58{
	width: 58px;
}
.width-150{
	width: 150px;
}
.width-180{
	width: 180px;
}
.width-350{
	width: 350px;
}
.width-580{
	width: 580px;
}
.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: #c00;
}
.font-blue {
	color: blue;
}
.font-90 {
	font-size: 90%;
}
.font-80 {
	font-size: 80%;
}
.font-bold {
	font-weight: bold;
}
.font-normal {
	font-weight: normal;
}
.font-tt{
	font-family: Meiryo, monospace;
}
.hit1,.hit2,.hit3,.hit4,.hit5 {
	color: #c00;
}

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

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

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