@charset "utf-8";
/* ************************************** */
/* *********** スタイル初期化 *********** */
.hpnews {
	margin-bottom:12px;
	border:1px solid #ccc;
	border-width:1px 0 0 1px;
	border-collapse:collapse;
	width:100%;

}
.hpnews {
	margin-bottom:12px;
	border:1px solid #ccc;
	border-width:1px 0 0 1px;
	border-collapse:collapse;
}
.hpnews caption {
	font-size: 115%;
	font-weight: bold;
	color: #171C61;
}
.hpnews th, .hpnews td {
	line-height:1.3em;
	padding:4px 8px;
	border:1px solid #ccc;
	border-width:0 1px 1px 0;
}
.hpnews tr.header th {
	background-color:#00484D;
}
.hpnews th {
	text-align:center;
	background-color:#F0F0F0;
	color:#666666;
}
.hpnews td {
	padding-top:10px;
	padding-bottom:10px;
	text-align:left;
}
.hpnews th p, table.normal td p {
	margin:0;
	padding:0;
}
.hpnews ul{
	margin-left :20px;
}
.hpnews li{
	margin-bottom:10px;
}