@charset "utf-8";
/* ===================================================================
CSS information
 author     :nariai
 file name  :  index.css
 style info :  ページコンテンツを構成するスタイル (トップページ)
=================================================================== */

/*グローバルナビ*/
#he-list li .he-list-01 {
	background-position:0 -37px;
}

/*メインバナー*/
#imgBox {
	width:619px;
	height:281px;
	padding:4px;
	margin-bottom:13px;
	background:url(img/bg_re_01.png) no-repeat;
}

/*ニューリリース*/
#releaseBox {
	width:627px;
	margin-bottom:13px;
}

#releaseBoxT,#releaseBoxB {
	font-size:0;
	line-height:0;
}

#releaseBoxM {
	width:625px;
	border-right:solid 1px #c5c1a9;
	border-left:solid 1px #c5c1a9;	
}

#releaseBoxWrpM {
	width:615px;
	padding:0 0 5px 8px;
	border-right:solid 1px #ffffff;
	border-left:solid 1px #ffffff;	
	background:#f2eed5;
}

#releaseBoxWrpM:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#releaseBoxWrpM ul {
	width:615px;
}

#releaseBoxWrpM li {
	font-size:88%;
	line-height:1.2em;
	width:115px;
	display:block;
	float:left;
	padding-right:8px;
}

#releaseBoxWrpM li a {
	display:block;
	text-decoration:none;
	color:#330000;
}

#contBox {
	width:627px;
}

/*アップカミングショー*/
#showBox {
	width:307px;
	float:left;
}

/*ニュース*/
#newsBox {
	width:307px;
	float:right;
}

/*アップカミングショー ニュース共通部分*/
#showBoxT,#showBoxB,
#newsBoxT,#newsBoxB {
	font-size:0;
	line-height:0;
}

#showBoxM,#newsBoxM {
	width:305px;
	border-right:solid 1px #c5c1a9;
	border-left:solid 1px #c5c1a9;	
}

#showBoxWrpM,#newsBoxWrpM {
	width:277px;
	padding:0 13px;
	border-right:solid 1px #ffffff;
	border-left:solid 1px #ffffff;	
	background:#f2eed5;
}

#showBoxWrpM:after,#newsBoxWrpM:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#bnrBox {
	width:307px;
	clear:both;
}

.bn-01,
.bn-02 {
	padding:10px 12px 0 0;
}

.bn-03 {
	padding-top:10px;
}



/*
#bnrBoxL {
	width:154px;
	float:left;
	padding-top:13px;
}

#bnrBoxR {
	width:153px;
	padding-top:13px;
	float:right;
	text-align:right;
}
*/
