@charset "utf-8";

@import "01format.css";
@import "02layout.css";
@import "03common.css";


/* Event Style
---------------------------------------------------- */
#event .nextPage {
	text-align: right;
	margin: 15px 0;
}

#event .eventBox {
	background: url(/images/event/bg_event.jpg) repeat-x top;
	padding: 15px 0;
	margin-top: 10px;
}

#event .eventBox .eventTtl {
	border-bottom: #7d8d94 dotted 1px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#event .eventBox .eventTtl h4 {
	color:#4e5f68;
	padding: 0 5px 4px 25px;
	background: url(/images/event/icon_event.gif) no-repeat 5px 0;
	font-weight: bold;
	font-size: 95%;
}

#event .eventBox table {
	width: 100%;
}

#event .eventBox th {
	background: #cdd7db;
	color:#4e5f68;
	padding: 4px;
	width: 15%;
	font-size: 78%;
	border: #ffffff solid 1px;
}

#event .eventBox td {
	padding: 4px;
	width: 85%;
	border: #ffffff solid 1px;
	line-height: 1.4;
}
