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

 file name  :event_details.css
 author     :igu (admin)
 style info :イベント詳細ページ
=================================================================== */


/* -----------------------------------------------------------
	#eventDetails
		詳細情報
----------------------------------------------------------- */
#eventDetails {
	float:left;
	width:685px;
	margin:7.5px;
}

#eventDetails .img{
	float:left;
	width:100%;
	overflow:hidden;
}

#eventDetails .textBox{
	float:left;
	width:665px;
	padding:10px;
	margin-top:7.5px;
}

/* 	dl
----------------------------------------------------------- */

#eventDetails .textBox dl{
	float:left;
	width:100%;
	margin-top:10px;
}

#eventDetails .textBox dl dt{
	float:left;
	width:140px;
	height:40px;
	margin-right:10px;
	margin-top:10px;
	line-height:40px;
	background-color:#B20C15;
	color:#FFF;
	text-align:center;
}

#eventDetails .textBox dl.corporationDl dt{

	background-color:#4B7CAE;

}

#eventDetails .textBox dl dd{
	float:left;
	width:505px;
	height:40px;
	line-height:40px;
	margin-top:10px;
	padding-left:10px;
	background-color:#DCDCDD;
}

/* 	.comment
----------------------------------------------------------- */
#eventDetails .textBox .comment{
	float:left;
	width:100%;
	margin-top:10px;
}

/* 	.btGrp
----------------------------------------------------------- */
#eventDetails .textBox .btGrp {
	float:left;
	width:100%;
	margin-top:10px;
}

#eventDetails .textBox .btGrp .entry{
	float:left;
	width:220px;
	margin-right:2.5px;
}

#eventDetails .textBox .btGrp .website{
	float:left;
	width:220px;
	margin-right:2.5px;
}

#eventDetails .textBox .btGrp .facebook{
	float:left;
	width:220px;
}


















