@charset "utf-8";

/* -----------------------------------------------------------
 File name      accsess.css
 Style Info     indexƒy[ƒW—pCSS
----------------------------------------------------------- */

div#contentsMap {
  width: 980px;
  padding: 0px;
  margin: 0px 0px 20px;
}

div#mapLeft {
  width: 628px;
  float: left;
}

div#mapRight {
  width: 320px;
  float: right;
}

p.mapTit {
  width: 308px;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  text-align: left;
  background-color: #ecf9ce;
  padding: 12px 0px 12px 12px;
  margin: 0px 0px 10px;
}

p.mapTxt {
  width: 286px;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  padding: 0px 12px;
  margin: 0px 0px 10px;
}

span.map_attTxt01 {
  font-weight: bold;
  color: #ed6d00;
}
span.map_attTxt02 {
  font-weight: bold;
  color: #000000;
}

div#accessContents {
  width: 920px;
  padding: 0px 30px;
  margin: 0px 0px 30px;
}

div#accessLeft {
  width: 525px;
  float: left;
  padding: 0px;
  margin: 0px;
}

div#accessRight {
  width: 327px;
  float: right;
  padding: 0px;
  margin: 0px;
}

p.accessTit01,
p.accessTit02 {
  width: 255px;
  padding: 0px 0px 0px 38px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  vertical-align: middle;
  margin: 0px 0px 7px;
}

p.accessTit01 {
  background: url(../img/access/accessIcon01.gif) no-repeat left;
}
p.accessTit02 {
  background: url(../img/access/accessIcon02.gif) no-repeat left;
}

p.titAll {
  width: 890px;
  background: url(../img/common/tit_Icon.gif) no-repeat left;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
  color: #000000;
  border-bottom: #666 1px dotted;
  padding: 10px 0px 10px 30px;
  margin: 0px auto 20px auto;
}

.bottom_map {
  width: 774px;
  margin: 0 auto;
}

.g_map {
  width: 980px;
  height: 450px;
  margin: 20px auto;
  text-align: center;
  padding-left: 10px;
}

.g_map > iframe {
  width: 960px;
  height: 450px;
}

div#mapRight > img {
  width: 628px;
  height: 419px;
}

div#mapLeft > img {
  width: 628px;
  height: 419px;
}

div#accessRight > img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  p.titAll {
    width: 100%;
  }

  .g_map {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
  }
  .g_map > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  div#contentsMap {
    width: 100%;
  }

  div#accessContents {
    width: 100%;
    padding: 0px 30px;
    margin: 0px 0px 30px;
  }

  div#mapLeft {
    float: none;
    width: 100%;
  }
  div#mapLeft > img {
    width: 100%;
    height: auto;
  }

  div#mapRight {
    float: none;
    width: 100%;
  }

  div#mapRight > img {
    width: 100%;
  }

  div#accessLeft {
    float: none;
  }

  div#accessRight {
    width: 100%;
    float: none;
  }

  div#accessRight > img {
    width: 100%;
  }
  div#accessLeft {
    width: 100%;
    float: none;
  }

  div#accessLeft > img {
    width: 100%;
    height: auto;
  }

  p.mapTit {
    width: 100%;
    margin-top: 20px;
  }
}
