*{
  box-sizing:border-box;
}

body{
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, 游ゴシック, Yu Gothic, 游ゴシック体, YuGothic, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Meiryo UI, メイリオ, Meiryo, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
  margin: 0 auto;
  color: #555;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}

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

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

p{
  font-size: 14px;
}

header{
  background-color: white;
  position:fixed;
  height: 120px;
  width: 100%;
  z-index: 2;
}

.header-left{
  float: left;
  padding-top: 14px;
  padding-left: 20px;
}

.header-left img{
  width: 200px;
}

.header-right{
  float: right;
  margin-right: 25px;
  height: 120px;
}

.navi{
  float: left;
  height: 60px;
  cursor : pointer;
}

.header-right p{
  display: inline-block;
  color: black;
  font-family: sans-serif;
  font-size: 17px;
  padding-left: 15px;
  padding-right: 20px;
  margin: 0 auto;
  border-bottom: solid;
  border-width: 1px;
  border-color: #A9A9A9;
}

.header-right a{
  text-decoration: none;
  color: black;
}

.cover{
  background-image: url("../img//top.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 20%;
  padding-left: 15%;
  padding-right: 15%;
  padding-bottom: 12%;
  display: none;
}

.ipod .cover{
    /*iPod Touchのみ*/
  background-attachment: scroll;
}
.iphone .cover{
    /*iphoneのみ*/
  background-attachment: scroll;
}
.ipad .cover{
    /*ipadのみ*/
  background-attachment: scroll;
}

.cover h1{
  margin: 0 auto;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 45px;
}

.all-contents{
  padding-left: 10%;
  padding-right: 10%;
  background-color: #000044;
  overflow: auto;
  height: auto;
}

.contents{
  background-color: #000044;
  float: left;
  width: 50%;
  height: 370px;
  overflow: auto;
  text-align: center;
}

.link{
  position: relative;
  z-index: 1;
  background-color: white;
  height: 100%;
}

.link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent:-999px;
}

.link:hover{
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity:0.8;
  -khtml-opacity: 0.8;
  opacity:0.8;
  zoom:1;
}

.contents h2{
  padding-top: 10px;
  margin: 0px;
  margin-bottom: 5px;
  font-size: 18px;
}

.contents img{
  height: 80%;
}

#contents-top-left{
  padding-top: 120px;
  padding-left: 20%;
  padding-right: 30px;
  padding-bottom: 30px;
}

#contents-top-right{
  padding-top: 120px;
  padding-left: 30px;
  padding-right: 20%;
  padding-bottom: 30px;
}

#contents-bottom-left{
  padding-top: 30px;
  padding-left: 20%;
  padding-right: 30px;
  padding-bottom: 120px;
}

#contents-bottom-right{
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 20%;
  padding-bottom: 120px;
}

.contents-bottom{
  background-color: #000044;
  float: left;
  width: 50%;
  height: 370px;
  overflow: auto;
  text-align: center;
}

.contents-bottom img{
  height: 80%;
}

.contents-bottom h2{
  padding-top: 10px;
  margin: 0px;
  margin-bottom: 5px;
  font-size: 18px;
}

.news{
  background-color: white;
  /*width: 100%;*/ 
  overflow: auto;
  clear: both;
  height: auto;
  /*padding-top: 30px;*/
  /*padding-left: 15%;*/
  /*padding-right: 15%;*/
  margin: 0 auto;
  margin-top: 80px;
  margin-right: 10%;
  margin-left: 10%;
  /*padding-bottom: 50px;*/
}

.news ul{
  /*background-color: white;*/
  /*float: left;*/
  list-style: none;
  /*width: 100%;*/
  padding-right: 40px;
  padding-bottom: 10px;
/*  border-bottom: solid;
  border-width: 1px;
  border-color: #A9A9A9;*/
  /*padding-bottom: 30px;*/
}

.news li{
  margin-bottom: 15px;
}

.news a{
  color: #555;
  /*color: white;*/
  text-decoration: none;
}

.news a:hover{
  text-decoration: underline;
}

.news h2{
  /*color: white;*/
  padding-top: 10px;
  font-size: 18px;
  /*padding-bottom: 20px;*/
  margin: 0px;
  text-align: center;
}

.site-map{
  background-color: white;
  width: 100%;
  overflow: auto;
  clear: both;
  height: auto;
  padding-top: 30px;
  padding-left: 15%;
  padding-right: 15%;
  margin: 0 auto;
}

.site-map h2{
  text-align: center;
}

.site-map h3{
  border-bottom: solid;
  border-width: 1px;
  border-color: #A9A9A9;
  text-align: center;
}

.site-map ul{
  float: left;
  list-style: none;
  width: 25%;
  padding-right: 40px;
}

.site-map a{
  color: #555;
  text-decoration: none;
}

.site-map a:hover{
  text-decoration: underline;
}

footer{
  background-color: white;
  overflow: auto;
  font-family: sans-serif;
  text-align: center;
  height: 60px;
  width: 100%;
}

@media all and (min-width: 1960px) {
  .cover{
    padding-left: 23%;
    padding-right: 23%;
  }
  .news{
    margin-left: 20%;
    margin-right: 20%;
  }
}

@media all and (max-width: 1960px) {
  #contents-top-left{
    /*padding-top: 120px;*/
    padding-left: 10%;
    padding-right: 30px;
    padding-bottom: 30px;
  }

  #contents-top-right{
    /*padding-top: 120px;*/
    padding-left: 30px;
    padding-right: 10%;
    padding-bottom: 30px;
  }

  #contents-bottom-left{
    padding-top: 30px;
    padding-left: 10%;
    padding-right: 30px;
    padding-bottom: 120px;
  }

  #contents-bottom-right{
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 10%;
    padding-bottom: 120px;
  }
}

@media all and (min-width: 1440px) {
  .cover{
    padding-top: 12%;
    padding-bottom: 7%;
  }

  .cover h1{
    font-size: 40px;
    line-height: 70px;
  }
}

@media all and (max-width: 960px) {
  .cover{
    padding-top: 220px;
    padding-bottom: 15%;
  }
  .cover h1{
    font-size: 30px;
    line-height: 40px;
  }
  .news{
    margin-left: 80px;
    margin-right: 80px;
  }
  .all-contents{
    padding-left: 0%;
    padding-right: 0%;
  }
  #contents-top-left{
    /*padding-top: 120px;*/
    padding-left: 80px;
    padding-right: 30px;
    padding-bottom: 30px;
  }

  #contents-top-right{
    /*padding-top: 120px;*/
    padding-left: 30px;
    padding-right: 80px;
    padding-bottom: 30px;
  }
  #contents-bottom-left{
    padding-top: 30px;
    padding-left: 80px;
    padding-right: 30px;
    padding-bottom: 120px;
  }

  #contents-bottom-right{
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 80px;
    padding-bottom: 120px;
  }
}

@media all and (max-width: 600px) {
  .cover{
    padding-top: 200px;
    padding-bottom: 15%;
  }
  .cover h1{
    font-size: 20px;
    line-height: 30px;
  }
  .contents{
    float: none;
    width: 100%;
    height: 240px;
  }

  .contents-bottom{
    float: none;
    width: 100%;
    height: 240px;
  }
  .news{
    margin-left: 100px;
    margin-right: 100px;
  }
  .news ul{
    padding: 0;
    padding-bottom: 10px;
  }
  #contents-top-left{
    margin-top: 100px;
    padding-top: 0px;
    padding-left:100px;
    padding-right:100px;
    padding-bottom: 0px;
    margin-bottom: 50px;
  }
  #contents-top-right{
    margin-top: 50px;
    padding-top: 0px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 0px;
    margin-bottom: 50px;
  }
  #contents-bottom-left{
    margin-top: 50px;
    padding-top: 0px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 0px;
    margin-bottom: 50px;
  }

  #contents-bottom-right{
    margin-top: 50px;
    padding-top: 0px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 0px;
    margin-bottom: 100px;
  }
  .news{
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media all and (max-width: 480px) {
  .cover{
    padding-bottom: 20%;
    padding-top: 130px;
  }
  .contents{
    float: none;
    width: 100%;
    height: 150px;
  }

  .contents-bottom{
    float: none;
    width: 100%;
    height: 150px;
  }
  .contents img{
    height: 58%;
  }
  .contents-bottom img{
    height: 58%;
  }
  .news{
    margin-left: 70px;
    margin-right: 70px;
  }
  #contents-top-left{
    margin-top: 50px;
    padding-top: 0px;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 0px;
    margin-bottom: 35px;
  }
  #contents-top-right{
    margin-top: 35px;
    padding-top: 0px;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 0px;
    margin-bottom: 35px;
  }
  #contents-bottom-left{
    margin-top: 35px;
    padding-top: 0px;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 0px;
    margin-bottom: 35px;
  }

  #contents-bottom-right{
    margin-top: 35px;
    padding-top: 0px;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 0px;
    margin-bottom: 70px;
  }
}