@charset "UTF-8";

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

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	background: #E7ECED url(../image/background.png) repeat-x top;
	font-size: 100%;
	font-family: Meiryo, sans-serif;
}
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: #551A8B;
	text-decoration: underline;
}
a:hover{
	color: #FF4500;
	text-decoration: underline;
}
a:active{
	color: #CC0000;
	text-decoration: underline;
}

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

container

=================================================
*/
.wrapper{
	width: 980px;
	margin: 0 auto;
}
.header-container{
}
.main-container{
	background: #FFFFFF;
	border-radius: 6px;
	margin: 20px auto;
}
.footer-container{
	background: #145B70;
}

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

header-container

=================================================
*/
header{
	overflow: hidden;
}
header h1{
	float: left;
}
.outlink {
	overflow: hidden;
	margin: 20px 0 0;
	float: right;
	max-width: 480px;
}
.outlink li {
	font-size: .8em;
	float: left;
	margin: 0 0 0 10px;
}
.outlink a{
	display: block;
	padding: 5px 10px;
	border-radius: 3px;
	background: #FFF7E1;
	box-shadow: 0 2px #E6DEC9;
	text-decoration: none;
	color: #373737;
	margin: 0 0 5px;
}
nav ul{
	display: flex;
	overflow: hidden;
	box-sizing: border-box;
	background: #185487;
	border-radius: 5px;
}
nav li{
	flex: 1;
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
}
nav li:hover, nav li.navilink-active{
	background: #F9CD3F;
}
nav li span{
	display: block;
	margin: 5px 0;
	border-right: 1px solid #82C0F4;
}
nav li:last-child span{
	border-right: none;
}
nav li.navilink a{
	display: block;
	padding: 8px 0 6px;
	text-decoration: none;
	color: #FFFFFF;
}
nav li a:hover, nav li.navilink-active a{
	color: #2B2B2B;
}

/*
=================================================
button
=================================================
*/
.btn{
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 23px 15px 20px 82px;
	width: 100%;
	border-radius: 6px;
	background: #FFFFFF;
	border: 1px solid #E4E5E7;
	box-shadow: 0 0 3px 1px #E4E5E7;
	text-align: left;
	text-decoration: none;
	font-size: 1.6em;
	font-weight: bold;
}
a.btn{
	color: #2B2B2B;
	text-decoration: none;
}
.btn.btn-live:hover{
	background: #FFEBEB;
}
.btn.btn-live::after{
	position: absolute;
	top: calc(50% - 20px);
	left: calc(7%);
	width: 40px;
	height: 40px;
	background: url("../image/live-icon.svg") no-repeat center;
	content: '';
}
.btn.btn-live.disabled{
	background: #E4E4E4;
	box-shadow: none;
	color: #9C9C9C;
}
.btn.btn-live.disabled::after{
	background: url("../image/live-suspend-icon.svg") no-repeat center;
}
.btn.btn-vod:hover{
	background: #E5F3FF;
}
.btn.btn-vod::after {
	position: absolute;
	top: calc(50% - 17px);
	left: calc(7%);
	width: 34px;
	height: 34px;
	background: url('../image/vod-icon.svg') no-repeat center;
	content: '';
}
.btn.btn-play{
	display: block;
	padding: 40px 0 6px;
	background: #185487;
	border: none;
	box-shadow: 0 3px 0 #75A4CB;
	width: 100%;
	font-size: .9em;
	margin: 0 auto;
	text-align: center;
}
a.btn.btn-play{
	color: #FFFFFF;
}
.btn.btn-play:hover{
	background: #F9CD3F;
	box-shadow: 0 3px 0 #CAAC4C;
}
a.btn.btn-play:hover{
	color: #4F3700;
}
.btn.btn-play::after{
	position: absolute;
	top: 11px;
	left: calc(50% - 14px);
	width: 24px;
	height: 24px;
	content: '';
	background: url('../image/vod-play-icon.svg') no-repeat right center;
}
.btn.btn-play:hover::after{
	background: url('../image/vod-play-active-icon.svg') no-repeat right center;
}
.btn.btn-back{
	display: inline-block;
	padding: .5em 1em .5em 50px;
	background: #FFFFFF;
	border: 1px solid #E4E5E7;
	box-shadow: 0 0 3px 1px #E4E5E7;
	min-width: 3em;
	width: auto;
	font-size: 1.1em;
	margin: 0 auto;
}
a.btn.btn-back{
	color: #373234;
}
.btn.btn-back:hover{
	background: #F7F7F7;
}
.btn.btn-back::after{
	position: absolute;
	top: calc(50% - 10px);
	left: 15px;
	width: 20px;
	height: 20px;
	content: '';
	background: url('../image/back-icon.svg') no-repeat right center;
}
.btn.btn-inquirylink{
	display: inline-block;
	padding: .3em 2em;
	background: #185487;
	border: none;
	box-shadow: 0 3px 0 #75A4CB;
	min-width: 3em;
	width: auto;
	font-size: 1em;
}
a.btn.btn-inquirylink{
	color:#FFFFFF;
}
.btn.btn-inquirylink:hover{
	background: #F9CD3F;
	box-shadow: 0 3px 0 #CAAC4C;
}
a.btn.btn-inquirylink:hover{
	color: #4F3700;
}

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

main-container

=================================================
*/
.content{
	padding: 20px;
}
h2{
	margin: 0 0 20px;
	font-weight: bold;
	font-size: 1.5em;
	border-top: 1px solid #F3F2F4;
	border-right: 1px solid #F3F2F4;
	border-bottom: 4px solid #3292C5;
	border-left: 1px solid #F3F2F4;
	border-radius: 0 0 4px 4px;
}
h2 > span {
	display: inline-block;
	margin: 6px 5px;
	padding: 5px 0 4px 15px;
	border-left: 6px solid #3292C5;
}
.webcast{
	margin: 0 0 20px;
	overflow: hidden;
}
.livecast,.vodcast{
	float: left;
	width: 450px;
	background: #F8FAFC;
}
.livecast{
	margin: 0 40px 0 0;
}
.webcast_header{
	background: #EDF6FF;
	border-bottom: 1px solid #FFFFFF;
	color: #1B4B7B;
	font-weight: bold;
	font-size: 1.4em;
}
.webcast_header span{
	display: inline-block;
	margin: 6px 8px;
	padding: 5px 0 4px 10px;
	border-left: 5px solid #3292C5;
}
.webcast_box{
	padding: 20px;
	box-sizing: border-box;
	min-height: 340px;
}
.livelink{
	padding: 0 0 20px;
}
.livelink_dusabled{
	margin: 0 3px;
}
.livestatus{
	margin: 0 0 20px;
	text-align: center;
}
.freeword{
	margin: 0 0 20px;
	color: red;
	text-align: center;
}
.liveprogram{
	text-align: center;
}
.vodlink li{
	margin: 0 0 15px;
}
.simplesearch{
	overflow: hidden;
	padding: 15px;
	border: 1px solid #EDEDED;
	background: #FFFFFF;
}
.simplesearch label{
	padding: 0 0 3px;
	color: #2B2B2B;
	font-weight: bold;
}
.simplesearch p{
	margin: 5px 0 0;
	color: #2B2B2B;
	font-size: .9em;
}
.simplesearch_box{
	display: table;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	border: 2px solid #185487;
	border-radius: 2px;
}
.simplesearch_text-cell{
	display: table-cell;
	width: 80%;
	vertical-align: middle;
}
.simplesearch_submit-cell{
	display: table-cell;
	width: 20%;
	vertical-align: middle;
}
.form-textbox{
	box-sizing: border-box;
	padding: 0 4px;
	width: 100%;
	height: 1.7em;
	border: 0;
	background: none;
	font-size: 1em;
}
.form-submit{
	box-sizing: border-box;
	padding: 0 4px;
	width: 100%;
	height: 1.7em;
	border: 0;
	background: #185487;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
}
.howto{
	margin: 0 0 40px;
	overflow: hidden;
}
.howto_main{
	float: left;
	width: 470px;
	margin: 0 20px 0 0;
}
.howto_main ul{
	margin: 0 0 10px 22px;
}
.howto_main li{
	position: relative;
	margin: 0 0 6px;
	line-height: 1.4;
}
.howto_main li::before{
	position: absolute;
	top: .5em;
	left: -12px;
	width: 4px;
	height: 4px;
	border-radius: 3px;
	background: #747474;
	content: '';
}
.howto_main li:last-child{
	margin-bottom: 0;
}
.barcode{
	padding: 12px;
	border: 1px solid #D5D5D5;
	overflow: hidden;
}
.barcode__image {
	float: left;
}
.barcode h4{
	padding: 5px 0 3px;
	font-weight: bold;
	margin: 0 0 0 90px;
}
.barcode p{
	padding: 0 7px 7px 0;
	margin: 0 0 0 90px;
	line-height: 1.2;
}
.topphoto{
	float: left;
	width: 450px;
}
.contact ul{
	padding: 0 18px 20px;
}
.contact li{
	margin: 0 0 7px;
	line-height: 1.3;
}

.contentframe{
	padding: 0 20px;
}
table caption {
	text-align: left;
	font-weight: bold;
}
table.vodsearch {
	border: 1px solid #ADADAD;
	border-collapse: collapse;
	margin: 20px auto 0;
	background: #FFFFFF;
}
table.vodsearch td {
	border: 1px solid #ADADAD;
	padding: 5px;
}
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 #ADADAD;
	border-collapse: collapse;
	background: #FFFFFF;
}
.speaker-box td {
	border: 1px solid #ADADAD;
	padding: 5px;
}
.speaker-index{
	text-align: center;
	vertical-align: middle;
}
.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;
}
.phrase {
	margin: 20px auto 0;
}

.play {
	margin: 20px auto 0;
	overflow: hidden;
}
.playleft {
	float: left;
	width: 430px;
}
.playright {
	float: right;
	width: 460px;
	overflow: hidden;
}
.playerout {
	border: 3px ridge #A0A0A0;
}
.player {
	width: 424px;
	height: 240px;
}
.playlist {
	border-bottom: 2px solid #CCCCCC;
	margin-bottom: 20px;
	font-weight: bold;
}
.playtext {
	width: 460px;
	height: 246px;
	overflow: scroll;
	white-space: nowrap;
	font-size: 90%;
}
.playlink{
	margin: 5px 0 0;
	float: right;
	overflow: hidden;
}
.playlink li{
	float: left;
	margin: 0 2px 2px 0;
}
.playlink li:last-child{
	margin-right: 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{
	color: #FFFFFF;
	text-align: center;
	font-size: 90%;
	padding: 20px 0 50px;
}

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

other

=================================================
*/
.width-60{
	width: 60px;
}
.width-130{
	width: 130px;
}
.width-150{
	width: 150px;
}
.width-200{
	width: 200px;
}
.width-500{
	width: 500px;
}
.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-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: red;
}

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

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

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