@charset "UTF-8";

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

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 100%;
	font-family: "Meiryo","MS P Gothic",sans-serif;
	line-height: 1.5;
}
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%;
}
a:link {
	color: #0058A8;
	text-decoration: underline;
}
a:visited {
	color: #0058A8;
	text-decoration: underline;
}
a:hover{
	color: #CC0000;
	text-decoration: underline;
}
a:active{
	color: #CC0000;
	text-decoration: underline;
}

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

container

=================================================
*/
.header-container{
}
.navi-container{
	border-bottom: 3px solid #2B88D8;
	background: #0059A9;
}
.main-container{
}
.footer-container{
	background: #0059A9;
}
.wrapper{
	width: 980px;
	margin: 0 auto;
}

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

header-container

=================================================
*/
.header h1{
	float: left;
}
.outlink {
	overflow: hidden;
	margin-top: 20px;
	float: right;
	max-width: 480px;
}
.ext {
	overflow: hidden;
	margin: 0 0 10px;
}
.ext__item {
	font-size: .7em;
	position: relative;
	float: left;
	margin-left: 10px;
}
.ext__item--doc {
	font-size: .8em;
	float: right;
}
.ext__link {
	display: block;
	padding: 5px 10px;
	border-radius: 5px;
	background: #8D3333;
	box-shadow: 0 2px #551110;
	text-decoration: none !important; 
	color: #FFFFFF !important;
	margin-bottom: 5px;
}
.ext__link--doc {
	border: 1px solid #E2A1A1;
	background: #F9DBDB;
	box-shadow: 0 2px #E2A1A1;
	text-decoration: none !important; 
	color: #000000 !important;
}
.ext__link--doc:hover, .ext__link--doc:focus {
	text-decoration: underline !important; 
}

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

navi-container

=================================================
*/
.navi ul {
	position: relative;
	overflow: hidden;
}
.navi li {
	float: left;
	text-align: center;
}
.navi span,
.navi a {
	display: block;
	box-sizing: border-box;
	width: 196px;
	padding: 13px 5px 10px;
	text-decoration: none;
	color: #FFFFFF;
	border-left: 1px solid #2B88D8;
}
.navi li:last-child span,
.navi li:last-child a {
	border-right: 1px solid #2B88D8;
}
.navi a:hover,
.navi span {
	background: #2B88D8;
}

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

main-container

=================================================
*/
h2{
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 6px 15px 3px;
	color: #333;
	border-left: 10px solid #008A99;
	border-bottom: 1px solid #008A99;
}
h3{
	font-size: 1.6em;
	background: #008A99;
	padding: 15px 0;
	color: #FFFFFF;
}
h3 > span{
	background: url(../image/top_heading_mark.png) repeat-y left center;
	padding: 0 35px;
}
.content{
	padding: 20px 0;
}
.webcast{
	overflow: hidden;
	padding-bottom: 30px;
}
.livecast, .vodcast{
	float: left;
	width: 470px;
}
.livecast{
	margin: 0 30px 0 0;
}
.livecast2, .vodcast2{
	border-right: 20px solid #008A99;
	border-bottom: 20px solid #008A99;
	border-left: 20px solid #008A99;
	padding: 20px 35px;
	box-sizing: border-box;
	min-height: 440px;
}
.livelink{
	padding-bottom: 30px;
}
a.btn,
span.btn {
	display: block;
	box-sizing: border-box;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	border-radius: 5px;
	background-repeat: no-repeat;
	padding: 21px 40px 19px 75px;
	margin-bottom: 15px;
}
a.btn{
	background-color: #E6EFF8;
	background-image: url(../image/top_webcast_button_mark.png), url(../image/top_webcast_button_arrow.png);
	background-position: 25px center, 325px center;
	box-shadow: 0 3px #88A7C4;
	border: 1px solid #3271A8;
}
span.btn{
	background-color: #EDEDED;
	background-image: url(../image/top_webcast_button_mark_hide.png), url(../image/top_webcast_button_arrow_hide.png);
	background-position: 25px center, 325px center;
	box-shadow: 0 3px #D0D0D0;
	border: 1px solid #A5A5A5;
}
a.btn:hover {
	background-color: #C5DFF6;
}

.simplesearch {
	background-color: #EDEDED;
	border-radius: 5px;
	padding: 10px 15px;
	box-sizing: border-box;
}
.simplesearch h4 {
	color: #323232;
	font-weight: bold;
}
.simplesearch p {
	font-size: .8em;
	margin-top: 5px;
}
.simplesearch input[type="text"]{
	float: left;
	display: block;
	box-sizing: border-box;
	width: 279px;
	height: 28px;
	border: 1px solid #636363;
	padding: 2px;
	margin-right: 1px;
}
.simplesearch input[type="submit"]{
	float: left;
	display: block;
	box-sizing: border-box;
	width: 50px;
	height: 28px;
	border: 1px solid #928A01;
	background: #FFF55F;
	color: #3F3F3F;
	font-size: .8em;
	font-weight: bold;
}
.disabled{
	color: red;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
.liveprogram{
	text-align: left;
}
.freeword{
	text-align: left;
	margin-top: 10px;
}
.howto{
	padding-bottom: 30px;
	text-align: left;
}
.howto h2{
	margin-bottom: 15px;
}
.howto ul{
	padding-left: 33px;
}
.howto li{
	position: relative;
	margin-bottom: 7px;
}
.howto li::before{
	position: absolute;
	top: .5em;
	left: -1em;
	width: 5px;
	height: 5px;
	content: '';
	border-radius: 3px;
	background: #5D5D5D;
}
.qrcode {
	border: 1px solid #8E8E8E;
	padding: 5px 10px 5px 5px;
	margin-top: 10px;
}
.barcode__image {
	float: left;
	margin-right: 10px;
}
.qrcode h4{
	padding-top: 5px;
	font-weight: bold;
	margin-left: 90px;
}
.qrcode p{
	margin-left: 90px;
}
.contact ul{
	margin-left: 20px;
}
.tel-dl {
	overflow: hidden;
	margin-left: 20px;
}
.tel-dl dt {
	float: left;
	font-weight: bold;
	min-height: 4em;
	margin-right: 1em;
}

.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 .vodsearch-info{
	background: #CDCDFF;
	color: #1F52E8;
}
table.vodsearch .vodsearch-info th{
	text-align: center;
	font-weight: bold;
}
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: 3em 0 .8em 0;
	text-align: center;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	border-radius: 4px;
	background: #E6EFF8 url("../image/button_play_icon.png") no-repeat center .7em;
	box-shadow: 0 3px #88A7C4;
	border: 1px solid #3271A8;
}
a.btn-play:hover {
	background-color: #C5DFF6;
}
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 li{
	margin-right: 5px;
	display: inline-block;
	vertical-align: bottom;
}
.kaihaname{
	margin-top: 20px;
}
.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.live{
	width: 430px;
}
.play .playleft {
	float: left;
	width: 430px;
}
.play .playright {
	float: right;
	width: 420px;
}
.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%;
}
.var-hidden{
	display: none;
}
.playlist {
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.2em;
}
.playtext {
	width: 420px;
	height: 246px;
	overflow: scroll;
	white-space: nowrap;
	font-size: 90%;
}
.playtext.vod{
	height: 178px;
}
.playlink{
	margin-top: 5px;
	float: right;
	overflow: hidden;
}
.playlink li{
	float: left;
	margin: 0 2px 3px 0;
}
.playlink li:last-child{
	margin-right: 0;
}
.playlink a{
	display: block;
	width: 5em;
	border-radius: 4px;
	background: #3271A8;
	box-shadow: 0 3px #88A7C4;
	color: #FFFFFF;
	padding: 3px 5px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 90%;
}
.nonlive{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 320px;
	border: 3px ridge #A0A0A0;
	padding: 120px 10px;
	margin: 20px auto;
	text-align: center;
}
.before{
	margin: 0 auto 20px;
}
.before dd{
	padding: 7px 0 20px 10px;
	font-size: 90%;
}
.before dd:last-child{
	padding: 7px 0 0 10px;
}
.comment{
	margin: 0 auto 20px;
	font-size: 90%;
}
.nonresult {
	text-align: center;
	margin: 20px 0 30px;
	font-weight: bold;
}
a.backtopage {
	font-size: .9em;
	display: block;
	width: 10em;
	margin: 0 auto 5px;
	padding: .6em 1em .6em 1em;
	text-align: center;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	border-radius: 4px;
	background-color: #E6EFF8;
	box-shadow: 0 3px #88A7C4;
	border: 1px solid #3271A8;
}
a.backtopage:hover {
	background-color: #C5DFF6;
}

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

footer-container

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

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

other

=================================================
*/
.width-60{
	width: 60px;
}
.width-100{
	width: 100px;
}
.width-120{
	width: 120px;
}
.width-125{
	width: 125px;
}
.width-150{
	width: 150px;
}
.width-180{
	width: 180px;
}
.width-200{
	width: 200px;
}
.width-260{
	width: 260px;
}
.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: 'MS Gothic', 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;
}
