.search_wrapper{
	margin-bottom: 10px;
}

.search_area{
	border: 1px solid;	
	margin: auto;
	box-shadow: 3px 3px 3px 3px gray;
	max-width: 1000px;
	padding-top: 20px;	
	padding-bottom: 20px;
	margin-bottom: 20px;;
}

.search_page .sec_inner{
	padding-bottom: 0px!important;
}

.search_page .mainv{
	margin-bottom: 30px!important;
}

.search_table{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	font-size: 12px;
}

.search_table th{
	font-weight: bold;
	white-space: nowrap;
	border: 1px solid #ccc;
	background-color: #eae9e4;
	padding: 8px 10px;
	box-sizing: border-box;
	vertical-align: middle;
}

.search_table td{
	font-weight: bold;
	border: 1px solid #ccc;
	padding: 8px 15px;
	box-sizing: border-box;
	vertical-align: middle;
}

.search_info {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
}

.search_check_unique{
	border-radius: 50% 50% 50% 50%
}

.search_btn {
	display: block;
	background-color: #715d19;
	color: #fff;
	height: 60px;
	border-radius: 30px;
	width: 400px;
	font-size: 20px;
	position: relative;
	z-index: 1;
	border: 2px solid #715d19;
	transition-duration: .3s;
	transition-property: background-color, color;
}

.search_btn div{
	text-align: center;
	vertical-align: middle;
}


/*  search result  */

.search_title_area{
	width: 100%;
}

.search_result_area{
	margin: auto;	
	max-width: 1200px;
}

.search_title{
	margin: auto;
	text-align: center;
	font-size: 24px;
	font-weight: bold;	
}

.item_table{	
	width: 100%;	
	table-layout: fixed;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border-collapse: collapse;
	border-spacing: 8px 0px;
	display: block;
}

.item_table img{
	border: 1px gray solid;
	width: 50%;
}

.item_table tr{	
	width: 100%;	
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.item_table tr:not(thead tr){
	height: 105px!important;
}

.item_table .item_th {
	width: auto;	
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 20px;
	box-sizing: border-box;
	background-color: #148eff;
	color: #fff;
	border-left: 1px solid white;
	border-right: 1px solid white;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1;
}

.item_table .item_th span:hover{
	cursor: pointer;
}

.item_table .item_th i{
	font-size: 25px;
	vertical-align: middle;
	line-height: 30px;
}

.item_table .item_td {
	max-width: 200px;
	height: 120px;	
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid hsl(209, 100%, 90%);
	border-right: 1px solid hsl(209, 100%, 90%);
	border-bottom: 1px solid hsl(209, 100%, 90%);
	padding: 5px 5px;
	padding-top: 10px!important;
	padding-bottom: 10px!important;	
	box-sizing: border-box;
	letter-spacing: 0.05rem;
}
.item_table .item_td {
	max-width: 200px;
	height: 120px;	
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid hsl(209, 100%, 90%);
	border-right: 1px solid hsl(209, 100%, 90%);
	border-bottom: 1px solid hsl(209, 100%, 90%);
	padding: 5px 5px;
	padding-top: 10px!important;
	padding-bottom: 10px!important;	
	box-sizing: border-box;
	letter-spacing: 0.05rem;
}

.item_table .item_td:nth-child(1) {
	min-width: 150px;
}

.search_fail {
	margin: auto;
	text-align: center;
	padding-top: 50px!important	;
	padding-bottom: 50px!important;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.back_btn button{
	display: block;
	margin: 0 0 0 auto;
	background-color:green;
	color: white;
	width: 200px;
	height: 60px;
	border-radius: 30px;
	font-size: 16px;
	position: relative;	
	z-index: 1;
	/* border: 2px solid #715d19; */
	transition-duration: .3s;
	transition-property: background-color, color;
}

.madoguchi2{
	color: white;
    display: block;
	/* vertical-align: middle; */
	margin: 0 auto;
	padding: 10px;
    background-color: #5bcc00!important;
    line-height: 1.2;
	box-decoration-break: slice;
	-webkit-box-decoration-break: slice;
	-moz-box-decoration-break: slice;
	-o-box-decoration-break: slice;
}

/* overwrite css */
.item_table a.detail_btn{
	background-color: #5bcc00!important;
	line-height: 40px;;
	border-radius: 30px;
}

.featured-item{
	border: 3px solid #d81010;
	border-collapse: separate;
	box-shadow: 0px!important;
	/* position: relative; */
}

.featured-label{
	width: 0;
	position: relative;
}

.featured-label p:nth-child(1) {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top:0;
	left:0;
	height: 20px;
	width: 80px;	
	color: white;
	font-size: 12px;
	font-weight: bold;
	background-color: #d81010;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
}

.next_arrow{
	position: absolute;
	font-size: 20px;
	right:5%;
	top: 30%;	
	vertical-align: middle;
}

