/*
当サイトのテキスト及び画像、それに伴う全ての無断転載は禁止いたします。
発見した場合は法的処置も視野にいれております。絶対に無断転載はお止めください。
*/
.result_wrapper #content {
	background-color: #fff;
}
.search_box {
	margin-bottom: 10px;
	background-color: #fff;
	padding: 10px;
}
.search_bar {
	text-align: center;
	font-weight: bold;
	padding: 0 10px;
}
.search_bar span {
	display: inline-block;
	padding: 0 65px;
	position: relative;
}
.search_bar span:before,
.search_bar span:after {
	content: '';
	position: absolute;
	left:0;
	top: 50%;
	display: inline-block;
	width: 55px;
	height: 1px;
	background-color: currentColor;
}
.search_bar span:after {
	left: auto;
	right: 0;
}
#ac_item {
	clear: both;
	overflow: hidden;
	height: 0;
}
.ac_btn,
.ac_close{
	margin: 5px auto;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 24px;
	color: #555;
	background-color: #FFF;
	border-radius: 3px;
	border: solid 1px #ccc;
}
.ac_start{
	animation-name: ac_start;
	animation-duration: 0.6s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-direction:normal;

	-webkit-animation-name: ac_start;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-direction:normal;

	-moz-animation-name: ac_start;
	-moz-animation-duration: 0.6s;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-iteration-count: 1;
	-moz-animation-direction:normal;
}
@keyframes ac_start {0% {height: 0px;}100% {height: 96px;}}
@-webkit-keyframes ac_start {0% {height: 0px;}100% {height: 96px;}}
@-moz-keyframes ac_start {0% {height: 0px;}100% {height: 96px;}}

.ac_close_start{
	animation-name: ac_close;
	animation-duration: 0.6s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-direction:normal;
	
	-webkit-animation-name: ac_close;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-direction:normal;
	
	-moz-animation-name: ac_close;
	-moz-animation-duration: 0.6s;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-iteration-count: 1;
	-moz-animation-direction:normal;
}
@keyframes ac_close {0% {height: 96px;}100% {height: 0px;}}
@-webkit-keyframes ac_close {0% {height: 96px;}100% {height: 0px;}}
@-moz-keyframes ac_close {0% {height: 96px;}100% {height: 0px;}}

#search_area {
	width: 90%;
	padding: 5px 2%;
	margin: 0px auto;
	border: 1px solid #ddd;
	background-color: #efefef;
	border-radius: 5px;
	max-width: 650px;
}
#search_area p select,
#search_area .submit_btn{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#search_area p span.name{
	display:block;
	width:4em;
	float:left;
}
#search_area p {
	font-size: 11px;
	display:inline-block;
	margin: 0px;
	width:50%;
	float:left;
	line-height: 24px;
	position: relative;
}
#search_area p select {
	font-size: 10px;
	line-height: 14px;
	width: calc(90% - 4em);
	padding: 1px 2%;
	margin: 3px 3%;
	border-radius: 0px;
	border: 1px solid #ccc;
	background-color: #FFFFFF;
	display: block;
	float: right;
}
#search_area p:before {
	position: absolute;
	top: 10px;
	right: 6%;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #666666;
	pointer-events: none;
}
#search_area .submit_btn {
	width: 100%;
	line-height: 26px;
	margin: 5px 0;
	display: block;
	border-style: none;
	border-radius: 3px;
	font-weight: bold;
	background-color: #555;
	color: #FFFFFF;
}

/*-------------------sort---------------------*/

#sort {
	margin: 10px;
}
#sort a {
	font-size: 11px;
	margin: 0px 5px;
}
#sort span {
	font-size: 13px;
	margin: 0px 5px;
}

/*-------------------result---------------------*/
.result {
	margin: 10px;
	padding: 20px 0px;
	border-bottom: dotted 1px #ccc;
}
.result .img_box{
	text-align: center;
	margin-bottom: 10px;
}
.result .img_box img{
	width: auto;
	height: 150px;
}
.result p {
	margin-bottom: 10px;
}
.result .name {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
.result .name span {
	display: inline-block;
	font-size: 12px;
	line-height: 1em;
	background-color: #23b4c9;
	padding: 4px 10px;
	margin-right: 10px;
	color: #FFF;
}
.result .star {
	line-height: 20px;
	font-size: 12px;
	position: relative;
	margin-bottom: 10px;
}
.result .star span {
	font-size: 14px;
	color: #df8901;
	margin: 0px 1px 0px 0px;
}
.result .price {
	font-weight: bold;
	font-size: 16px;
	position: absolute;
	right: 0px;
	top: 0px;
	color: #C00;
}
.result .data p {
	font-size: 12px;
	line-height:18px;
	width: 49%;
	float: left;
	border-bottom: solid 1px #b9e7ed;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}
.result .data p:nth-child(2n) {
	float:right;
}
.result .data p span {
	display: inline-block;
	line-height: 18px;
	background-color: #b9e7ed;
	color: #0793a7;
	font-size: 11px;
	padding:0px 3px;
	margin-right: 5px;
}
.result .comment {
	border: solid 1px #b9e7ed;
	padding: 15px;
	font-size: 14px;
}
.result .btn {
	position: relative;
	font-size: 14px;
	height:auto;
	text-decoration: none;
	display:block;
	width: 160px;
	line-height: 30px;
	text-align:center;
	float: right;
	background-color: #23b4c9;
	color: #FFF;
	border-radius : 17px;
	margin-bottom: 10px;

}
.result .btn:after {
	position: absolute;
	content: " ";
	display:block;
	right: 10px;
	top:50%;
	margin-top: -4px;
	width: 6px;
	height: 6px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-webkit-transform : rotate(45deg) ;
	-ms-transform : rotate(45deg) ;
	transform : rotate(45deg) ;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.clear {
	clear: both;
}
/*-------------------recommend---------------------*/
.recommend a{
	display:block;
	width:94%;
	border:1px solid #b4b4b4;
	margin:5px auto;
	text-decoration:none;
}
.box .recommend a img{
	width:120px;
	height:auto;
	margin:10px;
	float:left;
}
.box .recommend a p{
	margin-bottom:0px;
}
.box .recommend a{
position: relative;
}
.box .recommend a::before {
	position: absolute;
	top: 54px;
	right: 5px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #FFB6DE;
	pointer-events: none;
}


/*---------------------medeia query--------------------*/
@media screen and (min-width:768px) {
	.search_box {
		padding: 20px;
	}
	.ac_btn,
	.ac_close{
		font-size: 14px;
		line-height: 30px;
	}
	#search_area p {
		font-size: 14px;
	}
	#search_area p select {
		font-size: 14px;
	}
	#search_area .submit_btn {
		font-size: 14px;
		line-height: 32px;
	}
	/*-------------------sort---------------------*/
	#sort {
		width: 640px;
		margin: 10px auto;
	}
	#sort a {
		font-size: 14px;
	}
	#sort span {
		font-size: 14px;
	}
	/*-------------------result---------------------*/
	.result {
		width:600px;
		margin: 10px auto;
		padding: 20px;
		border: dotted 1px #ccc;
	}
	.result .img_box{
		margin-bottom: 15px;
	}
	.result .img_box img{
		height: 240px;
	}
	.result .name {
		font-size: 18px;
	}
	.result .star {
		font-size: 14px;
	}
	.result .btn {
		font-size: 15px;
		width: 180px;
		line-height: 35px;
		border-radius : 18px;
	}
	.result .btn:after {
		right: 12px;
	}
	/*-------------------recommend---------------------*/
	.box .recommend a img{
		width:200px;
	}
	.box .recommend a::before {
		top: 86px;
	}
}