@charset "utf-8";

/* その他案内等 */

div#guidetit {
  border-left:#666666 solid 4px;
  border-bottom:#666666 solid 1px;
  padding:0 0 3px 5px;
  font-weight:bold;
  margin-bottom:40px;
}

div#guide .tit {
  font-weight:bold;
  padding-bottom:5px;
  border-bottom:#999999 dotted 1px;
  margin-bottom:10px;
}
div#guide p {
  margin:0 0 0.5em 0;
}
div#guide .tbl {
  border-collapse:collapse;
  margin-bottom:40px;
}
div#guide .tbl tr {
  vertical-align:top;
}
div#guide .tbl th {
  border:#999999 solid 1px;
  padding:2px 10px;
  width:60px;
  background:#EEEEEE;
  font-weight:normal;
  text-align:left;
}
div#guide .tbl td {
  border:#999999 solid 1px;
  padding:2px 10px;
}

div#guide img {
  margin:0 10px 0 0;
  float:left;
}

