@charset "utf-8";


.clear{
	clear:both;
}


.borderLive{
	width:100%;
	height:5px;
	background:#FF9900;
}


h3#liveTitle{
	width:900px;
	height:50px;
	margin:0 auto;
	padding:0;
	background:url(../live-concert/image/liveTitle.jpg) no-repeat;
	text-indent:-1000em;
}

div.contentsBlock{
	width:900px;
	margin:40px auto 0 auto;
	padding:0 0 10px 10px;
}

div.imagePh{
	display:inline;
	float:left;
	text-align:center;
	width:260px;
	margin:0 0 10px 0;
	padding:10px 0;
	background:#CCCCCC;
}

div.imagePh p.ph{
	margin:0 0 10px 0;
	padding:0;
}

div.imagePh p.shousai{
	width:240px;
	margin:3px auto;
	padding:5px 0;
	border:1px solid #666666;
	background:#FFFFFF;
}

div.imagePh p.shousai a{
	color:#666666;
	text-decoration:none;
}

div.imagePh p.shousai a:hover{
	color:#CC0000;
	text-decoration:none;
}

div.infoBox{
	display:inline;
	float:left;
	width:340px;
	margin:0 0 10px 0;
	padding:0 10px;
}

div.infoBox p.eventDate{
	margin:0;
	padding:5px;
	font-weight:bold;
	color:#CC0000;
}

div.infoBox h3.eventTitle{
	margin:0;
	padding:5px; 
	font-size:1em;
	color:#000000;
}

div.yellowLine{
	width:100%;
	height:3px;
	margin:5px 0;
	background:#FFCC00;
}

div.details{
	margin:0;
	padding:0 5px;
	line-height:1.5em;
}

div.artistMov{
	display:inline;
	float:right;
	width:280px;
	margin:0;
	padding:0;
}




/* イベント応募フォームアンカー用 */
.gotoForm a{
	font-weight:bold;
	color:#FF6600;
}

.gotoForm a:hover{
	text-decoration:none;
	font-weight:bold;
	color:#999999;
}


















