@charset "utf-8";

/********** 沿革 **********/
body.page-template-pagehistory-php #main h1{
	padding:0 0 30px;
}

/********** 一覧 **********/
body.page-template-pagehistory-php #main .history-list ul li{
	padding:0 0 20px;
	background:url(../../images/page/history/bg-history.png) repeat-y 0 0;
}
body.page-template-pagehistory-php #main .history-list ul li .item-history{
	background:url(../../images/page/history/icon-item.png) no-repeat 0 0.4em;
}
body.page-template-pagehistory-php #main .history-list ul li .begin{
	background:url(../../images/page/history/icon-item-begin.png) no-repeat 0 -0.2em;
}
body.page-template-pagehistory-php #main .history-list ul li .year{
	float:left;
	width:110px;
	text-align:center;
	color:#ccc;
	font-weight:bold;
	font-size:200%;
}
body.page-template-pagehistory-php #main .history-list ul li .month{
	float:left;
	width:50px;
	padding:0.5em 0 0 15px;
	font-size:120%;
}
body.page-template-pagehistory-php #main .history-list ul li .item-desc{
	float:right;
	width:520px;
	padding:0.65em 0 0 15px;
}

