/************************************
          MINIMALECT 0.9
  A minimalistic select replacement

 jQuery 1.7+ required.
 Developed by @groenroos
 http://www.groenroos.fi

 Github: http://git.io/Xedg9w

 Licensed under the MIT license.

************************************/
.voiceSelectModule{
	width: 960px;
    margin: 30px auto;
}
.voiceSelectModule form{
	float : left;
}

.minict_wrapper {
    font-family: 'Noto Sans Japanese', serif;
  position: relative;
    width:192px;
    background: #fff url(/asset/img/common/ico_arrow05.png) no-repeat center right 10px;
    background-size: 10px;
  height: 36px;
/*  border: solid 2px #88c4bb;*/
　border-left:none;
  border-top:solid 2px #88c4bb;
  border-right:solid 2px #88c4bb;
  border-bottom:solid 2px #88c4bb;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
	-webkit-transition: 0.2s linear;  
	-moz-transition: 0.2s linear;  
	-o-transition: 0.2s linear;  
	transition: 0.2s linear;
}
  .minict_wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.minict_wrapper:hover {
    background: #a6dfd6 url(/asset/img/common/ico_arrow05.png) no-repeat center right 10px;
    background-size: 10px;
　border-left:none;
}
.selectShop.first .minict_wrapper {
  border-left:solid 2px #88c4bb!important;
}


  .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 #f9f9fa; }
    .minict_wrapper.disabled span {
      color: #bbb !important; }
  .minict_wrapper:after {
   content: " ";
    display: block;
    position: absolute;
    width: 33px;
    height: 34px;
    width: 2.1rem;
    top: 0;
    right: 10px;
    font-size: 10px;
    font-size: 0.6rem;
    line-height: 32px;
    line-height: 1.9rem;
    text-align: center;
    color: #555; }
.minict_wrapper.active{
    background: #007e65 url(/asset/img/common/ico_arrow05.png) no-repeat center right 10px;
    background-size: 10px;
}
.minict_wrapper.active span{
    color : #fff!important;
}

/*
  .minict_wrapper.active:after {
    content: "\25B2"; }
*/
  .minict_wrapper.disabled:after {
    color: #bbb; }
  .minict_wrapper span {
	  text-align :center;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -72px;
    border: 0;
    outline: none;
    background: none;
    color: #007e65;
    font-size: 12px;
    height: 32px;
    line-height: 30px;
    padding: 1px 53px 0 6px;
    padding: 1px 3.4rem 0 0.4rem;
    cursor: default;
    width: 192px;		/* 　サイズ指定する　*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .minict_wrapper span:empty:before {
      content: attr(data-placeholder);
      color: #007e65;
      line-height: 30px; }
    .minict_wrapper.active span:empty:before {
      content: attr(data-placeholder);
      color: #fff;
      line-height: 30px;
}
  .minict_wrapper ul {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0 -1px;
    position: absolute;
    width: 100%;
    width: -webkit-calc(100% + 3px);
    width: -moz-calc(100% + 3px);
    width: calc(100% + 3px);
    border: solid 2px #88c4bb;
    top: 30px;
    left: 0;
    max-height: 350px;
    max-height: 22rem;
    overflow-y: auto;
    z-index: 999999; }
    .minict_wrapper ul li {
	width:100%;
	padding:10px 10px 10px 30px;
	background: rgba(229,246,243,0.9) url(/asset/img/common/ico_arrow06.png) no-repeat 15px center;
	display:inline-block;
	background-size:6px;
	-webkit-transition: 0.2s linear;  
	-moz-transition: 0.2s linear;  
	-o-transition: 0.2s linear;  
	transition: 0.2s linear;
	cursor:pointer;
	}
      .minict_wrapper ul li:hover {
	background: url(/asset//img/common/ico_arrow06.png) no-repeat 15px center #a6dfd6;
	background-size: 6px;
		color: #007e65;
        }
      .minict_wrapper ul li.minict_group {
        color: #444;
        background: #f6f6f6;
        font-weight: bold;
        cursor: default; }
      .minict_wrapper ul li.minict_empty {
        display: none;
        background: #f9f9fa !important;
        color: #bbb;
        text-align: center;
        font-size: 14px;
        font-size: 0.9rem;
        height: 55px;
        height: 3.5rem;
        line-height: 50px;
        line-height: 3.3rem; }
      .minict_wrapper ul li.disabled {
        cursor: default;
        background: #f9f9fa !important;
        color: #bbb; }
      .minict_wrapper ul li.selected {
        color: #007e65;
	background: #c7e0dc url(/asset//img/common/ico_arrow06.png) no-repeat 15px center;
	background-size: 6px;
	}
      .minict_wrapper ul li.highlighted {
        color: #fff;
        background: #819a9a; }
      .minict_wrapper ul li.hidden {
        display: none; }
  .minict_wrapper .minict_reset {
    color: #A9A9A9;
    bottom: 0;
    display: none;
    font-size: 18px;
    font-size: 1.1rem;
    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: #636363; }
  .minict_wrapper.disabled .minict_reset {
    display: none; }

.minict_wrapper.bubble {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
  background: -moz-linear-gradient(top, white 0%, #f9f9f9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f9f9f9));
  background: -webkit-linear-gradient(top, white 0%, #f9f9f9 100%);
  background: -o-linear-gradient(top, white 0%, #f9f9f9 100%);
  background: -ms-linear-gradient(top, white 0%, #f9f9f9 100%);
  background: linear-gradient(to bottom, white 0%, #f9f9f9 100%); }
  .minict_wrapper.bubble:hover {
    border-color: #dcdcdc; }
  .minict_wrapper.bubble:after {
    border-left: 1px solid #e5e5e5;
    -webkit-box-shadow: inset 1px 0px 0px 0px #fff;
    box-shadow: inset 1px 0px 0px 0px #fff;
    height: 2.05rem; }
  .minict_wrapper.bubble ul {
    top: 2.7rem;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    overflow: visible; }
    .minict_wrapper.bubble ul:before {
      position: absolute;
      top: -11px;
      left: 19px;
      content: ".";
      color: transparent;
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 0 11px 11px 11px;
      border-color: transparent transparent #e5e5e5 transparent; }
    .minict_wrapper.bubble ul:after {
      position: absolute;
      top: -10px;
      left: 20px;
      content: ".";
      color: transparent;
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 0 10px 10px 10px;
      border-color: transparent transparent #ffffff transparent; }
    .minict_wrapper.bubble ul li.minict_first {
      border-top-left-radius: 6px;
      border-top-right-radius: 6px; }
    .minict_wrapper.bubble ul li.minict_last {
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px; }
  .minict_wrapper.bubble .minict_reset {
    width: 30px; }


@media (max-width: 767px){
.voiceSelectModule{
    width: 100%;
    margin: 30px auto;
}
.voiceSelectModule form{
    width : 100%;
}
.minict_wrapper {
    width:100%!important;
  border: solid 2px #88c4bb;

}
  .minict_wrapper span {
    width: 100%;		/* 　サイズ指定する　*/
}
.minict_wrapper span {
    left: 0;
    margin-left: 0px;
    padding : 0;
}

}
@media (min-width: 768px),print { 

}

