@charset "utf-8";
.list-selectOption *{
	box-sizing: border-box;
}
.list-selectOption{

}
.list-selectOption > li{
	flex-basis: 240px;
	margin-right: 10px;
	margin-top: 10px;
}
.list-selectOption > li:nth-child(3n){
	margin-right: 0;
}




@media all and (max-width: 896px) {
.list-selectOption > li{
	flex-basis: calc(50% - 5px);
	margin-right: 10px;
	margin-top: 10px;
}
.list-selectOption > li:nth-child(3n){
	margin-right: 10px;
}
.list-selectOption > li:nth-child(2n){
	margin-right: 0;
}
}



