@charset "utf-8";
/* CSS Document */

.netGuidBox04 {
  margin: 0 0 24px;
  padding: 15px 15px 0;
  border: 1px solid #eed3d7;
  background: #f2dede;
}
.netGuidBox04 p {
  margin-bottom: 11px !important;
}

.netGuidTableRwd04 {
  width: 746px;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  border-left: none;
  border-right: none;
  border-collapse: collapse;
}
.netGuidTableRwd04 thead th {
  padding: 10px 12px 8px;
  background: #fcfbe3;
  text-align: left;
  border-right: 1px solid #c7c7c7;
}
.netGuidTableRwd04 thead th:last-child {
  border-right: none;
}
.netGuidTableRwd04 thead th.last {
  border-right: none;
}
.netGuidTableRwd04 tbody th, .netGuidTableRwd04 tbody td {
  padding: 10px 12px 8px;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  border-left: none;
  border-right: none;
  border-collapse: collapse;
}
.netGuidTableRwd04 tbody th {
  border-bottom: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
}
.netGuidTableRwd04 tbody th:first-child {
  border-left: none;
}
.netGuidTableRwd04 tbody td {
  background: #ffffff;
  border-bottom: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
}
.netGuidTableRwd04 tbody td:first-child {
  border-left: none;
}
.netGuidTableRwd04 tbody td span.title {
  display: none;
}
.netGuidTableRwd04 tbody td .linkList {
  padding-bottom: 0 !important;
}

.netGuidListTel01 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}
.netGuidListTel01 li {
  margin-bottom: -5px;
}
.netGuidListTel01 a {
  color: #e12c71;
  text-decoration: none;
  cursor: default;
}
.netGuidListTel01 a:active,
.netGuidListTel01 a:focus {
  outline: none;
}
.netGuidListTel01 a:before {
  content: "";
  background: url(/shared_52/images/icon-tel-01.png);
  width: 22px;
  height: 22px;
  display: inline-block;
  margin: 2px 5px 0 0;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .netGuidListTel01 {
    margin: 10px 0 20px;
  }
  .netGuidListTel01 li {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #e12c71;
    box-shadow: 0px 2px 0 #f9b4ce;
  }
  .netGuidListTel01 a {
    padding: 4px;
    display: block;
    cursor: pointer;
  }
  .netGuidListTel01 a:before {
    margin: 5px 10px 0 0;
  }
}

.table04 {
  width: 100%;
  margin: 0 0 24px;
  border: 1px solid #c7c7c7;
}
.table04 thead th {
  padding: 10px 12px 8px;
  background: #fcfbe3;
  border-right: 1px solid #c7c7c7;
}

.table04 tbody th, .table04 tbody td {
  padding: 10px 12px 8px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #c7c7c7;
}
.table04 tbody th {
  font-weight: bold;
  background: #fcfbe3;
}
.table04 tbody td {
  background: #ffffff;
  border-right: 1px solid #c7c7c7;
}
