@charset "UTF-8";

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

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	background: #fff url(../image/body_background.png) repeat-x;
	font-size: 100%;
	font-family: Meiryo,Arial,sans-serif;
	line-height: 1.4;
	color: #444444;
}
body.intra_live{
	background: #fff;
}
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:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover{
	color: #CC0033;
	text-decoration: underline;
}
a:active{
	color: #CC0033;
	text-decoration: underline;
}

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

container

=================================================
*/
.header-container{
}
.main-container{
}
.footer-container{
}
.footer-container-wrapper{
	background: #a4bb65 !important
}
.wrapper{
	width: 960px;
	margin: 0 auto;
	background: #fff;
}

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

header-container

=================================================
*/
.header{
	position: relative;
	border-top: 6px solid #638539;
	height: 114px;

}
.title
{
    padding: 20px;
}
.outlink{
}
.outlink ul{
    position: absolute;
    right: 0;
    top: 5px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.outlink li{
    float: left;
    margin: 0 1em 0 0;
    position: relative;
    padding: 0 0 0 1.5em;
    font-size: .9em;
}
.outlink li::before{
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    width: 14px;
    height: 14px;
    content: '';
	background: url('../image/external.svg') no-repeat right center;
}
.outlink li a{
	text-decoration: underline;
}
.navi li{
	float: left;
}
.header h1 img, .fontsize img, .navi img,.navi a{
	display: block;
}

.fontsize{
	position: absolute;
	top: 43px;
	right: 12px;
}
.fontsize li{
	float: left;
	margin-right: 1px;
}
.fontsize li a{
	background: #4D4D4D;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 5px 1px 5px;
	display: block;
}
.fontsize-label{
	font-weight: bold;
	padding-right: 5px;
	font-size: 90%;
	margin: 5px 0 3px;
}

nav
{
    overflow: hidden;
}

.nav
{
    margin: 0;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    list-style: none;
}

.navitem
{
    float: left;
    overflow: hidden;
    width: 321px;
    margin-right: -1px;
}

.navitem:last-child
{
    width: 320px;
}

.navitem a
{
    font-weight: bold;
    display: block;
    padding: 12px 0;
    text-align: center;
    color: #43621d;
    border: 1px solid #638539;
    text-decoration: none;
}

.navitem a:hover,
.navitem--active a
{
    color: #fff;
    background: #638539;
}


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

main-container

=================================================
*/
.contentheader{
	padding: 1px 0;
	font-size: 1.5em;
	margin-bottom: 20px;
	background: #f7edd2;
}
.contentheader > span{
	font-weight: normal;
	display: inline-block;
	padding: 11px 10px 10px;
	color: #333;
	border-left: 5px solid #e4a600;
}
.content{
	padding: 20px;
}
.webcast{
	overflow: hidden;
	box-sizing: border-box;
	padding-bottom: 30px;
}
.livecast, .vodcast{
	float: left;
	box-sizing: border-box;
	min-height: 390px;
	background: #f7f7f7;
}
.livecast{
	margin: 0 20px 0 0;
	width: 450px;
}
.vodcast{
	width: 450px;
}
.live_header, .vod_header{
	font-weight: normal;
	margin: 0;
	color: #111;
	font-size: 1.5em;
	background: #f7edd2;
}
.live_header_main, .vod_header_main{
	padding: 0 0 0 20px;
	display: inline-block;
}
.live_header_main, .vod_header_main{
	position: relative;
	vertical-align: middle;
	line-height: 2.4;
}
.live_header_main::before, .vod_header_main::before{
	content: " ";
	height: 100%;
	width: 6px;
	background: #e4a600;
	display: block;
	z-index: 100;
	position: absolute;
	left: 0;
}
.live_header_main > span, .vod_header_main > span{
	font-size: .7em;
	padding: 0 10px;
	vertical-align: middle;
	color: #666;
}
.livecast2, .vodcast2{
	padding: 30px 45px;
	text-align: center;
}
.livelink{
	padding-bottom: 40px;
}
a.btn,
span.btn {
	font-size: 1.4em;
	display: block;
	/*width: 10em;*/
	margin: 0 0 .5em;
	padding: 1em 1em 1em 4em;
	text-decoration: none;
	color: #fff;
	background-color: #638539;
	background-repeat: no-repeat;
	box-shadow: 0 3px 0 0 rgba(4, 0, 0, .2);
	font-weight: bold;
}
a.btn:hover {
    opacity: .9;
}
a.btn-live,
span.btn-live{
	background-image: url("../image/button_livecast_icon.png");
	background-position: 2em center;

}
a.btn.btn-live {
	background-color: #c99711;
	box-shadow: 0 3px 0 0 rgba(4, 0, 0, .2);
}
a.btn.btn-live:hover{
	opacity: .9;
}
span.disable {
	background-color: #838383;
	box-shadow: 0 3px 0 0 rgba(4, 0, 0, .2);
}
a.btn-meeting {
	background-image: url("../image/button_videocast_meeting_icon.png");
	background-position: 2em center;
}
a.btn-speaker {
	background-image: url("../image/button_videocast_speaker_icon.png");
	background-position: 2em center;
}
a.btn-group {
	background-image: url("../image/button_videocast_group_icon.png");
	background-position: 2em center;
}
.livestatus,.unschedule {
	font-size: 1.2em;
	text-align: center;
	margin: 30px 0;
}
.unschedule{
	color: red;
}
.freeword{
	font-size: 1.2em;
	text-align: center;
	color: red;
	margin: 0 0 30px;
}
.topbutton{
	margin-bottom: 5px;
}
.topbutton img{
	display: block;
}
.topphrasebox{
	padding: 10px 0px;
	margin: 0 2px;
	text-align: left;
}
.topphrasebox h3{
	font-weight: bold;
}
.topphrasebox li{
	float: left;
}
.topphrasebox input[type="text"]{
	box-sizing: border-box;
	width: 288px;
	height: 30px;
	border: 2px solid #638539;
	padding: 2px;
	display: block;
}
.topphrasebox input[type="submit"]{
	box-sizing: border-box;
	width: 68px;
	height: 30px;
	background: #638539;
	color: #FFFFFF;
	border: none;
	font-size: 90%;
	display: block;
}
.topphrasebox p{
	color: #555555;
	font-size: 85%;
	text-align: left;
	margin-top: 5px;
}
.liveprogram{
	margin-top: 20px;
	margin: 16px;
	font-size: 90%;
	text-align: left;
}
.liveprogram a{
	text-decoration: underline;
}
.howto{
	padding-bottom: 30px;
}
.howtoleft, .howtoright{
	float: left;
	width: 450px;
	box-sizing: border-box;
	text-align: left;
}
.howtoleft{
	margin-right: 20px;
}
.howtoleft ul{
	list-style: none;
	padding-left: 2em;
}
.howtoleft li{
	position: relative;
	margin-bottom: 7px;
}
.howtoleft li::before
{
    position: absolute;
    top: .5em;
    left: -1em;
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 3px;
    background: #cc9600;
}
.howtoleft a {
    text-decoration: underline;
}
.howtoright img {
    width: 450px;
}
.howtoright div {
	padding: 8px 14px;
	background: #f7edd2;
	text-align: right;
}

.qrcode{
	border: 1px solid #999999;
	margin-top: 20px;
	padding-right: 15px;
}
.qrleft{
	float: left;
	width: 130px;
}
.qrright{
	float: left;
	width: 300px;
	padding: 15px 0;
}
.qrright p{
	margin-bottom: 10px;
}
.qrright ul{
	padding-left: 0;
}
.qrright li{
	background: none;
	padding-left: 0;
	margin-bottom: 0;
}
.qrright li::before{
	background: #FFF;
}
.contact ul{
	padding: 0 10px;
}
.contact li{
	margin-bottom: 7px;
}

.contentframe{
	padding: 0 20px;
}
table caption {
	text-align: left;
	font-weight: bold;
}
table.vodsearch {
	border: 1px solid #ADADAD;
	border-collapse: collapse;
	margin: 20px auto 30px;
}
table.vodsearch th {
	border: 1px solid #ADADAD;
	vertical-align: top;
	text-align: left;
	padding: 5px;
}
table.vodsearch td {
	border: 1px solid #ADADAD;
	padding: 5px;
}
table.vodsearch.resultlist {
	width: 870px;
}
table.vodsearch td.nonpad{
	padding: 0;
}

.btn-play-width{
	width: 100px;
}

a.btn-play
{
	color: #fff;
	text-decoration: none;
}
.btn-play
{
    font-size: 1.1em;
    font-weight: bold;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: auto;
    min-width: 3em;
    padding: .5em 1em .5em 50px;
    text-align: center;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    background: #638539;
    box-shadow: 0 3px 0 0 rgba(4, 0, 0, .2);
}
.btn-play:hover
{
    opacity: .9;
}
.btn-play::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;
}


table.speaker {
	width: 870px;
	margin: 20px auto 30px;
}
table.speaker.vodsearch {
	margin: 10px auto 30px;
}
.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 {
	width: 870px;
	margin: 20px auto 0;
}
.speakername ul{
	padding: 0 10px;
}
.speakername li{
	margin-right: 5px;
	display: inline-block;
	vertical-align: bottom;
}

.play {
	width: 860px;
	margin: 20px 0px 30px;
}
.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 {
	border-bottom: 2px solid #CCCCCC;
	margin-bottom: 20px;
	font-weight: bold;
}
.playtext {
	width: 420px;
	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 30px;
	text-align: center;
}

.comment{
	margin: 0 auto 2em auto;
}
.nonresult {
	text-align: center;
	margin: 20px 0 30px;
	font-weight: bold;
}

.back{
	text-align: center;
}
a.backtopage
{
	color: #fff;
	text-decoration: none;
}
.backtopage
{
    font-size: 1.1em;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
    width: auto;
    min-width: 3em;
    padding: .5em 1em .5em 50px;
    text-align: center;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    background: #638539;
    box-shadow: 0 3px 0 0 rgba(4, 0, 0, .2);
    display: inline-block;
}
.backtopage:hover
{
    opacity: .9;
}
.backtopage::after
{
    position: absolute;
    top: calc(50% - 10px);
    left: 15px;
    width: 20px;
    height: 20px;
    content: '';
}
.backtopage::after
{
    background: url('../image/goback.svg') no-repeat right center;
}

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

footer-container

=================================================
*/
.footer{
	text-align: center;
	font-size: 80%;
	color: #364117;
	padding: 25px 0;
}
.footer li{
	padding-bottom: 5px;
}

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

other

=================================================
*/
.width-62{
	width: 62px;
}
.width-150{
	width: 150px;
}
.width-180{
	width: 180px;
}
.width-220{
	width: 220px;
}
.width-350{
	width: 350px;
}
.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-75 {
	font-size: 75%;
}
.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;
}
