@charset "UTF-8";

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

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 100%;
	font-family: Meiryo,Arial,sans-serif;
	color: #333333;
}
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: #0066CB;
	text-decoration: none;
}
a:visited {
	color: #0066CB;
	text-decoration: none;
}
a:hover {
	color: #E87400;
	text-decoration: underline;
}
a:active {
	color: #E87400;
	text-decoration: underline;
}
a:focus {
	text-decoration: underline;
}

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

container

=================================================
*/
.header-container{
}
.navi-container{
	background: #4778B2;
	min-height: 3em;
}
.main-container{
}
.footer-container{
	border-top: 4px solid #BDAC8E;
	background: #F0EADF;
}
.wrapper{
	width: 980px;
	margin: 0 auto;
}

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

header-container

=================================================
*/
.header{
	position: relative;
}
.header h1{
}
.outlink {
	position: absolute;
	top: 16px;
	right: 0;
	overflow: hidden;
}
.outlink li {
	float: left;
	border: 1px solid #929292;
	border-radius: 3px;
	box-shadow: 0 2px 0 #E6E6E6;
	margin: 0 0 2px 14px;
	font-size: 80%;
}
.outlink a{
	display: block;
	padding: 2px 10px 2px 15px;
	color: #083366;
	position: relative;
}
.outlink a::before{
	position: absolute;
	top: .6em;
	left: 8px;
	content: "";
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	border-left: 3px solid #AF3838;
}
.navi{
	overflow: hidden;
}
.navi li{
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	width: calc(980px / 4);
	min-height: 3em;
}
.navi a {
	display: block;
	padding: 0.6em 0 0.4em;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	color: #FFFFFF;
}
.navi li:hover, .navi li.navilink-active {
	background: #25466D;
}

/*
=================================================
button
=================================================
*/
.btn{
	position: relative;
	display: block;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 1.6em;
	margin: 0 0 4px;
	color: #FFFFFF;
}
.btn-live{
	padding: 20px 10px 14px 80px;
}
.btn-live::after{
	position: absolute;
	top: calc(50% - 18px);
	left: 27px;
	width: 40px;
	height: 40px;
	content: '';
	background: url('../image/live-play-button-icon.svg') no-repeat center;
}
a.btn.btn-live{
	background: #345882;
	box-shadow: 0 4px 0 0 #77A3D6;
	text-decoration: none;
	color: #FFFFFF;
}
.btn.btn-live.disabled{
	background: #BABABA;
	box-shadow: 0 4px 0 0 #DBDBDB;
}
a.btn.btn-live:hover, a.btn.btn-live:focus{
	background: #25466D;
	box-shadow: 0 4px 0 0 #4A78AE;
}
a.btn-back{
	display: inline-block;
	padding: 10px 20px;
	min-width: 3em;
	width: auto;
	font-size: 1em;
	margin: 0 auto;
	background: #345882;
	box-shadow: 0 4px 0 0 #77A3D6;
	text-decoration: none;
	color: #FFFFFF;
}
.btn-back:hover{
	background: #25466D;
	box-shadow: 0 4px 0 0 #4A78AE;
}

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

main-container

=================================================
*/
.content{
	padding: 30px 0;
}
h2{
	margin: 0 0 20px;
	padding: 2px 0;
	background: #CAE4EA;
	font-weight: bold;
	font-size: 1.3em;
}
h2 span{
	display: block;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	padding: 5px 10px 3px;
}
.webcast{
	margin: 0 0 30px;
}
.livecast{
	overflow: hidden;
}
.topimage, .livecastright{
	width: 490px;
	float: left;
}
.livecastright{
	background: #F7F7F7;
	min-height: 327px;
}
.livecast2{
	padding: 25px;
	text-align: center;
}
.livecast_info{
	font-size: 110%;
}
.livelink{
	padding: 30px 45px 15px;
	text-align: left;
}
.livestatus{
	margin: 0 0 15px;
	font-size: 110%;
}
.freeword{
	margin: 0 0 15px;
	color: red;
}
.liveprogram{
}
.howto{
	margin-bottom: 30px;
	overflow: hidden;
}
.howto ul{
	padding: 0 0 0 25px;
}
.howto li{
	position: relative;
	margin-bottom: 8px;
	line-height: 1.4;
}
.howto li::before{
	position: absolute;
	top: .5em;
	left: -15px;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background: #4F838F;
	content: '';
}
.howto li:last-child{
	margin-bottom: 0;
}
.barcode{
	border: 1px solid #B3B3B3;
	margin-top: 20px;
	font-size: 90%;
	overflow: hidden;
}
.barcode__image {
	float: left;
}
.barcode h4{
	padding: 10px 0 3px;
	font-weight: bold;
	margin-left: 100px;
}
.barcode p{
	padding: 0 7px 7px 0;
	margin-left: 100px;
	line-height: 1.2;
}
.contact ul{
	padding: 0 17px;
}
.contact li{
	margin-bottom: 5px;
	line-height: 1.3;
}

.contentframe{
	padding: 0 30px;
}
.play {
	margin: 20px auto 0;
	overflow: hidden;
}
.play .playleft {
	float: left;
	width: 430px;
}
.play .playright {
	float: right;
	width: 480px;
}
.playerout {
	border: 3px ridge #A0A0A0;
}
.player {
	width: 424px;
	height: 240px;
}
.playlist {
	border-bottom: 2px solid #CCCCCC;
	margin-bottom: 20px;
	font-weight: bold;
}
.playtext {
	width: 480px;
	height: 246px;
	overflow: scroll;
	white-space: nowrap;
	font-size: 90%;
}
.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 0;
	text-align: center;
}
.comment{
	margin: 10px auto 0;
}
.nonresult {
	text-align: center;
	margin: 20px 0 0;
	font-weight: bold;
}
.back{
	margin: 30px auto 0;
	text-align: center;
}

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

footer-container

=================================================
*/
.footer{
	text-align: center;
	font-size: 80%;
	padding: 20px 0 40px;
}

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

other

=================================================
*/
.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;
}

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

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

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