@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;
}
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:link {
	text-decoration: none;
	color: #174E77;
}
a:visited {
	text-decoration: none;
	color: #174E77;
}
a:hover {
	text-decoration: underline;
	color: #E87400;
}
a:active {
	text-decoration: underline;
	color: #E87400;
}

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

container

=================================================
*/
.header-container{
	border-top: 5px solid #00508D;
}
.navi-container{
	border-top: 1px solid #00508D;
	border-bottom: 1px solid #00508D;
	background: #D4EFFF;
}
.main-container{
}
.footer-container{
	background: #F3FBFE;
}
.wrapper{
	width: 980px;
	margin: 0 auto;
}

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

header-container

=================================================
*/
.header h1{
	float: left;
}
.headerright{
	overflow: hidden;
	float: right;
	text-align: right;
}
.outlink {
	margin-top: 10px;
}
.outlink li {
	font-size: .9em;
	position: relative;
	float: left;
	margin-left: 11px;
	background: url(../image/list_arrow.png) no-repeat .1em .5em;
	padding-left: 10px;
}
.outlink a{
	text-decoration: none;
}
.fontsize {
	margin: 10px 0;
	float: right;
}
.fontsize a {
	color: #fff;
	text-decoration: none;
}
.fontsize dt {
	float: left;
	padding: 3px 6px;
	font-size: .9em;
	font-weight: bold;
}
.fontsize dd {
	float: left;
	margin-left: 3px;
	padding: 2px 5px 1px;
	border-radius: 3px;
	background-color: #4d4d4d;
	font-size: .9em;
	font-weight: bold;
}

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

navi-container

=================================================
*/
.navi ul {
	position: relative;
	overflow: hidden;
	border-left: 1px solid #00508D;
}
.navi li {
	float: left;
	text-align: center;
	border-right: 1px solid #00508D;
}
.navi strong,
.navi a {
	display: block;
	box-sizing: border-box;
	width: 325px;
	padding: 10px 5px;
	font-weight: 800;
}
.navi a{
	text-decoration: none;
	color: #3D3D3D;
}
.navi a:hover,
.navi strong {
	background-color: #00508D;
	color: #FFFFFF;
}

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

main-container

=================================================
*/
h2{
	font-size: 1.4em;
	margin: 0 0 20px;
	padding: 7px 18px 7px 0;
	color: #333;
	border: 1px solid #CCCCCC;
	background: linear-gradient(#ffffff,#f6f6f6);
	/* box-shadow:5px 0 #00508B inset; */
}
h2 > span{
	border-left: 5px solid #00508B;
	padding: 7px 15px;
}
.content{
	padding: 18px 0 20px;
}
.webcast{
	overflow: hidden;
	padding-bottom: 20px;
}
.vodcast h2{
	margin: 0;
}
.vodcast2{
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 20px;
	box-sizing: border-box;
}
.vodlink{
	margin: 0 310px;
}
a.btn,
span.btn {
	display: block;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	background-color: #00508D;
	background-repeat: no-repeat;
	box-shadow: 0 3px 5px #C2C2C2;
	box-sizing: border-box;
	font-size: 1.5em;
	line-height: 1.2;
	font-weight: bold;
}
a.btn:hover {
	background-color: #0D4168;
	box-shadow: 0 3px 5px #949494;
	color: #fff;
}
.btn p {
	font-size: 1em;
}
a.btn-meeting,
a.btn-speaker {
	margin: 0 0 10px;
	padding: 23px 15px 19px 80px;
}
a.btn-meeting {
	background-image: url(../image/button_videocast_meeting_icon.png);
	background-position: 30px center;
}
a.btn-speaker {
	background-image: url(../image/button_videocast_speaker_icon.png);
	background-position: 30px center;
}
.simplesearch {
	background-color: #e2f4ff;
	margin:0 310px;
	border-radius: 5px;
	padding: 15px;
	box-sizing: border-box;
}
.simplesearch h3 {
	color: #205c80;
}
.simplesearch p {
	font-size: .9em;
}
.simplesearch input[type="text"]{
	float: left;
	box-sizing: border-box;
	width: 225px;
	height: 28px;
	border: 1px solid #636363;
	padding: 2px;
	display: block;
}
.simplesearch input[type="submit"]{
	float: left;
	box-sizing: border-box;
	width: 60px;
	height: 28px;
	border: 1px solid #00508B;
	background: #00508B;
	color: #FFFFFF;
	border: none;
	font-size: 90%;
	display: block;
}
.freeword{
	margin-top: 10px;
	color: red;
}
.howto{
	padding-bottom: 25px;
}
.howto h2{
	margin-bottom: 15px;
}
.howto ul{
	float: left;
	width: 635px;
}
.howto li{
	background: url(../image/list_arrow.png) no-repeat .1em .5em;
	padding-left: 15px;
	margin: 0 0 5px 15px;
}
.howto img{
	float: right;
}
.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;
}
.contact 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;
	display: block;
	min-width: 3.7em;
	height: 1em;
	margin: 0 auto 5px;
	padding: 3em 0 .8em 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
	background: #00508D url("../image/button_play_icon.png") no-repeat center .7em;
	box-shadow: 0 3px 5px #C2C2C2;
}
a.btn-play:hover {
	background-color: #0D4168;
	box-shadow: 0 3px 5px #949494;
}
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;
}
.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;
}
a.backtopage {
	font-size: .9em;
	display: block;
	width: 10em;
	margin: 0 auto 5px;
	padding: .6em 1em .6em 1em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
	background-color: #00508D;
	box-shadow: 0 3px 5px #C2C2C2;
}
a.backtopage:hover {
	background-color: #0D4168;
	box-shadow: 0 3px 5px #949494;
}

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

footer-container

=================================================
*/
.footer{
	color: #627987;
	text-align: left;
	font-size: 80%;
	padding: 15px 0;
	line-height: 1.6;
}

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

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-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;
}

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

clear

=================================================
*/
.clearfix:before, .clearfix:after {
	display: table;
	content: ' ';
}
.clearfix:after {
	clear: both;
}

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

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

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