@charset "UTF-8";

@import url(../base.css);

#main div.auther {
	min-height: 130px;
	width: 468px;
	position: relative;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #CCCCCC;
	clear: both;
}

+ html #main div.auther,* html #main div.auther {
	height: 130px;
}

#main div.auther p img {
	position: absolute;
	top: 0;
	left: 0;
}

#main div.auther p span {
	display: block;
	margin: 0 0 10px 110px;
}

#main div.entry-list {
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #8D8D8D;
}

#main div.entry {
	margin: 0 0 30px 0;
}

div.photo-caption {
	margin: 0;
	padding: 0;
	display: inline-block;
}

div.photo-caption:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
} 

div.photo-caption img {
	float: left;
	margin: 0;
	padding: 0;
}

#main div.entry h3,#main div.entry-list h3 {
	margin: 0 0 16px 0;
}

#main div.entry p,#main div.entry-list p {
	margin: 0 0 16px 0;
}

#main div.entry p.date,#main div.entry-list p.date {
	margin: 0 0 6px 0;
	font-size:71%;
	line-height: 1em;
}

#main div.entry img,#main div.entry-list img {
	margin: 0 10px 0px 0;
}