@charset "UTF-8";

/** ====================================================
 * Information
 *   File    : nenkan.css
 *   Site    : http://
 *   URL     : /kinder/lib/nenkan.css
 *   Summary : 幼稚園の1年間スタイル
 *
 * Order
 *   |-- 共通クラス
 *   |-- コンテンツ
 * ================================================== */


/** ----------------------------------------------------
 * 共通クラス
 * -------------------------------------------------- */
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}


/** ----------------------------------------------------
 * コンテンツ
 * -------------------------------------------------- */
#nenkan {
	width: 100%;
	overflow: hidden;
}

#nenkan #nenkanL {
	float: left;
	width: 270px;
}

#nenkan #nenkanR {
	float: right;
	width: 270px;
}

#nenkan .season {
	width: 270px;
	margin: 0 0 10px;
}

#nenkan .season .seasonBg {
	width: 254px;
	min-height: 125px;
	height: auto !important;
	height: 141px;
	padding: 8px;
}

* html #nenkan .season .seasonBg {
	padding-bottom: 0;   /* for IE6 */
}

#nenkan .season1 {
	background: url(../images/bg_season1.gif) no-repeat left bottom;
}

#nenkan .season1 .seasonBg {
	background: url(../images/bg_season1_h.gif) no-repeat left top;
}

#nenkan .season2 {
	background: url(../images/bg_season2.gif) no-repeat left bottom;
}

#nenkan .season2 .seasonBg {
	background: url(../images/bg_season2_h.gif) no-repeat left top;
}

#nenkan .season3 {
	background: url(../images/bg_season3.gif) no-repeat left bottom;
}

#nenkan .season3 .seasonBg {
	background: url(../images/bg_season3_h.gif) no-repeat left top;
}

#nenkan .season h2 {
	float: left;
	width: 48px;
	margin: 0 10px 0 0;
}

#nenkan .season .event {
	float: left;
	width: 110px;
	margin: 0 5px 0 0;
}

#nenkan .season .event p {
	margin: 0;
	font-size: .9em;
	line-height: 1.5;
	letter-spacing: -.05em;
}

#nenkan .season .img {
	float: right;
	width: 80px;
	margin: -5px 0 0;
	font-size: 0;   /* for IE */
}

#nenkan .season .img img {
	margin: 5px 0 0;
}
