p {
	line-height: 1.6;
}
.search_view:after {
	display: block;
	content: "";
	clear: both;
}
.count {
	margin-top: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
}

.count span {
	font-size: 180%;
	padding-right: 5px;
}
.count strong {
	padding-left: 5px;
}
.search_view {
	padding: 20px 0;
	border-top: 1px solid #d5d5d5;
}
.search_view select {
	float: right;
}
.page {
	display: inline-block;
	float: left;
}

.page a.jp-previous,
.page a.jp-next {
	display: none;
}
.page a {
	display: inline-block;
	width: 30px;
	color: #464646;
	line-height: 30px;
	font-size: 80%;
	text-align: center;
	border: 1px solid #464646;
	background: #ccc;
	float: left;
	margin: 0 10px 0 0;
}
.page a :hover {
	cursor: pointer;
}
.page a :hover,
.page a.jp-current {
	font-weight: bold;
	color: #fff;
	background: #464646;
}
.page li.act:hover {
	cursor: default;
}
#id_result_list:after {
	display: block;
	content: "";
	clear: both;
}

#search_result_list {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: space-between;
}
#search_result_list li {
	width: 49%;
	margin-bottom: 20px;
}
.list {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 20px;
	color: #464646;
	text-decoration: none;
	background: url(../img/arr2.png) no-repeat, #fff;
	background-position: right 5px center;
	box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, .15);
	display: block;
}
.list:hover {
	text-decoration: none;
}
.list .meishou {
	width: 100%;
	display: block;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1;
}
.list .bukkenListCell {
	display: flex;
	flex-wrap: wrap;
}
.list .img, .list .summary {
	text-align: left;
	font-size: 100%;
	vertical-align: top;
}
.list .img, .list .summary {
	width: calc(100% - 200px);
}
.list .add {
	font-size: 150%;
	line-height: 1;
	margin-bottom: 5px;
}
.list .add span {
	font-size: 80%;
}
.list .koutsuu {
	font-size: 80%;
	margin-bottom: 5px;
}
.list .summary .kakaku,
.list .summary .chinryou {
	font-size: 160%;
	color: #c00;
	line-height: 1;
}
.list .summary .chinryou {
	color: #cc0000;
	margin-top: 5px;
}
.list .img {
	width: 200px;
}
.list .img img {
	max-width: 180px;
	max-height: 150px;
	margin-bottom: 5px;
	margin-left: 0;
}

table th, table td {
	font-size: 80%;
	border: 2px solid #fff;
	padding: 5px 10px;
}
table th {
	font-weight: normal;
	background: #ccc;
}
.list .up_new,
.list .up_day {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #FFF;
	font-size: 12px;
	background-color: #464646;
	padding: 5px 10px;
}
.list .up_new {	
	background-color: #cc0000;
}

/* 説明の吹き出し */
.balloon-top {
	color: #19283C;
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	height: 40px;
	line-height: 32px;
	text-align: center;
	background: #F6F6F6;
	border: 3px solid #19283C;
	z-index: 0;
}
.balloon-top:before {
	content: "";
	position: absolute;
	top: -8px; left: 50%;
	margin-left: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #F6F6F6 transparent;
	z-index: 0;
}
.balloon-top:after {
	content: "";
	position: absolute;
	top: -12px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #19283C transparent;
	z-index: -1;
}

.balloon-top p {
	line-height: 40px;
}

.sort_setsumei, .page_setsumei {
	display: none;
	float: right;
}
.sort_setsumei {
	float: left;
}
.keisaiImage {
	display: inline-block;
	color: #FFF;
	font-size: 11px;
	background-color: #EEA400;
	padding: 2px 5px;
	border-radius: 5px;
}


@media only screen and (max-width: 979px) {
#search_result_list li {
	width: 100%;
}
.list {
    padding: 10px;
}

.list .meishou {
	font-size: 90%;
}
.list .img {
    width: 40%;
}
.list .img img {
	max-width: 90%;
	max-height: 80px;
	margin-bottom: 5px;
	margin-left: 0;
}
.list .summary {
	width: 60%;
	font-size: 11px;
}
.search_view select {
	font-size: 13px;
	padding: 5px;
}
.page {
	font-size: 13px;
}
.page a {
	width: auto;
	line-height: 1;
	padding: 9px 6px;
}
.page a:last-child {
	margin-right: 0;
}
.list {
    padding: 10px 10px 30px;
    box-shadow: 0px 0px 9px -6px #141414;
}
}
