@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/* ブログ詳細
--------------------------------------------------------------------*/

#content #blog_detail {
	margin-bottom:40px;
}

#content #blog_detail ul{
	margin-top:20px;
}

#content #blog_detail dt{
	border-bottom:1px dotted #ccc;
	padding:0 5px;
	margin-bottom:7px;
	font-weight:bold;
}

#content #blog_detail dd p{
	margin:20px 0 20px 0;
}

#content #blog_detail dd img{
	min-width:100%;
	height:auto;
}

#content #blog_detail dd.back{
	margin-top:20px;
}

#content #blog_detail dd.back img{
	min-width:auto;
	height:auto;
}