@charset "UTF-8";
/*　----------------- 地図　-----------------*/
.parkingmapList {
  position: relative;
  width: 844px;
  height: 557px;
  margin: 0 auto 60px;
}

.parkingmapList li {
  border: 0px solid #F00;
}

.rightInfo {
  float: right;
  width: 260px;
}

.leftMap {
  float: left;
  margin-right: 5px;
}

.access_wrap {
  overflow: hidden;
  margin: 0 auto 20px;
}

.subHead {
  text-align: center;
  margin: 20px 0;
}

.info {
  padding: 17px 5px;
  display: block;
}

.info:last-of-type {
  text-align: center;
}

.accessInfo img {
  margin-right: 5px;
}

.accessInfo {
  text-align: center;
}

.accessInfo {
  text-align: left;
  margin-bottom: 40px;
}

.accessInfo a {
  color: #ffffff;
  text-align: center;
  border: 1px solid #c33838;
  border-radius: 5px;
  background-image: linear-gradient(90deg, #990e0e 0%, #e96262 100%);
  display: inline-block;
  width: 230px;
  margin-right: 10px;
  padding: 15px 0;
}

.accessInfo a:before {
  font-family: "FontAwesome";
  content: "";
  float: right;
  margin-right: 10px;
}

.accessInfo a:hover {
  background-image: linear-gradient(90deg, #d50f0f 0%, #fc8b8b 100%);
  text-decoration: none;
}

.parkingMap {
  margin: 0 auto;
  display: block;
}

.container table {
  border: 1px #ed9a8e solid;
  border-collapse: collapse;
  border-spacing: 0;
  width: 700px;
  margin: 0 auto 60px;
}

.container table td {
  border: #ed9a8e solid;
  border-width: 1px;
  padding: 5px 0;
  vertical-align: middle;
  text-align: center;
}

.container table td:first-child {
  background: #ffeef1;
}

.container table td:nth-of-type(2) {
  color: #b42b2b;
  font-weight: bold;
  padding-left: 15px;
  text-align: left;
}

.container table td.park_time {
  background: #ffffff;
  color: #000000;
  font-weight: normal;
  text-align: center;
  padding-left: 0;
}

.parkingPrice {
  color: #9b1409;
  background-color: #ffeae7;
  box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
  border: 1px solid #ed9a8e;
  box-sizing: border-box;
  width: 300px;
  padding: 10px;
  position: absolute;
  top: 10px;
  left: 45px;
  text-align: center;
}

.parkingPrice .title {
  background-color: #fc847a;
  margin-bottom: 5px;
  padding: 3px;
  font-size: 14px;
}

.leftzone .time {
  display: block;
  padding: 5px 0;
  border-bottom: 1px dotted #ed9a8e;
}

.leftzone {
  width: 130px;
  display: inline-block;
}

.rightzone {
  width: 130px;
  display: inline-block;
}

.rightzone .price {
  display: block;
  padding: 5px 0;
  border-bottom: 1px dotted #ed9a8e;
}

.displaynone {
  display: none;
}

#rootTable {
  margin: 0 auto;
}

#rootTable th {
  background-image: url(../images/shops/root_header.png);
  background-repeat: no-repeat;
  height: 50px;
}

#accessRootData {
  margin: 0;
  background-color: #FFF;
}

#com {
  width: 510px;
  color: #6D4F4F;
  font-size: 18px;
  font-weight: bold;
}

.root_title {
  background: url(../images/shops/root_header.jpg);
  width: 530px;
  height: 45px;
  margin: 20px auto;
  position: relative;
}

.root_title p {
  color: #b42b2b;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 50px;
}

.root_title span {
  font-size: 10px;
  font-weight: normal;
}

.root_img {
  text-align: center;
  margin: 0 auto 20px;
}

.root_img img {
  max-width: 530px;
  max-height: 420px;
}

.root_text {
  color: #333333;
  font-size: 16px;
  margin: 0 40px 40px;
}

.root_text span {
  color: #b42b2b;
  font-size: 18px;
  font-weight: bold;
  margin-right: 5px;
}

.root_pager {
  margin: 0 auto 40px;
}

.root_pager a {
  color: #ffffff;
  text-align: center;
  border: 1px solid #c33838;
  border-radius: 5px;
  background-image: linear-gradient(90deg, #990e0e 0%, #e96262 100%);
  display: inline-block;
  width: 120px;
  margin-right: 10px;
  padding: 10px 0;
}

.root_pager a.next:before {
  font-family: "FontAwesome";
  content: "";
  float: right;
  margin-right: 10px;
}

.root_pager a.prev:before {
  font-family: "FontAwesome";
  content: "";
  float: left;
  margin-left: 10px;
}

.root_pager a:hover {
  background-image: linear-gradient(90deg, #d50f0f 0%, #fc8b8b 100%);
  text-decoration: none;
}

.root_pager .next {
  float: right;
  margin-right: 40px;
}

.root_pager .prev {
  float: left;
  margin-left: 40px;
}