@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 {
	color: #0066CB;
	text-decoration: none;
}
a:hover {
	color: #E87400;
	text-decoration: underline;
}

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

container

=================================================
*/
.header-container{
	border-top: 3px solid #5A3C3A;
	background: linear-gradient(180deg, #F9F5F0, #FFFFFF);
	box-shadow: 0 1px 0 0 #FFFFFF inset;
}
.navi-container{
	background: #3E272B;
}
.main-container{
}
.footer-container{
	border-top: 3px solid #5A3C3A;
	background: linear-gradient(180deg, #F7F6F5, #FFFFFF);
}
.wrapper{
	width: 980px;
	margin: 0 auto;
}

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

header-container

=================================================
*/
.header{
	position: relative;
}
.header h1{
	padding: 28px 0;
}
.outlink {
	position: absolute;
	top: 20px;
	right: 0;
	overflow: hidden;
}
.outlink li {
	float: left;
	border: 1px solid #E5E5E5;
	border-radius: 3px;
	box-shadow: 0 1px 0 #F4F4F4;
	background: #FFFFFF;
	margin: 0 0 5px 10px;
	font-size: 80%;
	position: relative;
}
.outlink a{
	display: block;
	padding: 5px 15px 5px 25px;
	text-decoration: none;
	color: #333333;
}
.outlink a::before{
	position: absolute;
	top: calc(50% - 8px);
	left: 5px;
	width: 16px;
	height: 16px;
	content: '';
	background: url('../image/external-link-icon.svg') no-repeat right center;
}
.navi{
	overflow: hidden;
}
.navi li{
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	width: calc(980px / 4);
}
.navi li span{
	display: block;
	margin: 5px 0;
	border-right: 1px solid #5E4948;
}
.navi li:first-child span{
	border-left: 1px solid #5E4948;
}
.navi a {
	display: block;
	padding: 8px 0 6px;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	color: #FFFFFF;
}
.navi li:hover, .navi li.navilink-active {
	background: #53333C;
}

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

main-container

=================================================
*/
.content{
	padding: 30px 0;
}
h2{
	margin: 0 0 15px;
	padding: 10px 15px;
	border-top: 2px solid #5A3C3A;
	background: #F7F3EE;
	color: #3B2529;
	font-weight: bold;
	font-size: 1.3em;
}
.webcast{
	margin-bottom: 30px;
	overflow: hidden;
}
.livecast,.vodcast{
	float: left;
	width: 460px;
}
.livecast{
	margin-right: 60px;
}
.webcast-header {
	position: relative;
	margin: 0 0 10px;
	padding: 8px 20px;
	border-bottom: 1px solid #5A3C3A;
	background: #FFFFFF;
	font-weight: bold;
	font-size: 1.3em;
}
.webcast-header::before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 5px;
	height: 100%;
	border: none;
	background: #5A3C3A;
	content: "";
}
.webcast-box{
	background: #F7F6F5;
	padding: 30px 40px;
	box-sizing: border-box;
	min-height: 430px;
}
.livelink{
	padding: 0 0 35px;
}
.livestate{
	text-align: center;
}
.freeword{
	margin-top: 15px;
	color: red;
	text-align: center;
}
.liveprogram{
	margin-top: 25px;
	text-align: center;
}
.vodlink{
}
.vodlink li{
	margin: 0 0 20px;
}
.btn{
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 18px 10px 15px 80px;
	border: 1px solid #DEDEDE;
	border-radius: 5px;
	background: #FFFFFF;
	box-shadow: 0 2px 0 0 #E8E8E7;
	font-weight: bold;
	font-size: 1.5em;
	margin: 3px;
}
a.btn{
	text-decoration: none;
	color: #404040;
}
.btn-live{
}
a.btn-live:hover{
	background: #FFEFEF;
}
span.btn-live.disabled{
	color: #B1B1B1;
	background: #DEDEDE;
	cursor: default;
}
.btn-vod{
}
.btn-vod:hover{
	background: #FFF3E3;
}
.btn::after{
	position: absolute;
	top: calc(50% - 18px);
	left: 24px;
	width: 36px;
	height: 36px;
	content: '';
}
a.btn-live::after{
	width: 40px;
	height: 40px;
	background: url('../image/button-live-icon.svg') no-repeat center;
}
span.btn-live.disabled::after{
	background: url('../image/button-live-icon_disabled.svg') no-repeat center;
}
a.btn-vod::after{
	background: url('../image/button-vod-icon.svg') no-repeat center;
}
.simplesearch {
}
.simplesearch h4 {
	font-weight: bold;
}
.simplesearch p {
	margin-top: 10px;
	font-size: 90%;
}
.simplesearch_form{
	overflow: hidden;
}
.simplesearch input[type="text"]{
	float: left;
	box-sizing: border-box;
	width: 321px;
	height: 36px;
	border: 2px solid #805E2E;
	border-radius: 4px 0 0 4px;
	font-size: 1em;
	padding: 2px;
	display: block;
}
.simplesearch input[type="submit"]{
	float: left;
	box-sizing: border-box;
	width: 59px;
	height: 36px;
	border: 2px solid #805E2E;
	border-radius: 0 4px 4px 0;
	background: #805E2E;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	display: block;
}
.maintenance{
	color: red;
	font-size: 1.3em;
	text-align: center;
	padding: 100px 0;
}
.howto{
	margin-bottom: 30px;
	overflow: hidden;
}
.howto_main{
	float: left;
	width: 490px;
}
.howto_main ul{
	padding-left: 18px;
}
.howto_main li{
	position: relative;
	margin-bottom: 8px;
	line-height: 1.4;
}
.howto_main li::before{
	position: absolute;
	top: .5em;
	left: -11px;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background: #3A2A2D;
	content: '';
}
.howto_main li:last-child{
	margin-bottom: 0;
}
.barcode{
	padding: 5px;
	border: 1px solid #5A3C3A;
	margin-top: 10px;
	overflow: hidden;
}
.barcode__image {
	float: left;
}
.barcode h4{
	padding-top: 7px;
	font-weight: bold;
	margin-left: 90px;
}
.barcode p{
	padding: 0 7px 7px 0;
	margin-left: 90px;
	font-size: 90%;
}
.topphoto{
	float: right;
	width: 460px;
}
.topphoto p{
	padding: 12px;
	background: #ece5db;
	color: #444;
	text-align: right;
}
.contact ul{
	padding: 0 10px;
}
.contact li{
	margin-bottom: 7px;
	line-height: 1.3;
}

.contentframe{
	padding: 0 20px;
}
table caption {
	text-align: left;
	font-weight: bold;
}
table.vodsearch {
	border: 1px solid #ADADAD;
	border-collapse: collapse;
	margin: 20px auto 0;
}
table.vodsearch td {
	border: 1px solid #ADADAD;
	padding: 5px;
}
table.vodsearch.resultlist {
	width: 100%;
}
table.vodsearch td.nonpad{
	padding: 0;
}
.heading-kaigi{
	margin: 0 0 10px;
	padding: 3px 8px;
	border-left: 5px solid #5A3C3A;
	font-weight: normal;
	text-align: left;
}
.kaigilist{
	padding: 20px 40px 0;
}
.kaigilist ul{
	margin: 20px 0 25px 15px;
	overflow: hidden;
}
.kaigilist li{
	float: left;
}
a.btn-kaigi{
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 14px 10px 11px 10px;
	border: 1px solid #DEDEDE;
	border-radius: 5px;
	background: #FFFFFF;
	box-shadow: 0 2px 0 0 #E8E8E7;
	font-size: 1.1em;
	margin: 0 25px 15px 0;
	width: 21em;
	text-align: center;
	text-decoration: none;
	color: #404040;
}
a.btn-kaigi:hover{
	background: #FFF3E3;
}
table.speaker {
	width: 800px;
	margin: 20px auto 0;
}
table.speaker.vodsearch {
	margin: 10px auto 0;
}
.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;
}
.kaihaname{
	margin-top: 20px;
}
.phrase {
	margin: 20px auto 0;
}
.phrase .info li{
	margin-bottom: 10px;
}
.phrase li{
	text-align: center;
}
.phrase input[type="text"] {
	width: 600px;
	padding: 3px;
}

.play {
	margin: 20px auto 0;
	overflow: hidden;
}
.play .playleft {
	float: left;
	width: 430px;
}
.play .playright {
	float: right;
	width: 490px;
}
.playerout {
	border: 3px ridge #A0A0A0;
}
.player {
	width: 424px;
	height: 240px;
}
.playlist {
	border-bottom: 2px solid #CCCCCC;
	margin-bottom: 20px;
	font-weight: bold;
}
.playtext {
	width: 490px;
	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;
}
.btn-play{
	display: block;
	padding: 40px 0 6px;
	width: 100%;
	font-size: .9em;
	margin: 0 auto;
}
.btn-play::after{
	position: absolute;
	top: 11px;
	left: calc(50% - 14px);
	width: 24px;
	height: 24px;
	content: '';
	background: url('../image/button-play-icon.svg') no-repeat right center;
}
.btn-back{
	display: inline-block;
	padding: 10px 20px 10px 50px;
	min-width: 3em;
	width: auto;
	font-size: 1em;
	margin: 0 auto;
}
.btn-back::after{
	position: absolute;
	top: calc(50% - 10px);
	left: 15px;
	width: 20px;
	height: 20px;
	content: '';
	background: url('../image/button-back-icon.svg') no-repeat right center;
}

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

footer-container

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

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

other

=================================================
*/
.width-60{
	width: 60px;
}
.width-120{
	width: 120px;
}
.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: 'MS Gothic', monospace;
}
.hit1,.hit2,.hit3,.hit4,.hit5 {
	color: red;
}

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

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

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