@charset "UTF-8";
.contents .cont_map_foot ul {
  *zoom: 1;
}
.contents .cont_map_foot ul:after {
  content: "";
  display: block;
  clear: both;
}

/* 検索項目入力 */
.contents .cont_sapasearch {
  padding: 1px 20px 20px 20px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border: 1px solid #cccccc;
  border-top: none;
}
.contents .cont_search_box1 {
  width: 56%;
  float: left;
}
.contents .cont_search_box1 .cont_search_box1-inner {
  background: #f4f8e1;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.contents .cont_search_box1 .cont_search_box1-inner .cont_search_box-outer {
  padding: 20px;
}
.contents .cont_search_box1 .cont_search_box1-inner .cont_search_box-area {
  width: 35%;
  float: left;
}
.contents .cont_search_box1 .cont_search_box1-inner .cont_search_box-area select {
  width: 90%;
}
.contents .cont_search_box1 .cont_search_box1-inner .cont_search_box-road {
  width: 65%;
  float: left;
}
.contents .cont_search_box1 .cont_search_box1-inner .cont_search_box-road select {
  width: 100%;
}
.contents .cont_search_box2 {
  width: 44%;
  float: left;
}
.contents .cont_search_box2 .cont_search_box2-inner {
  background: #f2f2f2;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-left: 1px solid #ffffff;
}
.contents .cont_search_box-title {
  margin-top: 0;
  margin-bottom: 3px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .contents .cont_sapasearch {
    padding: 1px 10px 10px 10px;
    border-top: 1px solid #cccccc;
  }
  .contents .cont_sapasearch .h2_def {
    margin-top: 20px;
  }
  .contents .cont_search_box1 {
    float: none;
    width: 100%;
  }
  .contents .cont_search_box1 .cont_search_box1-inner {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0;
    padding-bottom: 20px;
  }
  .contents .cont_search_box2 {
    float: none;
    width: 100%;
  }
  .contents .cont_search_box2 .cont_search_box2-inner {
    border-top-right-radius: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .contents .cont_search_box-road select {
    width: 90%;
  }
  .contents .cont_sapatab {
    display: none;
  }
}
.cont_areatype0,
.cont_areatype1,
.cont_areatype2,
.cont_areatype3,
.cont_areatype4,
.cont_areatype5,
.cont_areatype6,
.cont_areatype7,
.cont_areatype8,
.cont_areatype9,
.cont_areatype10 {
  display: none;
}

/* SAPA検索項目入力 */
.contents .cont_search_item {
  padding: 20px 20px 15px 20px;
  border-bottom: 1px solid #ffffff;
}
.contents .cont_search_item ul {
  margin-top: 0;
}
.contents .cont_search_item ul li {
  float: left;
  padding-right: 30px;
}
.contents .cont_search_item input[type="text"] {
  padding: 3px 5px;
  width: 80%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #CCC;
  border-radius: 3px;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.contents input[type="checkbox"] {
  vertical-align: middle;
}
.contents input[type="checkbox"] label {
  cursor: pointer;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .contents .cont_search_item li {
    float: none;
    width: 100%;
  }
  .contents .cont_search_item input[type="checkbox"] {
    vertical-align: top;
    display: inline-block;
  }
  .contents .cont_search_item label {
    width: 75%;
    display: inline-block;
  }
}
/* 検索項目詳細設定 */
.contents .cont_search_detail {
  padding: 20px;
  background: #f2f2f2;
  border-radius: 6px;
  font-size: 93%;
  line-height: 2;
}
.contents .cont_search_detail ul {
  margin: 0;
  padding: 0;
}
.contents .cont_search_detail ul li {
  list-style: none;
  padding: 2px 0;

}
.contents .cont_search_detail ul li ul {
  padding-left: 20px;
}
.contents .cont_search_detail .cont_search_detail-list {
  margin-top: 10px;
  display: inline-block;
}
.contents .cont_search_detail .cont_search_detail-list:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.contents .cont_search_detail * html .cont_search_detail-list {
  height: 1%;
}
.contents .cont_search_detail .cont_search_detail-list {
  display: block;
}
.contents .cont_search_detail .cont_search_detail-box {
  float: left;
  width: 33%;
}
.contents .cont_search_detail .cont_search_detail-box ul li ul {
  display: none;
}
/*add 20150325 szk*/
.contents .cont_search_detail .cont_search_detail-box > ul > li:first-child > label {
	font-weight:bold;
}
/*/add 20150325 szk*/


@media screen and (max-width: 640px) {
  .contents .cont_search_detail .cont_search_detail-box {
    margin-top: 10px;
    float: none;
    width: 100%;
  }
  .contents .cont_search_detail .cont_search_detail-box input[type="checkbox"] {
    vertical-align: top;
    display: inline-block;
  }
  .contents .cont_search_detail .cont_search_detail-box label {
    width: 80%;
    display: inline-block;
  }
}
/* 検索詳細ボタン */
.contents .h2_def {
  position: relative;
}
.contents .switch {
  position: absolute;
  top: -5px;
  right: 0;
  padding: 7px 10px 5px 30px;
  cursor: pointer;
  background: url(/resources/img/dp/sapa/icon_switch_open.png) no-repeat 10px 50%;
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: block;
  color: #0066cc;
  font-size: 57%;
  font-weight: normal;
}
.contents .switch:hover {
  text-decoration: underline;
}
.contents .active {
  background: url(/resources/img/dp/sapa/icon_switch_close.png) no-repeat 10px 50%;
}

@media screen and (max-width: 640px) {
  .contents .switch {
    padding: 5px 5px 3px 25px;
    font-size: 60%;
  }
}
/* ご注意 */
.contents .cont_attention_box {
  padding: 15px 0;
  border-top: 1px dashed #CCC;
  border-bottom: 1px dashed #CCC;
}
.contents .cont_attention_box h2 {
  float: left;
  width: 95px;
  margin-top: 0;
  padding-left: 23px;
  background: url(/resources/img/common/icn_attention.png) no-repeat 0 50%;
  color: red;
}
.contents .cont_attention_box .cont_attention_box-body {
  margin-left: 105px;
}
.contents .cont_attention_box .cont_attention_box-body > :first-child {
  margin-top: 0;
}

/* 検索結果 */
.contents .cont_res_section {
  position: relative;
  padding: 15px;
  background: #f8f4eb;
  border: 1px solid #cccccc;
  border-radius: 6px;
}
.contents .cont_res_section table {
  margin: 0;
}
.contents .cont_res_section th {
  text-align: right;
  padding: 4px;
}
.contents .cont_res_section th span {
  padding-right: 5px;
}
.contents .cont_res_section td {
  padding: 4px;
}
.contents .cont_res_section td span {
  padding-left: 13px;
  border-left: 1px dotted #cccccc;
  display: block;
}
.contents .cont_res_section .cont_res_section-01 {
  float: left;
  width: 34%;
}
.contents .cont_res_section .cont_res_section-02 {
  float: right;
  width: 65%;
  padding-bottom: 30px;
  border-left: 1px solid #cccccc;
}
.contents .cont_res_section .cont_res_section-02 th {
  padding-left: 20px;
}
.contents .cont_res_section .cont_res_btn {
  position: absolute;
  right: 15px;
  bottom: 15px;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .contents .cont_res_section th {
    width: 135px;
  }
  .contents .cont_res_section .cont_res_section-01 {
    float: none;
    width: 100%;
  }
  .contents .cont_res_section .cont_res_section-02 {
    float: none;
    width: 100%;
    border-left: none;
  }
  .contents .cont_res_section .cont_res_section-02 th {
    padding-left: 4px;
  }
}
/* 結果リスト */
.contents .cont_res_tbl .cont_res_tbl-s {
  width: 16%;
}
.contents .cont_res_tbl .cont_res_tbl-m {
  width: 42%;
}
.contents .cont_res_tbl ul {
  width: 402px;
  margin: 0;
  padding: 5px 0 0 3px;
}
.contents .cont_res_tbl li {
  float: left;
  padding: 0 5px 5px 0;
}
.contents .cont_res_tbl li:last-child {
  padding-right: 0 !important;
}
.contents .cont_res_tbl th {
  padding: 13px 10px;
}
.contents .cont_res_tbl td {
  padding: 20px 10px;
}
.contents .cont_res_tbl .cont_res_tbl-title {
  border-top: 2px solid #9cb71e;
  border-right: 2px solid #9cb71e;
  border-left: 2px solid #9cb71e;
}
.contents .cont_res_tbl .cont_res_tbl-title > div {
  position: relative;
  left: 0;
  top: 0;
}
.contents .cont_res_tbl table.def {
  border-collapse: separate;
  border-spacing: 0;
  border-bottom: 1px solid #E5E5E5;
}
.contents .cont_res_tbl colgroup {
  display: none;
}
.contents .cont_res_tbl table.def thead th {
  border-bottom: none;
}
.contents .cont_res_tbl table.def tbody td {
  border-bottom: none;
}
.contents .cont_res_tbl table.def tbody td:nth-child(2) {
  width: 44%;
}
.contents .cont_res_tbl table.def tbody td:nth-child(3) {
  width: 38%;
}
.contents .cont_res_tbl table.def tbody th {
  border-left: 2px solid #9cb71e;
  border-bottom: none;
  width: 18%;
}
.contents .cont_res_tbl .cont_res_tbl-road {
  border-left: 2px solid #9cb71e;
  border-bottom: none;
}
.contents .cont_res_tbl .cont_res_tbl-service {
  border-right: 2px solid #9cb71e;
  border-left: none;
}
.contents .cont_res_tbl .cont_res_tbl-last .cont_res_tbl-road {
  border-bottom: 2px solid #9cb71e;
}
.contents .cont_res_tbl .cont_res_tbl-last td {
  border-bottom: 1px solid #E5E5E5;
}
.contents .cont_res_tbl .cont_res_tbl-last .cont_res_tbl-service {
  border-bottom: 2px solid #9cb71e;
}
.contents .cont_res_tblbtn {
  position: absolute;
  top: 0;
  right: 0;
}
.contents a.cont_res_link {
  padding: 4px 10px 3px 8px;
  background: #ffffff;
  background: -moz-linear-gradient(top, white 0%, #f3f3f3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f3f3f3));
  background: -webkit-linear-gradient(top, white 0%, #f3f3f3 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%);
  border: 1px solid #cccccc;
  border-radius: 3px;
  color: #333333;
  font-weight: normal;
}
.contents a.cont_res_link span {
  padding: 0 0 0 14px;
  background: url(/resources/img/dp/sapa/icn_arrow_go.png) no-repeat 0 50%;
}
.contents a.cont_res_link:hover {
  background: #ffffff;
  text-decoration: none;
}
.contents a.cont_res_anc {
  padding: 4px 10px 3px 8px;
  background: #ffffff;
  background: -moz-linear-gradient(top, white 0%, #f3f3f3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f3f3f3));
  background: -webkit-linear-gradient(top, white 0%, #f3f3f3 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%);
  border: 1px solid #cccccc;
  border-radius: 3px;
  color: #333333;
  font-weight: normal;
}
.contents a.cont_res_anc span {
  padding: 0 0 0 21px;
  background: url(/resources/img/dp/sapa/icn_arrow.png) no-repeat 0 50%;
}
.contents a.cont_res_anc:hover {
  background: #ffffff;
  text-decoration: none;
}
.contents .cont_res_pcdisp {
  display: none;
}

@media screen and (max-width: 640px) {
  .contents a.cont_res_link {
    font-size: 80%;
  }
  .contents a.cont_res_anc {
    font-size: 80%;
  }

  .contents .cont_res_tbl table.def,
  .contents .cont_res_tbl table.def tbody,
  .contents .cont_res_tbl table.def tfoot,
  .contents .cont_res_tbl table.def tr,
  .contents .cont_res_tbl table.def th,
  .contents .cont_res_tbl table.def td {
    display: block;
  }

  .contents .cont_res_tbl table.def thead {
    display: none;
  }

  .contents .cont_res_tbl table.def colgroup {
    display: none;
  }

  .contents .cont_res_tbl table.def table.def {
    display: table;
  }

  .contents .cont_res_tbl table.def table.def tbody {
    display: table-row-group;
  }

  .contents .cont_res_tbl table.def table.def thead {
    display: table-header-group;
  }

  .contents .cont_res_tbl table.def table.def tfoot {
    display: table-footer-group;
  }

  .contents .cont_res_tbl table.def table.def tr {
    display: table-row;
  }

  .contents .cont_res_tbl table.def table.def th,
  .contents .cont_res_tbl table.def table.def td {
    display: table-cell;
  }

  .contents .cont_res_tbl table.def tbody th {
    border-left: 1px solid #E5E5E5;
  }

  .contents .cont_res_tbl table.def ul {
    width: auto;
  }

  .contents .cont_res_tbl table.def tbody td:nth-child(2),
  .contents .cont_res_tbl table.def tbody td:nth-child(3),
  .contents .cont_res_tbl table.def tbody th {
    width: auto;
  }

  .contents .cont_res_tbl .cont_res_tbl-road {
    border-left: none;
  }

  .contents .cont_res_tbl .cont_res_tbl-service {
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
  }

  .contents .cont_res_tbl table.def {
    margin-top: 1px;
  }

  .contents .cont_res_tbl td {
    padding: 10px 10px;
  }

  .contents .cont_res_tbl .cont_res_tbl-last .cont_res_tbl-road,
  .contents .cont_res_tbl .cont_res_tbl-last .cont_res_tbl-service {
    border-bottom: none;
  }

  .contents .cont_res_tbl table.def {
    border-bottom: 1px solid #E5E5E5;
  }

  .contents .cont_res_pcdisp {
    display: block;
  }
}
/* マークの説明 */
.contents .cont_res_tbl-mark li {
  float: left;
  width: 50%;
  padding: 10px 0;
  border-bottom: 1px dotted #cccccc;
  min-height: 32px;
  display: table;
  vertical-align: middle;
}
.contents .cont_res_tbl-mark li .cont_restit {
  margin: 0;
  padding: 5px 0 0 0;
  color: #9cb71e;
  font-weight: bold;
}
.contents .cont_res_tbl-mark li p {
  margin: 0;
}
.contents .cont_res_tbl-mark li .cont_res_mark-box {
  padding: 0 10px 0 42px;
}
.contents .cont_res_tbl-mark li .cont_res_mark-box2 {
  padding: 0 0 0 42px;
}
.contents .cont_res_tbl-mark li .cont_icon01 {
  background: url(/resources/img/dp/sapa/icn_ser01.png) no-repeat 0 0;
}
.contents .cont_res_tbl-mark li .cont_icon02 {
  background: url(/resources/img/dp/sapa/icn_ser02.png) no-repeat 0 0;
}
.contents .cont_res_tbl-mark li .cont_icon03 {
  background: url(/resources/img/dp/sapa/icn_ser03.png) no-repeat 0 0;
}
.contents .cont_res_tbl-mark li .cont_icon04 {
  background: url(/resources/img/dp/sapa/icn_ser04.png) no-repeat 0 0;
}
.contents .cont_res_tbl-mark li .cont_icon05 {
  background: url(/resources/img/dp/sapa/icn_ser05.png) no-repeat 0 0;
}
.contents .cont_res_tbl-mark li .cont_icon06 {
  background: url(/resources/img/dp/sapa/icn_ser06.png) no-repeat 0 0;
}
.contents .cont_res_tbl-mark li .cont_icon07 {
  background: url(/resources/img/dp/sapa/icn_ser07.png) no-repeat 0 0;
}
.contents .cont_res_tbl-mark li .cont_icon08 {
  background: url(/resources/img/dp/sapa/icn_ser08.png) no-repeat 0 0;
}
.contents .cont_res_tbl-mark li .cont_icon09 {
  background: url(/resources/img/dp/sapa/icn_ser09.png) no-repeat 0 0;
}
.contents .cont_res_tbl-mark li .cont_icon10 {
  background: url(/resources/img/dp/sapa/icn_ser10.png) no-repeat 0 0;
}
.contents .cont_res_tbl-mark li .cont_icon11 {
  background: url(/resources/img/dp/sapa/icn_ser11.png) no-repeat 0 0;
}
.contents .cont_res_tbl-mark li:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.contents .cont_res_tbl-mark * html li {
  height: 1%;
}
.contents .cont_res_tbl-mark li {
  display: block;
}

@media screen and (max-width: 640px) {
  .contents .cont_res_tbl-mark li {
    float: none;
    width: 100%;
  }
  .contents .cont_res_tbl-mark li .cont_res_mark-box {
    padding-right: 0;
  }
}
/* 検索結果画面アラート */
.contents .cont_res_arart {
  padding: 15px 15px 15px 45px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  background: url(/resources/img/common/icn_attention.png) no-repeat 15px 15px;
  color: red;
  font-weight: bold;
}

/* 検索結果画面枠組み */
.contents .cont_sapasearch_more {
  padding: 1px 20px 20px 20px;
  border-radius: 6px;
  border: 1px solid #cccccc;
}
.contents .cont_res_moresrch {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e5e5e5;
}
.contents .cont_res_moresrch table {
  margin: 0;
}
.contents .cont_res_moresrch th {
  padding-right: 10px;
  border-right: 1px dotted #cccccc;
}
.contents .cont_res_moresrch td {
  padding-left: 10px;
}

@media screen and (max-width: 640px) {
  .contents .cont_sapasearch_more {
    padding: 1px 10px 10px 10px;
  }
}
/* 地図から探す */
.contents .cont_search_tabbody {
  border: 1px solid #CCC;
  border-top: 1px solid #FFF;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.contents .cont_route_tab {
  margin-top: 22px;
  padding: 0 19px;
  border-bottom: 3px solid #9cb71e;
}
.contents .cont_route_tab .tabs {
  width: 24%;
  border-bottom: 0;
}
.contents .cont_route_tab .tabs td {
  width: 19%;
}
.contents .cont_route_tab .tabs td:first-child {
  width: 24%;
}
.contents .cont_map_foot {
  padding: 5px 20px;
  background-color: #E6E6E6;
  border-top: 1px solid #CCC;
}
.contents .cont_map_foot ul {
  margin: 0 0 0 auto;
  padding: 0;
  width: 265px;
}
.contents .cont_map_foot li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
