@charset "UTF-8";

/* CSS Document */

/*----------------------------------------------------
	ニュースフィード
----------------------------------------------------*/

#news .news_list{
	max-width: 950px;
	padding: 20px;
}

#news .news_list ul{
	width: 100%;
}

#news .news_list li{
	border-bottom: 1px #D0BEA4 dotted;
}

#news .news_list li a{
	display: block;
	text-decoration: none;
	color:#444444;
	padding: 20px;
	position: relative;
	background: url(../common/syaji.png) no-repeat right 1% center;
	transition: all 0.5s;
	overflow: hidden;
}

#news .news_list li a:hover{
	background-color:#F7F7F7;
	background-position: right 0.5% center;
}

#news .news_list li a .state{
	color:#a0814d;
	display: block;
	margin-bottom: 10px;
}

#news .news_list li a .state span{
	margin-right: 0.5em;
}

#news .news_list li a .title{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}