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

/* =========================================================
 イベントページのスタイル
========================================================= */

/* タイトル */
div#primary h3{
	margin: 10px 0 5px;
}

/* 春 */
div#primary dl.description dt.spring{
	color: #EB6D8E;
}
/* 夏 */
div#primary dl.description dt.summer{
	color: #8DC661;
}
/* 秋 */
div#primary dl.description dt.autumn{
	color: #F39800;
}
/* 冬 */
div#primary dl.description dt.winter{
	color: #00AFCC;
}



/* 問い合わせ先 */
div#primary dl.description dd dl.contact{
	margin: 0;
	padding: 10px 10px 5px;
	background: url(../../images/bg_dot.png) repeat #F3F3F3;
}
div#primary dl.description dd dl.contact dt{
	margin: 0;
	padding: 0;
	line-height: 1.5;
	color: #333;
	font-weight: bold;
	font-size: 100%;
}
div#primary dl.description dd dl.contact dd{
	margin: 0;
	padding: 0;
	font-size: 93%;
}

