﻿@charset "utf-8";

/* -----------------------------------------------
 * 観光文化情報ステーション
 * seasonディレクトリ CSS
 *
 * Author     : sue
 * LastUpdate : 08/07/09
----------------------------------------------- */

/* ===============================================
 *【基本構成】
 *
 * 1.旬情報
=============================================== */


#article .cBox {
	width: 580px;
	margin-top: 15px;
}

/* -----------------------------------------------
 * 1.旬情報
----------------------------------------------- */

/* リスト */
#article .cBox ul {
	margin: 24px 0;
}

	#article .cBox ul li {
		padding: 8px 0;
		font-size: 115%;
		list-style-type: disc;
		list-style-position: inside;
		border-bottom: 1px dotted #cccccc;
	}

/* リスト(ページナビ部分) 
#article .cBox2 ul {
	margin: 0 0 12px;
}

	#article .cBox2 li.BacktopPage {
		padding: 0 0 0 18px;
		font-size: 100%;
		list-style-type: none;
		border-bottom: none;
	}

	#article .cBox2 li.Backtop {
		padding: 0 0 0 18px;
		font-size: 100%;
		list-style-type: none;
		border-bottom: none;
	}*/

#article .cBox #seasonHeader h3 {
	float: left;
}

#article .cBox #seasonHeader ul {
	float: left;
	margin-bottom: 0;
	list-style-type: none;
}

	#article .cBox #seasonHeader ul li {
		float: left;
		margin-left: 32px;
		padding: 2px 3px;
		font-size: 120%;
		list-style-type: none;
		border-bottom: none;
	}

	/* 春 */
	#article .cBox #seasonHeader ul li.spring {
		background-color: #FEE2F6;
	}

	/* 夏 */
	#article .cBox #seasonHeader ul li.summer {
		background-color: #D4FED1;
	}

	/* 秋 */
	#article .cBox #seasonHeader ul li.autumn {
		background-color: #F2DABC;
	}

	/* 冬 */
	#article .cBox #seasonHeader ul li.winter {
		background-color: #C1E4FD;
	}