.somores{
line-height: 1.5;
font-size: 3.3vw;
padding: 0 10px;
}
.somores div{
margin-top: 10px!important;
display: flex;
align-items: center;
/* justify-content: space-between;*/
}

.somores .label-text{
	width: 50px;
	flex-shrink: 0;
}
.somores ul{
display: flex;
align-items: center;
}
.somores li{
	border: 0.5px solid #d2d2d2;
	padding: 3px 7px;
	border-radius: 3px;
	margin-right: 1px;
}
.somores .except{
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}
.somores .except li{
 	border: 0.5px solid #d2d2d2;
	padding: 3px 1px;
	border-radius: 3px;
	width: 25px;
	text-align: center;
}
.somores li.cur ,.somores .except li.cur{
order: 0.5px solid #eb5248;
background-color: #eb5248;
color: #fff;
}
.content {
	background: #fff;
	min-height: 0;
	padding-bottom:0;
	padding-top: 4.4vw;
}
#sohead footer .reset {
	background: #4695f1;
	color: #fff;
}
#sohead footer .submit {
	background: #ec6a2c;
	color: #fff;
}
#sohead footer {
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 4vw;
	justify-content: space-between;
	margin-top: 6.133vw;
	padding: 0 8vw 3.2vw ;
}
#sohead footer label {
	border-radius: .667vw;
	height: 8.533vw;
	letter-spacing: .04em;
	line-height: 8.533vw;
	text-align: center;
	width: 38.8vw;
}
.menu img {
    width: 43px;
    height: 43px;
}
.menu span {
    display: block;
    margin: 0 0 5px 0;
    text-align: center;
    font-size: 3.4666vw;
    color: #403f3f;
	white-space: nowrap;
}

.mb-list-single .mobile {
    font-family: initial !important;
	font-size: 3.73333vw; 
    color: #767676;
    font-weight: 400;
    width: 35%;
	line-height: 1.5;
}
.mb-list-single .city {
    font-family: initial !important;
    font-size: 3.73333vw;
    color: #767676;
    font-weight: 400;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 27%;
}
.mb-list-single .price {
  
    font-family: initial !important;
    font-weight: 400;
    font-size:3.73333vw;
    text-align: right;
    width: 25%;
    color: #e54c3f;
}
#fav_c,#ord_c{
    line-height: 12px;
    padding: 1px 5px;
    background-color: #e54c3f;
    color: #fff;
    display: inline;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.mb-list-single .price i {
    font-size: 16px;
    color: #e54c3f;
    font-style: normal;
    vertical-align: bottom;
}
.mb-list-single td{
	padding: 9px 0;
	border-bottom: 0.5px solid #ececec;
}