@charset "utf-8";

@import url("../packages/default/css/import.css");

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;	
}
.clearfix {
	display: inline-block;
	clear: both;
}
*html .clearfix {
	height: 1%;
}
.clearfix{
	display: block;
	clear: both;
}

div#undercolumn {
}
/* 商品一覧 */

/* 画像 */
div.listphoto {
	width: 170px;
	text-align: center;
}
div.listphoto img {
	width: 100px;
}
div.listarea ul.item_status {
	width: 120px;
	float: left;
	list-style: none;
}
div.listarea ul.item_status li {
	width: 20px;
	float: left;
}
div.listarea ul.item_status li img {
	width: 18px;
}

table.item_detail {
	width: 420px;
	border-collapse: collapse;
}
table.item_detail td {
	border: 1px solid #999999;
}

span.bold {
	font-weight: bold;
}

div#undercolumn_entry {
	width: 510px;
}
div#undercolumn_entry h2#entrytitle {
	margin: 17px 0 11px 0;
}
div#undercolumn_entry p {
	margin: 7px;
}
