/*//////////////////////////////////////////////////////////////////////////////

access.css
	
//////////////////////////////////////////////////////////////////////////////*/

/*access*/
.access #contents h3{
  font-size: 16px;
  color: #222;
}
.access #contents h3+p{
  margin-top: 10px;
}
.access #contents h4{
  padding: 14px 10px;
  text-align: center;
  border-radius: 5px;
  line-height: 1.2;
  margin-top: 40px;
}
.access #contents .car h4{
  background: #b39e54;
  font-weight: bold;
  color: #fff;
}
.access #contents .train h4{
  background: #64b354;
  font-weight: bold;
  color: #fff;
}


.access #contents .mapArea{
  margin-bottom:40px;
}
.access #contents .map {
  position: relative;
  height:500px;
  overflow: hidden;
  margin-top: 20px;
}
.access #contents .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.access #contents .accessList{
  margin-top: 10px;
  background: url(../img/access/line.jpg) repeat-y center;
  background-size: 20px 20px;
}
.access #contents .accessList li{
  border: 1px solid #f3f3f3;
  background: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  line-height: 1.2;
  margin-top: 10px;
}
.access #contents .car .accessList li{
  border: 1px solid #e0d7b9;
}
.access #contents .train .accessList li{
  border: 1px solid #b6d1b1;
}
.access #contents .train p{
  margin-top: 18px;
  text-align: right;
  padding-right: 8px;
}
.access #contents .accessList li br{
  display: none;
}

/* Responsive Styles
======================================== */
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 480px) {
  .access #contents .map {
    height:400px;
  }
  .access #contents .accessList li br{
    display: block;
  }
}