@charset "UTF-8";
body{
  font-family: "HG丸ｺﾞｼｯｸM-PRO","BIZ UDゴシック","ＭＳ ゴシック", "verdana", "arial", "helvetica", "Sans-Serif";
}
h1{
  font-size: 1.1em;
  text-align: center;
}
h2, h3, h4, h5, h6{
  font-size: 1.0em;
}
a { text-decoration:none;}
span#daiji {
  display:none;
  position: absolute;
  margin:14px 0px 0px -36em;
  font-size:22pt;
  color:#ffffff;
  text-shadow:  0 0 5px #000080;
}
@-moz-document url-prefix() {
   span#daiji{
  width:400px;
  }
}
div#main {
	width: 1000px;
	height: auto;
	margin: 0px auto 0px auto;
	text-align:center;
}
div#top {
	width: 1000px;
	height: auto;
	margin: -20px auto 0px auto;
	text-align:center;
}
div#other {
	display:none;
	width:400px;
	height:335px;
	background-color:#ffffff;
	position: absolute;
	margin:-660px 0px 0px 585px;
}
@-moz-document url-prefix() {
  div#other {
	height:341px;
  }
}
div#tenki {
	background-color:transparent;
	border:none;
	float:right;
	width:220px;
	height:400px;
	text-align:left;
	margin:5px 20px 2px 0px;
	padding:0px 0px 0px 0px;
}
img#onoff {
	position: absolute;
	margin:30px 0px 0px -130px;
}
@-moz-document url-prefix() {
  img#onoff {
	margin:-730px 0px 0px 360px;
  }
}
input#tk {
	width:75px;
	float:left;
	background-color:#99ccff;
	color: #000080;
	font-family:AR悠々ゴシック体E, メイリオ ボールド, verdana, arial, helvetica, Sans-Serif;
	padding:0px;
	margin:10px 0px 5px 33px;
}
div#ymd {
	line-height:7px;
	margin:50px 0px 0px 17px;
	height: 84px;
	position: absolute;
	color:#999999;
	font-family: verdana, arial, helvetica, Sans-Serif;
	text-align: center;
}
div#koyomi {
	margin:100px 0px 0px 0px;
	position: absolute;
}
ul {
  list-style: none;
}
div#menu {
	width:1000px;
	height:40px;
	background-color:#8a9b0f;
}
.menu {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 1000px;
    margin: -8px 0px 0px -40px;
}
.menu > li {
    float: left;
    width: 20%; /* グローバルナビ4つの場合 */
    height: 50px;
    line-height: 50px;
    background: #87cefa;
}
.menu > li a {
    display: block;
    color: #000080;
}
.menu > li a:hover {
    color: #ffffff;
}
ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}
ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}
.menu > li:hover {
    background: #00bfff;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.menu__second-level li {
    text-align:left;
    margin-left:-1em;
}
.menu__third-level li {
    border-top: 1px solid #111;
}
.menu__second-level li a:hover {
    background: #4682b4;
    margin-left:-1.5em;
    padding-left:1.5em;
}
.menu__third-level li a:hover {
    background: #4682b4;
    margin-left:-1.5em;
    padding-left:1.5em;
}
.menu__fourth-level li a:hover {
    background: #4682b4;
    margin-left:-1.5em;
    padding-left:1.5em;
}
/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}
.menu:after {
    clear: both;
}
.menu {
    *zoom: 1;
}
.menu > li.menu__single {
    position: relative;
}
li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 80%;
    background: #00bfff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}
li.menu__mega ul.menu__second-level {
    position: absolute;
    margin: 0px 0px 0px 40px;
    left: 0;
    box-sizing: border-box;
    width: 1000px;
    padding: 20px 2%;
    background: #00bfff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
li.menu__mega:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}
li.menu__mega ul.menu__second-level > li {
    float: left;
    width: 32%;
    border: none;
    margin-left:0.2em;
}
li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%;
}