@charset "utf-8";
/* CSS Document */

#home_sec1 {
	background-image: url("About.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 653px;
	
}
#logo_box {
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 12%;
	padding-right: 0px;
}

#logo {
	
	padding:0;
	width: 100px;
	height: auto;
    }

#navi {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 12%;
	float: right;
}

#navi ul {
  list-style-type: none;
  margin: 0;
  padding: 20px 0 0 0;
  overflow: hidden;

}

#navi li {
  float: right;
}

#navi li a, .dropbtn {
  display: inline-block;
  color: #FBF7F4;
  text-align: center;
  padding: 24px 16px 0 16px;
  text-decoration: none;
}

#navi li a:hover, #MJ_dropdown:hover .dropbtn {
  text-decoration: underline;
  color: #F4E62D;
}

#navi li.dropdown {
  display: inline-block;
}

#navi .dropdown-content {
  display: none;
  position: absolute;
  background-color: #FBF7F4;
	opacity: 85%;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px #000000;
  z-index: 1;
}

#navi .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

#navi .dropdown-content a:hover {
	background-color: #f1f1f1;
    color: #E92318;
  }

#MJ_dropdown:hover .dropdown-content {
  display: block;
}

#sec01_title {
	font-size: 60px;
	font-weight: 500;
	line-height: 85px;
	color: #FBF7F4;
	padding-top: 100px;
	padding-bottom: 0;
	padding-left: 60%;
	padding-right: 12%;
	text-shadow: 2px 3px 5px #000000;
}

#sec01_text {
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	color: #FBF7F4;
	padding-top: 0px;
	padding-bottom: 0;
	padding-left: 60%;
	padding-right: 12%;
	text-shadow: 2px 3px 5px #000000;
}
@media screen and (max-width: 950px) and (min-width: 800px) {
#sec01_title {
	font-size: 50px;
	font-weight: 500;
	line-height: 65px;
	color: #FBF7F4;
	padding-top: 100px;
	padding-bottom: 0;
	padding-left: 55%;
	padding-right: 15%;
}	
	
#sec01_text {
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	color: #FBF7F4;
	padding-top: 0px;
	padding-bottom: 0;
	padding-left: 55%;
	padding-right: 15%;
	text-shadow: 2px 3px 5px #000000;
}
}

@media screen and (max-width: 800px) {
#logo_box {
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 7%;
	padding-right: 0px;
}

#logo {
	
	padding:0;
	width: 50px;
	height: auto;
    }

#navi {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 7%;
	float: right;
}

#navi ul {
  	list-style-type: none;
  	margin: 0;
  	padding: 0px 0 0 0;
  	overflow: hidden;
}

#sec01_title {
	font-size: 50px;
	font-weight: 500;
	line-height: 65px;
	color: #FBF7F4;
	padding-top: 100px;
	padding-bottom: 0;
	padding-left: 7%;
	padding-right: 10%;
	text-align: right;
}

#sec01_text {
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	color: #FBF7F4;
	padding-top: 0px;
	padding-bottom: 0;
	padding-left: 60%;
	padding-right: 10%;
	text-shadow: 2px 3px 5px #000000;
	text-align: right;
}
}

#main {
	background-image: url(bg-03.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FBF7F4;
}

#sec02_title {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	color: #59C2BD;
	padding-top: 100px;
	padding-bottom: 0;
	padding-left: 12%;
	padding-right: 12%;
	text-shadow: 2px 2px 0 #F4E62D;
}

#sec02_text {
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	color: #59C2BD;
	padding-top: 50px;
	padding-bottom: 0px;
	padding-left: 25%;
	padding-right: 25%;
}

#line{
	width: 13px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
}

#sec03_title {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	color: #59C2BD;
	padding-top: 100px;
	padding-bottom: 50px;
	padding-left: 12%;
	padding-right: 12%;
	text-shadow: 2px 2px 0 #F4E62D;
}

#worldmap {
	width: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
}

@media screen and (max-width: 800px) {
#sec02_text {
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	color: #59C2BD;
	padding-top: 50px;
	padding-bottom: 0px;
	padding-left: 20%;
	padding-right: 20%;
}	
	
#worldmap {
	width: 70%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
}
}

#Footer {
	padding: 15px 12%;
	background-color: #f7baba;
	height: 55px;
}

#Footer_L {
	float: left;
}

.footer_text {
	line-height: 10px;
	color: #fbf7f4;
}

#Footer li {
	display: inline-block;
}

#Footer a {
	display: block;
}

#Footer_R {
	float: right;
	padding: 0;
	}

#Footer_R img {
	padding:0px 0px 0px 10px ;
	width: 40px;
}

@media screen and (max-width: 800px) {
	#Footer {
	height: 120px;
	}
	
	#Footer_L {
		float: none;
	}
	
	.footer_text {
		text-align: center;
	}
	
	#Footer_R {
		float: none;
		text-align-last: center;
		margin: 20px 0;
	}
}
