@charset "UTF-8";

/*====================================================================
* index.html
=====================================================================*/
div#index_box {
	margin:0 auto 30px;
	height: 550px;
	background: url("../../img/bg_video.jpg") no-repeat center;
	text-align:center;
}
div#video {
	margin:0 auto;
	padding:30px 0;
}
div#player {
	margin:0 auto 15px;
	padding:0 auto;
	display:block;
	width:750px;
	height:450px;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
}

/*====================================================================
* top.html
=====================================================================*/
/* レイアウトパターン
two culumn
-----------------------------------*/
div#contents_l {
	width:670px;
}
div#contents_r {
	width:267px;
	font-size:12px;
}

div#top_box {
	height: 330px;
	background: url("../../img/bg_index.jpg") repeat-x;
	_text-align:center;
}
div#top {
	margin:0 auto;
	width:962px;
}
/*====================================================================
* 左カラム
=====================================================================*/
table {
	margin-bottom:50px;
}
table th, table td {
	padding:10px;
}
table td {
	border-bottom:1px #B1BFC7 dotted;
}
table td.end {
	border-bottom:none;
}
table td p {
	padding:10px 0;
}
table td ul {
	float:left;
}
table td ul li {
	float:left;
	margin-left:20px;
	line-height:1.5em;
}


/*====================================================================
* 右カラム
=====================================================================*/
div#contents_r div#column_r {
}
div#contents_r div#column_r div#news {
	background:url(../img/column_right_back.gif)repeat-y top left;
	height:280px;
	/*background:url(../img/column_right-h206.gif) no-repeat top left;
	height:206px;*/
}
div#contents_r div#column_r div#news ul {
	margin:0px 17px;
	padding-top:30px;
	*padding-top:20px;
	background:url(../img/ttl_right01.jpg) no-repeat top left;
	width:225px; height:28px;
	_text-align:left;
}
div#contents_r div#column_r div#news ul li {
	padding:10px 5px 5px 5px;
	border-bottom:1px #666666 dotted;
}
div#contents_r div#column_r div#news ul li.end {
	padding:10px 5px 5px 5px;
	border:none;
}
div#contents_r div#column_r div#news ul p {
	padding:0 10px;
}
div#contents_r div#column_r div#news ul li span {
	color:#FF6B00;
	font-size:10px;
	background: url("../common/img/ico_02.gif") no-repeat top left;
	padding-left:10px;
}
div#contents_r div#column_r div#news2 {
	margin:0px 17px;
	padding-top:30px;
	height: 100%;
	background:url(../img/ttl_right01.jpg) no-repeat top left;
}
div#contents_r div#column_r div#news2 .ifrm-container {
    width:220px;
	height: 90%;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	display: inline-block;
	margin: 5px;
}
.ifrm {
  width:100%;
  height:100%;
  border:none;
  display:block;
}

div#video_box {
	margin-top: 30px;
}

/*====================================================================
* お知らせ欄
=====================================================================*/
div#info {
}
div#info ul {
	_margin:0px 17px;
	_padding-top:20px;
	width:200px;
	height:28px;
	_text-align:left;
}
div#info ul li {
	padding:10px 5px 5px 5px;
	border-bottom:1px #666666 dotted;
}
div#info ul li.end {
	padding:10px 5px 5px 5px;
	border:none;
}
div#info ul p {
	padding:0 10px;
}
div#info ul li span {
	color:#FF6B00;
	font-size:10px;
	padding-left:10px;
}

/*====================================================================
* info_player
=====================================================================*/
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#info_player {
	width: 646px;
	height: 386px;
	padding: 3px;

	display:none;
	background: #000;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);

}
