@charset "utf-8";

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: rgba(0,0,0,0);
}
.li {
	float: left;
	border-right: 1px solid black;
}
.li2 {
	float: left;
}
li a {
	display: block;
	color: black;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}
li a:hover:not(.active) {
	color: black;
	background-color: rgba(0,0,0,0);
	
}
.awi {
	color: white;
	text-decoration: none;
}
.awi:hover:not(.active) {
	color: white;
	background-color: rgba(0,0,0,0);
}
.active {
	background-color: #da3c41;
}

.loginb {
	color: white;
	background-color: #fe8652;
	margin-left: 5px;
}

.loginb2 {
	color: white;
	background-color: #373d4b;
	margin-left: 5px;
}

.moveb {
	color: white;
	background-color: #0c7c7a;
	margin-left: 5px;
}

.obi {
  padding: 3px 10px;
  border-left: 12px solid #0c7c7a;
}

.check-box {
  cursor: pointer;
}

.check-box input {
  display: none;
}

.check-box1 input + .text:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.25em;
  margin: 0 5px 0 0;
  background-image: none, url("../images/facilityico1@2x.png");
  background-size: 100% auto, 100%;
  background-repeat: no-repeat, no-repeat;
  width: 75px;
  height: 75px;
}

.check-box1 input:checked + .text:before {
  background-image: url("../images/facilityico_on1@2x.png"), url("../images/facilityico1@2x.png");
}

.check-box2 input + .text:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.25em;
  margin: 0 5px 0 0;
  background-image: none, url("../images/facilityico2@2x.png");
  background-size: 100% auto, 100%;
  background-repeat: no-repeat, no-repeat;
  width: 75px;
  height: 75px;
}

.check-box2 input:checked + .text:before {
  background-image: url("../images/facilityico_on2@2x.png"), url("../images/facilityico2@2x.png");
}

.check-box3 input + .text:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.25em;
  margin: 0 5px 0 0;
  background-image: none, url("../images/facilityico3@2x.png");
  background-size: 100% auto, 100%;
  background-repeat: no-repeat, no-repeat;
  width: 75px;
  height: 75px;
}

.check-box3 input:checked + .text:before {
  background-image: url("../images/facilityico_on3@2x.png"), url("../images/facilityico3@2x.png");
}

.check-box4 input + .text:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.25em;
  margin: 0 5px 0 0;
  background-image: none, url("../images/facilityico4@2x.png");
  background-size: 100% auto, 100%;
  background-repeat: no-repeat, no-repeat;
  width: 75px;
  height: 75px;
}

.check-box4 input:checked + .text:before {
  background-image: url("../images/facilityico_on4@2x.png"), url("../images/facilityico4@2x.png");
}

.check-box5 input + .text:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.25em;
  margin: 0 5px 0 0;
  background-image: none, url("../images/facilityico5@2x.png");
  background-size: 100% auto, 100%;
  background-repeat: no-repeat, no-repeat;
  width: 75px;
  height: 75px;
}

.check-box5 input:checked + .text:before {
  background-image: url("../images/facilityico_on5@2x.png"), url("../images/facilityico5@2x.png");
}

.check-box6 input + .text:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.25em;
  margin: 0 5px 0 0;
  background-image: none, url("../images/facilityico7@2x.png");
  background-size: 100% auto, 100%;
  background-repeat: no-repeat, no-repeat;
  width: 75px;
  height: 75px;
}

.check-box6 input:checked + .text:before {
  background-image: url("../images/facilityico_on7@2x.png"), url("../images/facilityico7@2x.png");
}