
.category-page {
	width: 84%;
	padding: 0;
	float: left;
}

.category-main-all {
	width: 100%;
}

.category-main-all section > section {
	padding: 0 1%;
}

.category-page h1 {
	font-size: 24px;
	color: #ff9d20;
	border-bottom: 1px #ccc solid;
	margin-bottom: 2%;
}

.category-overallPoint {
	width: 100%;
	margin-bottom: 5%;
}

.category-mainContent {
	width: 100%;
	text-align: center;
	margin-bottom: 5%;
}


.category-listMenu {
	width: 100%;
	margin-bottom: 6%;
	float: left;
}

.category-listMenu:after {
	content: "";
	display: block;
	clear: both;
}

.category-listMenu h2 {
	border-bottom: 1px #ccc solid;
	margin-bottom: 1.5%;
	padding-bottom: 0.3%;
}

.category-listMenu ul {
	width: 100%;
	float: left;
	list-style-type: none;
	margin-bottom: 1%;
	padding: 0 1%;
	font-size: 13px;
}

.category-listMenu ul li {
	width: 17.6%;
	float: left;
	margin-right: 3%;
	margin-bottom: 1%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: -moz-linear-gradient(top center, #fff 0%, #e4e4e4 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#e4e4e4));
	background: linear-gradient(#fff, #e4e4e4);
}

.category-listMenu ul li:nth-child(5n+5) {
	margin-right: 0;
}

.category-listMenu ul li a {
	padding: 4%;
	color: #004b91;
	border: 1px #004b91 solid;
	text-decoration: none;
	display: block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.category-listMenu ul li a:hover {
	color: #b55900;
	border-color: #d79c10;
	background: -moz-linear-gradient(top center, #ffe38e 0%, #ffb052 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#ffe38e), to(#ffb052));
	background: linear-gradient(#ffe38e, #ffb052);
}



/* ***** 商品ラインナップ ***** */

.category-listItem {
	width: 100%;
	padding: 0.8%;
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 5px #ccc solid;
}

.category-listItem:after {
	content: "";
	display: block;
	clear: both;
}

.category-listItem > div {
	width: 25%;
	padding: 1% 2%;
	float: left;
	word-wrap: break-word;
	text-align: center;
	border-left: 2px #ccc solid;
}

.category-listItem > div:first-child {
	border: 0;
}

.category-listItem div:nth-child(4) {
	margin: 0;
}

.category-listItem div > a {
	font-size: 14px;
	color: #004b91;
	text-decoration: none;
}

.category-listItem div > a:hover {
	color: #ff7e00;
	text-decoration: underline;
}

.category-listItem div > a div:nth-child(1) {
	width: 50%;
	height: 100px;
	display: table-cell;
	vertical-align: middle;
	float: left;
}

.category-listItem div > a div:nth-child(1) img {
	max-width: 80%;
	min-width: 1px;
	max-height: 100px;
	min-height: 1px;
}

.category-listItem div > a  div:nth-child(2) {
	width: 50%;
	height: 100px;
	font-size: 13px;
	padding-right: 3%;
	margin-bottom: 5%;
	text-align: left;
	float: left;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.category-listItem div > a  div:nth-child(3) {
	width: 100%;
	color: #cd0000;
	font-weight: bold;
	float: left;
	border: 1px #cd0000 solid;
	background: #fff;
	padding: 1% 0;
	bottom: 0;
	right: 3%;
}

.category-listMenu > p {
	margin: 0 1% 1.5% 1%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.category-listMenu > p > a {
	padding: 0;
	color: #004b91;
	font-size: 15px;
	text-decoration: none;
}

.category-listMenu > p > a:hover {
	color: #ff9d20;
}


/* ********************************** */



@media screen and (min-width: 600px) and (max-width: 959px) {

	.category-page {
		width: 76%;
		padding: 0;
		float: left;
	}

	.category-main-all {
		width: 100%;
	}

	.category-mainContent img {
		width: 100%;
	}

	.category-page h2 {
		font-size: 16px;
		margin-bottom: 4%;
	}

	.category-mainContent {
		margin-bottom: 8%;
	}

	.category-listMenu {
		margin-bottom: 12%;
	}

	.category-listMenu h3 {
		margin-bottom: 3%;
		border-bottom: 1px #ccc solid;
		padding-bottom: 0.3%;
	}

	.category-listMenu ul {
		width: 100%;
		font-size: 13px;
		margin-bottom: 3%;
	}

	.category-listMenu ul li {
		width: 30%;
		float: left;
		margin-right: 5%;
		margin-bottom: 3%;
	}

	.category-listMenu ul li:nth-child(3n+3) {
		margin-right: 0;
	}

	.category-listMenu ul li:nth-child(5n+5) {
		margin-right: 5%;
	}

	.category-listMenu ul li:nth-child(15),
	.category-listMenu ul li:nth-child(30) {
		margin-right: 0;
	}


	/* ***** 商品ラインナップ ***** */
	
	.category-listItem {
		padding: 2%;
		margin-bottom: 1%;
	}

	.category-listItem:after {
		content: "";
		display: block;
		clear: both;
	}

	.category-listMenu > p {
		margin: 0 1% 4% 1%;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}

	.category-listItem > div {
		width: 50%;
	}

	.category-listItem > div:nth-child(2) {
		margin: 0;
	}

	.category-listItem > div:nth-child(n+3) {
		display: none;
	}



	.category-nextButton {
		width: 50%;
	}

}


@media screen and (max-width: 599px) {

	.category-page {
		width: 100%;
		padding: 0;
		float: left;
	}

	.category-page h1 {
		font-size: 20px;
		margin-bottom: 5%;
	}

	.category-main-all {
		width: 100%;
	}

	.category-mainContent img {
		width: 100%;
	}

	.category-page h2 {
		font-size: 18px;
		margin-bottom: 5%;
	}

	.category-mainContent {
		margin-bottom: 8%;
	}

	.category-listMenu {
		margin-bottom: 20%;
	}

	.category-listMenu h3 {
		margin-bottom: 5%;
		border-bottom: 1px #ccc solid;
		padding-bottom: 0.3%;
	}

	.category-listMenu ul {
		width: 100%;
		font-size: 13px;
		margin-bottom: 5%;
	}

	.category-listMenu ul li {
		width: 48%;
		float: left;
		margin-right: 4%;
		margin-bottom: 5%;
	}


	.category-listMenu ul li a {
		padding: 8% 0;
	}


	.category-listMenu ul li:nth-child(2n+2) {
		margin-right: 0;
	}

	.category-listMenu ul li:nth-child(5),
	.category-listMenu ul li:nth-child(15),
	.category-listMenu ul li:nth-child(25) ,
	.category-listMenu ul li:nth-child(35) {
		margin-right: 4%;
	}



	/* ***** 商品ラインナップ ***** */

	.category-listItem {
		padding: 3%;
	}
	
	.category-listItem {
		margin-bottom: 1%;
	}

	.category-listItem:after {
		content: "";
		display: block;
		clear: both;
	}

	.category-listMenu > p {
		margin: 0 1% 5% 1%;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}

	.category-listItem > div {
		width: 50%;
		padding: 0 5%;
	}

	.category-listItem > div:nth-child(2) {
		margin: 0;
	}

	.category-listItem > div:nth-child(n+3) {
		display: none;
	}


	.category-listItem div > a div:nth-child(1) {
		width: 100%;
		height: 100px;
		display: table-cell;
		vertical-align: middle;
		float: none;
	}

	.category-listItem div > a div:nth-child(2) {
		width: 100%;
		float: none;
	}

	.category-listItem div > a div:nth-child(3) {
		width: 100%;
		float: none;
	}



	.category-nextButton {
		width: 100%;
	}


}

