@charset "Shift_JIS";

#header .suggest_area_wrap {
	position:absolute;
	left: 0;
	top: 32px;
	width: 87%;
	z-index: 1000;
}
#header .suggest-area {
/*	border: 1px solid #CCC;*/
	border-left : 1px solid #CCC;
	border-right : 1px solid #CCC;
	border-bottom : 1px solid #CCC;
	background-color: #fff;
	font-size: 15px;
	margin-right: 143px;
	line-height:18px ;
	box-shadow: 0 10px 10px 2px rgba(0, 0, 0, 0.1);
}
#header.commonHeader .suggest-area {
	box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.3);
	filter: none;
}

#header .suggest-area li.suggest-item a:link{
	color:#333;
	text-decoration:none;
}
#header .suggest-area li.suggest-item a:active{
	color:#333;
	text-decoration:none;
}
#header .suggest-area li.suggest-item a:visited{
	color:#333;
	text-decoration:none;
}
#header .suggest-area li.suggest-item a:hover{
	color:#333;
	text-decoration:none;
}
#header .suggest-area li.suggest-item a:hover .feature-title {
	text-decoration: underline;
}
#header .suggest-area li.suggest-item{
	padding:2px 2px 2px 7px;
	cursor: default;
	list-style: none;
}
#header .suggest-area li.suggest-item.active{
	background-color: #f6dee2;
}
#header .suggest-area li.feature-item {	
	border-top: 1px solid #c5c5c5;
}
#header .suggest-area li.feature-item a {
	overflow: hidden;
	padding: 5px;
}
#header .suggest-area li.feature-item a:hover{
	background-color: #f6dee2;
}
#header .suggest-area li.feature-item .box{
	float: right;
	width: 100%;
	cursor: default;
}
#header .suggest-area li.feature-item .box p{
	margin-left: 80px;
	font-size: 87%;
	padding-left: 10px;
	line-height: 1.5;
}
#header .suggest-area li.feature-item .box .feature-title{
	color: #333333;
	margin: 0 0 0 80px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 16px;
}
#header .suggest-area li.feature-item:hover .box span{
	text-decoration: underline;
}
#header .suggest-area li.feature-item .bnr{
	float: left;
	margin-right: -82px;
	border: 1px solid #c5c5c5;
}
#header .suggest-area li.feature-item .bnr img{
	width: 80px;
}
#header .suggest-area li.feature-item .bnr img:hover{
	opacity: 0.8;
}
@media screen and (max-width: 699px) {
	#header .suggest-area li.feature-item{
		display: none;
	}
}
#header .matchedCharacters {
	font-weight: bold;
}

@media screen and (max-width: 699px) {
	#header .suggest_area_wrap {
		width: calc(100% - 61px);
	}
	#header .suggest-area {
		margin-right: 0;
		font-size: 12px;
	}
	#header .suggest-area li.suggest-item {
		padding: 5px 2px 5px 7px;
	}
}


/* 既存サジェストエリア上書き
--------------------------------------------------- */
#pc_header .suggest-area .suggest-item-wrap {
	padding-top: 8px;
	padding-bottom: 8px;
	position: relative;
}
#pc_header .suggest-area li.suggest-item {
	padding: 4px 2px 4px 10px;
	font-size: 16px;
}
#pc_header .suggest-area .keyword-history li.suggest-item,
#pc_header .suggest-area .category-history li.suggest-item {
	padding-left: 20px;
}
#pc_header .suggest-area li.feature-item {
	padding: 0;
}
#pc_header .suggest-area li.feature-item a {
	position: relative;
	display: block;
	padding: 9px 25px 7px 8px;
	overflow: hidden;
	cursor: pointer;
}
#pc_header .suggest-area li.feature-item a::after {
	content: " ";
	position: absolute;
	right: 12px;
	top: 50%;
	display: block;
	width: 7px;
	height: 1.3em;
	background: url(../images/template/k032_t_20160815_ico_01.png) no-repeat 0 50%;
	background-size: 7px auto;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}
#pc_header .suggest_area_wrap {
	max-width: 750px;
}

/* イメージサジェストパネル */
#pc_header .suggest-item-data {
	display: none;
	background-color: #FFF;
	border: 1px solid #c0c0c0;
	border-top: none;
	position: absolute;
	top: 0;
	left: calc(100% - 144px);
	width: 65%;
	max-width: 398px;
}
#pc_header .suggest-product-title:after {
	content: "";
	display: table;
	clear: both;
}
/* サジェストキーワード */
#pc_header .suggest-product-title__word {
	font-size: 16px;
}
/* サジェスト件数 */
#pc_header .suggest-product-title__num {
	margin-left: 4px;
	font-size: 14px;
}
/* イメージサジェストレコード */
#pc_header .suggest-product-data__item {
	border-bottom: 1px solid #ccc;
}
#pc_header .suggest-product-data__item a {
	position: relative;
	display: block;
	padding: 9px 25px 5px 10px;
	box-sizing: border-box;
	overflow: hidden;
}
#pc_header .suggest-product-data__item a::after {
	content: " ";
	position: absolute;
	right: 12px;
	top: 50%;
	display: block;
	width: 7px;
	height: 1.3em;
	background: url(../images/template/k032_t_20160815_ico_01.png) no-repeat 0 50%;
	background-size: 7px auto;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}
#pc_header .suggest-product-data__item:hover {
	background-color: #f6dee2;
}
#pc_header .suggest-product-data__item a::after {
	content: "";
	display: table;
	clear: both;
}
#pc_header .suggest-product-data__item a:hover .suggest-product-name {
    text-decoration: underline;
}
#pc_header .suggest-product-data__item a:hover .suggest-product-img-inner img{
	opacity: .7;
}
/* イメージサジェストレコード 商品画像 */
#pc_header .suggest-product-img {
	float: left;
	width: 60px;
	display: table;
}
#pc_header .suggest-product-img-inner {
	display: table-cell;
	text-align: center;
	vertical-align: center;
	width: 60px;
	height: 60px;
}
#pc_header .suggest-product-img-inner img {
	max-width: 60px;
	max-height: 60px;
}
/* イメージサジェストレコード テキスト */
#pc_header .suggest-product-text {
	float: right;
	width: calc(100% - 70px);
	position: relative;
}
#pc_header .suggest-product-name {
	color: #0070c0;
	font-size: 14px;
}
#pc_header .suggest-product-price {
	text-align: right;
}
#pc_header .suggest-product-price__unit {
	color: #6d6d6d;
	font-size: 12px;
}
#pc_header .suggest-product-price__num {
	color: #d8324b;
	font-weight: bold;
}
#pc_header .suggest-product-price__num .suggest-product-price__num_option {
	font-weight: normal;
	font-size: 12px;
}
/* サジェスト 検索結果を見る */
#pc_header .suggest-product-foot {
    text-align: center;
    padding: 12px 10px 9px 10px;
    margin-left: 8px;
}
#pc_header .suggest-area li.suggest-item a.suggest-product-result-link:hover {
	text-decoration: underline;
}
#pc_header .suggest-product-result-link::after {
	content: " ";
	position: absolute;
	top: 0;
	display: block;
	width: 6px;
	height: 1.3em;
	background: url(../images/template/k032_t_20160815_ico_01.png) no-repeat 0 50%;
	background-size: 6px auto;
}

/* イメージサジェスト　スマホでは非表示 */
@media screen and (max-width: 699px) {
	.suggest-product-wrap {
		display: none;
	}
}
