@charset "UTF-8";

/*------------------------------------
 製品一覧ページ
--------------------------------------*/
.now_search_box:after { content: ""; clear: both;  display: block;}

.now_search_box span {
    padding: 8px 8px 6px !important;
}
@media only screen and (max-width: 640px) {
	.item_search_form_inner span {
		padding: 0;
	}
}
.targetItem_list span {
	padding: 6px;
}

.search_form_hidden {
	max-width: 480px;
	min-width: 370px;
	float: right;
	position: relative;
	right: 8px;
}
@media only screen and (max-width: 880px) {
	.search_form_hidden {
		float:none;
		position: static;
		width: 86% !important;
		margin-bottom: 8px;
		min-width: 260px;
	}
}

.search_form_hidden .fa {
	font-size: 2.2rem;
	position: relative;
	top:3px;
}

.item_search_form_wrap {
	clear: both;
	padding-top: 13px;
}

.openNow {
	position: relative;
	z-index: 10;
	-webkit-transition: all .2s;transition: all .2s;
}

.openNow:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom:-24px;
	left: 0;
	right: 0;
	z-index: 100;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-width:12px 12px 0 12px;
	border-color: #02569C transparent transparent transparent;
	transition: .2s;
}

.search_form_hidden:hover .openNow:after {
	border-color: #00bcd4 transparent transparent transparent;
}

@media only screen and (max-width:768px) {
	.item_list_top {
		text-align: center;
	}
	.item_list_main {
		clear: both;
	}
	.item_list_main .list_hr {
		margin: 12px auto;
	}
	
	.item_list_h3.title02 {
		line-height: 1.2;
		border: none;
	}
	
	.item_list_title {
		font-size: 1.5rem;
	}
	.item_list_mainImage {
		width: 100px;
		height: auto;
		margin-right: 8px;
	}
	
	.item_list_mainImage img {
		max-width: 100px;
		max-height: 100px;
		margin-bottom: 8px;
	}
	.item_price {
		line-height: 1.4;
	}
	
	.item_price span {
		background: none !important;
		padding: 0 !important;
		display: inline !important;
		margin-right: 8px !important;
		line-height: 1.4;
		font-weight: normal;
	}
	
	.item_price b {
		display: block;
	}
	
	.item_list_detail {
		overflow: visible;
	}
	
	.item_list_detailTxt {
		clear: both;
		font-size: 1.3rem;
		line-height: 1.2;
	}
	
	.category_icon_list {
		line-height: 1.3;	
	}
	
	.itemIcon {
		font-size: 1.1rem;
		padding: 2px;
		margin: 1px 2px 0 0;
	}
	
	.search_fish_list {
		margin-top: 28px;
		padding: 6px;
		font-size: 1.2rem;
	}
	.search_fish_list:before {
		font-size: 1.2rem;
		border-bottom-width: 18px;
		top: -18px;
		line-height: 18px;
	}
	.item_list_main a.thisItem_detail_btn {
		display: none;
	}
	
	tabl,e table th, .table td, table tr {
		display: block !important;
		width: 100% !important;
	}
}

