@charset "utf-8";
*{
  padding:0px;
  margin:0px;
}
body{
  font-size: 12px;
  font: 12px verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  line-height: 2em;
  background-color: #DBE8BC;
}
.header{
  width:100%;
  min-width:1000px;
  margin:auto;
  overflow: hidden;
  /* background: #BBD7ED; */
}
h1{
  width:1000px;
  margin:auto;
  overflow: hidden;
  padding: 20px;
  text-align: center;
  color: #131313;
  font-size: 22px;
}
.social{
  width:340px;
  margin:0 auto;
}
.social div{
  margin:0 2px;
}
.defrost{
  width:100%;
  min-width: 1000px;
  margin:auto;
  overflow: hidden;
  /* background: #5698D8; */
}
.defunct {
  width:1000px;
  margin:auto;
  overflow: hidden;
}
.defray{
  width:100%;
  margin:auto;
  min-width: 1000px;
  background: #628D00;
  border-top: 5px solid #760048;
}
.wrapper{
  margin:auto;
  overflow: hidden;
  width:1000px;
  background-color: #628D00;
}
.subwrapper{
  padding: 5px;
  margin: 7px;
  overflow: hidden;
  background-color: #F3F3F3;
}
.block_view{
  clear: both;
  overflow: hidden;
}
.artitle{
  width: 455px;
  float: left;
  padding:10px;
  margin:5px;
  box-shadow: 0 0 10px;
}
.definitionn_img{
  padding:5px;
  margin:10px;
  box-shadow: 0 0 10px;
  overflow: hidden;
  width:93%;
}
p{
  margin:0;
  padding:0;
  text-align: justify;
  line-height: 30px;
}
h3{
  margin-top: 10px;
}
.degrade a{
  padding: 2px 20px;
  float: right;
  background: #628D00;
  text-decoration: none;
  color: #FFFFFF;
  /* border-radius: 15px; */
  border-bottom: 2px solid #760048;
  box-shadow: 2px 2px 2px #ccc;
}
a{
  color:#f00;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
.degrade a:hover{
  background: #FFDEBE;
  color: #171717;
  text-decoration: none;
}
.maincontent{
  padding:10px;
  margin:5px;
  overflow: hidden;
}
.maincontent img{
  float: right;
  width: 40%;
  padding:5px;
  margin:10px;
  box-shadow: 0 0 10px #ccc;
}
.block{
  width: 293px;
  float: left;
  padding:10px;
  margin:5px;
  box-shadow: 0 0 10px;
}
.photo{
  overflow: hidden;
  clear: both;
  width:90%;
  margin:10px;
  padding:5px;
  border: 1px solid red;
}
.newblock{
  padding: 5px;
  margin:5px;
  overflow: hidden;
}
.image{
  float: left;
  width:40%;
  padding:5px;
  margin:10px;
  box-shadow: 0 0 10px #ddd;
  overflow: hidden;
}
.forLink{
  padding:10px;
  margin:5px;
  overflow: hidden;
}
ul {
    /* text-align: center; */
}
.forLink ul{
  padding:0;
  margin:0;
}
.forLink ul li{
  list-style-type: none;
  line-height: 30px;
  border-bottom: 1px solid #DADADA;
}
.footer{
  /* width: 1000px; */
  min-width: 1000px;
  margin:auto;
  background: #628D00;
  overflow: hidden;
  margin-top: 10px;
  border-bottom: 5px solid #760048;
}
.foot{
  padding:10px;
  margin:auto;
  /* width:1000px; */
  text-align: center;
  color: #000;
}
.foot a{
  color: #FFF;
}
.foot a:hover{
  text-decoration: underline;
}
.sub{
  padding:10px;
  margin:5px;
  overflow: hidden;
  clear: both;
}
.sub img{
  float: right;
  width:50%;
  box-shadow: 0 0 10px #ccc;
  padding:5px;
  margin:10px;
}
h2 {
    padding: 8px;
    color: #760048;
    position:relative;
    text-align:center;
    border-top: 4px solid #760048;
    font-size: 16px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 2px #DCDCDC;
}
h2:after{
    content:"";
    /* border-style:solid; */
    position:absolute;
    right:0;
    border-width: 20px;
    top:0;
    /* border-top-color:transparent; */
    /* border-left-color:transparent; */
    /* border-bottom-color:#fff; */
    /* border-right-color:#fff; */
}
h2:before{
    content:"";
    /* border-style:solid; */
    position:absolute;
    left:0;
    border-width: 20px;
    top:0;
    /* border-top-color:#fff; */
    /* border-left-color:#fff; */
    /* border-bottom-color:transparent; */
    border-right-color:transparent
}
@media screen and (max-width: 480px) {
  h2:before,#title4:after{
    /* content:none; */
  }
} 

.navigation_header{
  height: 50px;
  width: 1000px;
  margin:auto;
  /* background: #DACFCA; */
  text-align: center;
}
.navigation_header li{
  text-align: center;
  list-style:none;
  display: inline-block;
}
.navigation_header li a{
  background-color: #628D00;
  display: block;
  color: #FFFFFF;
  padding: 12px 65px;
}
.navigation_header li:first-child a{
  /* background-color: #54602E; */
  position:relative;
  /* color:#fff; */
}
.navigation_header li a:hover{
  background: #760048;
  text-decoration: none;
}
.navigation_header li a:hover:after{
  display:block;
}
.navigation_header li:nth-child(2) a:hover:before{
  display:none;
}
.navigation_header li a:hover:before{
  display:block;
}

@media screen and (max-width: 480px)  {
.navigation_header{
  height: auto;
  width: 100%;
  line-height: 50px;
}
.navigation_header li{
 display:block;
 width:100%;
}
.navigation_header li a{
  /* background-color: #5698D8; */
  display: block;
  position:relative;
  /* color:#fff; */
  line-height: 29px;
  border-bottom: 1px solid #fff;
}
.navigation_header li:first-child a{
  position:relative;
  /* color:#fff; */
}

.navigation_header li a:after{
  content:none;
  border-style:solid;
  position:absolute;
  border-width:25px;
  z-index:10;
  border-color:transparent;
  border-left-color:#7B9715;
  right:0;
  margin-right:-50px;
  display:none;
  top:0;
}
.navigation_header li a:before{
  content:none;
  border-style:solid;
  position:absolute;
  border-width:25px;
  z-index:10;
  border-color:transparent;
  border-left-color:#5E6F21;
  left:0;
  top:0;
  display:none;
}
.navigation_header li:first-child a:before{
  content:none;
  border-style:solid;
  position:absolute;
  border-width:25px;
  z-index:10;
  border-color:transparent;
  border-left-color:#5E6F21;
  left:0;
  margin-right:-50px;
  top:0;

}

.navigation_header li:first-child a:after{
  content:none;
}
.navigation_header li a:hover{
  /* background: #FFBB59; */
}
.navigation_header li a:hover:after{
  display:block;
}
.navigation_header li:nth-child(2) a:hover:before{
  display:none;
}
.navigation_header li a:hover:before{
  display:block;
}
 .header{
  width: 100%;
  min-width: auto;
  margin:auto;
  padding: 0;
 }
 h1{
  width: 100%;
  font-size: 15px;
  padding: 0;
  line-height: 45px;
  text-align: center;
 }
 .defrost{
  width:100%;
  min-width: auto;
  margin:auto;
 }
 .defunct{
  width:100%;
 }
 .defunct img{
  width:100%;
 }
 .defray{
  width:100%;
  min-width: auto;
  margin:auto;
 }
 .wrapper{
  width: 100%;
 }
 .subwrapper{
  width: 95%;
 }
 .block_view{
  width: 100%;
 }
 .artitle{
  width: 93%;
 }
 .definitionn_img{
  width: 91%;
  float: none;
 }
 .maincontent{
  width: 93%;
 }
 .maincontent img{
  float: none;
  width: 97.5%;
  margin: 0;
 }
 .block{
  width: 93%;
 }
 .photo{
  width: 91%;
  float: none;
 }
 .newblock{
  width: 93%;
 }
 .image{
  width: 97.5%;
  float: none;
  margin: 0;
 }
  .forLink{
    width: 93%;
  }
  .sub{
    width:93%;
  }
  .sub img{
    float: none;
    width: 97%;
    margin: 0;
  }
  .footer{
    width:100%;
    min-width:auto;
    margin:auto;
  }
  .foot{
    width:93%;
  }
}