@charset "utf-8";
/*------------------------------------------------------------
	新着情報
------------------------------------------------------------*/



#c01,
#c02,
#c03,
#c04 {
	width: 95%;
	margin: 20px auto;
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
}

.c01 {
	width: 95%;
	margin: 20px auto 0;
}


table {
	width:100%;
}


table th.date {
	padding:15px 0 15px 25px;
	font-weight:normal;
	background-color:#FFF;
	border-left: 3px solid red;
	border-bottom: 1px dotted #CCC;
}

table td.ttl {
	padding:15px 0 15px 40px;
	font-size:115%;
	border-bottom: 1px dotted #CCC;
}

table td.ttl a {
	text-decoration:underline;
}


.entry .data {

}

.entry .ttl {
border-bottom: 1px dotted #CCC;
padding-bottom: 10px;
margin-bottom: 10px;
}

.entry .content {
line-height: 1.6;
}


