@charset "utf-8";


body {
  margin: 0;  
  line-height: 1.6;
  font-family: 'Meiryo','Quicksand','Futura PT','sans serif', 'Times New Roman';
  font-size: 11px;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
}

li {
    text-decoration: none;
}

p {
	margin: 0 0 15px 0;
}

.container {
    max-width: 1480px;
    padding: 0 15px;
    margin: 0 auto;
}

/*-------------------------------------------
Header
-------------------------------------------*/

#header{
    height: 90px;
	border-bottom: 1px solid #E3E3E3;
    text-decoration: none;
	display: flex;
	justify-content: center;
}

.logo{
    font-size: 28px;
    color: #3d3a27;
	font-style: bold;
	opacity: 0.9;
}

.logo a{
		display: block;
}

.logo span{
	font-size: 11px;
}


/*-------------------------------------------
Nav
-------------------------------------------*/

.nav{
	margin-top: 50px;
}

.nav a{
    color: #3d3a27;
}

/*-------------------------------------------
Index Main
-------------------------------------------*/
#main{
	height: 2600px;
}

.main-wrapper {
  height: 400px;
  padding: 100px 0;
  text-align: center;
  color:#3d3a27;
  opacity: 0.9;
}

.main-wrapper h1{
  margin-top: 100px;
}

.main-wrapper a {
  text-align: center;
  color: #1F91BE;
}

.main-wrapper p {
  text-align: center;
}

.btn {
  margin-top: 45px;
}

.btn a {
  color:#3d3a27;
}

.first-wrapper {
  height: 400px;
  padding: 0 0 30px 0;
  text-align: center;
}

.first-wrapper h3 {
  margin-bottom: 20px;
  padding: 4px 0;
  background-color: #1F91BE;
  color:#fff;
  text-align: center;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  border-radius: 15px;
}

.second-wrapper {
  height: 500px;
  text-align: center;
  color: #3d3a27; 
}

.second-wrapper h3 {
  margin-bottom: 20px;
  padding: 4px 0;
  background-color: #D04255;
  color:#fff;
  text-align: center;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  border-radius: 15px;
}

.bl_ogga {
  margin: 15px 0;
  padding: 10px 0;
}

.bl_ogga ul {
  display: flex;
}

.bl_ogga li {
  margin-right: 20px;
  color: #3d3a27;
  list-style: none;
  flex: 1;
}

.bl_ogga a {
  color: #3d3a27;
}

.subscription {
  height: 500px;
  text-align: center;
  color: #3d3a27; 
}

.subscription h3{
  margin-bottom: 20px;
  padding: 4px 0;
  background-color: #1F91BE;
  color:#fff;
  text-align: center;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  border-radius: 15px;
}

.ad-wrapper {
  height: 500px;
  text-align: center;
  color: #3d3a27; 
}

.ad-wrapper h3{
  margin-bottom: 20px;
  padding: 4px 0;
  background-color: #D04255;
  color:#fff;
  text-align: center;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  border-radius: 15px;
}

/*-------------------------------------------
Article Page
-------------------------------------------*/
#content{
	height: 2800px;
	margin: 10px 0;
	display: flex;
}

.article-wrapper{
	width: 890px;
	height: 2800px;
	margin: 100px 60px 100px 100px;
	padding-left: 100px;
	text-align: left;
	flex:3;
}

.article-wrapper h1{
  text-align: center;
  color: #1F91BE;
  margin-bottom: 100px;
}

.article-image{
	margin-bottom: 50px;
	text-align: center;
}

.article-image img{
	width: 580px;
	height: 380px;	
}

.article-wrapper h2{
  padding: 0.5em;
  color:#3d3a27;
  background: #C9E8F1;
  border-bottom: solid 3px #1F91BE;
}

.article-wrapper h3{
  padding: 0.25em 0.5em;
  color:#3d3a27;
  background: transparent;
  border-left: solid 5px #F6D4D8;
  }

 .article-wrapper p{
  color: #330000;
  line-height: 1.8;
  font-size: 12px;
  display: inline-block;
  }
  
  
/*-------------------------------------------
Legal Page
-------------------------------------------*/

.legal-wrapper{
	margin: 100px 240px 100px 240px;
	text-align: left;
}

.legal-wrapper h1{
	text-align: center;
	color: #1F91BE;
	margin-bottom: 100px;	
}

.legal-wrapper h4{
  padding: 0.25em 0.5em;
  color:#3d3a27;
  background: transparent;
  }
  
.legal-wrapper h5{
  padding: 0.25em 0.5em;
  color:#3d3a27;
  background: transparent;
  }

.legal-wrapper p{
  color: #330000;
  line-height: 1.8;
  font-size: 10px;
  display: inline-block;
  }


/*-------------------------------------------
SideBar
-------------------------------------------*/

aside{
  display: block;
}

#sidespace{
  margin: 260px 0 0 0;
  flex: 1;
}

.adspace{
	text-align: center;
	margin: 30px 0px;
}

.side{
  height:250px;
  width:250px;
  background-color: #FFF;
  border: 1px solid #000;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.side li{
  list-style: none;
}

.side li a{
	margin: 20px 0;
	color: #000;
	font-family:Bold;
	font-size: 15px;
	display: block;
	width: 100%;
}

.side li a span{
	font-size: 15px;
}

/*-------------------------------------------
Footer
-------------------------------------------*/

#footer {
  padding: 15px 15px;
  text-align: center;
  color: #3d3a27;
  font-size: 10px;
  border-top: 1px solid #E3E3E3;
  clear:both;
}

#footer ul {
  display: flex;
}

#footer li {
  font-size:10px;
  list-style: none;
  flex: 1;
}

#footer a{
  color: #3d3a27;
}

#footer p {
  font-size: 10px;
  color: #3d3a27;
}

.english{
  font-size: 7px;
}



/*-------------------------------------------
iPad
-------------------------------------------*/

@media (max-width:850px) {
 
  #header {
        height: 90px;
    padding-top: 10px;
	border-bottom: 1px solid #E3E3E3;
    text-decoration: none;
	text-align: center;
    }
	
  #main{
	  display: none;
  }
  
  #content{
	  display: none;
	
	}
	
	#footer ul{
		display: none;
	}

}



/*-------------------------------------------
Mobile
-------------------------------------------*/

@media (max-width:450px) {
	
	#header {
		height: 90px;
		padding-top: 10px;
		border-bottom: 1px solid #E3E3E3;
		text-decoration: none;
		text-align: center;
	}

	#main{
    display: none;
	}
  
	#content{
	  display: none;
	}
	
	#footer ul{
		display: none;
	}

}
