@charset "utf-8";

/* CSS Document */



/* attention

---------------------------------------------------- */
#hall_container #attention{
	clear:both;
	margin-top:30px;
	/* margin-bottom:28px; */
}


#hall_container #attention_title{
	background:url(/suntoryhall/schedule/common/pickup/img/back_bar_bl.jpg) repeat-x;
	margin:0 30px;
	padding:15px 30px;
}




/* caroucel
---------------------------------------------------- */
#hall_container #carousel_wrap{
	width:960px;
	height:300px;
	position:relative;
}


#hall_container #carousel_wrap #car_prev{
	width:30px;
	height:151px;
	position:absolute;
	top:40px;
	left:0;
	cursor:pointer;
}


#hall_container #carousel_wrap #car_next{
	width:30px;
	height:151px;
	position:absolute;
	top:40px;
	left:930px;
	cursor:pointer;
}


#hall_container #carousel_wrap #carousel_body{
	margin:0 auto;
	width:900px;
	height:300px;
	overflow:hidden;
}


#hall_container #carousel_wrap #carousel_body:after{
	display:block;
	margin-top:-1px;
	height:1px;
	content:"";
	clear:both;
}


#hall_container #carousel_wrap ul.car_list{
	height:300px;
	list-style-type:none;
}


#hall_container #carousel_wrap ul.car_list li{
	_display:inline;
	width:270px;
	height:300px;
	margin:0 13px;
	padding:0 2px;
	float:left;
	background:url(/suntoryhall/schedule/common/pickup/img/list_back.gif) no-repeat;
}

#hall_container #carousel_wrap ul.car_list li img {
    width: 100%;
    height: auto;
}

#hall_container #carousel_wrap ul.car_list li a{
	text-decoration:none;
}


#hall_container #carousel_wrap ul.car_list li a:hover{
	text-decoration:underline;
	color:#333;
}


#hall_container #carousel_wrap .release_date{
	width:258px;
	height:28px;
	background:url(/suntoryhall/schedule/common/pickup/img/date_back.gif) no-repeat;
	color:#ffffff;
	font-size:.875em;
	padding:12px 0 0 12px;
}


#hall_container #carousel_wrap .exhibition_date{
	color:#666666;
	font-size:.875em;
	padding:15px 0 10px 15px;
}


#hall_container #carousel_wrap .perform_title{
	color:#333333;
	font-size:.875em;
	font-weight:bold;
	padding:0 0 0 15px;
	line-height:1.2;
}