@charset "utf-8";

#Content {
}

#Content section {
}

#Content section #listAddress {
}
#Content section #listAddress ul {
  list-style:none;
}
#Content section #listAddress ul li {
  float:left;
  width:calc( 50% - 20px );
  list-style:none;
}
#Content section #listAddress ul li h3 {
  display:block;
  padding-left:0;
  background:none;
}

#Content section #listAccess {
  padding:20px 0px;
}
#Content section #listAccess ul {
  list-style:none;
}
#Content section #listAccess ul li {
  float:left;
  list-style:none;
}
#Content section #listAccess ul li img {
  width:100%;
  height:auto;
}
#Content section #listAccess ul li:nth-child(1) {
  width:700px;
}
#Content section #listAccess ul li:nth-child(2) {
  padding-top:200px;
  width:430px;
}

#Content section #boxMap {
  padding:20px 0px;
}


/* ------------------------------------------------------------ */
/*   For SmartPhones                                            */
/* ------------------------------------------------------------ */
@media print, screen and (max-width: 640px) {

#Content section #listAddress ul li {
  float:none;
  width:100%;
  list-style:none;
}

#Content section #listAccess ul li {
  float:none;
  width:100%;
  text-align:center;
}
#Content section #listAccess ul li:nth-child(2) {
  padding-top:30px;
}
#Content section #listAccess ul li img {
  width:100%;
}
#Content section #listAccess ul li:nth-child(2) img {
  width:60%;
}

#Content section #boxMap img {
  width:100%;
}


}
