/* ------------------------------------------------------------
▼ニュース投稿
------------------------------------------------------------ */
/* --- 新着情報エリア --- */
div.update {
	//width: 800px; /* 新着情報エリアの幅 */


}

/* --- 新着リスト --- */
div.update dl {
	max-width:700px; /* 新着リストの幅 */
	margin: 0;
	font-size:12px;
}

/* --- 日付エリア --- */
div.update dt {
	width: 200px; /* 日付エリアの幅 */
	float: left;
	padding: 7px 0 6px 3px; /* 日付エリアのパディング（上右下左） */
	line-height: 120%;
}
dt .wp-post-image {
	width:80px;

	margin-left:85px;
}
dd .wp-post-image {
	width:80px;


}
/* --- 本文エリア --- */

div.update dd a {
color:#666;
}

/* --- clearfix --- */
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {
	min-height: 1px;
}

.post-title a	{
	margin-left:0px;
	text-decoration: underline;
	font-weight:100;
	color:#217BB8;!important;
}
.post-date 	{
	color:#999!important;
	font-weight:100;
}

.post_icon	{
	position:relative;
	top:-3px;
}
.icon	{
	height:auto;
	display:block;
}