@charset "utf-8";
/* CSS Document */

/*　共通
==================================================*/
.container {
    max-width: 1280px;
    min-width: 1000px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.header a {
    color: #333;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    text-decoration: none;
}
/* 円アイコン */
.header .icon_circle {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    border: #ddd 1px solid;
    box-sizing: border-box;
}
.header .icon_circle img {
    object-fit: cover;
    width: 30px;
    height: 30px;
}
/* 四角アイコン */
.header .icon_square {
    width: 30px;
    height: 30px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin:0 0 0 5px;
    border: #ddd 1px solid;
    box-sizing: border-box;
}
.header .icon_square img {
    object-fit: cover;
    width: 30px;
    height: 30px;
}
.header a:active{
    text-decoration:none;
}
/* パンくず */
#gps-box {
    min-width: 1000px;
    max-width: 1280px;
    margin: 10px auto;
}
#gps {
    min-width: 1000px;
    max-width: 1280px;
}
#gps li {
    display: inline;
    line-height: 110%;
    margin-top: 0;
    padding-top: 0;
    padding-left: 5px;
    list-style-type: none
}
#gps li a {
    padding-right: 10px;
    background: url(https://img.webike.net/sys_images/kaitori/pan.gif) no-repeat right center
}
#gps li a[class="detail"] {
    padding-right: 2px;
    background: none
}
#gps li.last a {
    padding-right: 10px;
    background: none
}


/* アニメーション */
@keyframes fade-in {
 0% {
 display: none;
 opacity: 0;
}
 1% {
 display: block;
 opacity: 0;
}
 100% {
 display: block;
 opacity: 1;
}
}
 @-moz-keyframes fade-in {
 0% {
 display: none;
 opacity: 0;
}
 1% {
 display: block;
 opacity: 0;
}
 100% {
 display: block;
 opacity: 1;
}
}
@-webkit-keyframes fade-in {
 0% {
 display: none;
 opacity: 0;
}
 1% {
 display: block;
 opacity: 0;
}
 100% {
 display: block;
 opacity: 1;
}
}

/*　グローバルメニュー
==================================================*/
.header {
    background:#efefef;
}
.header .first {
    background: #2a313c;
    border-bottom: #e61e25 3px solid;
    width: 100%;
}
.header .global_nav{
    float:left;
}
.header .global_nav ul li {
    float: left;
}
.header .global_nav ul li a {
    color: #fff;
    display: inline-block;
    padding: 8px 12px;
}
.header .global_nav li a:hover, .header .first .global_nav li.current a {
    background: #e61e25;
    text-decoration: none;
}

/*　グローバルメニュー(追従時)
==================================================*/
.header{
    transition: 0.5s;
    top:0;
}
/*
.header.fixed0{
    width:100%;
    margin:-80px 0 0 0;
}
.header.fixed1{
    position:fixed;
    width:100%;
    z-index:200;
    margin:-35px 0 0 0;
    box-shadow: 0px 0px 2px 1px #999;
    -moz-box-shadow: 0px 0px 2px 1px #999;
    -webkit-box-shadow: 0px 0px 2px 1px #999;
}
.header.fixed1:hover{
    margin:0;
}
.header.fixed2 .second{
    border:none;
}
.header.fixed2 .third{
    display:none;
}
.header.fixed2:hover .second{
    border-bottom:#ccc 1px solid;
}
.header.fixed2:hover .third{
    display:block;
}
*/

/* ソーシャルボタン
==================================================*/
.header .social_icon{
    float:right;
    border-right:#666 1px solid;
    border-left:#666 1px solid;
    margin:0 5px 0 0;
    padding:0 0 0 5px;
}
.header .social_icon li{
    float:left;
}
.header .social_icon li a{
    color:#999;
    display:block;
    width:20px;
    height:20px;
    padding:7px 3px;
}
.header .social_icon li a:hover{
    color:#fff;
}
.header .social_icon li a:before{
    font-family:FontAwesome;
    text-indent:0;
    font-size:20px;
}
.header .social_icon li.facebook a:before{
    content:"\f230";
}
.header .social_icon li.twitter a:before{
    content:"\f081";
}
.header .social_icon li.youtube a:before{
    content:"\f166";
}
.header .social_icon li.instagram a:before{
    content:"\f16d";
}

/*　アカウントメニュー
==================================================*/
.header .account {
    color: #fff;
    padding:2px 0 0 0;
    float:right;
}

/* ログイン */
.header .account .name {
    float: right;
    line-height: 1.4;
    padding: 0 20px 0 0;
    position: relative;
}
.header .account .name span {
    display: inline-block;
    max-width: 90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}
.header .account .name:after {
    content: "\f13a";
    color: #fff;
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 7px;
}
.header .account .point {
    color: #ffd800;
    font-size: 11px;
}
.header .account .account_nav {
    display: none;
    min-width: 150px;
    max-width: 235px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 33px;
    box-shadow: 0px 0px 2px 1px #999;
    -moz-box-shadow: 0px 0px 2px 1px #999;
    -webkit-box-shadow: 0px 0px 2px 1px #999;
    background: #fff;
    z-index: 40;
    opacity: 0;
}
.header .account:hover .account_nav {
    display: block;
    opacity: 1;
    animation-duration: 0.5s;
    animation-name: fade-in;
    -moz-animation-duration: 0.5s;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: fade-in;
}
.header .account_nav > ul {
    padding: 5px;
}
.header .account_nav > ul > li > a {
    padding: 5px 10px;
    display: block;
    border: #fff 1px solid;
    color:#333;
}
.header .account_nav > ul > li > a:hover {
    border: #e61e25 1px solid;
    color: #e61e25;
    text-decoration: none;
}
.header .account_nav .no_login {
    text-align: center;
    padding: 20px 15px;
    border-bottom: 1px solid #ccc;
}
.header .account_nav .no_login li {
    margin: 0 0 5px;
}
.header .account_nav .no_login li a {
    color: #318acc;
}
.header .account_nav .no_login li:not(.btn) a:hover {
    text-decoration: underline;
}
.header .account_nav .no_login li.btn a {
    background: #efefef;
    display: inline-block;
    padding: 8px 40px;
    color: #333;
    border-radius: 3px;
    font-weight: bold;
}
.header .account_nav .no_login li.btn a:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
}
.header .account_nav .no_login .y_btn {
    border-top: 1px solid #eee;
    padding: 10px 0 0;
    margin: 10px auto 0;
    max-width: 210px;
}
.header .account_nav .no_login .y_btn div span {
    display: inline-block;
    color: #333;
    margin: 0 0 5px;
}
.header .account_nav .no_login .y_btn div a img {
    max-width: 100%;
}
.header .account_nav .no_login .y_btn p a {
    display: inline-block;
    margin: 5px 0 0;
}
.header .account_nav .no_login .y_btn p a:hover {
    text-decoration: underline;
}
.header .account_nav .logout {
    border-top: #ccc 1px solid;
    padding: 10px;
    text-align: right;
}
.header .account_nav .logout a {
    background: #efefef;
    padding: 5px 12px;
    display: inlnie-block;
}
.header .account_nav .logout a:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
}

/* 未ログイン */
.header .account .no_name {
    float: right;
    line-height: 1.4;
    padding: 7px 20px 8px 5px;
    position: relative;
}
.header .account .no_name span {
    display: inline-block;
    max-width: 90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}
.header .account .no_name:after {
    content: "\f13a";
    color: #fff;
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 7px;
}

/*　ヘッダーロゴ
==================================================*/
.header .second{
    padding: 10px 0;
    border-bottom:#ccc 1px solid;
}
.header .header_logo {
    width: 170px;
    float: left;
}
.header .header_logo a {
    display: block;
}
.header .header_logo h1{
    font-weight: normal;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 13px;
}

/*　検索
==================================================*/
.header .search_box {
    width: calc(100% - 410px);
    float: left;
}
.header .search_area {
    position: absolute;
    top: 99px;
    width: 100%;
    padding: 5px 0;
}
/* キーワードから探す */
.header .search_text {
    box-sizing: border-box;
    border: #e61e25 1px solid;
    background:#fff;
}
.header .search_text .btn_search {
    float: right;
    position: relative;
    width: 70px;
}
.header .search_text .btn_search input.btn {
    background: #E61E25;
    border: none;
    color: #fff;
    height: 38px;
    width: 70px;
    overflow: hidden;
    cursor: pointer;
    margin: 0 2px 0 0;
    float: left;
    letter-spacing: 2px;
}
.header .search_text .btn_detail {
    background: #2a313c;
    border: #2a313c 1px solid;
    color: #fff;
    float: left;
    padding: 8px 12px;
    border-radius: 3px;
    height: 36px;
    box-sizing: border-box;
    margin: 0 0 0 5px;
}
.header .search_text .btn_detail:hover {
    text-decoration: none;
    background: #fff;
    color: #2a313c;
}
.header .search_text div.text {
    background: #fff;
    border: none;
    width: auto;
    padding: 11px;
    overflow: hidden;
    height: 16px;
}
.header .search_text div.text input[type="text"] {
    width: 100%;
    border: none;
    height: 15px;
    font-family: FontAwesome, 'メイリオ';
}
.header .search_select{
    float: left;
    padding: 5px 10px;
    height:39px;
    position: relative;
    top: 1px;
    left: 1px;
    border: none;
    border-right:#E61E25 1px solid;
    border-bottom:#E61E25 1px solid;
}

/* 検索条件 */
#contents #search_condition_block{
    display:none;
}
#refine_condition_here {
    font-size: 11px;
}
#search_condition_block {
    float: left;
    position: relative;
}
#search_condition_block ul {
    max-width: 450px;
    padding: 4px;
    white-space: nowrap;
    margin:1px 0 0 1px;
}
#search_condition_block li {
    background: #efefef;
    float: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 3px 0 3px 10px;
    margin: 2px 0 2px 2px;
    border: #ccc 1px solid;
    position:relative;
    font-size:10px;
}
#search_condition_block li a {
    color: #e61e25;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #e61e25 1px solid;
    background: #fff;
    padding: 0 5px;
    margin: 0 2px 0 0;
}
#search_condition_block li a:hover {
    background: #e61e25;
    color: #fff;
}
#search_condition_block li.cancel {
    background: none;
    border: #e61e25 1px solid;
    padding: 0;
    border-radius: 8px;
}
#search_condition_block li.cancel a {
    background: none;
    color: #e61e25;
    border: none;
    padding: 3px 8px;
    display: inline-block;
    margin: 0;
    border-radius: 5px;
}
#search_condition_block li.cancel a:hover {
    background: #e61e25;
    color: #fff;
}
/*　ショッピング系ボタン
==================================================*/
.second .shopping_btn {
    float: right;
    border-left: #ccc 1px solid;
}
.second .shopping_btn ul li {
    border: #ccc 1px solid;
    border-radius: 3px;
    float: left;
    font-size: 11px;
    position: relative;
    margin: 0 0 0 10px;
    line-height: 1.2;
}
.second .shopping_btn ul li a {
    display: block;
    padding: 5px 5px 5px 30px;
    color: #333;
    background:#fff;
}
.second .shopping_btn ul li a:before {
    font-family: FontAwesome;
    font-size: 24px;
    position: absolute;
    left: 4px;
    top: 4px;
}
.second .shopping_btn ul li.cart a:before {
    content: "\f07a";
}
.second .shopping_btn ul li.wish a:before {
    content: "\f005";
}
.second .shopping_btn ul li.order a:before {
    content: "\f0f6";
}
.second .shopping_btn ul li a:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
}
.second .shopping_btn ul li .num {
    position: absolute;
    top: -14px;
    right: -14px;
    border: #E61E25 1px solid;
    border-radius: 50%;
    color: #E61E25;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    z-index: 1;
    background: #fff;
}

/*　サービスメニュー
==================================================*/
.header .third {
    border-top:#fff 1px solid;
}
.header .third .container {
    background: #efefef;
}
.header .service_menu {
    width: 170px;
    float: left;
    border-right: #ccc 1px solid;
}
.header .service_menu > div > a {
    padding: 10px 30px 10px 10px;
    display: block;
    position: relative;
}
.header .service_menu > div > a:hover {
    background: #2a313c;
    color: #fff;
}
.header .service_menu > div > a:after {
    content: "\f0dd";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 12px;
}
.header .service_menu ul.first_level {
    display: none;
    opacity: 0;
    box-shadow: 0px 0px 2px 1px #999;
    -moz-box-shadow: 0px 0px 2px 1px #999;
    -webkit-box-shadow: 0px 0px 2px 1px #999;
    background: #fff;
    position: absolute;
    width: 220px;
    z-index:100;
}
.header .service_menu ul.second_level {
    box-shadow: 0px 0px 2px 1px #999;
    -moz-box-shadow: 0px 0px 2px 1px #999;
    -webkit-box-shadow: 0px 0px 2px 1px #999;
    background: #fff;
    position: absolute;
    width: 170px;
}
.header .service_menu ul li a {
    display: block;
    padding: 8px 15px;
    border-top: #ccc 1px dotted;
    position: relative;
    color: #333;
}
.header .service_menu ul li a:hover {
    color: #E61E25;
}
.header .service_menu:hover ul.first_level {
    display: block;
    opacity: 1;
}
.header .service_menu:hover ul.first_level div {
    display: none;
    left: 0;
    top: 0;
    white-space: normal;
    height: auto !important;
    padding: 0 0 0 221px;
    position: absolute;
    min-height: 200px;
    height:auto;
    z-index: -1;
}
.header .service_menu > div ul.second_level {
    top: 0;
}
.header .service_menu > div ul.first_level > li:hover ul.second_level {
    display: block;
    opacity: 1;
    /*animation-duration: 0.1s;
    animation-name: fade-in;
    -moz-animation-duration: 0.1s;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-name: fade-in;*/
}
.header .service_menu ul li.has > a:after {
    content: "\f054";
    font-family: FontAwesome;
    position: absolute;
    right: 5px;
    top: 10px;
}
.header .service_menu ul li:first-child a {
    border: none;
}
.header .service_menu ul li a:hover {
    text-decoration: none;
    background: #efefef;
}

/* 車種から適合パーツを探す */
.header #bike_set {
    float: right;
    padding: 5px 0 5px 5px;
    border-left:#fff 1px solid;
    position:relative;
}
.header #bike_set:before{
    content: "";
    border-left: #ccc 1px solid;
    position: absolute;
    left: -2px;
    z-index: 1;
    height: 40px;
    top: 0;
}
.header #bike_set p {
    float: left;
    font-size: 11px;
}
.header #bike_set ul {
    float: left;
}
.header #bike_set ul li {
    float: left;
    position:relative;
}
.header #bike_set .name {
    display: none;
    position:absolute;
    width:100%;
    background:rgba(0,0,0,0.7);
    color:#fff;
    top:-30px;
    left:calc(-100% - 15px);
    z-index:10;
    padding:5px 10px;
    border-radius:3px;
    min-width:120px;
    text-align:center;
    box-shadow: 0px 0px 2px 1px #999;
    -moz-box-shadow: 0px 0px 2px 1px #999;
    -webkit-box-shadow: 0px 0px 2px 1px #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.header #bike_set ul li:hover .name{
    display:block;
}

.header .btn_add_bike {
    width: 30px;
    height: 30px;
    margin:0 0 0 5px;
    text-align: center;
    background: #fff url(https://img.webike.net/sys_images/header/bike_search.png) no-repeat;
    background-size:cover;
}
.header .btn_other_bike {
    width: 30px;
    height: 30px;
    margin:0 0 0 5px;
    text-align: center;
    background: #fff url(https://img.webike.net/sys_images/header/bike_search.png) no-repeat 0 -29px;
    background-size:cover;
}

/*　カテゴリメニュー
==================================================*/
.header .service_category .first_dir{
    border-left:#fff 1px solid;
    float:left;
}
.header.community .service_category .first_dir{
    border:none;
}
.header .service_category .first_dir li{
    float:left;
    position:relative;
}
.header .service_category .first_dir li a{
    display:block;
    padding:10px 13px 10px 10px;
    color:#333;
}
.header .service_category .first_dir li.has a:after,
.header .service_category .first_dir li a:after{
    content: "\f0dd";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 10px;
}
.header .service_category .first_dir li:last-child a:after{
    content:"";
}
.header .service_category .first_dir li a:hover span,
.header .service_category .first_dir li.current span{
    border-bottom:#E61E25 2px solid;
}

/* 第２階層表示(ショッピング) */
.header .second_dir{
    background:#111;
    position:absolute;
    width:100%;
    min-width:1000px;
    z-index:100;
    padding:25px;
    box-sizing:border-box;
    box-shadow: 0px 2px 2px -2px #000;
    -moz-box-shadow: 0px 2px 2px -2px #000;
    -webkit-box-shadow: 0px 2px 2px -2px #000;
    display:none;
}

.header .second_dir .all_link{
    max-width:1280px;
    margin: 0 auto;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.header .second_dir .all_link ul{
    width:100%;
}
.header .second_dir .all_link ul li{
    width:16.66667%;
    height:100%;
    float:left;
    padding:5px;
    display:table;
    vertical-align:middle;
    box-sizing:border-box;
    height:205px;
}
.header .second_dir .all_link ul li div{
    background:#000;
    box-sizing:border-box;
    height:100%;
    display:table-cell;
    width:100%;
    padding:15px 15px 0;
}
.header .second_dir ul li a{
    color:#fff;
    display:block;
}
.header .second_dir ul li a:first-child{
    font-size:14px;
    border-bottom:#fff 1px solid;
    margin:0 0 5px;
    font-weight:bold;
}
.header .second_dir ul li a:hover{
    text-decoration:underline;
}

/* 第２階層表示(コミュニティ) */
.header.community .second_dir{
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    padding:10px;
}
.header.community .second_dir .all_link{
    padding:0;
}
.header.community .second_dir .all_link dl {
    width:100%;
}
.header.community .second_dir .all_link dt {
    color:#fff;
}
.header.community .second_dir .all_link dd {
    margin:5px 0;
}
.header.community .second_dir .all_link ul li{
    height:inherit;
    float:left;
    width:calc(20% - 10px);
    padding:0;
    margin:0 10px 0 0;
}
.header.community .second_dir .all_link ul li a{
    border:none;
    background:#fff;
    padding:5px;
    margin:5px 0;
    border-radius:3px;
    color:#111;
    font-weight:normal;
    text-align:center;
    font-size:12px;
}
.header.community .second_dir .all_link ul li a:hover{
    background:#333;
    color:#fff;
    text-decoration:none;
}

/*　お知らせ欄
==================================================*/
#openx_information{
    text-align:center;
    margin:10px 0;
}

/* 純正ポップアップ通知
==================================================*/
#pop{
    position:fixed;
    background-color: #efefef;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    border-radius:3px;
    z-index:10000;
    top: -240px;
    right:20px;
    max-width:370px;
}
#pop dt{
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background:#2793e6;
    color:#fff;
    padding:15px;
    font-weight:bold;
    font-size:14px;
    overflow:hidden;
}
#pop dt p{
    float:left;
}
#pop dt .close{
    border-radius:50%;
    background:#fff;
    color:#2793e6;
    width:20px;
    height:20px;
    display:block;
    float:right;
    text-decoration:none;
    margin:0 0 0 5px;
    text-align:center;
}
#pop dd{
    padding:15px;
}
#pop dd a{
    background:url(https://img.webike.net/sys_images/common/ws_common_icon.png) no-repeat 0 -308px;
    display:inline-block;
    padding:0 0 0 5px;
    margin:0 0 5px 0;
}
#pop dd span{
    color:#555;
}

/* 検索サジェスト表示
==================================================*/
#search_suggest {
    display: none;
    position: absolute;
    z-index: 9050;
    left: 0;
    background: #fff;
    text-align: left;
    z-index: 9050;
    width: 100%;
    box-shadow: 0 0 2px #333, 0 0 2px #ccc, 0 0 1px #aaa;
    -webkit-box-shadow: 0 0 2px #333, 0 0 2px #ccc, 0 0 1px #aaa;
    -moz-box-shadow: 0 0 2px #333, 0 0 2px #ccc, 0 0 1px #aaa;
}
#search_suggest p {
    text-align: right;
    font-size: 10px;
    padding: 3px;
}
#search_suggest ul {
    padding: 1px;
    margin: 0;
    list-style: none;
    border-top: #ccc 1px dotted;
}
#search_suggest li {
    cursor: default;
    white-space: nowrap;
    text-indent: 0
}
#search_suggest li a {
    text-decoration: none;
    display: block;
    padding: 1px 0;
    color: #333;
}
#search_suggest li a:hover,
#search_suggest li a.active {
    background: #efefef;
}
#search_suggest li.more{
    padding:3px;
    color:#c71444;
}
#search_suggest .ss_brand {
    font-size: 11px;
    background: #47B8B3;
    color: #FFF;
    margin-right: 4px;
    display: inline-block;
    padding: 2px 8px;
}
#search_suggest .ss_category {
    font-size: 11px;
    background: #F85F79;
    color: #FFF;
    margin-right: 4px;
    display: inline-block;
    padding: 2px 8px;
}
#search_suggest .ss_bike {
    font-size: 11px;
    background: #2C7EDA;
    color: #FFF;
    margin-right: 4px;
    display: inline-block;
    padding: 2px 8px;
}
#search_suggest .wordxbike {
    background: #333;
    color: #fff;
    padding: 7px;
    height: 28px;
}
#search_suggest .wordxbike .select2-container {
    float: none !important;
}
#search_suggest .wordxbike .btn_search {
    border-radius: 3px;
    padding: 7px;
    color: #FFF;
    display: inline-block;
    margin: 0 5px 0 5px;
    height: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(239,239,239,0);
    background-image: -webkit-linear-gradient(bottom, #ef4d15, #ff6e00);
    background-image: -moz-linear-gradient(bottom, #ef4d15, #ff6e00);
    background-image: -o-linear-gradient(bottom, #ef4d15, #ff6e00);
    background-image: -ms-linear-gradient(bottom, #ef4d15, #ff6e00);
    background-image: linear-gradient(to top, #ef4d15, #ff6e00);
    line-height: 1;
    text-align: center;
}
#search_suggest .wordxbike .btn_search:hover {
    background: #F90;
    text-decoration: none;
}
#search_suggest .easy-select-box {
    background: #fff;
    color: #555;
    display: inline-block;
    vertical-align: middle;
    width: auto !important;
    padding: 3px;
}
#search_suggest .easy-select-box .esb-displayer {
    background: url(https://img.webike.net/sys_images/select.png) no-repeat right;
    color: #333;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    outline: medium none;
    width: auto !important;
    padding: 0 30px 0 0;
}
#search_suggest .easy-select-box .esb-displayer:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}
#search_suggest .easy-select-box.disabled .esb-displayer, #search_suggest .easy-select-box:hover.disabled .esb-displayer {
    background-position: 0 -36px;
}
#search_suggest .easy-select-box .esb-dropdown {
    display: none;
    position: absolute;
    z-index: 999;
    white-space: nowrap;
    border: 2px solid #000;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
    background: rgba(51, 51, 51, 0.9);
    padding: 8px 0 3px;
    width: auto !important;
}
#search_suggest .easy-select-box .esb-item {
    background: url(https://img.webike.net/moto_img/wagamama/splite_images.png) -796px -395px no-repeat;
    padding: 3px 0 3px 23px;
    color: #fff;
    cursor: default;
    font-size: 12px;
    padding: 3px 20px 5px 23px;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}
#search_suggest .easy-select-box .esb-item:hover {
    background: url(https://img.webike.net/moto_img/wagamama/splite_images.png) -796px -395px no-repeat rgba(8, 132, 201, 1);
    color: #FFFFFF;
    text-decoration: none;
}
.service_category .sale_pop {
	font-size: 12px; 
	font-weight: bold; 
	color: #fff; 
	background-color: #e61e25;
	width: 60px;
	text-align: center; 
	border-radius: 20px; 
	position: absolute; 
	top: -8px; 
	left: 650px; 
}
.service_category .close {
	display: none; 
}