@charset "UTF-8";

/*--------------------------------
illustration_アーカイブ一覧表示
---------------------------------*/
/* タイトル名 */
#topnews.illus {
	display: table;
}

#topnews.illust dd h3 {
	font-size: 13px;
	line-height: 20px;
	margin: 10px 0 0;
}
#topnews.illust dt {
	float: left;
	width: 120px;
	height:120px;
}
#topnews.illust dt img {
	width: 100%;
}
#topnews.illust dd {
	padding: 0px;
	float: left;
}
#topnews.illust dl {
	margin-bottom: 0px;
	padding: 8px;
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;*/
	width: 140px;
	height: 190px;
	float: left;
	margin-right: 5px;
	display: table;
	border: solid #e6d3aa 1px;
	box-sizing: border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
}
#topnews.illust dl:first-child {
	padding-top: 10px;
}
/*
#topnews.illust dl:last-child {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-style: none;
	width: 145px;
	height: 180px;
	float: left;
}*/
#topnews.illust .clearfix dd h5 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 5px;
}


/* 一覧タイトル下 */
#topnews.illust .clearfix dd .blog_info p {
	line-height: 15px;
}
