@charset "utf-8";

#hall .Tab ul {
	display: flex;
	justify-content: space-between;
	margin: 20px 0 30px;
}


#hall a:hover img{
	opacity: 0.70; /* Standard: Firefox 1.5以上, Opera, Safari */
	filter: alpha(opacity=70); /* IE 8 */
	_filter: "alpha(opacity=70)";/* IE 8以下 */
	-khtml-opacity: 0.70; /* Safari 1.x */
	-moz-opacity: 0.70; /* Firefox 1.5以下, Netscape */
}

/*点線*/
#hall .xLine {
	width: 755px;
	height: 1px;
	background: url(/resource/club_com/special/hall/images/kit_line_x.gif) repeat-x 0 0;
	margin-bottom: -13px;
	font-size: 0px;
}

/*ヘッダー*/
#hall .hallHeader{
	margin-bottom: 22px;
}

/*メインコンテンツ*/
#hall .hallMain{
	margin-bottom: 10px;
}

/*2カラムレイアウト*/
#hall .unit2Col{
	margin-bottom: 20px;
}

#hall .unit2Col-inner{
	width: 358px;
	float: left;
}

#hall .unit2Col-inner:first-child{
	width: 354px;
	margin-right: 49px;
}

/*カテゴリ見出し*/
#hall .hallMain-category__heading{
	background-color: #ffffff;
	border-left: 7.5px solid #d24d4d;
	font-size: 17px;
	padding: 5px 10px;
	margin-bottom: 15px;
	width: 144px;
}

/*カテゴリ見出し02*/
#hall .hallMain-category__heading02{
	background-color: #ffffff;
	border-left: 7.5px solid #d24d4d;
	font-size: 17px;
	padding: 5px 10px;
	margin-top: 40px;
	margin-bottom: 15px;
	width: 144px;
}

/*改行禁止*/
#hall .hallMain-category__heading__nowrap  { 
white-space: nowrap;
}

#hall .hallMain-category__img{
	float: left;
}

/*リンクリスト*/
#hall .hallMain-category__listWrap{
	float: left;
	font-size: 12px;
	line-height: 21px;
	width: 200px;
}

#hall .hallMain-category__listWrap li a{
	background:url(/resource/club_com/special/hall/images/icon_hall_arrow.gif) no-repeat 3px 6px;
	display: block;
	padding-left: 13px;
	letter-spacing: -0.5px;
	color: #333333
}

#hall .hallMain-category__listWrap li a:hover{
	background-color: #fcac00;
	background-position: 3px -34px;
	color: #fff;
	text-decoration: none;
}

/*バナーエリア*/
#hall .hall__linkBnr{
	margin: 35px 0 55px;
}

/*その他関連特集*/
#halll .anotherSpecial{
	margin-bottom: 25px;
}

#hall .anotherSpecial_heading{
	font-size: 17px;
	border-left: 5px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 6px 0 4px 10px ;
}

#hall .anotherSpecial__linkBnr{
	float: left;
	margin: 15px 0 10px 19px;
}

#hall .anotherSpecial__linkBnr:first-child{
	margin-left: 0;
}