@charset "UTF-8";

/*	-----------------	*/
/*	ライブイベント BEAT PARTY	*/
/*	-----------------	*/

div#mainContents div#live_report h3{
	margin: 0;
}

div#mainContents div#live_report h4{
	margin: 15px 0 0 0;
}

/*	<detail_box>	*/
div#mainContents div#detail_box {
	width: auto;
	color: #fff;
	background-color: #333;
	border: 1px solid #111;
}

div#mainContents div#detail_box div.inner {
		padding: 5px 10px;
}

div#mainContents div#detail_box ol {
	margin-left: 2.7em;
}

div#mainContents div#detail_box a{
	color: #ff3;
}

/*	</detail_box>	*/

/*	<div.artist>	*/
div#mainContents div.artist h4{
	text-indent: 5px;
	border-left: 5px solid #137;
	border-bottom: 1px solid #137;
}

div#mainContents div.artist h5.member{
	clear: both;
	margin: 0;
}

div#mainContents div.artist ul.member{
	margin: 0 0 0.5em 0;
}

div#mainContents div.artist ul.member li{
	display: inline;
	margin: 0 1em 0 0;
}

/*	</div.artist>	*/

/*	<about_event>	*/
div#mainContents div#about_event {
	width: auto;
	margin-top: 50px;
	padding: 5px;
	color: #666;
	background-color: #f0f0f0;
	border: 1px solid #999;
}

/*	</about_event>	*/


/*	====================*/
/*	<Photo Gallery>	*/
/*	====================*/
ul.thumbnails{
	margin: 0 0 0 -5px;
	list-style-type: none;
}

ul.thumbnails li{
	margin: 0 5px 10px 5px;
	width: 100px;
	height: 90px;
	float: left;
	background: transparent url(/images/skin/event/thumbnail_bg.jpg) no-repeat left top;
	vertical-align: middle;
}

ul.thumbnails li a{
	width: 84px;
	height: 84px;
	/*background-color: #fff;*/
	background-color: #fff;
	line-height: 50%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

ul.thumbnails li a:hover{
	background-color: #fff;	/*	for IE 6*/
}

ul.thumbnails li img{
	vertical-align: middle;
}

* html ul.thumbnails li a{	/*	IE6	*/
	display: block;
}

*:first-child+html ul.thumbnails li a{	/*	IE7	*/
	display: block;
}

* html ul.thumbnails li span {	/*	IE6	*/
	margin-left: -1px;
	display: inline-block;
	height: 100%;
	width: 1px;
	vertical-align: middle;
}

*:first-child+html ul.thumbnails li span {	/*	IE7	*/
	margin-left: -1px;
	display: inline-block;
	height: 100%;
	width: 1px;
	vertical-align: middle;
}
/*	====================*/
/*	</Photo Gallery>	*/
/*	====================*/

