@charset "UTF-8";

/*新着情報コンテンツ*/

#news div.content{
	padding:10px;
}

#news article{
	padding-bottom:10px;
	border-bottom: dashed 1px #000;
	margin-bottom:10px;
	display:table;
	width:100%;
}

#news article time{
	font-size:0.8rem;
	line-height:1.0em;
	color:#f8b;
}

#news article p.ttx{
	font-weight:bold;
	line-height:1.0em;
	margin-bottom:5px;
}

#news article p.excerpt{
	font-size:0.8rem;
	line-height:1.75em;
}

#news article p.thum{
	display:table-cell;
	width:240px;
	vertical-align:top;
}

#news article p.thum img{
	width:100%;
	vertical-align:bottom;
}

#news article div.text{
	display:table-cell;
	width:auto;
	vertical-align:top;
	padding-left:10px;
}

#news article div.text p.readmore-content{
	overflow:hidden;
}

#news article div.text a{
	font-size:0.8rem;
	line-height:1.75em;
}