/* カテゴリ・グループのフリースペース内の余白設定 */
.cg_freespace_01 {
	padding:10px 6px 0 6px;
	margin:0 0 20px 0;
}
.cg_freespace_02 {
	padding:10px 6px 0 6px;
	margin:0 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 0;
}
.tabs {
    aspect-ratio: 800 / 1500;
}

@media screen and (min-width: 500px) {
    .tabs {
        aspect-ratio: 1200 / 1500;
    }
}

@media screen and (min-width: 700px) {
    .tabs {
        aspect-ratio: 1600 / 1500;
    }
}
/***********************
		topicpass
***********************/
#topicpass {
	margin: 10px 5px;
	font-size: 10px;
}
#topicpass ul {
	margin-bottom: 5px;
}
#topicpass li {
	display: inline;
	margin-right: 5px;
	line-height: 1.2;
	word-break: break-all;
}
#topicpass a {
	margin-left: 5px;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
.tabsnav li:last-child a {
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.sort li:last-child a,
.tabsnav li:first-child a {
	-webkit-border-radius: 0px 4px 4px 0px;
	border-radius: 0 4px 4px 0;
}
.tabsnav {
	float: right;
	width: 25%;
	background: none;
	padding: 0;
	margin: 5px 5px 10px 0;
}
.tabsnav li {
	border-top-style: none;
	border-bottom-style: none;
	float: right;
	width: 50%;
	margin: 0;
	padding: 0;
}
.tabsnav a {
	padding: 7px 0;
}
.tabsnav img {
	display: block;
	margin: 0 auto;
}
.sort a,
.tabsnav a {
	display: block;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background: #594F4A;
	border-top: 1px solid #736861;
	border-bottom: 1px solid #a8a09b;
	border-right: 1px solid #736861;
}
.sort {
	float: left;
	width: 70%;
	margin: 5px 0 10px 5px;
}
.sort li {
	text-align: center;
	width: 33%;
	float: left;
	line-height: 3;
}
.sort li:first-child a,

.sort .current,
.tabsnav .current {
	background: #80746c;
	border-top: 1px solid #534c46;
	border-bottom: 1px solid #a8a19b;
}
.prd_page_nav {
	margin: 10px 0;
	text-align: center;
}
.prd_page_nav a,
.prd_page_nav span {
	display: block;
	padding: 5px 0;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.5;
	font-size: 12px;
}
.prd_page_nav a {
	color: #FFF;
}
.prd_page_nav p {
	font-size: 10px;
	line-height: 5;
}
.prd_page_nav li {
	float: left;
	width: 50%;
}
.prd_page_nav a {
	background: 
		-webkit-gradient(linear, 
		left top, left bottom, 
		color-stop(0%,#b2937d),
		color-stop(25%,#b2937d),
		color-stop(26%,#b2937d),
		color-stop(100%,#997e6b)
		);
	border-bottom: 1px solid #a68974;
}
.prd_page_nav span {
	color: #800000;
	background: #DFDFDF;
	border-bottom: 1px solid #BBB;
	-webkit-box-shadow: inset 0 1px 1px 0 #999;
	box-shadow: inset 0 1px 1px 0 #999;
}
#categorymain h1 {
	text-align: left;
}
#categorymain .link_list li:last-child {
	border-bottom: 2px solid #CCC;
}