@charset "utf-8";

*{
  font-size: 12pt;
}

body{
  width: 1000px;
  height: auto;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  font-family:"メイリオ", Osaka, "ヒラギノ角ゴ Pro W3";
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

a{
  text-decoration: none;
}

iframe{
  margin-left: auto;
  margin-right: auto;
}

.btn {
  cursor: pointer;
  text-align: center;
  font-size: 9pt;
  color: white;
  width: 150px;
  background-color: #000080;
  border-radius: 5px;
  height: 30px;
  line-height: 30px;
  float: left;
  user-select: none;
  margin-left: 3px;
  box-shadow: 5px 5px 10px 0px #666;
}


.btn:hover{
  opacity: 0.7;
}

#active.btn{
  font-weight: bold;
  color: #000080;
  background-color:	#33ccff;
  cursor: default;
}

#active.btn:hover{
  opacity: 1.0;
}

#inquiry.btn{
  background-color: #ff6600;
}

.menu{
  width: 810px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  margin-bottom: 10px;
  overflow: hidden;
}

.content{
    margin-top: 190px;
    width: 100%;
    z-index: 0;
}

.container {
  margin: 0 auto;
  padding: inherit;
  width: 100%;
  color: #333;
  background: #419be0;
  z-index: 1;
}

.slick-slide {
  text-align: center;
  color: #000800;
  background: white;
}

.single-item{
  box-shadow:5px 5px 10px 0px #666
}

header{
  position: fixed;
  background: #fff;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 180px;
  z-index: 2;
}

footer{
  width: 810px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

div.footer-line {
  background-color: #000080;
  width: 800px;
  height: 2px;
}

#footer {
  width: 810px;
  text-align: right;
  font-size: 8pt;
}

.announce{
  width: 810px;
  height: 440px;
  margin: auto;
}

.item{
  margin: 5px;
  height: 30px;
  line-height: 30px;
  border-radius: 0.5em;
  text-align: center;
  color: #ffffff;
}

.box{
  margin: 5px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  /*border: solid 1px #000000; */
  width: 370px;
  height: 200px;
  border-radius: 5px;
  box-shadow:5px 5px 10px 0px #666
}

  a:link { color: #000000; }
  a:visited { color: #000000; }
  a:active { color: #000000; }
  a:hover { color: #800000; 
		  font-weight: bold;	
  } 
  
