@charset "UTF-8";

/*リストのとき*/
.nosingle #items {
}
.nosingle #items .item {
	line-height:1em;
	border:none;
	border-bottom:1px #333 dotted;
	margin:0;
	padding:2px 0.5em;
}
.nosingle #items .image {
	margin:5px;
	float:left;
	vertical-align:top;
}
.nosingle #items a:hover .image {
	border:2px #eee solid;
}
.nosingle #items h3.title {
	font-size:1.1em;
	line-height:1em;
	margin:0;
	border:none;
}
.nosingle #items .description {
	font-size:0.8em;
	line-height:1.2em;
	clear:both;
}
.nosingle #items .category,
.nosingle #items .date,
.nosingle #items .item .writeback,
.nosingle #items .entry-link,
.bsingle #items .date {
	display:none; visibility:hidden;
}

textarea {
	width:90%;
	background:#fff;
	margin:0.5em;
	padding:0.5em;
}
