* {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

p {
  margin: 10px auto;
}

h2 {
  color: #fff;
}

table,td,tr {
  border: #CCCCCC solid 1px;
}

td,tr {
  padding: 2vw;
}

#title {
  height: 40px;
  padding: 10px 0 40px 10px;
  background: -moz-linear-gradient(#7CB, #498);
  background: -webkit-gradient(linear, left top, left bottom, from(#7CB), to(#498));
  border-bottom: solid 1px #009988;
  text-align: left;
}

#title>h1 {
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
}

#wrapper {
  width: 100%;
  background-color: #DDEEFF;
  margin: 0;
  padding-top: 20px;
}

#wrapper-law {
  width: 100%;
  margin: 0;
  padding-top: 20px;
}

.sub-heading {
  margin: 0 auto;
  width: 96%;
}

.sub-heading {
  font-size: 16px;
  font-weight: bold;
  border-left: 8px solid #008877;
  border-bottom: dotted 1px #008877;
  line-height: 40px;
  padding-left: 5px;
  color: #444444;
  background-color: #F0F0F0;
}

.box-txt {
  color: #333333;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px;
  background-color: #FFFFFF;
  margin-bottom: 10px;
}

.list {
  line-height: 1.5;
  margin: 10px;
  font-size: 12px;
}

.sub-tit {
  height: 35px;
  line-height: 35px;
  background: -webkit-gradient(linear, left top, left bottom, from(#50A5F8), to(#096DD2));
  background: -moz-linear-gradient(top, #50A5F8, #096DD2);
  color: #FFF;
  font-size: 13px;
  padding-left: 5px;
  font-weight: bold;
}

.sub-tit a:link {
  color: #FFFFFF;
  text-decoration: underline;
}

.sub-tit a:visited {
  color: #FFFFFF;
  text-decoration: underline;
}

.sub-tit a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.sub-tit a:active {
  color: #FFFFFF;
  text-decoration: underline;
}

.gray {
  background-color: #F0F0F0;
  padding: 10px;
  margin: 0px auto 10px auto;
}

.table-box {
  width: 90%;
  margin: 3vw auto;
}

.table-ttl {
  width: 28%;
}

.table-detail {
  width: 80%;
}

.envi-img {
  width: 100%;
  margin: 3vw 0 10vw;
}
