.main_contents .main {
	text-align: left;
}

/* カテゴリ・グループのフリースペース内全体の指定 */
.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;
}
.category_title {
	font-size: 15px;
	color: #FFF;
	background-color: #661514;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}

.category_mini {
	float: left;
	margin-left: 20px;
}
.item_category {
	margin-left: 30px;
}
.soat {
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3D2C12;
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.page_prev_next {
	text-align: center;
	font-size: 12px;
}





.item {
	width: 180px;
	margin-right: 25px;
	float: left;
	margin-bottom: 20px;
}
.btnprenext {
	background-color: #FFF;
	border: 1px solid #3D2C12;
	padding: 5px;
	font-weight: bold;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #3D2C12;
	text-decoration: none;
}
