

.search-results-page {
	width: 84%;
	padding: 0 2%;
	float: left;
}

.search-results-main-all {
	width: 100%;
}

.search-results-main-all h1 {
	font-size: 24px;
	color: #ff9d20;
	border-bottom: 1px #ccc solid;
	margin-bottom: 3%;
}


.search-results {
	width: 100%;
	padding: 0 2%;
	float: left;
	margin-bottom: 5%;
}

/* **** 検索件数・ページ数 **** */

.searches-number {
	width: 100%;
	text-align: center;
	margin-bottom: 2%;
	float: left;
}

.searches-number > div {
	width: 100%;
	border-bottom: 1px #ccc solid;
	float: left;
}

.searches-number > div > div:nth-child(1) {
	width: 50%;
	font-size: 15px;
	text-align: left;
	float: left;
}

.searches-number > div > div:nth-child(1) p {
	padding: 3%;
}

.searches-number > div > div:nth-child(2) {
	width: 50%;
	font-size: 13px;
	text-align: right;
	float: left;
}

.searches-number > div > div:nth-child(2) a {
	color: #004b91;
	text-decoration: none;
}

.searches-number > div > div:nth-child(2) a:hover {
	color: #ff7e00;
	text-decoration: underline;
}

.number {
	color: #cd0000;
	font-weight: bold;
}

.not-item {
	font-size: 24px;
}

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


.search-list {
	width: 100%;
}


/* ***** 検索結果 ***** */

.search-list {
	width: 100%;
	padding: 1.5%;
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 2%;
	border-bottom: 1px #ccc solid;
}

.search-list > div {
	width: 30%;
	margin-right: 5%;
	float: left;
	word-wrap: break-word;
	text-align: center;
}

.search-list div:last-child {
	margin: 0;
}

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

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

.search-list div > a div:nth-child(1) {
	width: 100%;
	height: 200px;
	display: table-cell;
	vertical-align: middle;
}

.search-list div > a div:nth-child(1) img {
	max-width: 75%;
	min-width: 1px;
	max-height: 200px;
	min-height: 1px;
}

.search-list div > a  div:nth-child(2) {
	width: 100%;
	margin: 3% 0;
	text-align: left;
}

.search-list div > a  div:nth-child(3) {
	width: 100%;
	padding: 2%;
	border: 1px #cd0000 solid;
	color: #cd0000;
	font-weight: bold;
}

.category-nextButton {
	width: 100%;
	text-align: right;
}

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



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

	.search-results-page {
		width: 76%;
		padding: 0 1%;
		float: left;
	}

}


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

	.search-results-main-all h1 {
		font-size: 15px;
		color: #ff9d20;
		border-bottom: 1px #ccc solid;
		margin-bottom: 6%;
	}


	.searches-number > div {
		width: 100%;
		border-bottom: 1px #ccc solid;
		float: left;
		margin-bottom: 10%;
	}

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

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

	/* ***** 検索結果 ***** */

	.search-list {
		border: 0;
	}

	.search-list > div {
		width: 100%;
		margin-right: 0;
		padding-bottom: 5%;
		margin-bottom: 5%;
		float: left;
		border-bottom: 1px #ccc solid;
	}

	.search-list div:last-child {
		margin: 0;
	}

	.search-list div > a {
		font-size: 14px;
		font-weight: bold;
		color: #004b91;
		text-decoration: none;
	}

	.search-list div > a div:nth-child(1) {
		width: 38%;
		height: 100px;
		margin-right: 4%;
		float: left;
	}

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

	.search-list div > a  div:nth-child(2) {
		width: 58%;
		margin: 5% 0;
		text-align: left;
		float: left;
	}

	.search-list div > a  div:nth-child(3) {
		width: 58%;
		color: #cd0000;
		float: right;
	}

	.category-nextButton {
		width: 100%;
		text-align: right;
	}

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

}


