body.selModalBody{
	overflow: hidden;
}

.selModal{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999999;
	display: none;
}

.selModalOverlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(46,46,46,.4);
    z-index: 1;
    cursor: pointer;
}

.selModal .selModalInner{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	width: 90%;
	height:90%;
	overflow: hidden;
    max-width: 660px;
    padding: 60px 30px 30px;
    z-index: 2;
    border-radius:26px;
}


.selModal .selModalInner .selModalHeader{
	margin:10px 0 5px;
}

.selModal .selModalInner .selModalHeader::after{
	content: "";
	display: block;
	clear: both;
}

.selModalHeader .searchbox{position:relative;margin-top:15px;}
	
	
.selModalHeader .searchbox input.search{
    border-radius: 8px;
    border: 2px solid #bfbfbf;
    height: 50px;padding: 0 55px 2px 15px;
    display:block;
    max-width:100%;
}
.selModalHeader .searchbox #search-btn{
    position: absolute;
    width: 50px;
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    background: url(../images/search_mark.gif) no-repeat center center;
    background-position: right 10px top 50%;
    background-size: 29px 48px;
    top: 50%;
    right: 5px;
    margin-top: -25px;
}

.selModalCloseIcon{
    position: absolute;
    right: 30px;
    top: 30px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
}
.selModalCloseIcon img{width:100%;}

/*
.selModalCloseIcon{
	display: block;
	width: 25px;
	height: 25px;
	position: relative;
	cursor: pointer;
	float: right;
}
.selModalCloseIcon span::before,
.selModalCloseIcon span::after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 84%;
	height: 10%;
	margin: -8% 0 0 -42%;
	background: #555555;
}
.selModalCloseIcon span::before{
	transform: rotate(-45deg);
}
.selModalCloseIcon span::after{
	transform: rotate(45deg);
}
*/



.selModal .selModalInner .selModalList{
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	overflow-y: auto;
	max-height:500px;
}

.selModal .selModalInner ul{
	margin: 0;
	padding: 0;
	color: #333;
	background-color :#FFF;
	box-sizing: border-box;
}

.selModal .selModalInner ul li{
    margin:0 0 10px;
    padding: 10px 15px;
    border-bottom: 1px solid #64b28e;
    cursor: pointer;
}

.selModal .selModalInner ul li img{
	height: auto;
	vertical-align: middle;
	margin-right: 5px;
	max-width: 40px;
}

.selModal .selModalInner ul li.selected{
	color: #64b28e;
	font-weight:600;
}

.selModal .selModalInner ul li:first-child{display:none;}

/*
.selModal .selModalInner ul li.selected::before{
	position: absolute;
	content: '';
	display: block;
	height: 100%;
	top: 0;
	left: 0;
	width: 4px;
	background-color: #383838;
}

.selModal .selModalInner ul li::after{
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
*/

.selModalButton{
    padding: 0 47px 2px 15px;
    border-radius: 8px;
    border: 2px solid #bfbfbf;
    vertical-align: baseline;
    background: #fff url(../images/select_arrow.gif) no-repeat;
    background-position: right 10px top 50%;
    background-size: 27px 48px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 50px;
    color: #2e2e2e;
}

}
.error .selModalButton{border: 2px solid #ff585f;background-color:#fff3f4;}

/*
.selModalButton{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 6px 22px 6px 12px;
	border: 1px solid #777;
	border-radius: 3px;
	background: #fff;
	color: #333;
	text-decoration: none;
	line-height: normal;
	cursor: pointer;
	text-align: left;
	font-size: inherit;
}

.selModalButton::before, .selModalButton::after{
	content: '';
	position: absolute;
	z-index: 2;
	right: 7px;
	width: 0;
	height: 0;
	border: 4px dashed;
	border-color: #333 transparent;
	pointer-events: none;
}

.selModalButton::before{
	border-bottom-style: solid;
	border-top: none;
	top: 30%;
}

.selModalButton::after{
	border-top-style: solid;
	border-bottom: none;
	bottom: 30%;
}
*/

.selModal .selModalInner ul li.totch{
	background-color: #EFEFEF;
}

.selModal .selModalInner div.selModalAlert{
    text-align: right;
    font-size: 0.9em;
    color: #707070;
    margin-bottom: 5px;
}


/*PC==============================================*/
@media screen and (min-width:769px){
.selModalButton{min-width:352px;}

}

/*ƒXƒ}ƒz==========================================*/
@media screen and (max-width: 768px) {
.selModalButton{width:100%;}
.selModal .selModalInner{
    border-radius: 3vw;
    padding: 8vw 5vw;
}
.selModalCloseIcon{
    right: 6vw;
    top: 6vw;
    width: 5.5vw;
    height: 5.5vw;
    line-height: 5.5vw;
}
.selModal .selModalInner .selModalHeader{margin: 8vw 0 3vw;}
.selModal .selModalInner ul{margin:0 auto;width:96%;}
.selModal .selModalInner .selModalList{max-height:82%;}
/*.selModalHeader .searchbox input.search::placeholder{font-size:2.0vw;}*/
div.radiobtn span{font-size:2.5vw;}
.selModalHeader .searchbox input.search {padding:0 0 5px 5px;}
}

