@charset "utf-8";
/* ===================================================================
CSS information

 file name  :event.css
 style info :eventページ用CSS
=================================================================== */

#article h2 {
	margin-bottom:25px;
}

/* -----------------------------------------------------------
	イベント情報ブロック
----------------------------------------------------------- */
.eventBlock {
	width:522px;
	background:url(../img/event/bg_event.gif) repeat-y 0% 0%;
}

.eventBlock:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

.eventBlock h3 {
	padding:7px 35px;
	color:#fff;
	background:#9aa9cd url(../img/event/bg_eventTop.gif) no-repeat 0% 0%;
}

.eventBottom {
	height:7px;
	background:url(../img/event/bg_eventBottom.gif) no-repeat 0% 100%;
	margin-bottom:10px;
}

.eventContent {
	padding:16px 30px 16px 15px;
}


/* 	日程などタイムテーブル
-----------------------------------------------------------*/
.eventContent table {
	margin-bottom:15px;
}

.eventContent table th {
	font-weight:normal;
	vertical-align:top;
	min-width:40px;
	width:auto !important;
	width:40px;
}

/* 	アーティスト情報などの項目が長い場合のリスト
-----------------------------------------------------------*/
.eventContent ul {
	margin-bottom:1em;
}

/* 	イベント内容文章
-----------------------------------------------------------*/
.eventContent p {
	margin-bottom:1em;
}

/* 	画像があって、テキストを回りこます場合
-----------------------------------------------------------*/
.eventContent .imgR {
	clear:both;
	float:right;
	padding:0 0 5px 10px;
}

/* 	ファイブスター
-----------------------------------------------------------*/
.eventBlock_pink {
	width:522px;
	background:url(../img/event/event_back_third.gif) repeat-y 0% 0%;
}

.eventBlock_pink:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

.eventBlock_pink h3 {
	padding:7px 35px;
	color:#fff;
	background:#F1768C url(../img/event/event_top_third.gif) no-repeat 0% 0%;
}
.eventBlock_pink p {
	text-align: center;
	margin-bottom: 15px;
}

.eventBottom_pink {
	height:7px;
	background:url(../img/event/event_bot_third.gif) no-repeat 0% 100%;
	margin-bottom:10px;
}

.eventContent_pink {
	padding:16px 0;
}

.eventContent_pink div {
	border-bottom: 2px solid #BF1146;
	width: 490px;
	margin: 0 auto 20px; padding-bottom: 20px;
}
.eventContent_pink div.end {
	border: none;
	margin-bottom: 0; padding-bottom: 0;
}
.eventContent_pink div:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
.eventContent_pink div img {
	float: right;
	margin: 0 0 10px 15px;
}

