@charset "utf-8";
/*
 * name:event.css
 * author:Manabu Kushimoto(web-park.org)
*/

/* month_select
------------------------------------------------ */
#month_select {
	margin-top: 20px;
	padding: 20px 20px 0;
	background: url(../../img/event/select_bg.gif) no-repeat 167px top;
}

	#month_select li {
		float: left;
		width: 60px;
		height: 60px;
	}

/* event_list
------------------------------------------------ */
#event_list {
}

	#event_list .article {
		margin-bottom: 20px;
	}

		#event_list .article ol {
		}

			#event_list .article ol li {
				padding: 20px 0;
				border-bottom: dashed #8DC21F 1px;
			}

				#event_list .article ol li h3 {
					font-size: 180%;
					font-weight: normal;
					color: #36942A;
				}

				#event_list .article ol li .date {
					font-size: 120%;
					color: #36942A;
				}

					#event_list .article ol li .date img { vertical-align: middle; }
					#event_list .article ol li .date span { margin-left: .5em; }

				#event_list .article ol li .left_block {
					float: left;
					margin-bottom: 10px;
					width: 525px;
				}

				#event_list .article ol li .island {
					float: right;
					margin-bottom: 10px;
					width: 53px;
				}

				#event_list .article ol li .comment {
					clear: both;
				}
