@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

/*-------------------------------------------------------------------------
▼header
-------------------------------------------------------------------------*/
header{
  height:249px;
  background:url(../images/cmn_images/main_image.jpg) 50% 0 no-repeat;
}
#main_image{
  width:980px;
  margin:0 auto;
  text-align:right;
  padding-top:25px;
}
/*-------------------------------------------------------------------------
▼contents
-------------------------------------------------------------------------*/
section h2{
  margin-bottom:20px;
}
section h3{
  margin-bottom:10px;
  margin-left:10px;
}
/*-------------------------------------------------------------------------
▼contents
-------------------------------------------------------------------------*/
#inspection p{
  margin-left:10px;
  font-size:14px;
  line-height:1.8em;
}
.merit{
  margin:0 0 30px 10px;
}
/*-------------------------------------------------------------------------
▼contents
-------------------------------------------------------------------------*/
#kihon p{
  margin-left:10px;
  margin-bottom:20px;
  font-size:14px;
  line-height:1.8em;
}

#kihon table{
  width:100%;
  border-top:#999 1px solid;
  border-left:#999 1px solid;
}
#kihon td{
  border-bottom:#999 1px solid;
  border-right:#999 1px solid;
  padding:8px 3px;
  font-size:13px;
  text-align: center;
  vertical-align:middle;
}
.c01{ background-color:#fff;}
.c02{ background-color:#FFF; font-size:14px!important; font-weight:bold;}
.c03{ background-color:#d5f1d6;}
.c04{ background-color:#7dd280;color:#FFF;}
.c05{ background-color:#eafaeb;}

