@charset "UTF-8";
/* Core CSS. Do not edit unless your sure */
.easy-select-box {
  display: inline-block;
  position: relative;
}

.easy-select-box .esb-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  display: none;
}

.select_box_wrap {
  background: #0064a1;
}

.select_box_wrap > span.switch_pc {
  background: #fff;
}

.select_box_wrap > .select_box {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .select_box_wrap {
    height: 40px;
  }
  .easy-select-box {
    text-align: left;
    font-size: 16px;
    color: #009cb3;
    width: 100% !important;
    box-sizing: border-box;
  }
  .select_box_wrap {
    width: 100%;
    margin: 0 auto;
    background: url(../img/selectbox_sp.png) left center no-repeat;
    background-size: 100% 40px;
    box-sizing: border-box;
  }
  .easy-select-box .esb-displayer {
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    text-indent: 5px;
    width: 100%;
    font-size: 16px;
    color: #666;
    box-sizing: border-box;
    border: 1px solid #999;
    background-color: #fff;
    z-index: 99;
  }
  .easy-select-box .esb-displayer:after {
    content: '';
    position: absolute;
    background: #0064a1;
    background-image: url(/navi/common/img/icon_arrow_pulldown.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center;
    width: 40px;
    height: 100%;
    top: 0;
    right: -1px;
  }
  .easy-select-box:hover .esb-displayer {
    text-decoration: none;
  }
  .easy-select-box .esb-dropdown {
    background: #fff;
    display: none;
    overflow: overflow-y;
    position: absolute;
    z-index: 98;
    width: 100% !important;
    box-sizing: border-box;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    margin-top: -38px;
  }
  .easy-select-box .esb-item {
    padding: 12px 10px;
    background: #fff;
    color: #666;
    cursor: default;
    width: 50%;
    float: left;
    box-sizing: border-box;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    font-size: 12px;
  }
  .easy-select-box .esb-item:first-child {
    width: 100%;
    float: none;
    background-color: #009cb3;
  }
  .easy-select-box .esb-item.top::after {
    position: absolute;
    content: "";
    bottom: 50%;
    right: 15px;
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
  }
  .easy-select-box .esb-item:last-child, .easy-select-box .esb-item:nth-last-child(2):nth-child(even) {
    border-bottom: none;
  }
  .easy-select-box .esb-item:hover,
  .esb-item.current {
    background-color: #999;
    color: #fff;
  }
  .select_box_wrap {
    background: none;
  }
}

@media print, screen and (min-width: 769px) {
  .select_box_wrap {
    width: 900px;
    margin: 0 auto;
    vertical-align: bottom;
  }
  .select_box_clear {
    clear: both;
  }
  .select_box_wrap span {
    height: 36px;
    line-height: 36px;
    width: 618px;
    float: left;
    font-size: 16px;
    display: inline-block;
    padding: 10px 25px;
    border-top: 2px solid #999;
    border-left: 2px solid #999;
    border-bottom: 2px solid #999;
    color: #666;
  }
  .easy-select-box {
    width: 230px !important;
    float: left;
    background: #0064a1;
    text-align: left;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    padding: 10px 0 10px 0;
    vertical-align: bottom;
  }
  .easy-select-box .esb-displayer {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    text-indent: 0;
    width: 100%;
    font-size: 18px;
    color: #fff;
    box-sizing: border-box;
    background-image: url(../img/icon_arrow_pulldown.png);
    background-repeat: no-repeat;
    background-position: 190px center;
    background-size: 22px 12px;
    cursor: pointer;
  }
  .easy-select-box .esb-displayer:hover {
    filter: alpha(opacity=80);
    -ms-filter: 'alpha(opacity=80)';
    opacity: .8;
  }
  .easy-select-box:hover .esb-displayer {
    text-decoration: none;
  }
  .easy-select-box .esb-dropdown {
    background: #fff;
    border: 1px solid #999;
    display: none;
    position: absolute;
    z-index: 999;
    width: 230px !important;
    box-sizing: border-box;
  }
  .easy-select-box .esb-item {
    padding: 6px 10px;
    background: #fff;
    color: #666;
    cursor: pointer;
  }
  .easy-select-box .esb-item:first-child {
    display: none;
  }
  .easy-select-box .esb-item.top {
    padding: 6px 10px 6px 26px;
  }
  .easy-select-box .esb-item.top::before {
    position: absolute;
    left: 10px;
    content: "▶";
  }
  .easy-select-box .esb-item:hover, .easy-select-box .esb-item.current {
    background: #999;
    color: #FFFFFF;
    text-decoration: none;
  }
  .easy-select-box .esb-displayer {
    text-align: center;
    padding-right: 35px;
    padding-left: 0;
    font-size: 16px;
  }
}
