@charset "utf-8";
/* CSS Document */

h3 {margin-bottom: 20px;}


/*------------------記事一覧部分------------------*/
div.list_area_gray {
	width: 461px;
	clear: both;
	overflow: hidden;
	background-color: #eff3f5;
	padding: 16px 10px 16px 10px;
}

div.list_area_white {
	width: 461px;
	clear: both;
	overflow: hidden;
	background-color: #FFFFFF;
	padding: 16px 10px 16px 10px;
}

div.list_area_gray div {
	display: table-cell;
	vertical-align: middle;
}

div.list_area_white div {
	display: table-cell;
	vertical-align: middle;
}

*:first-child+html div.list_area_gray div {
	display: inline;
	zoom: 1;
}

*:first-child+html div.list_area_white div {
	display: inline;
	zoom: 1;
}

* html div.list_area_gray div {
	display: inline;
	zoom: 1;
}

* html div.list_area_white div {
	display: inline;
	zoom: 1;
}

.attention {
	width: 3px;
	padding-left: 5px;
}

*:first-child+html .attention {
	width: 3px;
	margin-bottom: 7px;
}

.date {
	width: 90px;
	font-weight:bold;
	padding-left: 15px;
}

*:first-child+html .date {
	width: 75px;
	font-weight:bold;
	padding-left: 15px;
}

* html .date {
	width: 67px;
	font-weight:bold;
	padding-left: 10px;
}

.text {
	width: 330px;
	padding-left: 7px;
}

*:first-child+html .text {
	width: 340px;
}

* html div.list_area .text {
	width: 381px;
}
	