@charset "utf-8";

.infos {
  border-collapse: collapse;
  border:1px solid #ccc;
  margin:15px 0 0 0;
  width:470px;
}
.infos tr {
  vertical-align:top;
}
.infos th {
  background:#f6f6f6;
  width:80px;
}
.infos th ,
.infos td {
  text-align:left;
  font-weight:normal;
  padding:3px 5px;
  border:1px solid #ccc;
}

