@charset "UTF-8";

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

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 100%;
	font-family: Meiryo, BIZ UDGothic, 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%;
}
input{
	font-size: 100%;
}

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

container

=================================================
*/
.header-container{
}
.main-container{
	width: 1170px;
	margin: 40px auto 0;
	background: #f9fafa;
	box-shadow: 0 0 4px #999999;
	display: block;
}
.footer-container{
}
.wrapper{
	width: 1170px;
	margin: 0 auto;
}
.wrapper-container{
	overflow: hidden;
	background: url("../image/main_bg.png") repeat-x;
}

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

header-container

=================================================
*/
header{
	position: relative;
}
.outlink {
	position: absolute;
	top: 10px;
	right: 10px;
	overflow: hidden;
}
.outlink a{
	text-decoration: underline;
}
.navi{
	display: flex;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0;
	padding: 0 40px;
	list-style: none;
	background: #205a96;
	box-shadow: 0 0 3px #205a96;
	flex-flow: row wrap;
}
.navi_item{
	overflow: hidden;
	box-sizing: border-box;
	max-width: calc(100% / 4);
	text-align: center;
	flex-grow: 1;
}
.navi_link {
	font-size: 1.1em;
	position: relative;
	display: block;
	padding: 19px 0 14px;
	color: #fff;
	border-bottom: 5px solid #205a96;
}
.navi_link:link, .navi_link:visited{
	text-decoration: none;
}
.navi_link:hover, .navi_link:focus{
	text-decoration: none;
	color: #001e73;
	border-bottom: 5px solid #008edf;
	background: #fff;
}
.navi_link-active{
	text-decoration: none;
	color: #001e73;
	border-bottom: 5px solid #008edf;
	background: #fff;
}
.navi_link-active:hover, .navi_link-active:focus{
	text-decoration: none;
	background: rgba(255, 255, 255, 0.9);
}
[target='_blank']::after {
	display: inline-block;
	width: 1em;
	height: 1em;
	margin: 4px;
	content: '';
	vertical-align: text-bottom;
	background: url("../image/external.svg") no-repeat;
}

/*
=================================================
button
=================================================
*/
.btn-play, .btn-back{
	position: relative;
	display: inline-block;
	padding: 7px 11px 7px 40px;
	min-width: 3em;
	width: auto;
	font-size: 1.1em;
	background: #ffffff;
	border: 1px solid #004675;
	text-align: center;
	text-decoration: underline;
}
.btn-back{
	padding: 7px 17px 7px 50px;
}
.btn-play:hover, .btn-play:focus,
.btn-back:hover, .btn-back:focus{
	text-decoration: none;
}
.btn-play::after, .btn-back::after{
	position: absolute;
	top: calc(50% - 10px);
	left: 15px;
	width: 20px;
	height: 20px;
	content: '';
}
.btn-play::after{
	background: url('../image/play.svg') no-repeat right center;
}
.btn-back::after{
	background: url('../image/goback.svg') no-repeat right center;
}

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

main-container

=================================================
*/
.content{
	padding: 30px;
}
.content_header{
	position: relative;
	margin: 0 0 30px;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.8;
	border-bottom: 1px solid #8b92b2;
}
.streaming{
	margin: 30px 30px 10px;
	padding: 3px;
	background: #fff;
	box-shadow: 0 0 3px #cccccc;
}
.streaming_header{
	font-size: 1.4em;
	font-weight: bold;
	position: relative;
	margin: 0 0 20px;
	padding: 8px 20px 6px;
	color: #171c61;
	background: #e9f3ff;
}
.streaming_header::after{
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 4px;
	height: 100%;
	content: '';
	background: #414d82;
}
.streaming_header-note{
	font-size: 0.8em;
	font-weight: normal;
	display: inline-block;
	padding: 8px 20px 6px;
	vertical-align: 1px;
	color: #333;
}
.stream{
	display: flex;
	overflow: hidden;
	margin: 20px 20px 10px;
	padding: 0;
	flex-flow: row wrap;
}
.stream_item{
	font-size: 1.4em;
	position: relative;
	min-width: 300px;
	margin: 10px;
	text-align: center;
	border: 1px solid #004675;
	padding: 20px;
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.stream_item::after{
	position: absolute;
	top: calc(50% - 0.2em);
	right: 20px;
	display: inline-block;
	width: 0.35em;
	height: 0.35em;
	content: '';
	transform: rotate(45deg);
	vertical-align: top;
	border-width: 0.08em 0.08em 0 0;
	border-style: solid;
	border-color: #074a77;
}
.stream_item-disabled{
	border: 1px solid #999;
}
.stream_item-disabled::after{
	border-color: #999;
}
.stream_link{
	display: block;
}
.stream_link:link > span,
.stream_link:visited > span{
	text-decoration: underline;
}
.stream_link:hover > span,
.stream_link:focus > span{
	text-decoration: none;
	color: #001e73;
}
.stream_link-disabled{
	cursor: default;
	color: #666;
}
.stream_link-disabled:link > span,
.stream_link-disabled:visited > span{
	text-decoration: none;
	color: #666;
}
.stream_link-disabled:hover > span,
.stream_link-disabled:focus > span{
	text-decoration: none;
	color: #666;
}
.stream_text{
	line-height: 1;
	position: relative;
	display: inline-block;
}
.stream_text-sub{
	display: block;
	font-size: 0.7em;
	margin: 5px 0 0;
}
.stream_live{
	margin: 0;
	padding: 8px 0 10px 70px;
}
.stream_live-disabled{
	margin: 0;
	padding: 8px 0 10px 70px;
}
.stream_live::after, .stream_live-disabled::after{
	position: absolute;
	top: calc(50% - 25px);
	left: 0;
	width: 50px;
	height: 50px;
	content: '';
}
.stream_live::after{
	background: url("../image/live.svg") no-repeat center;
}
.stream_live-disabled::after{
	background: url("../image/live_disable.svg") no-repeat center;
}
.stream_vod{
	margin: 5px;
	padding: 5px 0 5px 75px;
}
.stream_phrase{
	margin: 0;
	padding: 10px 0 10px 55px;
}
.stream_vod::after{
	position: absolute;
	top: calc(50% - 27px);
	left: 0;
	width: 55px;
	height: 55px;
	background: url("../image/rec.svg") no-repeat center;
	content: '';
}
.stream_phrase::after{
	position: absolute;
	top: calc(50% - 22px);
	left: 0;
	width: 44px;
	height: 44px;
	background: url("../image/keyword.svg") no-repeat center;
	content: '';
}
.stream_info{
	margin: 10px 20px 20px 10px;
	padding: 0 0 0 40px;
}
.stream_info li{
	margin: 0 0 10px;
	list-style: disc outside;
}
.livestatus{
	position: relative;
	display: block;
	max-width: 25em;
	margin: 0 auto;
	padding: 10px 10px 8px;
	text-align: center;
	border-radius: 4px;
	background: #e9f3ff;
}
.livestatus::after{
	position: absolute;
	top: -20px;
	right: 50%;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #e9f3ff;
	border-left: 10px solid transparent;
}
.livestatus_text{
	line-height: 1;
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 2px 0 2px 40px;
}
.livestatus_text::after{
	position: absolute;
	top: calc(50% - 10px);
	left: 0;
	width: 20px;
	height: 20px;
	background: url("../image/info.svg") no-repeat center;
	content: '';
}
.freeword{
	display: block;
	margin: 5px 0 0;
	color: #c00;
	text-align: center;
}

.howto{
	margin: 30px;
}
.howto ul{
	margin: 0 0 30px;
	padding: 0 0 0 40px;
}
.howto li{
	list-style: disc outside;
	margin: 0 0 10px;
}
.barcode{
	margin: 0 30px;
	padding: 12px;
	background: #fff;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
.barcode__image {
	float: left;
}
.barcode h4{
	padding: 5px 0 3px;
	font-weight: bold;
	margin: 0 0 0 90px;
	color: #333;
}
.barcode p{
	padding: 0 7px 7px 0;
	margin: 0 0 0 90px;
	line-height: 1.2;
}
.contact{
	margin: 30px;
}
.contact p{
	margin: 0 30px;
}
.contact address{
	margin: 30px;
	font-style: normal;
	line-height: 2;
}

.contentframe{
	padding: 0 20px;
}
.resultlist{
	margin: 30px 0 0;
	padding: 3px;
	background: #fff;
	box-shadow: 0 0 3px #cccccc;
}
.resultlist_index{
	border-bottom: 1px solid #E8E9E9;
	padding: 2px 2px 5px ;
	overflow: hidden;
}
.resultlist_title{
	float: left;
	padding: 9px 3px;
}
.resultlist_play{
	float: right;
}
.resultlist_text{
	padding: 15px 10px 20px;
}
.phrase {
	margin: 20px auto 0;
}
.phrase li{
	margin: 0 0 10px;
	text-align: center;
}
.phrase input[type="text"] {
	width: 520px;
	padding: 3px;
}
.phrase input[type="submit"] {
	width: 7em;
}
.phrase_info{
	margin: 30px 0 0;
}

.play {
	margin: 30px auto 0;
	overflow: hidden;
}
.playleft {
	float: left;
	width: 646px;
}
.playright {
	float: right;
	width: 450px;
}
.playerout {
	border: 3px ridge #A0A0A0;
}
.player {
	width: 640px;
	height: 360px;
}
.player_embed {
	width: 424px;
	height: 240px;
}
.playlist {
	border-bottom: 2px solid #CCCCCC;
	margin-bottom: 20px;
	font-weight: bold;
}
.playtext {
	width: 450px;
	height: 366px;
	overflow: scroll;
	white-space: nowrap;
	font-size: 90%;
}
.playlink {
	text-align: right;
}
.playlink__item {
	margin: 5px 0 0;
}
.liveplayer{
	border: none;
}
.nonlive{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 640px;
	height: 360px;
	border: 3px ridge #A0A0A0;
	background: #FFFFFF;
	padding: 160px 10px;
	margin: 20px auto 0;
	text-align: center;
}
.nonlive_embed{
	width: 424px;
	height: 240px;
	padding: 100px 10px;
	margin: 0;
}
.comment{
	margin: 10px auto 0;
}
.nonresult {
	text-align: center;
	margin: 30px 0 0;
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 3px #cccccc;
}
.back{
	margin: 30px auto 0;
	text-align: center;
}

.webacc{
}
.webacc > dt{
	font-size: 1em;
	position: relative;
	margin: 0 0 20px;
	padding: 8px 20px 6px;
	color: #171c61;
	background: #e9f3ff;
}
.webacc > dt::after{
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 4px;
	height: 100%;
	content: '';
	background: #414d82;
}
.webacc > dd{
	margin: 0 0 20px;
}
.webacc_result > dt{
	position: relative;
	margin: 0 0 10px;
	padding: 3px 15px 5px;
	color: #171c61;
	border-bottom: 1px dotted #414d82;
}
.webacc_result > dt::after{
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 4px;
	height: 100%;
	content: '';
	background: #414d82;
}
.webacc_result > dd{
	margin: 0 20px 20px;
}
.webacc_list{
	padding: 0 0 0 30px;
}
.webacc_list > li{
	list-style: disc;
}
.webacc_checklist{
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	box-shadow: 0 0 3px #cccccc;
}
.webacc_checklist th{
	border: 1px solid #ADADAD;
	padding: 5px;
	background: #E8E9E9;
}
.webacc_checklist td{
	border: 1px solid #ADADAD;
	padding: 5px;
}
.webacc_checklist caption{
	text-align: left;
}

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

footer-container

=================================================
*/
.footer{
	background: #205A96;
	text-align: center;
	font-size: 90%;
	padding: 40px 0;
	color: #fff;
}

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

other

=================================================
*/
.width-3em{
	width: 3em;
}
.width-5em{
	width: 5em;
}
.width-6em{
	width: 6em;
}
.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;
}
