@charset "utf-8";
.contact       {
	border: none;
	border-collapse: collapse;
	width: 90%;
	margin: 1em auto;
	font-size: 12px;
	color: #666;
}
.td-1 {
	border-collapse: collapse;
	padding: 0.3em;
	text-align: center;
	font-size: 10px;
	background-color: #fff;
}
.td-2 {
	border-collapse: collapse;
	padding: 0.3em;
	text-align: left;
	font-size: 10px;
	background-color: #fff;
}
.cb-1 {
	clear: both;
	height: 5px;
	border-bottom: 1px solid #f0f0f0;
	width: 100%;
}

#news-area {
	width: 100%;
	font-size: 12px;
	margin-bottom: 4em;
}
#news-area .ncontents {
	width: 95%;
	margin: 0.5em auto;
}
#news-area .ncontents .ndate {
	width: 20%;
	float: left;
}
#news-area  .ncontents  .ndate  .p-1 {
	text-align: right;
	padding: 0.5em 0.5em 0 0;
	font-size: 12px;
	background-image: url(../images/list-mark-blue.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 0;
	font-weight: bold;
}

#news-area .ncontents .ntitle {
	width: 80%;
	float: left;
}
#news-area  .ncontents  .ntitle  .p-1 {
	padding: 0.5em 0 0 0.5em;
	text-align: left;
	font-size: 12px;

}

