#main div.box {
	clear: both;
	margin-bottom: 0;
}
ul.lineup {
	margin: 0;
	overflow: hidden;
	width: 900px;
}
div.pager {
	margin: 0;
	padding: 1em 0;
	border-bottom: #e5e5e5 solid 1px;
	border-top: #e5e5e5 solid 1px;
	text-align: center;
	position: relative;
}
div.pager span.comment {
	margin: 0 auto;
}
div.pager span.prev {
	position: absolute;
	left: 0;
}
div.pager span.next {
	position: absolute;
	right: 0;
}
.item_detail p {
	margin: 0;
}
/* カテゴリ・グループのフリースペース内全体の指定 */
.cg_freespace_01 {
	padding: 0;
	margin: 20px 0 20px 0;
}
.cg_freespace_02 {
	padding: 0;
	margin: 20px 0 20px 0;
}
/* カテゴリ・グループのフリースペース内の<p>タグの余白設定 */
.cg_freespace_01 p,
.cg_freespace_02 p {
	margin: 0 0 10px 0;
}
/* カテゴリ・グループのフリースペース内の<ul>タグの余白設定 */
.cg_freespace_01 ul,
.cg_freespace_02 ul {
	margin: 0 0 10px 20px;
	padding: 0;
}