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

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


/* -----------------------------------------------------------
	.box
----------------------------------------------------------- */
.box {
	float:left;
	width:350px;
}

.boxInner {
	float:left;
	width:310px;
	margin:10px;
	padding:10px;
	background-color:#DCDCDD;
}

.boxInner .img{
	float:left;
	width:100%;
	text-align:center;
	overflow:hidden;
	line-height:0;
}

.boxInner .comment{
	float:left;
	width:100%;
	height:150px;
	overflow:hidden;
	margin-top:10px;
}

.boxInner .bt{
	float:left;
	width:100%;
	margin-top:10px;
	text-align:center;
}
/* 	dl
----------------------------------------------------------- */

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

.boxInner  dl dt{
	float:left;
	width:80px;
	height:20px;
	margin-right:10px;
	margin-top:10px;
	line-height:20px;
	color:#FFF;
	text-align:center;
	background-color:#B20C15;
}

.boxInner  dl.corporationDl dt{
	background-color:#4B7CAE;
}

.boxInner  dl dd{
	float:left;
	width:200px;
	line-height:20px;
	margin-top:10px;
	padding-left:10px;
	background-color:#DCDCDD;
}

