@charset "utf-8";
/* CSS Document */
body{
  font-size: 12px;
  font: 12px verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  line-height: 2em;
  background: #AABF9C;
}
.header{
  width: 1000px;
  margin:auto;
  overflow: hidden;
  background: #8CAF74;
  line-height: 40px;
}
h1{
 width:1000px;
 margin:auto;
 overflow: hidden;
 text-align: center;
 color:#fff;
 font-size: 17px;
}
div#boxArea {
    margin: auto;
}
*{
  padding:0px;
  margin:0px;
}
.important_top_main{
  width: 100%;
  margin:auto;
  overflow: hidden;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 8px;
  border-bottom: 1px solid #709854;
  background: #8CAF74;
}
.important_main_menu{
  width:1000px;
  margin:auto;
  overflow: hidden;
  text-align: center;
}
.important_main_menu ul li {
  display: inline-block;
  list-style-type: none;
  line-height: 37px;
}
.important_main_menu ul li a{
  font-weight: bold;
  text-decoration: none;
  padding: 10px 29px;
  color:#fff;
}
.important_main_menu ul li a:hover{
  /* background: #367498; */
  color: #000;
  text-decoration: none;
}
.important_main_top{
  width: 1000px;
  margin:auto;
  overflow: hidden;
}
.important_box_img{
  width:1000px;
  margin:auto;
  overflow: hidden;
}
.important_controller{
  width:1000px;
  margin:auto;
  overflow: hidden;
  background: #fff;
}
div#boxArea div:nth-child(3) {
    margin-right: -3px;
}
.important_cont {
  overflow: hidden;
}
.important_block{
  clear: both;
  overflow: hidden;
}
.important_box{
  padding:10px;
  margin:5px;
  box-shadow: 0 0 10px #db4437;
  overflow: hidden;
  width: 293px;
  float: left;
}
img.important{
  width:90%;
  padding:5px;
  margin:10px;
  box-shadow: 0 0 10px #db4437;
}
p{
  padding:0px;
  margin:0px;
  line-height: 30px;
  text-align: justify;
}
a{
  color:#f00;
  text-decoration: none;
}
p a:hover{
  text-decoration: underline;
}
p.Detail_MDI a{
  float: right;
  padding:10px;
}
.important_box1{
  padding:10px;
  margin:5px;
  background: #F9D3CC;
  overflow: hidden;
}
img.important1 {
  margin:10px;
  float: left;
  width:35%;
}
.important_middle{
  padding:10px;
  margin:5px;
  background: #CFDAC8;
  overflow: hidden;
}
.important_middle img{
  margin:10px;
  width: 45%;
  float: right;
}
h3{
  margin-top: 15px;
}
.important11{
  width: 97%;
  float: left;
  padding:10px;
  overflow: hidden;
  margin:5px;
  background: #CFDAC8;
}
img.important_img{
  margin:10px;
  float: left;
  width: 35%;
}
.pr_link_block{
  padding:10px;
  margin:5px;
  overflow: hidden;
  background: #CFDAC8;
}
.pr_link_block ul{
  padding:0px;
  margin:0px;
}
.pr_link_block ul li {
  list-style-type: none;
  line-height: 30px;
  /* border-bottom:1px solid gray; */
}
.pr_link_block ul li a:hover{
  text-decoration: underline;
}
.footer{
  width: 100%;
  margin:auto;
  overflow: hidden;
  margin-top: 10px;
  border-top: 1px solid #5B8142;
  background: #74985C;
}
.foot{
  padding:10px;
  text-align: center;
  color: #000;
}
.foot a{
  color:#fff;
  text-decoration: underline;
  }

  .foot a:hover{
    text-decoration: none;
    color: white;
  }

.sub {
  padding:10px;
  margin:5px;
  overflow: hidden;
  background: #CFDAC8;
}
.sub img{
  margin:10px;
  overflow: hidden;
  width:40%;
  float: right;
}
h2  {
    margin: 0px;
    background-color: #CFDAC8;
    text-align: center;
    color: #333;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 37px;
    /* border-left: 10px solid #4E241D; */
    /* border-bottom: 1px solid #25546F; */
    /* border-top: 6px solid #25546F; */
    border: 1px solid #9CB989;
}

 @media screen and (max-width: 480px){
  .header{
    width:100%;
    min-width: auto;
    margin:auto;
  }
  h1{
    width:100%;
    font-size: 12px;
  }
  .important_top_main{
    width:100%;
    min-width: auto;
    /* margin:auto; */
  }
  .important_main_menu{
    width: 100%;

  }
  img.important_img{
    width: 95.5%;
    float: none;
  }
  .important_main_menu ul li {
    display: block;
  }
  .important_main_menu ul li a{
    padding:0px;
    display: block;
  }
  .important_main_top{
    width:100%;
    min-width: auto;
    margin:auto;
  }
  .important_box_img{
    width:100%;
  }
  .important_box_img img{
    width:100%;
  }
  .important_controller{
    width:100%;
  }
  .important_cont{
    width: 100%;
  }
  .important_block{
    width:100%;
  }
  .important_box{
    width:93%;
  }
  img.importantce{
    width:93%;
    float: none;
  }
  .important_box1{
    width: 93.5%;
  }
  img.important{
    width:93%;
  }
  .important_middle{
    width: 93.5%;
  }
  .important_middle img{
    width: 95.5%;
    float: none;
  }
  .important11{
    width: 93.5%;
  }
  img.important1{
    width: 95.5%;
    float: none;
  }
  img.important{
    width:93%;
    float: none;
  }
  .pr_link_block{
    width: 93.5%;
    float: none;
  }
  .sub{
    width: 93.5%;
  }
  .sub img{
    float: none;
    width: 95.4%;
  }
  .footer{
    width:100%;
    min-width: auto;
    margin:auto;
  }
  .foot{
    width:93%;
  }
  }

