<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
	width: 100%;
	height: 100%;
	position: relative;
  font-size: 14px;
  font-family: "銉掋儵銈儙瑙掋偞 Pro W3", "Hiragino Kaku Gothic Pro", "娓搞偞銈枫儍銈綋", "Yu Gothic", YuGothic, "銉°偆銉偑", Meiryo, Osaka, "锛汲 锛般偞銈枫儍銈�", "MS PGothic", sans-serif;
	line-height: 1.4;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	color: #FFF;
	background-color: #000000;
	background-image: url(/chronicle/site/images/bg.jpg);
	background-repeat: repeat;
}

body .wrap {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/*#container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}*/
/*.content {
  width: 690px;
  position: relative;
  margin-right:20px;
  margin-left: 20px;
}
*//*.president {
  width: 240px;
  position: relative;
  background-color:#003366;
  padding:15px;
}*/

body a {
  color: #FFF;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
body a:hover {
  text-decoration: underline;
}

#container{
	padding:16px 0;
}

#container p{
	font-size:16px;
	line-height:1.4em;
  margin-bottom:16px;
}

body img {
  max-width: 100%;
  height: auto;
}

.sp{
	display:none;
}

header{
	background-color:#FFF;
}
header .wrap{
  height: 142px;
  /*padding-top:20px;
  padding-bottom:20px;*/
  padding: 16px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  
}
header p#logo{
float:left;
margin-right:15px;
width:30%;
}
header p#supported{
float:right;
width:18%;
}
header h1{
float:left;
width:48%;
	text-align:center;
}

#nav{
  background:#000;
}

#nav ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  padding:12px 16px;
}
#nav ul li{
  margin-right: 0.4em;
  margin-left: 0.4em;
}
#nav ul li a{
  color:#FFF;
  font-weight:bold;
}



.block-history{width:100%;}
.block-history h2{
	background-color:#FFF;
	color:#000;
	margin:0;
  font-size: 17px;
  letter-spacing: 0.05em;
  font-style: bold;
  font-weight:bold;
  line-height: 1;
  padding:10px;
  width:180px;
  text-align:center;
  margin-bottom:24px;
  margin-top: 32px;
}

/*#container .president h2{
	background-color:transparent;
	color:#FFF;
	margin:0;
  font-size: 20px;
  letter-spacing: 0.05em;
font-style: bold;
font-weight:bold;
  line-height: 1;
  padding:10px;
  width:auto;
  text-align:left;
  margin-bottom:30px;
}
#container .president .popup h2{
	color:#333;
}*/

.block-history h3{
  font-size: 24px;
  font-weight:normal;
  line-height: 1.6;
  padding-bottom: 20px;
}


footer{
	padding:30px 0;
	color:#FFF;
	text-align:center;
}
footer p{
	font-size:12px;
	line-height:1.6em;
  margin-bottom:16px;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index:999;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
  color: #333;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

@media (max-width: 750px) {
.sp{
	display:block;
}
.pc{
	display:none;
}
body .wrap {
  width: 98%;
  max-width: 98%;
  padding-top:10px;
  padding-bottom:10px;
  margin:0 auto;
  height: auto;
}
header p#logo{
float:left;
margin-left:8px;
margin-right:0px;
width:49%;
display:block;
}
header p#supported{
float:left;
width:26.8%;
display:block;
}

body header h1{
	clear:both;
	text-align:center;
float:none;
width:98%;
margin:0 auto;
}
body header h1 img{
  max-width: 100%;
  	margin-left:0px;
  height: auto;
}
body header p#logo img,body header p#supported img {
  max-width: 90%;
  	margin-left:0px;
  height: auto;
}

.popup {
    width: 50%;
}

/*.content {
  width: 80%;
  position: relative;
  margin-right:2%;
}
.president {
  width: 14%;
  position: relative;
  background-color:#003366;
  padding:2%;
}*/

}
</pre></body></html>