@charset "UTF-8";

/* ヘッドライン */

#headline p{
	left:370px;
}

/* メイン */

#main{
	overflow:hidden;
}

/* イベント一覧 */

#events{
	margin:0 0 0 54px;
	padding:64px 0 0;
	width:587px;
	background:url(../img/event/cloth_head.png) no-repeat;
	float:left;
	display:inline;
}
#events ul{
	margin:0 0 20px;
	padding:0 0 30px;
	width:587px;
	background:url(../img/event/cloth_body.png);
}
#events ul li{
	width:587px;
	padding:6px 0 12px;
	background:url(../img/event/line.png) no-repeat left bottom;
	clear:both;
	overflow:hidden;
}
#events ul li.none{
	width:587px;
	display:none;
}
#events ul li.none p{
	margin:0 30px;
}
#events ul li p.icon{
	margin:0 0 0 24px;
	width:57px;
	height:57px;
	float:left;
	display:inline;
}
#events ul li h2{
	margin:10px 0 0;
	width:370px;
	color:#ff4988;
	float:left;
}
#events ul li h2 a{
	position:relative;
	color:#2e2c34;
	text-decoration:none;
}
#events ul li h2 a:hover{
	color:#ff4988;
	border-bottom:1px dotted #ff4988;
}
#events ul li dl{
	margin:10px 0 0;
	width:370px;
	color:#ff4988;
	float:left;
}
#events ul li dl dt a{
	position:relative;
	color:#2e2c34;
	text-decoration:none;
}
#events ul li dl dt a:hover{
	color:#ff4988;
	border-bottom:1px dotted #ff4988;
}

/* イベント一覧 - サイドバー */

#side{
	position:relative;
	margin:0 45px 0 0;
	width:292px;
	background:url(../img/event/side_bg.png) no-repeat;
	float:right;
	display:inline;
}
#side dt{
	width:292px;
	height:80px;
	overflow:hidden;
}
#side dd{
	width:292px;
	height:229px;
}
#side dd ul{
	margin:5px 0 0 70px;
	width:90px;
	font-size:0;
	line-height:0;
}

/* イベント詳細 */

#detail{
	position:relative;
	padding:80px 0 0;
	margin:0 auto 20px;
	width:884px;
	background:url(../img/event/detail_head.png) no-repeat;
}
/* #detail h2{
	margin:0 auto;
	width:770px;
	min-height:66px;
	height:auto !important;
	height:66px;
	color:#2e2c34;
	background:url(../img/event/icon-concert.png) no-repeat;
	font-size:18px;
	font-weight:bold;
} */
#detail h2{
	margin:10px 0 0 20px;
	width:710px;
	height:auto;
	color:#2e2c34;
	font-size:18px;
	font-weight:bold;
	background:none;
	float:left;
}
#detail #icon{
	margin:0 0 10px 30px;
	float:left;
}
/* #detail h2.event{
	background:url(../img/event/icon-event.png) no-repeat;
}
#detail h2.stage{
	background:url(../img/event/icon-stage.png) no-repeat;
}
#detail h2.fanclub{
	background:url(../img/event/icon-fanclub.png) no-repeat;
}
#detail h2 span{
	padding:10px 0 0 90px;
	display:inline-block;
} */
#detail p.line{
	margin:0 auto 20px;
	padding:20px 0 0;
	width:844px;
	clear:both;
	float:none;
}
#detail div{
	margin:0 auto;
	padding:0 36px 38px;
	background:url(../img/event/detail_body.png) repeat-y;
}
#detail div p{
	margin:0 0 20px;
}
#detail div table{
	border-top:1px solid #ff4988;
	border-left:1px solid #ff4988;
	border-collapse:collapse;
}
#detail div table th{
	text-align:center;
	padding:2px 4px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	color:#fff;
	background:#ff4988;
}
#detail div table th div{
	margin:0;
	padding:0;
	width:auto;
	height:auto;
	background:none;
}
#detail div table td div{
	margin:0;
	padding:0;
	width:auto;
	height:auto;
	background:none;
}
#detail div table th.last{
	border-right:1px solid #ff4988;
}
#detail div table th.end{
	border-bottom:1px solid #ff4988;
}
#detail table td{
	padding:2px 4px;
	border-bottom:1px solid #ff4988;
	border-right:1px solid #ff4988;
	background:#fff;
	text-align:center;
}
#detail table td a{
	color:#06c;
}
#detail table td.onsale{
	color:#ff4988;
	font-weight:bold;
}
#detail div ul{
	margin:0 0 0 24px;
	list-style-type:disc;
}

/* いいねボタン */

ul#fav{
	margin:10px 0 0 20px;
	height:23px;
	float:left;
}
ul#fav li{
	padding:0 10px 0 0;
	height:23px;
	float:left;
}
ul#fav li iframe.twitter-count-none{
	 width:65px !important;
}

