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

.manshitsu {
	width: 30%;
	padding: 0;
	margin-bottom: 20px ;
	background-color: #E50065;
	color: #fff;
	font-size: 10px;
	font-weight: 100;
	text-align: center;
}

.kushitsu {
	width: 30%;
	padding: 0;
	margin-bottom: 20px ;
	background-color: #00A0E9;
	color: #fff;
	font-size: 10px;
	font-weight: 100;
	text-align: center;
}
.kushitsu2 {
	width: 120px;
	padding: 0;
	margin-right: 10px;
	margin-bottom: 10px ;
	background-color: #00A0E9;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	float: left;
}
.span1 {
  color: #ed6d00;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.span2 {
  color: #e7398f;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.span3 {
  color: #9e3890;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.span4 {
  color: #303692;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.span5 {
  color: #009A5B;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: bolder;
  font-size: 30px;
}
.span6 {
  color: #000;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  margin: 0 0 10px 0;
}
.span7 {
  color: #000;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  margin: 0 0 10px 0;
  float: left;
  border-bottom: solid 3px #2eb6aa;
}
.span8 {
  color: #009A5B;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: bolder;
  font-size: 25px;
  margin: 50px 0 20px 0;
  border-bottom: solid 3px #009A5B;
}
.span9 {
  color: #000;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  margin: 10px 0 10px 0;
  border-bottom: solid 3px #000;
}
.flag {
  width: 60px;
  height: 40px;
  margin: 0 10px;
  float: left;
}
.floor {
  width: 100%;
  max-width: 400px;
  margin: 0 10px 10px 10px;
  float: left;
}
.infomation {
	width: 200px;
	padding: 0;
	margin: 0 10px 20px 0;
	background-color: #2eb6aa;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	float: left;
}
.item {
  width: 100%;
  max-width: 800px;
  margin: 0 0 20px 0;
}
.clear {
	height:0;
	clear:both;
	font-size:0;
}</pre></body></html>