@charset "utf-8";


/*-------------------------------新着情報一覧・詳細-------------------------------*/

.infoText {
	font-size     : 120%             ;
	padding       : 0 10px 10px 10px ;
	border-bottom : 1px dotted #ccc  ;
}

#historyTable {
	width         : 100% ;
	text-align    : left ;
	line-height   : 160% ;
	font-size     : 120% ;
	margin-bottom : 20px ;
}
	
	#historyTable tr {background : #eeffe7;}
	
	#historyTable .odd {background : #fff;}
	
	#historyTable th {
		color       : #fff           ;
		font-weight : bold           ;
		text-align  : left           ;
		padding     : 5px 8px        ;
		border      : 1px solid #fff ;
		background  : #6b8e23        ;
	}

	#historyTable td {
		text-align  : left           ;
		line-height : 1.6            ;
		padding     : 5px 8px        ;
		border      : 1px solid #fff ;
		vertical-align : top;
	}
	
	
	#historyTable .date {
		width       : 45px ;
		font-weight : bold ;
	}
	
	#historyTable .cate {
		width       : 75px ;
		color       : #000 ;
		font-weight : bold ;
	}

