/* Committee CSS */

/* index.html___________________ */
.boxLinkList {
	margin-left:-15px;
}
.boxLinkList li {
	width:243px;
	margin-left:15px;
	display: inline-block;
	vertical-align: top;
}


/* detail___________________ */

h2 {
	overflow:hidden;
	zoom:1;
}

.lookDetailTitle {
	float:right;
	font-size:14px;
	font-weight:normal;
	padding-left:20px !important;
	background:url(../images/common/ico_arrow.png) 0 -45px no-repeat;
}

/* report */
#contentsMain .newsList article {
	border-bottom:#CCC 1px dotted;
	padding-bottom:15px;
	margin-bottom:15px;
}
#contentsMain .newsList h2 {
	height:auto;
	background:none;
	font-size:14px;
	font-weight:bold;
	line-height:1.4;
	margin:0 0 2px 0;
	padding-left:0;
}
.newsList .fr {
	width:614px;
	margin-left:15px;
}


/* topics */
#contentsMain .newsList article {
	border-bottom:#CCC 1px dotted;
	padding-bottom:15px;
	margin-bottom:15px;
}
#contentsMain .newsList h2 {
	height:auto;
	background:none;
	font-size:14px;
	font-weight:bold;
	line-height:1.6;
	margin:0 0 2px 0;
	padding-left:0;
	display:inline;
}
#contentsMain .newsList .date {
	display:inline;
}

.newsList  dt {
}
.newsList dd {
	border-bottom:#CCC 1px dotted;
	margin-bottom:10px;
	padding:0 0 10px 161px;
	float:none;
}
