/*!
 * sub.css
 */

/* # =================================================================
   # category
   # ================================================================= */
 
#category {
	display: block;
	position: relative;
	padding: 0 0 10 0;
	margin: 160px 0 0 0;
	width: 100%;
	height: auto;
	min-height: 500px;
}

@media only screen and (max-width: 1080px) {
	
	#category {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 100px 0 0 0;
		width: 100%;
		height: auto;
		min-height: 500px;
	}	

}

.category_inner {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	min-height: 500px;
}






.category_title {
	display: block;
	position: relative;
	padding: 94px 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 230px;
	color: #423f3e;
	font-size: 2.4em;
	line-height: 1.2em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", serif;
	text-align: center;
	letter-spacing: 1px;
}

.category_title {
	background-image: url(#);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}




.category_title span {
	display: block;
	position: relative;
	padding: 4px 0 0 0;
	color: #6a6a6a;
	font-size: 0.5em;
	line-height: 1.1em;
}






/* page-pan パンくずリスト*/
.page-pan {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	width: 95%;
	max-width: 1440px;
	height: auto;
	min-height: 60px;
}

.page-pan ul {
	display: block;
	position: relative;
	padding: 14px 0 0 0;
	margin: 0 0 8px 0;
	text-align:left;
}
	
.page-pan ul li {
	display:inline;
	position: relative;
	padding: 0 6px 24px 6px;
	margin: 0 0 0 0;
	height: auto;
	color: #423f3e;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", serif;
}	

.page-pan ul li a {
	color: #423f3e;
	text-decoration: underline;
}

.page-pan ul li a:hover {
	color: #423f3e;
	text-decoration: underline;
}











.main {
	display: block;
	position: relative;
	padding: 0 0 50px 0;
	margin: 0 auto 0 auto;
	width: 100%;
	height: auto;
	border-top: 1px solid #bebebe;
	background-color: #fff;
}



.main-area {
	display: block;
	position: relative;
	padding: 0 0 50px 0;
	margin: 0 auto 0 auto;
	width: 95%;
	max-width: 1200px;
	height: auto;
	min-height: 600px;
}







/*---------------------------------------------------------------------- */
/* pager Styles
------------------------------------------------------------------------ */

#pager-area { 
	position: relative; 
	padding: 0px; 
	margin: 0px; 
	width: 100%;
}

.pager {
	margin: 20px 0;
	text-align: center;
	list-style: none;
	*zoom: 1;
}

/*
.pager:before {
  clear: both;
}


.pager:after {
  clear: both;
}
*/

.pager:before,
.pager:after {
	display: table;
	line-height: 0;
	content: "";
}

.pager li {
	border-style: none;
	border-width: 0px;
	font-weight: 400;
	font-family: "BIZ UDPGothic", serif;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
	width: 90px;
	margin-right: 4px;
	margin-left: 4px;
	font-size: 0.9em;
	color: #fff;
	display: inline-block;
	padding: 5px 18px;
	text-decoration: none;
	background-color: #108b3b;
	border-radius: 6px;
}

.pager li > a:focus {
	width: 90px;
	margin-right: 4px;
	margin-left: 4px;
	font-size: 0.9em;
	display: inline-block;
	padding: 5px 18px;
	text-decoration: none;
	color: #fff;
	background-color: #108b3b;
	border-radius: 6px;
}

.pager li > a:hover {
	width: 90px;
	margin-right: 4px;
	margin-left: 4px;
	font-size: 0.9em;
	display: inline-block;
	padding: 5px 18px;
	text-decoration: none;
	color: #f9eb76;
	background-color: #108b3b;
	border-radius: 6px;
}


.pager .next > a,
.pager .next > span {
  float: right;
}

.num {
	font-size: 1.2em;
	color: #108b3b;
}

