@charset "UTF-8";

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

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 100%;
	font-family: "Meiryo","MS PGothic",sans-serif;
	line-height: 1.6;
}
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-size: 1em;
}
address {
	font-style: normal;
}
img {
	border: 0;
	vertical-align: bottom;
}
table,caption,th,td {
	border: 0;
}
li{
	list-style: none;
}
small{
	font-size: 100%;
}
a:link {
	text-decoration: none;
	color: #0F60D3;
}
a:visited {
	text-decoration: none;
	color: #0F60D3;
}
a:hover {
	text-decoration: underline;
	color: #E87400;
}
a:active {
	text-decoration: underline;
	color: #E87400;
}

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

container

=================================================
*/
.header-container{
}
.navi-container{
	box-shadow: 0 2px 2px rgba(0,0,0,.2);
}
.main-container{
}
.footer-container{
	background: #36A465;
}
.wrapper{
	width: 980px;
	margin: 0 auto;
}

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

header-container

=================================================
*/
.header h1{
	float: left;
}
.outlink {
	position: relative;
	float: right;
	margin-top: 35px;
}
.outlink li {
	font-size: .8em;
	position: relative;
	float: left;
	margin-left: 16px;
}
.outlink a{
	display: block;
	padding: 5px 18px 2px;
	border-radius: 3px;
	background: #47649E;
	box-shadow: 0 4px #28498E;
	text-decoration: none;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.outlink a:hover{
	background: #63769E;
	box-shadow: 0 4px #4E5E80;
}

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

navi-container

=================================================
*/
.navi ul {
	position: relative;
	overflow: hidden;
}
.navi li {
	float: left;
	text-align: center;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 5px;
}
.navi li:last-child{
	border-right: 1px solid #DDDDDD;
}
.navi strong,
.navi a {
	display: block;
	box-sizing: border-box;
	width: 325px;
	padding: 7px 5px;
}
.navi a{
	text-decoration: none;
	color: #000000;
}
.navi a:hover,
.navi strong {
	box-shadow: 0 6px 0 0 #36A465;
	color: #165B2F;
}

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

main-container

=================================================
*/
h2{
	font-size: 1.2em;
	margin: 0 0 20px;
	padding: 10px 14px 8px 20px;
	color: #288072;
	border-left: 6px solid #31A290;
	background: #F3F3F3;
}
.content{
	padding: 28px 0 20px;
}
.content.toppage{
	padding: 0 0 20px;
}
.webcast{
	overflow: hidden;
	padding: 28px 0 32px;
}
.livecast, .vodcast{
	width: 470px;
	float: left;
}
.livecast{
	margin-right: 40px;
}
.webcastbox{
	border: 1px solid #ccc;
	border-radius: 5px;
	min-height: 390px;
	box-sizing: border-box;
}
.webcastbox2{
	padding: 0 10px 20px;
}
.webcast-header{
	padding: 10px 10px 0;
	margin-bottom: 10px;
	color: #000000;
	font-size: 1.5em;
}
.livecast .webcast-header{
	border-top: 6px solid #4DB6C9;
}
.vodcast .webcast-header{
	border-top: 6px solid #36A465;
}
.livelink{
	padding: 0 50px 30px;
}
.vodlink{
	padding: 0 50px;
}
.vodlink li{
	margin-bottom: 15px;
}
a.btn,
span.btn {
	display: block;
	box-sizing: border-box;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	border-radius: 5px;
	padding: .8em 26px .8em 80px;
}
a.btn-live{
	background: #357D8B url(../image/button_livecast_icon.png) no-repeat 26px center;
	box-shadow: 0 5px 0 #255F6A;
}
a.btn-live:hover{
	background-color: #61848A;
	box-shadow: 0 5px 0 #42656B;
}
span.btn-live.disable{
	background: #B6B6B6 url(../image/button_livecast_icon.png) no-repeat 26px center;
	box-shadow: none;
}
a.btn-vod{
	background: #1F7744 url(../image/button_videocast_icon.png) no-repeat 26px center;
	box-shadow: 0 5px 0 #0C4C27;
}
a.btn-vod:hover{
	background-color: #577865;
	box-shadow: 0 5px 0 #425E4F;
}
.simplesearch {
	background: #F3F3F3;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	padding: 15px;
}
.simplesearch h4 {
	color: #135A32;
}
.simplesearch p {
	font-size: .85em;
	margin-top: 5px;
}
.simplesearch input[type="text"]{
	float: left;
	box-sizing: border-box;
	width: 251px;
	height: 29px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	display: block;
}
.simplesearch input[type="submit"]{
	float: left;
	box-sizing: border-box;
	width: 60px;
	height: 29px;
	border: 1px solid #CCCCCC;
	background: #1E6B3F;
	color: #FFFFFF;
	font-size: .8em;
	font-weight: bold;
	display: block;
}
.livestate{
	margin-bottom: 20px;
	color: red;
	text-align: center;
}
.freeword{
	margin-bottom: 20px;
	color: red;
	text-align: center;
}
.liveprogram{
	padding-top: 10px;
	text-align: center;
}
.howto{
	padding-bottom: 25px;
}
.howto ul{
	padding-left: 30px;
}
.howto li{
	position: relative;
	margin-bottom: 7px;
}
.howto li::before{
	position: absolute;
	top: .5em;
	left: -.76em;
	width: 5px;
	height: 5px;
	content: '';
	border-radius: 3px;
	background: #5D5D5D;
}
.qrcode {
	border: 1px solid #CCCCCC;
	padding: 5px 10px 5px 5px;
	margin-top: 15px;
}
.barcode__image {
	float: left;
	margin-right: 10px;
}
.qrcode h4{
	padding-top: 7px;
	font-weight: bold;
	margin: 0 0 10px 133px;
}
.qrcode p{
	margin-left: 133px;
}
.contact ul{
	padding: 0 30px;
}
.contact li{
	margin-bottom: 3px;
}

.contentframe{
	padding: 0 20px;
}
table caption {
	text-align: left;
	font-weight: bold;
}
table.vodsearch {
	border: 1px solid #ADADAD;
	border-collapse: collapse;
	margin: 20px auto;
}
table.vodsearch th {
	border: 1px solid #ADADAD;
	vertical-align: top;
	text-align: left;
	padding: 5px;
	font-weight: normal;
}
table.vodsearch td {
	border: 1px solid #ADADAD;
	padding: 5px;
}
table.vodsearch.resultlist {
	width: 100%;
}
table.vodsearch td.nonpad{
	padding: 0;
}
a.btn-play {
	font-size: .9em;
	display: block;
	min-width: 3.7em;
	height: 1em;
	margin: 0 auto 5px;
	padding: 3.3em 0 .9em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
	background: #367852 url("../image/button_videocast_play_icon.png") no-repeat center .7em;
	box-shadow: 0 4px 0 #0B4D27;
}
a.btn-play:hover {
	background-color: #548067;
	box-shadow: 0 4px 0 #4B6A58;
}
table.speaker {
	width: 860px;
	margin: 20px auto;
}
table.speaker.vodsearch {
	margin: 10px auto 20px;
}
.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;
}
.speakername {
	margin: 20px auto 0;
}
.speakername ul{
	padding: 0 10px;
}
.speakername li{
	margin-right: 5px;
	display: inline-block;
	vertical-align: bottom;
}
.phrase {
	margin: 30px auto;
}
.phrase .info li{
	margin-bottom: 10px;
}
.phrase li{
	text-align: center;
}
.phrase input[type="text"] {
	width: 600px;
	padding: 3px;
}
.play {
	width: 860px;
	margin: 20px auto;
}
.play .playleft {
	float: left;
	width:430px;
}
.play .playright {
	float: right;
	width: 420px;
}
.playerout {
	border: 3px ridge #A0A0A0;
}
.player {
	width: 424px;
	height: 240px;
}
.playlist {
	border-bottom: 2px solid #CCCCCC;
	margin-bottom: 20px;
	font-weight: bold;
}
.playtext {
	width: 420px;
	height: 246px;
	overflow: scroll;
	white-space: nowrap;
	font-size: 90%;
}
.telop{
	box-sizing: border-box;
	min-height: 100px;
	padding: 0.5em 1em;
	margin: 0;
	font-weight: bold;
	color: #000000;
	background: linear-gradient(#DDDDDD, #FDFCF7);
}
.telop p {
	margin: 0; 
	padding: 0;
}
.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;
	text-align: center;
}
.comment{
	margin: 0 auto 20px;
	font-size: 90%;
}
.nonresult {
	text-align: center;
	margin: 20px 0 30px;
	font-weight: bold;
}
a.btn-back {
	font-size: .9em;
	display: block;
	width: 10em;
	margin: 0 auto 5px;
	padding: .6em 1em .6em 1em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
	background-color: #367852;
	box-shadow: 0 4px 0 #385B45;
}
a.btn-back:hover {
	background-color: #548067;
	box-shadow: 0 4px 0 #4B6A58;
}

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

footer-container

=================================================
*/
.footer{
	color: #FFFFFF;
	text-align: left;
	font-size: 80%;
	padding: 15px 0 70px;
	line-height: 1.6;
}

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

other

=================================================
*/
.width-60{
	width: 60px;
}
.width-130{
	width: 130px;
}
.width-150{
	width: 150px;
}
.width-200{
	width: 200px;
}
.width-350{
	width: 350px;
}
.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: monospace;
}
.hit1,.hit2,.hit3,.hit4,.hit5 {
	color: red;
}

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

clear

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

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

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

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