@charset "UTF-8";

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

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: Meiryo,Arial,sans-serif;
	line-height: 1.4;
	color: #333333;
}
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: #3366FF;
	text-decoration: none;
}
a:visited {
	color: #3366FF;
	text-decoration: none;
}
a:hover{
	color: #e87400;
	text-decoration: underline;
}
a:active{
	color: #e87400;
	text-decoration: underline;
}

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

container

=================================================
*/
.header-container{
	background: #FFCAED url(../image/header_background.fix.png) repeat-x top;
}
.navi-container{
	border-bottom: 1px solid #990033;
}
.main-container{
}
.footer-container{
	border-top: 2px solid #D2D2D2;
}
.wrapper{
	width: 1050px;
	margin: 0 auto;
}

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

header-container

=================================================
*/
.header{
	position: relative;
}
.header h1 img, .fontsize img, .navi img{
	display: block;
}
.header h1{
	padding-bottom: 10px;
}
.outlink{
	position: absolute;
	top: 15px;
	right: 0;
	max-width: 520px;
}
.outlink ul{
	float: right;
}
.outlink li{
	float: left;
	padding-left: 18px;
	font-size: 0.8rem;
}
.outlink li a{
	background: url(../image/external_link_icon.png) no-repeat left center;
	padding-left: 16px;
	color: #880730;
	text-decoration: none;
}
.fontsize{
	position: absolute;
	top: 45px;
	right: 0;
}
.fontsize ul{
	float: right;
}
.fontsize li{
	float: left;
}
.navi {
	display: flex;
	box-sizing: border-box;
	margin: 0 auto -1px;
	padding: 0;
	font-weight: bold;
	list-style: none;
	font-family: Meiryo, BIZ UDGothic, sans-serif;
}
.navi__item {
	flex: 1;
	box-sizing: border-box;
	text-align: center;
}
.navi__link {
	display: block;
	padding: 9px 10px 7px;
	font-size: 1.0rem;
	position: relative;
	box-sizing: border-box;
	background: linear-gradient(#EE2B6C, #9D0236);
	border-top: 1px solid #990033;
	border-right: 1px solid #990033;
	border-bottom: 1px solid #990033;
	height: 100%;
}
.navi__item:first-child > .navi__link {
	border-radius: 4px 0 0 0;
	border-left: 1px solid #990033;
}
.navi__item:last-child > .navi__link {
	border-radius: 0 4px 0 0;
}
.navi__link:link, .navi__link:visited {
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 1px 1px 1px #5e5e5e;
}
.navi__link:hover {
	opacity: 0.8;
}
.navi__link--active {
	background: #FFFFFF;
	border-bottom: none;
}
.navi__link--active:link, .navi__link--active:visited {
	color: #990033;
	text-shadow: none;
}
.navi__link--active:hover {
	opacity: 1;
}

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

main-container

=================================================
*/
.topheader{
	border-bottom: 1px solid #328499;
	box-shadow: 0 1px 0 0 #65A3B3;
	color: #196A7F;
	text-align: left;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 3px 0;
	margin-bottom: 15px;
	line-height: 1.2;
}
.topheader--sub{
	display: block;
	color: #4B93A6;
	font-size: 0.8rem;
}
.contentheader{
	border-bottom: 1px solid #328499;
	box-shadow: 0 1px 0 0 #65A3B3;
	color: #196A7F;
	text-align: left;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 3px 0;
	margin-bottom: 15px;
	line-height: 1.2;
}
.content{
	padding: 20px 0;
}
.webcast{
	padding: 0 0 15px;
}
.vodlink{
	display: flex;
	margin: 0 29px;
}
.vodlink_item{
	margin: 0 15px;
}
.freeword{
	margin-top: 10px;
	text-align: left;
}

.howto{
	padding: 0 0 20px;
}
.howto ul{
	padding: 0 0 5px 10px;
}
.howto li{
	background: url(../image/list_arrow.png) no-repeat 0 0.5em;
	padding-left: 10px;
	margin-bottom: 7px;
}
.qrcode{
	border: 3px solid #C3C3C3;
	padding: 5px;
}
.qrleft{
	float: left;
	width: 90px;
}
.qrright{
	float: left;
	width: 814px;
	font-size: 90%;
	padding-top: 5px;
}
.qrright ul{
	padding-left: 0;
}
.qrright li{
	background: none;
	margin-bottom: 5px;
	padding-left: 0;
}
.contact li{
	margin-bottom: 3px;
}
.contactleft{
	float: left;
	width: 590px;
}
.contactright{
	float: right;
	width: 301px;
}

.contentframe{
	padding: 0 15px;
}
table caption {
	text-align: left;
	font-weight: bold;
}
table.vodsearch {
	border: 1px solid #ADADAD;
	border-collapse: collapse;
	margin: 20px auto;
}
table.vodsearch td, table.vodsearch th {
	border: 1px solid #ADADAD;
	padding: 5px;
}

table.vodsearch.resultlist {
	width: 100%;
}
table.vodsearch td.nonpad{
	padding: 0;
}

table.speaker {
	width: 100%;
	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 {
	width: 100%;
	padding: 0 10px;
	margin: 20px auto 0;
}
.speakername li{
	margin-right: 5px;
	display: inline-block;
	vertical-align: bottom;
	/* for IE7 */
	*display: inline;
	*zoom: 1;
}

.phrase {
	margin: 20px auto;
}
.phrase .info li{
	margin-bottom: 10px;
}
.phrase li{
	text-align: center;
}
.phrase input[type="text"] {
	width: 600px;
	padding: 3px;
}

.play {
	margin: 20px auto;
}
.play .playleft {
	float: left;
	width: 646px;
}
.play .playright {
	float: right;
	width: 360px;
}
.playerout {
	border: 3px ridge #A0A0A0;
}
.player{
	position: relative;
	width: 100%;
	max-width: 640px;
}
.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: 360px;
	height: 366px;
	overflow: scroll;
	white-space: nowrap;
	font-size: 95%;
}
.nonlive{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 640px;
	height: 360px;
	border: 3px ridge #A0A0A0;
	padding: 120px 10px;
	margin: 20px auto 30px;
	text-align: center;
}
.telop{
	min-height: 100px;
	padding: 0.5em 1em;
	margin: 0;
	font-weight: bold;
	color: #000000;
	background: linear-gradient(#DDDDDD, #FDFCF7);
}
.telop p {
	margin: 0; 
	padding: 0;
}

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

.back{
	text-align: center;
}
.border{
	width: 100%;
	height: 7px;
	background: url(../image/border.gif) repeat-x;
	font-size: 0;
}

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

footer-container

=================================================
*/
.footer{
	text-align: left;
	font-size: 80%;
	color: #676767;
	padding: 15px 0;
}
.footer li{
	margin-bottom: 5px;
}

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

other

=================================================
*/
.width-65{
	width: 65px;
}
.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-gray{
	color: #666666;
}
.font-90 {
	font-size: 90%;
}
.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;
}
.clearfix {
	*zoom: 1;
}

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

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

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