@charset "UTF-8";
/* 文字コード：UTF-8 */

div.userimage_wrap{
	width: 680px;
	overflow: hidden;
	position: relative;
}

div.userimage_frame{
	width: 150px;
	height: 250px;
	overflow: hidden;
	float: left;
	margin: 0 20px 20px 0;
}

div.userimage_frame img.userimage_thumbnail{
	display: block;
	margin-bottom: 5px;
}

div.userimage_frame span.posttime{
	font-size:11px;
}


div#component ul.tehon{
	width: 280px;
	overflow: hidden;
	margin-bottom: 20px;
	display: block;
}

div#component ul.tehon li{
	display: block;
	float: left;
	margin-right: 10px;
	text-align: center;
	font-size: 10px;
	overflow: hidden;
}

div#component ul.tehon li.last{
	margin-right: 0px;
}

div#component ul.tehon li img{
	display: block;
}