/* Global */

body {
	font-weight: 600;
	font-size: 1em;
	color: #555555;
	background-color: #29292f;
}
img {
	max-width: 100%;
	object-fit: contain;
}
a:link {
	color: #FF0000;
	text-decoration: none;
	transition: color 0.5s ease-out 0s;
}
a:hover {
	color: #D6D6D6;
	text-decoration: none;
}
a:visited {
	color: #F47C4F;
	text-decoration: none;
}
h1 {
	font-size: 2.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color: #666666;
	font-weight: 700;
}
h2 {
	font-size: 1.5em;
	color: #444444;
	background-color:#E1F5F9;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
	line-height: 0px;
	padding-bottom: 12px;
	font-weight: 600;
}
hr.line {
	margin: 20px 0;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.75), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0.75), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0.75), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0.75), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
div.graduation {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ffffff), color-stop(1.00, #eeeeee));
	background: -webkit-linear-gradient(#ffffff, #eeeeee);
	background: -moz-linear-gradient(#ffffff, #eeeeee);
	background: -o-linear-gradient(#ffffff, #eeeeee);
	background: -ms-linear-gradient(#ffffff, #eeeeee);
	background: linear-gradient(#ffffff, #eeeeee);
}
/* Navigation */

.menu {
	position: fixed;
	top: 0px;
	width: 100%;
	color:#000;
	background-color: #29292f;
	z-index: 100;
	height: auto;
}
#logo {
	text-align: left;
	margin: 10px 0px 0px 15px;
	font-size: 1.9em;
}
#nav {
	text-align: right;
	margin: 80px 0 0 0;
}
.navigation {
	float: right;
	list-style: none;
	margin: 0;
}
.navigation li {
	float: left;
	color: #FFFFFF;
	padding: 0 0 0 20px;
}
.navigation li:hover {
	cursor: pointer;
	color: #3c75c3;
}
.navigation .active {
	cursor: pointer;
	color: #E2676A;
	font-weight: bold;
}


/* General Panels */ 
.note8{
  background-color: #fff6e6;
  color: #ee8992;
  margin: 2em 0;
  font-weight: bold;
  border: solid 1px #ee8992;
  padding: 0.3em 1em 2em 1em;
  box-shadow:2px 2px 0 rgba(0,0,0,.1);
  border-radius: 7px;
}
.sen8{
  background-color: #fff6e6;
  background-image:
  linear-gradient(90deg, rgba(255, 246, 230, 0) 0%, rgba(255, 246, 230, 0) 50%, #fff6e6 0%, #fff6e6 100%), linear-gradient(180deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 95%, #ed7780 100%);
  background-size: 8px 100%,100% 2em;
  line-height: 2em;
  padding: 2em 1em 0.2em 1em;
}

.panel {
	background-attachment: fixed;
	width: 100%;
	height: auto;
	position: relative;
	padding-bottom: 40px;
	font-weight: 400;
	font-size: 1em;
}
/* General Slides */ 

.slide {
	background-attachment: fixed;
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#flame1 {
	margin-top:20px;
}
#flame2 {
	margin-left:60px;
}
/* News */ 
#news {
	font-size: 0.6em;
}
/* Slide 1 */ 
#slide1 {
	margin-top: 140px;
}
/* radio button */ 
.radioEX {
	padding: 0;
}
.radioEX li {
	display: inline;
	list-style-type: none;
}
.radioEX label {
	display: inline-block;
	font-size: 1.0em;
	font-weight: 200;
	padding: 0.3em 1em;
	background-color: #ddd;
	color: #999;
	border: 1px solid #bbb;
	border-radius: 20px;
	text-shadow: 0px 0px 0px #fff;
	box-shadow: inset 0px 0px 2px #fff;
	cursor: pointer;
}
.radioEX label:hover {
	border-color: #69a;
	color: #69a;
}
.radioEX label.selected {
	color: #fff;
	background-color: #EC4A4F;
	box-shadow: inset 0px 0px 2px #FFFFFF;
	/* border-color:#036; */
	text-shadow: 0px 0px 1px #CCCCCC;
}
.radioEX label input {
	display: none;
}


.FixedTable{
  position: sticky;
  top: 0;
  color: #FFFFFF;
  background: #464691;
  &:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #CCCCCC;
  }
}


/* Tablet */
@media screen and (max-width: 1024px) {
#logo {
	width: 100%;
	text-align: center;
	font-size: 1.5em;
	margin-top: 5px;
	margin-bottom: 0px;
}
#nav {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 0.8em
}
.navigation {
	width: 100%;
	float: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
.navigation li {
	float: left;
	width: 25%;
	padding: 0;
}
.slide {
	background-attachment: fixed;
	width: 100%;
	position: relative;
	padding: 2% 0;
}
#flame1 {
	margin-top:10px;
}
#flame2 {
	margin-left:20px;
}
#content {
	width: 100%;
}

#news {
	font-size: 0.5em
}
#slide1 {
	margin-top: 50px;
}
#decorative {
	display: none;
}
#slide2 {
	text-align: left;
}
#slide1 h1 {
	line-height: 1em;
}
#slide1 h2 {
	line-height: 1em;
}
#slide2 h1 {
	line-height: 1em;
}
#slide2 h2 {
	line-height: 1em;
}
#slide3 h1 {
	line-height: 1em;
}
#slide3 h2 {
	line-height: 1em;
}
#latestdata{
	font-size: 0.7em;
}
#latestdata_tani{
	font-size: 0.5em;
}
#oldphotodate {
	font-size: 0.5em;
	width: 80px;
}
}




/* Mobile */
@media screen and (max-width: 480px) {
#logo {
	width: 60%;
	text-align: center;
	font-size: 1.2em;
	margin-top: 5px;
	margin-bottom: 0px;	
}
#nav {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 0.7em
}
.navigation {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.navigation li {
	float: left;
	width: 25%;
}
.slide {
	background-attachment: fixed;
	width: 100%;
	position: relative;
	padding: 2% 0;
}
#flame1 {
	margin-top:0px;
}
#flame2 {
	margin-left: 2px;
}
#decorative {
	display: none;
}
#news {
	font-size: 0.4em
}
#slide1 {
	margin-top: 40px;
}
#slide2 {
	text-align: left;
}
#slide1 h1 {
	line-height: 1em;
}
#slide1 h2 {
	line-height: 1em;
}
#slide2 h1 {
	line-height: 1em;
}
#slide2 h2 {
	line-height: 1em;
}
#slide3 h1 {
	line-height: 1em;
}
#slide3 h2 {
	line-height: 1em;
}
#latestdata{
	font-size: 0.6em;
}
#latestdata_tani{
	font-size: 0.4em;
}
#oldphotodate {
	font-size: 0.5em;
	width: 60px;
}
}



/* Print */
@media print {
.menu {
	position:static;
}
.no-print {
	display: none;
}
body {
	width: 1024px;
	transform: scale(0.8);
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform-origin: 0 0;
}
}
