@charset "utf-8";
/* CSS Document */

/*/////////////////////////////////////////////////////////
file name: 15th.css
description: 15th用CSS

///////////////////////////////////////////////////////// */

/* ===========  一覧  =========== */

/* --- 募集 --- */

.ivent_entry {
	margin-top: 15px;
	position: relative;
	border: 1px solid #73a315;
}

.ivent_entry .ivent {
	background-color: #f3f7ed;
	padding: 10px;
}

.ivent_entry .state, .ivent_close .state {
	width: 58px;
	position: absolute;
	top: 12px;
	/top: 5px;
	left: 10px;
}

/* --- ステータス位置 IE7ハック --- */
*:first-child+html .ivent_entry .state, .ivent_close .state {
	/*top: 5px;*/
}

.ivent_entry h4, .ivent_close h4 {
	width: 470px;
	margin-left: 60px;
	font-weight: bold;
	line-height: 1.4;
}

.ivent_entry .btn_details, .ivent_close .btn_details {
	width: 42px;
	position: absolute;
	right: 10px;
	top: 10px;
}

/* --- 詳細ボタン位置 IE7ハック --- */
*:first-child+html .ivent_close .btn_details  {
	top: 6px;
}

.ivent_entry p, .ivent_close p {
	padding: 10px;
}

/* --- 終了 --- */

.ivent_close {
	margin-top: 15px;
	position: relative;
	border: 1px solid #898989;
}

.ivent_close .ivent {
	background-color: #efefef;
	padding: 10px;
}


/* ===========  詳細ページ  =========== */

/* --- 募集 --- */

.ivent_title {
	position: relative;
	margin-bottom: 15px;
	background-color: #f3f7ed;
	padding: 10px;	
}

.ivent_title .state {
	width: 58px;
	position: absolute;
	top: 12px;
	left: 10px;
}

/* --- 詳細ボタン位置 IE7ハック --- */
*:first-child+html .ivent_title .state {
	top: 6px;
}

.ivent_title h4 {
	width: 520px;
	margin-left: 60px;
	font-weight: bold;
	line-height: 1.4;
}

/* --- 終了 --- */

.event_close {
	position: relative;
	margin-bottom: 15px;
	background-color: #EFEFEF;
	padding: 10px;	
}

.event_close .state {
	width: 58px;
	position: absolute;
	top: 12px;
	left: 10px;
}

/* --- 詳細ボタン位置 IE7ハック --- */
*:first-child+html .event_close .state {
	top: 6px;
}

.event_close h4 {
	width: 520px;
	margin-left: 60px;
	font-weight: bold;
	line-height: 1.4;
}

/* --- 日程 --- */

#program {
	padding: 15px 0;
}

#program table {
	width: 100%;
}

#program td {
	border-bottom: 10px solid #ffffff;
	padding: 8px 5px 8px 5px;
	line-height:1.5;
}

#program col.program_list {
	background: url(../../common/images/program_bg.jpg) repeat-y;
}

#program span.close {
	color: #76a316;
}

#program .info {
	padding-left: 15px;
	line-height 1.5;
}
	


/* ===========  関連イベント  =========== */
.ivent_connect {
	margin-top: 15px;
	border: 1px solid #73a315;
}

.ivent_connect h4 {
	padding: 10px;
	font-weight: bold;
	background-color: #f3f7ed;
}

.ivent_connect a:hover {
	color:#76A316;
}

.ivent_connect p {
	padding: 10px;
}

.ivent_connect span.close {
	color:#76A316;
}
