@charset "utf-8";
@import url("common.css");


#env_box{
  padding:0 10px 20px;
}

h2{ 
    margin:0 0 10px;
　　font-size:13px;
    color:#666666;
}

h3{
  font-size:12px;
  padding-left:10px;
  text-decoration:underline;
  color:#666666;
  margin:30px 0 5px;
}

.sys{
  margin:5px auto;
  width:80%;
  color:#666666;
}

.sys th{
  text-align:right;
  white-space:nowrap;
  vertical-align: top;
  padding:10px 10px 3px 0;
  border-bottom:1px solid silver;
  width:160px;
  color:#e27e88;
}
.sys td{
  padding:10px 0 3px;
  border-bottom:1px solid silver;
}


.grf{
  font-weight:bold;
}