﻿@charset "utf-8";/*検索窓用*/#header_search_box {flex-grow: 1;margin-top: 6px;margin-right: 20px;}#header_search_box form {display: block;position: relative;}#header_search_box input {margin: 0;padding: 0;float: left;color: #333;}#header_search_box input#keyword {width: calc(100% - 200px);height: 33px;line-height: 33px;padding: 0 10px;border: none;border-radius: 0;background: #fff;box-sizing: border-box;}#search_suggest li a {position: relative;display: flex;align-items: center;color: #333;font-size: 14px;padding: 5px 10px;word-break: break-all;text-align: left;}#search_suggest li a .desc_ .txt_{text-decoration: none;font-weight: 500;}#search_suggest .suggest_rword_area .suggest_rword > span {display: block;padding: 5px 10px;}#search_suggest .suggest_rword_area > li > ul > li > a {cursor: default;}/*▼検索窓横カテゴリ選ぶ部分追加css*/.search_cateselect {width: 100px;float: left;}.search_cateselect select {width: 100px;height: 33px;border-radius: 5px 0 0 5px;background: #000;color: #fff;text-overflow: ellipsis;white-space: nowrap;}.search_cateselect select option {background: #fff;color: #000;}/*▼検索窓にキーワード入力したときの箱*/#search_suggest {position: absolute;top: 105%;left: 100px;width: calc(100% - 200px);padding: 10px;border: 2px solid #000;background: #fff;z-index: 98;box-sizing: border-box;font-weight: 500;}#search_suggest .suggest_rword_area, #search_suggest .suggest_cword_area {border-bottom: solid 1px #ccc;}/*キーワード入力_バルーン部分*/#search_suggest .suggest_rword_area .suggest_rword .suggest_balloon {margin: 0px;padding: 0px;display: none;position: absolute;}#search_suggest .suggest_rword_area .suggest_rword:hover > .suggest_balloon {display: block;padding:10px;top:0;left:95%;background: #fff;border: solid 2px #000;width:300px;height:auto;z-index:2;}#search_suggest .suggest_rword_area li.suggest_rword .suggest_balloon li {border-bottom: solid 1px #ccc;}#search_suggest .suggest_rword_area li.suggest_rword .suggest_balloon p{padding: 10px 0;text-align:right;}/**/#search_suggest .suggest_cword_area li.suggest_cword a:before {content:'カテゴリ';background: #fd5d00;width:65px;text-align: center;font-size:12px;padding: 2px;font-weight:normal;color: #fff;white-space: nowrap;flex: none;}#search_suggest .suggest_cword_area li.suggest_cword .a_query {margin-left:10px;flex: none;}/*キーワード＋カテゴリの入力_バルーン部分*/#search_suggest .suggest_cword_area .suggest_cword .suggest_balloon {margin: 0px;padding: 0px;display: none;position: absolute;}#search_suggest .suggest_cword_area .suggest_cword:hover > .suggest_balloon {display: block;padding:10px;top:0;left:95%;background: #fff;border: solid 2px #000;width:300px;height:auto;z-index:2;}#search_suggest .suggest_cword_area li.suggest_cword .suggest_balloon li {border-bottom: solid 1px #ccc;}#search_suggest .suggest_cword_area li.suggest_cword .suggest_balloon a:before {display:none;}#search_suggest .suggest_cword_area li.suggest_cword .suggest_balloon p{padding: 5px 0;text-align:right;}/**/#search_suggest .suggest_item_area li.suggest_item a:before {content:'商品';background: #006599;width:65px;text-align: center;font-size:12px;padding: 2px;font-weight:normal;color: #fff;white-space: nowrap;flex: none;margin-right: 10px;}#search_suggest .suggest_item_area li.suggest_item .a_query{}#search_suggest li a:after {display:none;}#search_suggest li.suggest_item a .img_ {flex: none;}#search_suggest li {border-bottom: none;}#search_suggest li .img_ img.a_iurl {max-height: 60px;max-width: 60px;}