@import url("css/bootstrap.css");
@import url("css/jquery.maximage.min.css");

/* Reset
-------------------------------------------------------------- */

* {
  padding: 0;
  margin: 0;
  list-style: none;
  font-style: normal;
}

body, div, pre, p, blockquote, form, fieldset, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, table, th, td, embed, object, button {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-weight: normal;
  font-size: 100%;
}

body {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  overflow-y: scroll;
  font-size: 14px;
}

select, input, textarea, option {
  font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

img {
  border: 0;
  margin: 0px;
  padding: 0px;
}

a img {
  border-style: none;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  font-style: normal;
  padding: 0px;
  line-height: normal;
  font-weight: normal;
  clear: both;
}

a {
  outline: none;
    -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;
}

a:hover {
  text-decoration: underline;
}

a:focus, *:focus {
  outline: none;
}
/* common
----------------------------------------------------------*/
.container{
}
.wrapper{
  background-color: rgba(0,0,0,.3);
}
/* header
-------------*/
#headerWrap{
  padding:  20% 0;
  text-align: center;
}
#headerWrap_inpage{
  padding: 5% 0;
  text-align: center;
}
.h1area{
}
h1{
  color: #fff;
}
.logo{
  font-size: 250%;
  font-weight: bold;
}
.logo a{
  text-decoration: none;
  color: #fff;
}
#headerWrap a:hover{
}
/* primary
---------------*/
.maincontents{
  padding: 20px 0;
}
#primary{
  padding: 2% 0;
}
h2:first-letter{
  font-size: 150%;
  margin-right: 2px;
}
h2{
  font-size: 130%;
  font-weight: bold;
  padding: 5px 10px;
}
.index_section h2{
  border-bottom: solid 2px #fff;
}
.index_section {
  background-color: rgba(0,78,135,.5);
  color: #fff;
  padding: 5% 0;
}
.index_section .text{
  padding: 1% 2%;
  line-height: 190%;
}
.status{
  text-align: right;
  margin-bottom: 3%;
}
/* side
-----------------*/
#side{
  background-color: rgba(106,121,132,.8);
  padding: 5% 0;
  border-bottom: solid 100px rgba(0,78,135,.5);
}
#side h2{
  text-align: center;
  color: #fff;
}
#side ul{
  padding: 1% 2%;
}
#side li{
  border: solid 2px #aaa;
  border-radius: 10px;
  width: 100%;
  font-weight: bold;
  overflow: hidden;
}
#side ul li a{
  display: block;
  text-align: center;
  padding: 3%;
  font-size: 120%;
  color: #fff;
}
#side ul li:nth-child(2n){
  margin: 0 5%;
}
#side ul li a:hover{
  background-color: rgba(255,255,255,.3);
  text-decoration: none;
}
/* footer
---------------*/
#footerWrap{
  padding: 5% 0 3% 0;
}
#footerWrap .container{
}
.copyright{
  text-align: center;
  color: #fff;
}
.copyright a{
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
  font-size: 120%;
}
@media screen and (max-width: 992px) {
  #side ul li:nth-child(2n){
    margin: 3% 0;
  }
  h2{
    text-align: center;
  }
  #side li{
     width: 100%;
  }
  #side ul li a{
    padding: 3% 0;
  }
  #side ul{
    padding: 5% 5%;
  }
}