/************************************
          MINIMALECT 0.9
************************************/
.minict_wrapper {
  color: #333;
  background: #fff;
  position: relative;
  width: 300px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .minict_wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .minict_wrapper.disabled {
    background: #f5f5f5;
    text-shadow: 0 1px 0 #fff; }
    .minict_wrapper.disabled span {
      color: #777!important; }
  .minict_wrapper:after {
    content: "\f0d7";
    display: block;
    position: absolute;
    height: 38px;
    width: 25px;
    top: 0;
    right: 0;
    line-height: 38px;
    text-align: center;
    color: #333;
    font-size: 14px;

    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);

  }
  .minict_wrapper.active:after {
    content: "\f0d8"; }
  .minict_wrapper.disabled:after {
    color: #bbb; }
  .minict_wrapper span {
    display: block;
    border: 0;
    outline: none;
    background: none;
    color: #333;
    font-size: 14px;
    height: 38px;
    line-height: 19px;
    padding: 10px 20px 0 10px;
    cursor: default;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .minict_wrapper span:empty:before {
      content: attr(data-placeholder);
      color: #aaa;
      line-height: 19px;
    }
  .minict_wrapper ul {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0 -1px;
    position: absolute;
    width: 100%;
    width: -webkit-calc(100% + 2px);
    width: -moz-calc(100% + 2px);
    width: calc(100% + 2px);
    border: 1px solid #e5e5e5;
    border-top: 1px solid #f9f9f9;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    top: 33px;
    top: 2.0rem;
    left: 0;
    max-height: 350px;
    overflow-y: auto;
    z-index: 999999; }
    .minict_wrapper ul li {
    font-size: 13px;
      list-style: none;
      padding: 1px 10px 0;
      cursor: pointer;
      background: #fff;
      height: 30px;
      line-height: 32px;
      line-height: 2rem; }
      .minict_wrapper ul li:hover {
        background: #222;
        color: #fff; }
      .minict_wrapper ul li.minict_empty {
        display: none;
        background: #fff !important;
        color: #bbb;
        text-align: center;
        font-size: 14px;
        height: 55px;
        height: 3.5rem;
        line-height: 50px;
        line-height: 3.3rem; }
      .minict_wrapper ul li.disabled {
        cursor: default;
        background: #fff !important;
        color: #bbb; }
      .minict_wrapper ul li.selected {
        color: #777;
        background: #f8f9f9; }
      .minict_wrapper ul li.highlighted {
        color: #fff;
        background: #777; }
      .minict_wrapper ul li.hidden {
        display: none; }
  .minict_wrapper .minict_reset {
    color: #777;
    bottom: 0;
    display: none;
    font-size: 14px;
    line-height: 30px;
    line-height: 1.9rem;
    position: absolute;
    right: 35px;
    right: 2.2rem;
    text-align: center;
    top: 0;
    text-decoration: none;
    width: 20px;
    width: 1.2rem;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out; }
    .minict_wrapper .minict_reset:hover {
      color: #e0e0e0;
      -webkit-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
    .minict_wrapper .minict_reset:active {
      color: #555; }
  .minict_wrapper.disabled .minict_reset {
    display: none; }

/*-- top --*/


/*-- 繧ｵ繧､繝峨ヰ繝ｼ蜀��繧ｻ繝ｬ繧ｯ繝医�繝�け繧ｹ --*/
.l-sidebar .minict_wrapper {
  width: 100%;
}

/*-- .mypageEntries.type_entry & .mypageEntries.type_bkm --*/
.mypageEntries.type_entry .minict_wrapper,
.mypageEntries.type_bkm .minict_wrapper {
  width: 245px;
}
.mypageEntries.type_entry .p-search-box-content-select,
.mypageEntries.type_bkm .p-search-box-content-select {
  padding: 0px;
}
.mypageEntries.type_entry .minict_wrapper span:empty:before,
.mypageEntries.type_bkm .minict_wrapper span:empty:before {
  color: black;
}

.p-topsearch01-selectbox-outer .minict_wrapper {
  width: 240px;
}
.p-topsearch02-selectbox-outer .minict_wrapper {
  width: 150px;
}

@media all and (-ms-high-contrast:none){
  .minict_wrapper:after { top: 15px; } /* IE10~ */
}