@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Condensed&display=swap');

body {
  background: #f5f5f5;
  font-family: 'Ubuntu Condensed', sans-serif;
  font-weight: 400;
  font-size: 16px;
/* line-height: 26px; */
  color: #FFF;
}

.clear {
  clear: both;
}

.wrapper {
/* width: 1120px; */
  margin: 20px auto;
  border-radius: 10px;
  border: solid 3px #FFF;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}

.top {
  background: #0072ff;
  border-radius: 10px 10px 0 0;
}

.MainTitle {
	font-size: 2vw;
	font-weight: 600;
	color: #FFF;
    padding: 20 0 0 0 ;
	text-align: center;
}

.offTitle {
	font-size: 1.2vw;
	font-weight: 400;
	color: #FFF;
	padding: 5 0 10 0 ;
	text-align: center;
	letter-spacing: 0.04vw;
}

.footer {
  min-height: 34px;
  background: #0072ff;
  padding: 7 0 0 0 ;
  margin: 3 0 0 0 ;
  border-radius: 0 0 10px 10px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.08vw;
}

.pageTitle {
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  color: #000;
}

.boody {
	font-size: 17px;
	color: #000;
	margin: 10 10 10 10;
	text-align: justify;
	min-height: 65%;
}

.boody h1 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
}


.navigation {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #2687ff;
  border-top: solid 3px #FFF;
  border-bottom: solid 3px #FFF;
  z-index: 99;
  /*
  box-shadow:  0px -2px 3px -1px rgba(0, 0, 0, 1);
  */
}

.navigation li {
  float: left;
}

.navigation li:hover {
  background: #0072ff;
}

.navigation li:first-child {
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 0 0 5px;
}

.navigation li a {
  display: block;
  padding: 0 20px;
  text-decoration: none;
  line-height: 40px;
  color: #fff;

}

.navigation ul {
  display: none;
  position: absolute;
  list-style: none;
  margin-left: -3px;
  padding: 0;
  overflow: hidden;
   z-index: 99;
}

.navigation ul li {
  float: none;
}

.navigation li:hover > ul {
  display: block;
  background: #2687ff;
  border: solid 3px #FFF;
  border-top: 0;
  
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  
  -webkit-box-shadow:  0px 3px 3px 0px rgba(0, 0, 0, 0.25);
  box-shadow:  0px 3px 3px 0px rgba(0, 0, 0, 0.25);
}

.navigation li:hover > ul li:hover {
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.navigation li li a:hover {
  background: #0072ff;
}

.navigation ul li:last-child a,
.navigation ul li:last-child a:hover {
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.bmain  {
	text-align: center;
	max-width: 1100px;
	margin-left: auto;
    margin-right: auto;
}

.bmain img {
    border-radius: 14px;
	padding: 4px;
	text-align: center;
}


.ya {
z-index: -1;
}

@media only screen and (min-width: 850px) {
    body {
        padding: 0 80px;
    }

	
}
