@charset "UTF-8";

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

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 100%;
	font-family: "Meiryo","MS P Gothic",sans-serif;
	line-height: 1.6;
	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-size: 1em;
	font-family: "Meiryo";
}
address {
	font-style: normal;
}
img {
	border: 0;
	vertical-align: bottom;
}
table,caption,th,td {
	border: 0;
}
li{
	list-style: none;
}
small{
	font-size: 100%;
}
a {
	text-decoration: none;
	color: #174E77;
}
a:hover {
	text-decoration: underline;
	color: #E87400;
}

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

container

=================================================
*/
.header-container{
	border-top: 5px solid #186081;
}
.navi-container{
	border-top: 1px solid #056C9B;
	border-bottom: 1px solid #056C9B;
	background: #E6F7FF;
}
.main-container{
}
.footer-container{
	background: #CFDEE6;
}
.wrapper{
	width: 980px;
	margin: 0 auto;
}

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

header-container

=================================================
*/
.header{
	overflow: hidden;
}
.header h1{
	float: left;
	padding: 20px 0;
}
.headerright{
	overflow: hidden;
	float: right;
	text-align: right;
}
.outlink {
	float: right;
	margin: 13px 0 10px;
}
.outlink li {
	float: left;
	margin-left: 12px;
	font-size: 80%;
}
.outlink a{
	display: block;
	padding: 4px 10px 3px;
	border-radius: 4px;
	background: #0F7746;
	box-shadow: 0 2px 0 #314F04;
	text-decoration: none;
	color: #FFFFFF;
}

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

navi-container

=================================================
*/
.navi ul {
	position: relative;
	overflow: hidden;
	border-left: 1px solid #056C9B;
}
.navi li {
	float: left;
	box-sizing: border-box;
	width: calc(980px / 3 - 1px);
	border-right: 1px solid #056C9B;
}
.navi a {
	display: block;
	padding: 10px 5px;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	text-decoration: none;
}
.navi a{
	background: #E6F7FF;
	color: #333333;
}
.navi a:hover,
.navi a.navilink-active {
	background: #056C9B;
	color: #FFFFFF;
}

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

main-container

=================================================
*/
h2{
	font-size: 1.4em;
	margin: 0 0 20px;
	padding: 4px 18px 4px 0;
	color: #333;
	border: 1px solid #CCCCCC;
	background: linear-gradient(#ffffff,#f6f6f6);
}
h2 > span{
	border-left: 5px solid #00B7EA;
	padding: 5px 15px;
}
.content{
	padding: 18px 0 20px;
}
.webcast{
	padding-bottom: 40px;
}
.vodlink{
	margin: 0 327px;
}
.vodlink li{
	margin-bottom: 10px;
}
a.btn {
	display: block;
	position: relative;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	background-color: #056C9B;
	background-repeat: no-repeat;
	box-shadow: 0 4px 0 #035073;
	box-sizing: border-box;
	padding: 23px 15px 19px 83px;
	font-size: 1.6em;
	line-height: 1.2;
	font-weight: bold;
	text-align: left;
}
a.btn:hover {
	background-color: #035073;
}
.btn p {
	font-size: 1em;
}
a.btn-meeting::after,
a.btn-speaker::after {
	position: absolute;
	top: calc(50% - 20px);
	left: calc(9%);
	width: 32px;
	height: 41px;
	content: '';
}
a.btn-meeting::after {
	background: url(../image/button_videocast_meeting_icon.svg) no-repeat center;
}
a.btn-speaker::after {
	background: url(../image/button_videocast_speaker_icon.svg) no-repeat center;
}

.simplesearch {
	background-color: #E9E9E9;
	margin:0 327px;
	border-radius: 5px;
	padding: 15px;
	box-sizing: border-box;
	overflow: hidden;
}
.simplesearch h3 {
	color: #034F71;
	line-height: 1.2;
}
.simplesearch p {
	font-size: .9em;
	margin-bottom: 5px;
}
.simplesearch input[type="text"]{
	float: left;
	box-sizing: border-box;
	width: 235px;
	height: 26px;
	border: 1px solid #636363;
	padding: 2px;
	display: block;
}
.simplesearch input[type="submit"]{
	float: left;
	box-sizing: border-box;
	width: 60px;
	height: 26px;
	border: 1px solid #056C9B;
	background: #056C9B;
	color: #FFFFFF;
	border: none;
	font-size: 90%;
	display: block;
}
.freeword{
	margin-top: 10px;
	color: red;
}
.howto {
	margin-bottom: 30px;
}
.howto ul{
	margin-bottom: 15px;
	padding-left: 14px;
}
.howto li{
	position: relative;
	margin-bottom: 8px;
	padding-left: 13px;
}
.howto li::before{
	position: absolute;
	top: .5em;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #6697BB;
	content: '';
}
.barcode {
	box-sizing: border-box;
	border: 1px solid #8E8E8E;
	padding: 5px 10px 5px 5px;
	margin-top: 10px;
}
.barcode__image {
	float: left;
	margin-right: 10px;
}
.barcode h3{
	padding-top: 5px;
}
.barcode li{
	margin-bottom: 3px;
}

.contentframe{
	padding: 0 20px;
}
table caption {
	text-align: left;
	font-weight: bold;
}
table.vodsearch {
	border: 1px solid #ADADAD;
	border-collapse: collapse;
	margin: 20px auto;
}
table.vodsearch th {
	border: 1px solid #ADADAD;
	vertical-align: top;
	text-align: left;
	padding: 5px;
	font-weight: normal;
}
table.vodsearch td {
	border: 1px solid #ADADAD;
	padding: 5px;
}
table.vodsearch.resultlist {
	width: 100%;
}
table.vodsearch td.nonpad{
	padding: 0;
}
a.btn-play {
	font-size: .9em;
	font-weight: bold;
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 45px 0 6px;
	color: #FFFFFF;
	background: #056C9B;
	box-shadow: 0 3px 0 #035073;
	border-radius: 4px;
	text-decoration: none;
}
.btn-play:hover {
	background: #035073;
}
a.btn-play::after{
	position: absolute;
	top: 11px;
	left: calc(50% - 12px);
	width: 26px;
	height: 30px;
	content: '';
	background: url('../image/button_play_icon.svg') no-repeat right center;
}
table.speaker {
	width: 860px;
	margin: 20px auto;
}
table.speaker.vodsearch {
	margin: 10px auto 20px;
}
.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;
}
.phrase {
	margin: 30px auto;
}
.phrase .info li{
	margin-bottom: 10px;
}
.phrase li{
	text-align: center;
}
.phrase input[type="text"] {
	width: 600px;
	padding: 3px;
}
.play {
	width: 860px;
	margin: 20px auto;
	overflow: hidden;
}
.play .playleft {
	float: left;
	width: 430px;
}
.play .playright {
	float: right;
	width: 420px;
}
.playerout {
	border: 3px ridge #A0A0A0;
}
.player {
	width: 424px;
	height: 240px;
}
.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%;
}
.comment{
	margin: 0 auto 20px;
	font-size: 90%;
}
.nonresult {
	text-align: center;
	margin: 20px 0 30px;
	font-weight: bold;
}
.back{
	text-align: center;
}
a.btn-back{
	font-size: 1em;
	font-weight: bold;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: auto;
	min-width: 12em;
	padding: 12px 10px 10px 50px;
	color: #333333;
	background:#FFFFFF;
	border-radius: 3px;
	border: 1px solid #8B8B8B;
	margin: 0 auto;
	text-decoration: none;
}
a.btn-back:hover{
	border-color: #3762B4;
}
a.btn-back::after{
	position: absolute;
	top: calc(50% - 12px);
	left: 14px;
	width: 26px;
	height: 24px;
	content: '';
	background: url('../image/button_back_icon.svg') no-repeat right center;
}

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

footer-container

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

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

other

=================================================
*/
.width-60{
	width: 60px;
}
.width-130{
	width: 130px;
}
.width-150{
	width: 150px;
}
.width-180{
	width: 180px;
}
.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;
}
