@charset "UTF-8";



/*===============================================================================

　* イベント詳細ページ

===============================================================================*/

	
h2{
	clear:both;
	width:785px;
	height:27px;
	font-size:14px;
	letter-spacing:1px;
	padding:13px 0 0 15px;
	color:#FFF;
	background:url(../img/h2_bg.png) no-repeat center top;
	}

h2 span.title{
	font-size:18px;
	margin-right:10px;
	letter-spacing:2px;
	}
	
	
h2 span.period{
	font-size:12px;
	}

	
/*-------------------------------------------
　* カレンダーエリア
-------------------------------------------*/

.event_area {
	width:716px;
	margin:0 auto 30px auto;
	padding:40px 42px 40px 42px;
	background:url(../img/box_bg.gif) no-repeat center bottom;
	float:left;
	}

.event_poster {
	clear:both;
	width:700px;
	height:auto;
	margin:0 auto 20px auto;
	text-align:center;
	}

.event_poster img{
	max-width:700px;
	}
		
.event_txt {
	width:670px;
	height:auto;
	margin:0 auto;
	padding:9px 14px 9px 14px;
	border:1px solid #fdaec9;
	background:#FFFFFF;
	line-height:28px;
	font-size:14px;
	}



