@charset "UTF-8";

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

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-size: 100%;
	font-family: Meiryo,Arial,sans-serif;
}
h1,h2,h3,h4,h5,h6,address{
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
img {
	border: 0;
	vertical-align: bottom;
}
div,p,pre,ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
table,caption,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
form,textarea,select,option,input {
	margin:0;
	padding:0;
	font-size: 100%;
}
span,br,a,img,object {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
li{
	list-style: none;
}
small{
	font-size: 100%;
}
a {
	color: #0066CC;
	text-decoration: underline;
}
a:hover{
	color: #FF7200;
}

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

container

=================================================
*/
.header-container{
	background: #FDF1EE;
	border-top: 5px solid #DAC0C7;
	border-bottom: 52px solid #DAC0C7;
}
.main-container{
}
.footer-container{
	border-top: 2px solid #5E3862;
	background: #FDF1EE;
	padding: 40px 0;
}
.wrapper{
	width: 960px;
	margin: 0 auto;
}

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

header-container

=================================================
*/
.header{
	position: relative;
}
.title{
	margin: 0;
}
.outlink{
	position: absolute;
	top: 10px;
	right: 0;
	margin: 0;
	list-style: none;
}
.outlink li{
	font-size: .9em;
	position: relative;
	float: left;
	margin-left: 2em;
}
.outlink li::before{
	position: absolute;
	top: .5em;
	left: -.8em;
	content: '';
	border-top: 4px solid rgba(0,0,0,0);
	border-bottom: 4px solid rgba(0,0,0,0);
	border-left: 4px solid #439e86;
}
.fontsize dl{
	font-size: .9em;
	position: absolute;
	top: 48px;
	right: 0;
	overflow: hidden;
	margin: 0;
	padding: 2px;
	border-radius: 4px;
	background: #ccc;
}
.fontsize dt, .fontsize dd, .fontsize a{
	display: block;
	float: left;
	margin: 0;
}
.fontsize dd, .fontsize dt{
	margin: 2px 2px 2px 0;
}
.fontsize dt{
	padding: 2px 10px;
}
.fontsize a{
	padding: 2px 5px;
	text-decoration: none;
	color: #fff;
	border-radius: 3px;
	background: #333;
}
.fontsize a:hover{
	background: #000;
}

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

main-container

=================================================
*/
.content{
	overflow: hidden;
	box-sizing: border-box;
	margin: 36px auto;
	padding: 30px;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 0 6px 0 rgba(4, 0, 0, .2);
}
.heading{
	font-size: 1.2em;
	font-weight: normal;
	line-height: 2;
	margin: 0 0 20px 0;
	padding: 0;
	border-bottom: 1px solid #EAADBD;
}
.livecast{
	margin: 0 0 20px;
}
.livecastleft{
	width: 540px;
	float: left;
}
.livecastright{
	width: 360px;
	float: left;
	background: #EBE7DC;
	min-height: 330px;
}
.livecast2{
	padding: 15px 20px;
}
.livelink{
	padding: 15px 0;
}
.btn-live{
	font-family: inherit;
	font-size: 1.2em;
	text-align: center;
}
.btn-live a{
	position: relative;
	display: block;
	padding: 1em 3em;
	color: #fff;
	background: #5E3862;
	text-decoration: none;
}
.btn-live a:hover{
	background: #814E87;
}
.btn-live.disabled{
	position: relative;
	padding: 1em 3em;
	color: #fff;
	background: #8E8E8E;
}
.btn-live a::before, .btn-live.disabled::before{
	position: absolute;
	top: 50%;
	left: 2em;
	content: '';
	transform: translate(-50%, -50%);
	border-top: 6px solid rgba(0,0,0,0);
	border-bottom: 6px solid rgba(0,0,0,0);
	border-left: 6px solid #fff;
}
.livecomment{
	background: #FFFFFF;
	text-align: center;
	margin-top: 5px;
	padding: 3px;
}
.livecomment2{
	margin-top: 10px;
}
.howto{
	margin: 0 0 20px;
}
.howtoleft{
	width: 520px;
	float: left;
}
.howtoright{
	width: 360px;
	float: right;
}
.list-about{
	list-style: none;
	padding: 0 0 0 1em;
}
.list-about li {
	position: relative;
	margin: 0 0 7px;
	line-height: 1.4;
	font-size: 1em;
}
.list-about li::before{
	position: absolute;
	top: .5em;
	left: -1em;
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #EAADBD;
}
.qrcode{
	border: 2px solid #CDCDCD;
	padding-right: 10px;
}
.qrleft{
	float: left;
	width: 130px;
}
.qrright{
	float: left;
	width: 215px;
	padding: 10px 0;
}
.qrright p{
	margin-bottom: 5px;
}
.qrright ul{
	padding-left: 0;
	font-size: 90%;
}
.qrright li{
	background: none;
	padding-left: 0;
	margin-bottom: 0;
}

.play {
	width: 820px;
	margin: 20px auto;
}
.play .playleft {
	float: left;
	width: 430px;
}
.play .playright {
	float: right;
	width: 380px;
}
.playerout {
	border: 3px ridge #A0A0A0;
}
.player {
	width: 424px;
	height: 240px;
}
.playtext {
	width: 380px;
	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: 110px 10px;
	margin: 20px auto;
	text-align: center;
}
.comment{
	margin: 0 auto 2em auto;
}
.nonresult {
	text-align: center;
	margin: 1em 0;
	font-weight: bold;
}

.back{
	text-align: center;
}
.btn-back{
	font-family: inherit;
	font-size: 1.2em;
	width: 13em;
	padding: 10px 20px;
	cursor: pointer;
	color: #fff;
	border: none;
	background: #5E3862;
}
.btn-back:hover{
	background: #814E87;
}

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

footer-container

=================================================
*/
.footer{
	text-align: center;
	font-size: 80%;
	color: #6B6B6B;
}

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

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-bold {
	font-weight: bold;
}
.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;
}
.clearfix {
	*zoom: 1;
}

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

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

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