@charset "utf-8";
body {
  background-image: url(../images/english/bg.jpg);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: 100% auto;
  background-attachment: fixed;
}
/* CSS Document */
.sec01 {
  text-align: center;
  padding-top: 0px;
}
.sec01 .inner {
  margin: 0 5%;
  width: 90%;
}
.sec01 h1 {
  margin: 25px auto 35px;
  width: 200px;
}
.sec02 {
  width: 800px;
  margin: 0 auto;
  font-family: "Times New Roman", Times, serif;
  text-align: justify;
}
.sec02 p {font-size: 15px}
.sec02 h2 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}.sec02 h3 {
  font-size: 22px;
  font-weight: bold;
}
.sec02 .text01 {
  margin-bottom: 60px;}
.sec03 {
  text-align: center;
  margin-bottom: 60px;
}
.sec03 .textArea p {
  margin-bottom: 10px;
}
.sec03 .nav {
  text-align: center;
  margin-bottom: 20px;
}
.sec03 .nav li {
  display: inline-block;
  background-color: #B70C21;
}
.sec03 .nav li a {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 5px 8px;
  width: 100%;
}
.sec03 .nav li a {
  overflow: hidden;
  position: relative;
}
.sec03 .nav li a span {
  z-index: 20;
}
.sec03 .nav li a:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 1;
}
.sec03 .nav li a:hover:after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.sec03 .news {
	border-radius: 5px;
	background-color: rgba(134,134,134,0.6);
	width: 450px;
	padding: 5px 10px;
	margin: 0 auto 50px;
	font-size: 11px;
	text-align: left;
}
.sec03 .news li {
  margin-bottom: 5px;
}
.sec03 .news li a {
  color: rgba(255,255,255,1.00);
}
.sec03 .news li a:hover {
  text-decoration: underline;
}

@media (max-width: 830px) {
  
body {
  background-position: 0% 0%;
}

.sec01 .inner {
  margin: 0%;
  width: 100%;
}
.sec01 h1 {
}
  
.sec02 {
  width: 80%;
  margin: 0 auto;
  text-align: justify;
}
.sec02 p {font-size: 15px}
.sec02 h2 {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
}.sec02 h3 {
  font-size: 20px;
  font-weight: bold;
}
.sec02 .text01 {
  margin-bottom: 60px;}
.sec03 {
  margin-bottom: 40px;
  margin-left: 5%;
  margin-right: 5%;
}
.sec03 .news {
  width: 80%;
  margin: 0 10% 40px;
  position: relative;
  right: 0px;
}
  .sec03 .textArea p {
  margin-bottom: 0px;
}
}
