
/*  これまでの歩み　*/
/*--------------------------------------------------------*/

.history{	
	padding:0 15px;
}

.history table.tbl_history{
	width:100%;
	border-collapse: collapse;
}

.history table.tbl_history tr td{
 	border-width: 1px 1px; /* 上下左右に線を引く */
	border-color: #FADCC8; /* 線色 */
	border-style: solid; /* 線種：実線 */	
}

.history table.tbl_history tr td.koumoku{
	background:#FFF57D;
	text-align:center;
	padding:5px 0;
	font-size:12px;
	line-height:1.5em;
}

.history table.tbl_history tr td.nen{
	background:#FFFADC;
	text-align:center;
	padding:5px 0;
	font-size:12px;
	line-height:1.5em;
}

.history table.tbl_history tr td.month{
	background:#FFF;
	text-align:center;
	padding:5px 0;
	font-size:12px;
	line-height:1.5em;
}

.history table.tbl_history tr td.info{
	background:#FFF;
	text-align:left;
	padding:5px;
	font-size:12px;
	line-height:1.5em;
}