@charset "Shift_JIS";

/*------------------------------
contents header elements
------------------------------*/
#conHeader h2 {
  background-image: url(../../images/access/beachmap_title.jpg);
  background-repeat: no-repeat;
  display:block;
  margin:0px;
}



/*------------------------------
contents01 elements
------------------------------*/
.con01 h3{
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  padding: 2px;
  padding-left: 2px;
  font-size: 14px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Osaka]“™•", "MSP Gothic", "‚l‚r ‚oƒSƒVƒbƒN";
  background: #A7CC95;
  color:#FFFFFF;
  display:block;
  width:512px;
  border-bottom: 1px #A7CC95 solid;
  border-left: 4px #A7CC95 solid;
}

.con01 .mapArea {
  width: 520px;
  margin-left:auto;
  margin-right:auto;
}


.con01 p {
  margin-top: 5px;
  margin-left: 5px;
  padding: 10px;
  margin: 0px;
}

.con01 .conTableLayout {
  margin-bottom: 5px;
  margin-left: 5px;
  margin-top: 5px;
  width: 520px;
  text-align: center;
}

.con01 .conTable table {width: 100%;}
.con01 .conTable table td {padding: 5px;}
.con01 .conTable .conTd01 {
  width: 30%;
  vertical-align: top;
}
.con01 .conTable .conTd02 {
  width: 70%;
}


