@charset "utf-8"; /* 〠 */

/*----------------------------------------------*/
/* Newslist CSS [PC]                            */
/*----------------------------------------------*/

.newslistbox {
	overflow: hidden;  /* preventing height 0 when float */
	margin-bottom: 25px;
}

.newslist {
	display: table;
	width: 100%;
}

.newslist li {
	display: table-row;
}

.newslist li a {
	overflow: hidden;  /* preventing height 0 when float */
	display: block;
	padding: 10px 5px;
}

.newslist li .news-date {
	display: table-cell;
	width: 165px;
	padding-left: 30px;
	
	background-image: url(../images/common/list_arrow.png);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	
x	background-color: #FF0000;
}

.newslist li .news-date img {
	vertical-align: middle;
}

.newslist li a        .news-date,
.newslist li a:hover  .news-date,
.newslist li a:focus  .news-date,
.newslist li a:active .news-date {
	color: #000000;
}

.newslist li .news-title {
	display: table-cell;
	line-height: 120%;
x	background-color: #00FF00;
}

/* 奇数番目 */
.newslist li:nth-child(2n) {
	background-color: #F6F4F1;
}
