@charset "UTF-8";
.karimap {
  background: url("../_img/_map.png");
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  display: block;
}

/*-----------------------
フィールド全体
-----------------------*/
.field {
  height: 100%;
  overflow: hidden;
  position: relative;
}

/*----------------------------------
フィールドのheader
----------------------------------*/
.field_header {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 45px;
  background-color: rgba(75, 144, 221, 0.8);
  vertical-align: middle;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}
.field_header .field_header_left {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  text-align: right;
  z-index: 10;
}
.field_header p.field_header_title {
  color: #FFFFFF;
  font-weight: bold;
  line-height: 45px;
  margin-left: 40px;
}
.field_header_left img.logomark {
  width: 32px;
  top: 0;
  left: 0;
  margin: 7px 0 0 4px;
  position: absolute;
}
.field_header .field_header_search {
  vertical-align: middle;
  line-height: 45px;
}
.field_header .field_header_search input[type="submit"] {
  border: none;
  outline: none;
  width: 42px;
  height: 30px;
  vertical-align: middle;
  background: #0A51A9 url(../img/field/icon_search.svg) no-repeat center center;
  border-radius: 0;
  margin-left: -6px;
  margin-right: 10px;
}
.field_header .field_header_search input[type="text"] {
  width: 20%;
  max-width: 150px;
  vertical-align: middle;
  height: 30px;
  border-radius: 0;
  font-size: 16px;
}
.field_header .field_header_search a.btnbox {
  display: inline-block;
  height: 45px;
  width: 45px;
  background-color: #333;
  text-align: center;
  position: relative;
  margin-left: -6px;
}
.field_header .field_header_search a.btnbox img {
  vertical-align: middle;
}
.field_header .field_header_search a.btnbox.print {
  background-color: #093C7D;
}
.field_header .field_header_search a.btnbox.q {
  background-color: #0A51A9;
}

/*----------------------------------
その他パーツ
----------------------------------*/
.analyzerlink {
  position: absolute;
  top: 60px;
  left: 15px;
  background-color: #000;
  padding: 0 10px 0 15px;
  border-radius: 16px;
  line-height: 32px;
  margin-left: 0;
  vertical-align: middle;
  cursor: pointer;
}
.analyzerlink img {
  vertical-align: middle;
}
.popular {
  position: absolute;
  top: 60px;
  left: 140px;
  width:92px;
  background-color: #aaa;
  padding: 0 10px 0 15px;
  border-radius: 16px;
  line-height: 32px;
  margin-left: 0;
  vertical-align: middle;
  display:none;
}
.popular img {
  vertical-align:middle;
  height:18px;
  margin-top:-2px;
  margin-left:-6px;
}
.popular a {
  float:right;
  font-size:1.4em;
  margin-top:5px;
}

.fieldtool {
  position: absolute;
  bottom: 15px;
  right: 375px;
  display: flex;
}
.fieldtool.bottom {
  right: 15px;
}

.fieldtool_weather {
  box-shadow: 0px 1px 2px #0000004D;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  width: 300px;
}
.fieldtool_weather .weatherpanel {
  padding: 10px;
  padding-top: 5px;
}
.fieldtool_weather .weatherpanel .bar {
  z-index: 10;
  position: relative;
  padding: 0.3em 0.7em 0.6em 0.5em;
}
.fieldtool_weather .weatherpanel .dot {
  line-height: 0;
  padding: 0 0.5em 0 0.6em;
  margin-top: -1.1em;
}
.fieldtool_weather .weatherpanel .num {
  font-size: 10px;
  text-align: center;
  font-weight: bold;
  margin-top: 5px;
}
.fieldtool_weather .weatherpanel .mihon {
  margin-top: 0px;
}
.fieldtool_weather .tab_triple {
  font-size: 12px;
  line-height: 2.5rem;
}
.fieldtool_weather .tab_triple li {
  box-sizing: border-box;
}

/*天気のタブ切り替え（仮）*/
.weatherpanel {
  display: none;
}
.weatherpanel.current {
  display: block;
}

.fieldtool_menu {
  box-shadow: 0px 1px 2px #0000004D;
  border-radius: 5px;
  overflow: hidden;
}
.fieldtool_menu + .fieldtool_menu {
  margin-left: 8px;
}
.fieldtool_menu > ul {
  display: flex;
}
.fieldtool_menu > ul > li {
  background-color: #fff;
  height: 60px;
  width: 90px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  border-left: 1px solid #AAAAAA;
  cursor: pointer;
}
.fieldtool_menu > ul > li:first-child {
  border-left: none;
}
.fieldtool_menu > ul > li.off {
  opacity: 0.6;
  pointer-events: none;
}
.fieldtool_menu > ul > li .img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
}
.fieldtool_menu > ul > li .img.double {
  margin-top: -6px;
}
.fieldtool_menu > ul > li .txt {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  position: absolute;
  bottom: 8px;
  text-align: center;
  width: 100%;
}

.fieldicon {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.fieldicon_cir {
  box-shadow: 0px 1px 2px #0000004D;
  background-color: #fff;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.fieldicon_cir.alert {
  background-color: #9D3724;
}
.fieldicon_cir.alert img {
  margin-bottom: 2px;
}
.fieldicon_cir + .fieldicon_cir {
  margin-top: 5px;
}
.fieldicon:not(.icon) .fieldicon_cir.mapicon {
  display: flex;
}
.fieldicon:not(.alert) .fieldicon_cir.alert {
  display: flex;
}

.fieldalert {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
/*  margin-left: -180px;*/
}
.fieldalert.off {
  display:none;
}

.fieldalert_box {
  box-shadow: 0px 1px 2px #0000004D;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  box-sizing: border-box;
}

.fieldicon_box {
  box-shadow: 0px 1px 2px #0000004D;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  margin-top: 5px;
  box-sizing: border-box;
  display:none;
}

@media screen and (max-width: 540px) {
  .fieldicon_box {
    margin-top: 36px;
  }
}

.fieldicon.icon .fieldicon_box {
  display:block;
}

.alertlist > li {
  background: url("../img/field/alert.png") left 4px center no-repeat;
  background-size: 25px 22px;
  padding: 5px 10px 5px 34px;
  font-size: 14px;
  width: auto;
}
.alertlist > li.alert1 {
  background-color: #FFFFB0;
}
.alertlist > li.alert2 {
  background-color: #FFCBCB;
}
.alertlist > li.alert3 {
  background-color: #E2BAFF;
}
.alertlist > li + li {
  margin-top: 5px;
}

.closebtn {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #DBE2E9;
  background-color: rgba(148, 148, 148, 0.7);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.centercenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

ul.field_icons {
  margin-top: -3px;
  margin-bottom: -3px;
  display: flex;
}
ul.field_icons li {
  margin: 0 2px 0 3px;
}
ul.field_icons li img {
  cursor: pointer;
  width: 24px;
  height: auto;
}

@media screen and (max-width: 540px) {
  .analyzerlink {
    top: 55px;
    left: 10px;
  }
  .popular {
    top: 55px;
    left: 135px;
  }

  .fieldtool {
    position: absolute;
    bottom: 360px;
    right: 0;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    justify-content: flex-end;
  }
  .fieldtool.bottom {
    bottom:40px;
    right: auto;
  }

  .fieldtool_weather {
    width: 100%;
  }

  .fieldtool_menu {
    box-shadow: 0px 1px 2px #0000004D;
    border-radius: 5px;
  }
  .fieldtool_menu + .fieldtool_menu {
    margin-left: 8px;
  }
  .fieldtool_menu > ul > li {
    height: 45px;
    width: 85px;
  }
  .fieldtool_menu > ul > li .img.double {
    margin-top: -6px;
  }
  .fieldtool_menu > ul > li .img img {
    transform: translateY(-90%) translateX(-50%);
    transform: scale(0.8);
  }
  .fieldtool_menu > ul > li .txt {
    bottom: 4px;
  }

  .fieldicon {
    top: 60px;
    right: 0;
    bottom: auto;
    left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .fieldicon .fieldicon_cir {
    position: absolute;
    right: 10px;
    top: 0px;
  }
  .fieldicon .fieldicon_cir.mapicon {
    top: 30px;
  }

  ul.field_icons li img {
    width: 100%;
  }

  .fieldalert {
    bottom: 120px;
    left: 0;
    right: 0;
    transform: none;
    margin-left: 10px;
    margin-right: 10px;
  }

  .alertlist > li {
    font-size: 12px;
  }

  .centercenter {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-top: 20px;
  }
}
/*----------------------------------
スクロールバー
----------------------------------*/
/*スクロールバ指定*/
@media screen and (min-width: 541px) {
  .field_box_inner {
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    height: calc(100% - 40px);
    display: block;
    box-sizing: border-box;
    scrollbar-width: thin;
  }
  .field_box_inner:hover {
    overflow-y: scroll;
  }
  .field_box_inner::-webkit-scrollbar {
    width: 6px;
    position: absolute;
  }
  .field_box_inner::-webkit-scrollbar-track {
    background: none;
    opacity: 0;
  }
  .field_box_inner::-webkit-scrollbar-thumb {
    background: rgba(75, 144, 221, 0.5);
  }
}
.field_box_inner::-webkit-scrollbar {
  width: 6px;
  position: absolute;
}
.field_box_inner::-webkit-scrollbar-track {
  background: none;
  opacity: 0;
}
.field_box_inner::-webkit-scrollbar-thumb {
  background: rgba(75, 144, 221, 0.5);
}

/*----------------------------------
全体
----------------------------------*/
.field_box {
  position: absolute;
  z-index: 200;
  right: 0px;
  top: 45px;
  max-height: calc( 100% - 45px );
  overflow-y: hidden;
  background-color: rgba(255, 255, 255, 0.9);
  float: right;
  -webkit-box-shadow: -3px 0px 3px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -3px 0px 3px -1px rgba(0, 0, 0, 0.2);
  box-shadow: -3px 0px 3px -1px rgba(0, 0, 0, 0.2);
  width: 360px;
  height: 100%;
}
.field_box.hide {
  margin-right: -360px;
}
.field_box .tab {
  line-height: 2.5em;
}
.field_box .tab_triple li {
  box-sizing: border-box;
  background-color: #E1E1E1;
  border-color: #AAAAAA;
  white-space: nowrap;
}
.field_box .tab_triple li.current {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}
.field_box .tab_triple li a {
  display: block;
}

.field_box_inner {
  padding-left: 15px;
  padding-right: 9px;
}
.field_box_inner h5 {
  background-color: #DBE2E9;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-left: -15px;
  margin-right: -15px;
  padding: 6px 15px;
  margin-bottom: 15px;
}
.field_box_inner h5 .icons {
  display: inline-block;
  line-height: 18px;
  margin-left: auto;
  margin-right: 0;
}
.field_box_inner h5 .icons img {
  height: 20px;
  margin-left: 4px;
}
.field_box_inner h6 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 10px;
}

@media screen and (max-width: 540px) {
  .field_box {
    width: 100%;
    box-sizing: border-box;
    height: 320px;
    position: absolute;
    top: auto;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .field_box.hide {
    margin-right: 0px;
    bottom: -320px;
  }
  .field_box .tab_triple li {
    font-size: 15px;
    line-height: 3.4rem;
  }

  .field_box_inner {
    height: auto;
    margin-bottom:48px;
  }
}
.point_detail {
  display: table;
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
}
.point_detail li {
  display: table-cell;
  vertical-align: middle;
}
.point_detail .point_detail_icon {
  width: 38px;
}
.point_detail .point_detail_icon img {
  width: 28px;
  height: 28px;
}
.point_detail .point_detail_name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
.point_detail .point_detail_name span {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  margin-top: -4px;
}
.point_detail .point_detail_name a {
  display: block;
}
.point_detail .point_detail_btn {
  text-align: right;
  white-space:nowrap;
}
.point_detail .point_detail_btn .button-xs {
  font-size: 14px;
}

.point_contribution {
  width: 100%;
}
.point_contribution ul {
  display: table;
  width: 100%;
}
.point_contribution li {
  display: table-cell;
  vertical-align: middle;
}
.point_contribution .point_contribution_icon {
  width: 38px;
}
.point_contribution .point_contribution_icon img {
  width: 28px;
  height: 28px;
}
.point_contribution .point_contribution_name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
.point_contribution .point_contribution_name span {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  margin-top: 4px;
}
.point_contribution .point_contribution_name a {
  display: block;
}
.point_contribution .point_contribution_btn {
  text-align: right;
}
.point_contribution .point_contribution_btn .button-xs {
  font-size: 14px;
}

.field_tips {
  background-color: #F2F1DF;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
  box-sizing: border-box;
  width: 330px;
}

@media screen and (max-width: 540px) {
  .field_tips {
    width: auto;
  }
}
/*-----------------------
プレミアム
-----------------------*/
.premium:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../img/common/icon_premium.png") right top no-repeat;
  background-size: cover;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -9px;
  z-index: 2;
}

.premium_off {
  pointer-events: none;
  position: relative;
}
.premium_off:after {
  min-width: 10em;
  content: 'プレミアム会員機能';
  display: block;
  height: 18px;
  line-height: 18px;
  background: url("../img/common/icon_premium.png") left center no-repeat;
  background-color: rgba(255, 255, 255, 0.6);
  background-size: 18px 18px;
  position: absolute;
  padding: 6px;
  padding-left: 22px;
  font-size: 12px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #000;
  font-weight: bold;
}

.premium_off.double:after {
  min-width: auto;
  text-align: center;
  content: 'プレミアム\A会員機能';
  white-space: pre;
  height: auto;
  background: url("../img/common/icon_premium.png") left center no-repeat;
  background-color: rgba(255, 255, 255, 0.6);
  background-size: 18px 18px;
  position: absolute;
  line-height: 1;
  padding: 6px;
  padding-left: 22px;
  text-align: left;
}

/*-----------------------
タブ開け閉め
-----------------------*/
.field_acc {
  width: 30px;
  height: 80px;
  background: #3B89C9 url(../img/field/field_arrRW.svg) center center no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 360px;
  margin-top: 55px;
  cursor: pointer;
  z-index: 10;
  border-radius: 5px 0px 0px 5px;
}
.field_acc.hide {
  background-image: url(../img/field/field_arrLW.svg);
  margin-right: 0px;
}

.field_acc_op {
  background: #3B89C9 url(../img/field/field_arrLW.svg) center center no-repeat;
}

@media screen and (max-width: 540px) {
  .field_acc {
    z-index: 201;
    width: 80px;
    height: 30px;
    background: #3B89C9 url(../img/field/field_arrBW.svg) center center no-repeat;
    top: auto;
    bottom: 320px;
    right: auto;
    left: 0;
    margin-right: 0;
    margin-top: 0;
    border-radius: 5px 5px 0px 0px;
  }
  .field_acc:not(.hide) {
  }
  .field_acc.hide {
    background-image: url(../img/field/field_arrTW.svg);
    bottom: 0px;
  }

  .field_acc_op {
    background: #3B89C9 url(../img/field_arrTW.svg) center center no-repeat;
  }
}
/*----------------------------------
初期画面
----------------------------------*/
.howto {
  width: 240px;
}
.howto h5 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #0A51A9;
  border-top: 2px solid #0A51A9;
  border-bottom: 2px solid #0A51A9;
  padding: 5px;
  background: none;
  margin: 0;
}
.howto .box {
  margin-top: 20px;
}
.howto .box .ttl {
  background-color: #0A51A9;
  border-radius: 5px;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  padding: 3px;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}
.howto .box .ttl:before {
  content: "";
  border: 6px solid transparent;
  border-top: 8px solid #0A51A9;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.howto .box .txt {
  font-size: 14px;
  font-weight: bold;
  padding-left: 50px;
}
.howto .box .txt.osusume {
  background: url("../img/field/route_01.png") left center no-repeat;
  background-size: 40px auto;
}
.howto .box .txt.orijinal {
  background: url("../img/field/route_02.png") left center no-repeat;
  background-size: 40px auto;
}
.howto .box .txt.gpx {
  background: url("../img/field/route_03.png") left center no-repeat;
  background-size: 40px auto;
}
.howto .box .link {
  margin-top: 10px;
  margin-left: 50px;
  font-size: 12px;
  font-weight: bold;
  padding: 8px;
  color: #0A51A9;
  border: 1px solid #0A51A9;
  padding: 0.6em 1em;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
}

@media screen and (max-width: 540px) {
  .howto {
    width: auto;
    margin: 30px;
    padding-bottom: 0;
  }
}
/*-----------------------
おすすめルート
-----------------------*/
.recroute {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.recroute .ttl {
  background-color: #093C7D;
  font-size: 13px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  border-radius: 12px;
  width: 120px;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  margin-right: 10px;
}
.recroute .cir {
  width: 30px;
  height: 32px;
  background: url("../img/field/recroute_off.png") no-repeat;
  background-size: 30px 32px;
  padding: 5px 5px 6px 5px;
  box-sizing: border-box;
  margin-right: 8px;
  cursor: pointer;
}
.recroute .cir span {
  display: inline-block;
  background-color: #000;
  height: 20px;
  width: 20px;
  border-radius: 10px;
}
.recroute .cir.route0 span {
  background-color: #ECC101;
}
.recroute .cir.route1 span {
  background-color: #009060;
}
.recroute .cir.route2 span {
  background-color: #005E90;
}
.recroute .cir.route3 span {
  background-color: #B42F64;
}
.recroute .cir.route4 span {
  background-color: #EC4D2D;
}
.recroute .cir.current {
  background: url("../img/field/recroute_on.png") no-repeat;
  background-size: 30px 32px;
}

/*-----------------------
計画作成
-----------------------*/
.field_box_route {
  margin-right: -15px;
  margin-left: -15px;
}
.field_box_route p {
  margin: 0;
  display: inline-block;
  line-height: 1.4;
  font-size: 1.2rem;
}
.field_box_route > ul {
  overflow-y: auto;
}
.field_box_route > ul > li {
  border-bottom: 1px solid #cccccc;
  line-height: 1.5;
}
.field_box_route > ul > li:first-child {
  border-top: 1px solid #CCC;
}
.field_box_route > ul > li.inout {
  padding: 5px 10px 5px 14px;
  display: flex;
  align-items: center;
}
.field_box_route > ul > li.inout .date {
  padding-left: 5px;
}
.field_box_route > ul > li.inout .keiro {
  padding-right: 10px;
  margin-left:auto;
}
.field_box_route > ul > li.inout .keiro img {
  padding-left: 5px;
  height: 1.6em;
  cursor:pointer;
}
.field_box_route > ul > li.setting {
  padding: 2px 15px 5px 15px;
  padding-top: 2px;
  padding-bottom: 5px;
  background-color: #dadada;
  text-align: right;
  border-top: none;
}
.field_box_route > ul > li.main {
  box-sizing: border-box;
  padding-right: 18px;
  width: 100%;
  display: table;
}
.field_box_route > ul > li.main > div {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
.field_box_route > ul > li.main .btn_switch {
  width: 28px;
  height: 100%;
  background: #eeeeef url(../img/field_arrR.png) center center no-repeat;
  cursor: pointer;
}
.field_box_route > ul > li.main .num {
  vertical-align: middle;
  color: #0e55a5;
  width: 32px;
  height: 33px;
  background: url(../img/field_pin.png) center center no-repeat;
  background-size: 24px auto;
  text-align: center;
  font-size: 10px;
  line-height: 10px;
  font-weight: bold;
}
.field_box_route > ul > li.main.haku .num {
  color: #0C8303;
  background: url(../img/field_pin_g.png) center center no-repeat;
}
.field_box_route > ul > li.main .num span {
  display: inline-block;
  position: relative;
  top: -5px;
}
.field_box_route > ul > li.main .time {
  line-height: 1.8;
  min-width: 8em;
  font-size: 1.2rem;
  text-align: right;
}
.field_box_route > ul > li.main .detail {
  line-height: 12px;
  padding: 10px 0;
}
.field_box_route > ul > li.main .detail .title {
  font-size: 1.4rem;
  font-weight: bold;
}
.field_box_route > ul > li.main .detail .height {
  font-size: 1.2rem;
}
.field_box_route > ul > li.template {
  display: none;
}
.field_box_route > ul > li.sub {
  padding-left: 28px;
}
.field_box_route > ul > li.sub > ul {
  border-left: 1px solid #cccccc;
}
.field_box_route > ul > li.sub > ul > li {
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding-right: 18px;
  border-bottom: 1px solid #cccccc;
}
.field_box_route > ul > li.sub > ul > li .name {
  display: inline-block;
}
.field_box_route > ul > li.sub > ul > li > div {
  display: table-cell;
  vertical-align: middle;
}
.field_box_route > ul > li.sub > ul > li .btn_switch {
  width: 28px;
  height: 100%;
  background: #eeeeef url(../img/field_arrL.png) center center no-repeat;
  cursor: pointer;
}
.field_box_route > ul > li.sub > ul > li .detail {
  padding-left: 10px;
}
.field_box_route > ul > li.sub > ul > li .detail p.name {
  background: transparent url(../img/field_pin_s.png) left center no-repeat;
  padding-left: 16px;
}
.field_box_route > ul > li.sub > ul > li .time {
  font-size: 1.2rem;
  width: 6em;
  text-align: right;
  padding: 5px;
}
.field_box_route > ul > li.sub > ul > li.sub_open, .field_box_route > ul > li.sub > ul > li.sub_close {
  border-bottom: none;
  cursor: pointer;
  height: 22px;
}
.field_box_route > ul > li.sub > ul > li.sub_open {
  background: #dadada url(../img/field_arrB.png) center center no-repeat;
}
.field_box_route > ul > li.sub > ul > li.sub_close {
  background: #dadada url(../img/field_arrT.png) center center no-repeat;
}
.field_box_route .name {
  display: block;
  margin-top: 5px;
}
.field_box_route .mytime {
  margin-left: auto;
}
.field_box_route .second {
  display: block;
  position: relative;
  width: 100%;
}
.field_box_route .clear {
  display: block;
  margin-top: 5px;
  margin-bottom: 20px;
  text-decoration: underline;
  font-weight: bold;
}
.field_box_route .btnarea {
  padding: 15px;
}
.field_box_route .btnarea > .smallbtn span {
  width: 100%;
  height: auto;
}
.field_box_route .btnarea > .btn {
  margin-top: 10px;
}

.field_box_route > ul > li {
  box-sizing: border-box;
}
.field_box_inner.recommend .field_box_route li.main {
  border-left: 6px solid lightgray;
}
.field_box_inner.recommend .field_box_route li.sub {
  border-left: 6px solid lightgray;
}

@media screen and (max-width: 540px) {
  .field_box_route > ul > li.main .detail .height {
    font-size: 12px;
  }
  .field_box_route > ul > li.main .detail .title {
    font-size: 16px;
  }
  .field_box_route .btnarea > .btn span#menu_nextbtn {
    width: 100%;
    box-sizing: border-box;
  }
}
/*-----------------------
ルート編集の設定
-----------------------*/
input.edit, select.edit {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  display: inline-block;
  border-bottom: 1px solid #666;
  -webkit-text-fill-color: black;
  opacity: 1;
}

input[type="time"].edit {
  padding: 0;
  line-height: 1;
  display: inline-block;
  width: 65px;
  height: 20px;
  margin-left: 4px;
}

input[type="date"].edit {
  width: 120px;
  height: 20px;
}

input[type="text"].edit {
  height: 20px;
  padding-left: 3px;
  min-width: 5em;
}
input[type="text"].edit:focus {
  border: 1px solid #666;
}

select.edit {
  height: 22px;
  padding: 0;
}

@media screen and (max-width: 540px) {
  input.edit, select.edit {
    font-size: 16px;
  }

  input[type="text"].edit {
    height: 26px;
  }
}
/*-----------------------
アコーディオン
-----------------------*/
.field_box_inner .acc_btn {
  border: 1px solid #AFAFAF;
  background-color: #fff;
  text-align: center;
  padding: 0.6em 0.5em;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  color: #545454;
  margin-top: 10px;
}
.field_box_inner .acc_btn:before {
  top: 7px;
  right: 10px;
  font-size: 16px;
}
.field_box_inner .acc_btn.open {
  border-bottom: 1px solid #AFAFAF;
}
.field_box_inner .acc_btn.open:before {
  top: 7px;
  right: 10px;
  font-size: 16px;
}
.field_box_inner .acc_cont {
  display: none;
  padding: 0;
  background: none;
  border: none;
}

/*-----------------------
てるぼうず
-----------------------*/
.field_box_tenki {
  font-size: 14px;
  padding-bottom: 20px;
}
.field_box_tenki .tenki_outline {
  background: url("../terubozuimg/teru.png") right center no-repeat;
}
.field_box_tenki .tenki_outline .point {
  display: flex;
  margin-top: 5px;
}
.field_box_tenki .tenki_outline .point > img {
  width: 55px;
  height: 45px;
  margin-right: 10px;
}
.field_box_tenki .tenki_outline .point > p.txt span {
  font-size: 16px;
  font-weight: bold;
}
.field_box_tenki .tenki_daily {
  display: flex;
}
.field_box_tenki .tenki_daily .tenkibox_name {
  width: 55px;
}
.field_box_tenki .tenki_daily .tenkibox_name table.tenkibox {
  width: 100%;
}
.field_box_tenki .tenki_daily .tenkibox_cont {
  width: calc(100% - 55px);
  overflow-x: scroll;
}
.field_box_tenki .tenki_weekly table.tenkibox {
  width: 100%;
}
.field_box_tenki .tenki_weekly table.tenkibox tr {
  background: none;
}
.field_box_tenki .tenki_weekly table.tenkibox tr:nth-child(2n-1) {
  background-color: #EEEEEE;
}
.field_box_tenki .tenki_weekly table.tenkibox tr.max td {
  color: #D80000;
}
.field_box_tenki .tenki_weekly table.tenkibox tr.min td {
  color: #2530D6;
}
.field_box_tenki .tenki_weekly table.tenkibox tr.date td {
  font-weight: normal;
}

table.tenkibox {
  font-size: 12px;
}
table.tenkibox tr th, table.tenkibox tr td {
  padding: 3px;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
}
table.tenkibox tr td {
  font-weight: bold;
}
table.tenkibox tr td.icon {
  padding: 1px;
}
table.tenkibox tr td.icon img {
  width: 34px;
  height: 25px;
  max-width: inherit;
}
table.tenkibox tr .iconth {
  height: 27px;
  box-sizing: border-box;
}
table.tenkibox tr:nth-child(2n) {
  background-color: #EEEEEE;
}

@media screen and (min-width: 541px) {
  .tenkibox_cont {
    scrollbar-width: thin;
  }
  .tenkibox_cont::-webkit-scrollbar {
    height: 8px;
    position: absolute;
  }
  .tenkibox_cont::-webkit-scrollbar-track {
    background: none;
    opacity: 0;
  }
  .tenkibox_cont::-webkit-scrollbar-thumb {
    background: rgba(75, 144, 221, 0.5);
  }
}
/*-----------------------
日の出入り
-----------------------*/
.field_box_hinode {
  padding-bottom: 20px;
}

.hinode_outline {
  font-size: 14px;
  font-weight: bold;
  display: flex;
}
.hinode_outline .de, .hinode_outline .iri {
  background: url("../mapicon/sun_02.png") left center no-repeat;
  background-size: 28px 28px;
  line-height: 28px;
  vertical-align: middle;
  padding-left: 35px;
}
.hinode_outline .de {
  background-image: url("../mapicon/sun_02.png");
  margin-right: 20px;
}
.hinode_outline .iri {
  background-image: url("../mapicon/sun_04.png");
}

.hinode_all {
  font-size: 1.2rem;
}
.hinode_all .hinode_date {
  margin-top: -30px;
  text-align: right;
}
.hinode_all table.hinodebox {
  margin-top: 10px;
}
.hinode_all table.hinodebox th, .hinode_all table.hinodebox td {
  width: calc(100% / 7);
  text-align: center;
  border: 0;
}
.hinode_all table.hinodebox th {
  color: white;
  font-weight: bold;
  border-bottom: 10px solid;
}
.hinode_all table.hinodebox th.de {
  background-color: #0074ff;
}
.hinode_all table.hinodebox th.iri {
  background-color: #ff7f01;
}
.hinode_all table.hinodebox td {
  line-height: 1.2em;
}
.hinode_all table.hinodebox td.time {
  background-color: #E8E8E8;
  color: #333333;
  line-height: 20px;
  border: 6px solid white;
  text-align: left;
  cursor: pointer;
}
.hinode_all table.hinodebox td.time.current {
  background-color: #F6AD39;
}
.hinode_all table.hinodebox td.time div.check {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  margin: 3px;
  background-color: white;
  vertical-align: bottom;
  margin-right: 10px;
}
.hinode_all table.hinodebox td.time.current div.check {
  background-image: url("../mapicon/check.svg");
  background-size: 82%;
  background-position: 1px 3px;
  background-repeat: no-repeat;
}
.hinode_all table.hinodebox td.time div.marker {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  background-image: url("../mapicon/point_off.svg");
  background-size: 60%;
  background-position: center center;
  background-repeat: no-repeat;
  float: right;
}
.hinode_all table.hinodebox td.time.current div.marker {
  background-image: url("../mapicon/point.svg");
}
.hinode_all table.hinodebox td img {
  max-width: 90%;
}
.hinode_all table.hinodebox.skyline .skylineoff, .hinode_all table.hinodebox .skylineon {
  display: none;
}
.hinode_all table.hinodebox.skyline td.skylineon {
  display: table-cell;
}
.hinode_all table.hinodebox.skyline img.skylineon {
  display: inline;
}
.hinode_all table.hinodebox td.sklerr {
  vertical-align: middle;
}
.hinode_all table.hinodebox td.sklerr span {
  display: none;
}
.hinode_all table.hinodebox.skylineerr td.sklerr span {
  display: inline;
}
.hinode_all select {
  padding: 0.2em;
  height: 1.8em;
  width: auto;
}
.hinode_all input[type='button'], .hinode_all input[type='submit'] {
  margin-bottom: 6px;
  width: auto;
  padding: 2px 8px;
  vertical-align: middle;
}

/*-----------------------
地点
-----------------------*/
.field_box_sns {
  padding-bottom: 20px;
}
.field_box_sns .post {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #AFAFAF;
}
.field_box_sns .post::after {
  content: "";
  display: block;
  clear: left;
}
.field_box_sns .post:first-child {
  padding-top: 0;
  border-top: none;
}
.field_box_sns .img {
  width: 80px;
  height: auto;
  margin-right: 12px;
  float: left;
}
.field_box_sns .text {
  display: block;
  font-size: 12px;
  line-height: 1.5;
}
.field_box_sns .icon {
  width: 20px;
  height: auto;
  margin-right: 5px;
}
.field_box_sns .date {
  font-size: 12px;
  font-weight: bold;
}
.field_box_sns .newsguidemark {
  display: inline-block;
  background-color: #13448F;
  color: #FFF;
  padding: 2px 5px;
  margin-left: 3px;
  font-size: 10px;
  border-radius: 3px;
}
.field_box_sns #contributionlist_loading {
  height:32px;
  background:url('../img/loading.gif') center no-repeat;
}

.more_btn {
  border: 1px solid #AFAFAF;
  background-color: #fff;
  text-align: center;
  padding: 0.6em 0.5em;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  color: #545454;
  margin-top: 10px;
  line-height: 1;
}
.more_btn:before {
  top: 7px;
  right: 10px;
  font-size: 16px;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

/*-----------------------
モーダルウィンドウ
-----------------------*/
#cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black url("../mapicon/wait.gif") 50% 50% no-repeat;
  opacity: 0.2;
  z-index: 5000;
  display: none;
}

#dialog {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5001;
  display: none;
}
#dialog > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#dialog input[type=text], #dialog select {
  width: auto;
}
#dialog label {
  display: block;
}
#dialog input.w50 {
  width: 50px;
}
#dialog input.w120 {
  width: 120px;
}

.modal {
  box-sizing: border-box;
  max-width: 400px;
  overflow-y: auto;
  border-radius: 10px;
  background-color: white;
  border: 1px solid #dddddd;
  padding: 20px;
  text-align: left;
  display: none;
  max-height: 880px;
}
.modal .modal_ttl {
  padding-bottom: 10px;
  margin-top: -10px;
}
.modal .modal_ttl img {
  width: 28px;
  margin-right: 10px;
}
.modal .modal_ttl span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}
.modal .modal_date input, .modal .modal_date select {
  font-size: 16px;
  margin-right: 15px;
}
.modal .modal_date input:last-child, .modal .modal_date select:last-child {
  margin-right: 0;
}
.modal .modal_btn .btn {
  width: 120px;
  display: inline-block;
  margin: auto 5px;
}
.modal .modal_btn .btn input {
  width: 120px;
  border-radius: 6px;
  padding: 0.6em;
}
.modal .btn_area {
  text-align: center;
  margin-top: 20px;
}
.modal .btn_area input.button {
  margin: 5px;
  border-radius: 6px;
  padding: 0.6em;
}
.modal .btn_area input.button.button-orange {
  background-color: #65747c;
  border-bottom: 4px solid #384a53;
}
.modal label:first-child {
  margin-top: 0;
}
.modal .point_info {
  border-top: 1px solid #c1c1c1;
  margin: 0 -20px;
  padding: 15px 20px;
  font-size: 1.4rem;
}
.modal .point_info .title {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}
.modal .point_info .title:before {
  content: "■";
  color: #42a837;
  margin-right: 5px;
}
.modal .point_info:first-child {
  border: none;
  padding-top: 0;
}
.modal .point_info:last-child {
  padding-bottom: 0;
}
.modal .small {
  font-size: 0.8em;
}
.modal #search_result img {
  width: 16px;
  vertical-align: baseline;
}

#dialog_contribution.modal.accident #normalpoint, #dialog_contribution.modal.accident .tozan_title {
  display: none;
}
#dialog_contribution.modal.accident #accidentpoint, #dialog_contribution.modal.accident .hassei_title {
  display: block;
}
#dialog_contribution.modal:not(.accident) #normalpoint, #dialog_contribution.modal:not(.accident) .tozan_title {
  display: block;
}
#dialog_contribution.modal:not(.accident) #accidentpoint, #dialog_contribution.modal:not(.accident) .hassei_title {
  display: none;
}

label.reset {
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 0;
}
label.reset::before {
  content: "";
  display: none;
}

#mapmode0, #weather1 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#mapmode1, #weather2 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#mapmode0, #mapmode1, #weather, #weather1, #weather2 {
  width: auto;
  cursor: default;
}

#mapmode0:focus, #mapmode0:hover {
  opacity: 1.0;
}

#mapmode1:focus, #mapmode1:hover {
  opacity: 1.0;
}

#weather1.focus, #weather1:hover {
  opacity: 1.0;
}

#weather2:focus, #weather2:hover {
  opacity: 1.0;
}

#mapmode0.button.off, #mapmode1.button.off, #weather1.button.off, #weather2.button.off {
  cursor: pointer;
  background-color: #aaa;
  border-bottom-color: #888;
}

#weather {
  margin-left: 1em;
  cursor: pointer;
}

#analyzer {
  margin-left: 1em;
  cursor: pointer;
  width: auto;
}

.field_parts_nextbtn {
  position: absolute;
  bottom: 30px;
  right: 10px;
}
.field_parts_nextbtn .button {
  width: auto;
}

.dialog-buttons button {
  min-width: 80px;
}

.toast-bottom-center#toast-container > div {
  max-width: 100% !important;
  width: 340px !important;
}

.toast-info {
  background-color: #666 !important;
}

.settings {
  position: absolute;
  right: 0;
  top: 6px;
  overflow: hidden;
}
.settings .button {
  margin-right: 10px;
}
.settings div.li {
  list-style: none;
  text-align: right;
}
.settings div.li a {
  display: block;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 2.8;
  background-color: #4b90dd;
  text-decoration: none;
  border-right: 1px solid #eee;
  box-sizing: border-box;
  padding: 0 6px;
}
.settings div.li div.ul {
  display: none;
}
.settings div.li div.ul div.li a {
  border-top: 1px solid #eee;
  opacity: 1.0;
}
.settings > div.li div.li:hover > a {
  color: olive;
  background: #afc6e2;
}

#dialog_onepoint {
  max-width: 90%;
}

.modal dd {
  margin-left: 0.5em;
}
.modal img {
  max-width: 80%;
}
.modal input[type=checkbox] {
  width: auto;
  height: auto;
}
.modal label.nodot {
  font-weight: normal;
  margin: 0;
}
.modal label.nodot::before {
  width: auto;
  height: auto;
  margin: 0;
}

#dialog_onepoint ul {
  list-style: disc;
  margin-left: 1.0em;
  font-size: 0.8em;
}

#cautionmessage {
  position: absolute;
  bottom: 68px;
  width: 100%;
  text-align: center;
  color: #800000;
  cursor: default;
  font-size: 16px;
  line-height: 1.2;
}
#cautionmessage > div {
  width: 90%;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  padding-left: 60px;
}
#cautionmessage > div > span {
  text-align: left;
  display: inline-block;
}
#cautionmessage > div > span > div {
  border-width: 2px;
  border-radius: 8px;
  border-style: solid;
  padding: 4px 24px 4px 24px;
  background-image: url("../img/map_icon/attention.png");
  background-size: 23px;
  background-position: left 2px;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-bottom: -5px;
}
#cautionmessage div.closebtn {
  position: absolute;
  right: 0px;
  top: 0px;
  background-size: 23px;
  background-position: left 2px;
  background-repeat: no-repeat;
  width: 23px;
  height: 25px;
  cursor: pointer;
}
#cautionmessage .off div.closebtn {
  background-image: url("../img/openbtn.png");
}
#cautionmessage .on div.closebtn {
  background-image: url("../img/closebtn.png");
}
#cautionmessage .cautionoff {
  cursor: pointer;
}
#cautionmessage div.off span.cautionon, #cautionmessage div.on span.cautionoff {
  display: none;
}

.weatherpanel .ui-state-default {
  border-radius: 1.0em;
  border: 1px solid #93c3cd !important;
  background: #93c3cd !important;
  cursor: pointer;
}
.weatherpanel .ui-state-default:focus {
  outline: none !important;
}
.weatherpanel .ui-state-active, .weatherpanel .ui-state-hover {
  border: 1px solid #3b89c9 !important;
  background: #3b89c9 !important;
}
.weatherpanel .ui-slider-horizontal {
/*  height: 0 !important;*/
  border: none !important;
  background-color: transparent;
}
.weatherpanel .ui-slider-handle {
/*  top: -0.7em !important;*/
  box-shadow: 0.1em 0.1em 0.1em 0px rgb(0,0,0,0.4);
}

@media screen and (max-width: 600px) {
  #cautionmessage {
    font-size: 14px;
  }
  #cautionmessage > div > span > div {
    padding: 3px 22px 3px 22px;
    background-size: 21px;
    background-position: left 1px;
  }
  #cautionmessage div.closebtn {
    width: 21px;
    height: 22px;
    background-size: 21px;
    background-position: left 1px;
  }
}
@media screen and (max-width: 400px) {
  #cautionmessage {
    font-size: 12px;
  }
  #cautionmessage > div > span > div {
    padding: 2px 20px 2px 20px;
    background-size: 19px;
    background-position: left 0px;
  }
  #cautionmessage div.closebtn {
    width: 19px;
    height: 19px;
    background-size: 19px;
    background-position: left 0px;
  }
}
.dialog.smoke a {
  font-weight: bold;
  color: blue;
}
.smoke-base .dialog.recommend-class .dialog-buttons {
	margin-top:10px;
}
.smoke-base .dialog.recommend-class .dialog-buttons button {
	margin-top:10px;
}
.smoke-base .dialog.recommend-class .dialog-buttons button:nth-child(2) {
	background-color: #2897f0;
}

/*phpから持ってきたもの*/
div#dialog_sunrs input[type='button'], div#dialog_sunrs input[type='submit'] {
  margin-bottom: 6px;
  width: auto;
  padding: 2px 8px;
  vertical-align: middle;
}

div#fieldmap {
  height: 100%;
  max-width: 100%;
  padding: 0;
}

div#fieldmap.login {
/*  margin-top: -30px;*/
}

option:disabled {
  color: lightgray;
}

canvas.graph {
  position: absolute;
  height: 500px;
}

canvas#graph {
  width: 100%;
}

div.graph {
  height: 500px;
  font-size: 11px;
  background-color: white;
}

div.graph img {
  position: absolute;
  bottom: 0;
  width: 32px;
}

.showgraph .controlpanel {
  display: none;
}

.showgraph .graphwrap {
  display: block;
}

.bold {
  font-weight: bold;
}

div.graphwrap #graphwait {
  display: none;
  position: absolute;
  background-color: black;
  background-image: url("../img/wait.gif");
  background-position: center;
  opacity: 0.5;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#dialog_sexage a {
  color: blue;
}

#dialog_sexage a:hover {
  text-decoration: underline;
}

h5.teru {
  margin-top: 10px;
  margin-bottom: -12px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  background: url("../terubozuimg/terbchar02.png") left bottom no-repeat;
  background-size: auto 40px;
  text-align: left;
  padding: 11px 5px 11px 45px; }
  h5.teru span {
    background: linear-gradient(transparent 70%, #bbddfc 70%);
    margin: auto; }
.modal#dialog_terubouzu img {
	max-width:100%;
}
div.field_box div.field_box_inner .howto {
	display:none;
}
div.field_box div.field_box_inner.simulation .howto {
	display:block;
}
div.field_box div.field_box_inner .recommendroute {
	display:none;
}
div.field_box div.field_box_inner.recommend .recommendroute {
	display:block;
}
div.field_box div.field_box_inner .point_detail {
	display:none;
}
div.field_box div.field_box_inner.field .point_detail {
	display:table;
}
div.field_box div.field_box_inner.post .point_detail {
/*	display:table;*/
}
div.field_box div.field_box_inner .simulation_route {
	display:none;
}
div.field_box div.field_box_inner.simulation .simulation_route {
	display:block;
}
div.field_box div.field_box_inner .point_weather {
	display:none;
}
div.field_box div.field_box_inner.field .point_weather {
	display:block;
}
div.field_box div.field_box_inner .point_contribution {
	display:none;
}
div.field_box div.field_box_inner.post .point_contribution {
	display:table;
}
div.field_box div.field_box_inner.field .point_detail_btn {
	display:none;
}
div.field_box div.field_box_inner .nodata {
	padding:10px 0px;
}
div.fieldtool .fieldtool_weather {
	display:none;
}
div.fieldtool.weather .fieldtool_weather {
	display:block;
}
div.fieldtool.weather .fieldtool_menu {
	display:none;
}
div.fieldtool:not(.tool_simulation) .tool_simulation {
	display:none;
}
div.fieldtool:not(.tool_field) .tool_field {
	display:none;
}
div#chiriin {
	position: absolute;
	bottom: 0px;
	right: 120px;
	font-size: 12px;
	cursor: default;
	line-height: 1.0em;
}
@media screen and (max-width: 540px) {
div#chiriin {
	right: 50px;
	left: 90px;
}
}

div#modalbg {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5001;
	display: none;
}
div#modalbg #timemulbox {
	width:200px;
	background-color:white;
	border:1px solid black;
	position:absolute;
	box-shadow:0px 0px 12px rgba(0,0,0,0.3);
}
#timemulbox {
  padding: 5px 10px;
}
#timemulbox .bar {
  z-index: 10;
  position: relative;
  padding: 0.3em 0.7em 0.6em 0.5em;
}
#timemulbox .dot {
  line-height: 0;
  padding: 0 0.5em 0 0.6em;
  margin-top: -1.1em;
}
#timemulbox .ui-state-default {
  border-radius: 1.0em;
  border: 1px solid #93c3cd !important;
  background: #93c3cd !important;
  cursor: pointer;
}
#timemulbox .ui-state-default:focus {
  outline: none !important;
}
#timemulbox .ui-state-active, .weatherpanel .ui-state-hover {
  border: 1px solid #3b89c9 !important;
  background: #3b89c9 !important;
}
#timemulbox .ui-slider-horizontal {
/*  height: 0 !important;*/
  border: none !important;
  background-color: transparent;
}
#timemulbox .ui-slider-handle {
/*  top: -0.7em !important;*/
  box-shadow: 0.1em 0.1em 0.1em 0px rgb(0,0,0,0.4);
}
#timemulbox .speedlabel {
	display:table;
	width:100%;
}
#timemulbox .speedlabel > div {
	display:table-cell;
	font-size:0.8em;
	width:33%;
}
#timemulbox .speedlabel > div:nth-child(2) {
	font-weight: bold;
	text-align:center;
}
#timemulbox .speedlabel > div:nth-child(3) {
	text-align:right;
}
#timemulbox .btnarea {

}
#timemulbox .btn {
	display:inline-block;
	vertical-align:middle;
	width:50%;
}
#timemulbox .btn a {
	text-decoration:none !important;
	font-size:0.7em;
	padding-top:6px;
	padding-bottom:3px;
	padding-left:0;
	padding-right:0;
	box-sizing:border-box;
	margin:4px;
}

.verticaltextLayer {
	writing-mode: vertical-rl;
}
.field_header #field_header_location {
	display:inline;
	color:white;
	margin-right:1em;
}
.point_location::before {
	content:" ";
	display:inline-block;
	margin-right:0.2em;
	margin-bottom:-0.1em;
	width:1em;
	height:1em;
	background-color:black;
	mask-image:url("../img/location-crosshairs.svg");
	mask-size:contain;
}
.field_header .point_location#field_header_location::before {
	background-color:white;
}
@media screen and (max-width: 540px){
.field_header #field_header_location {
	display:none;
}
}
.tool_gradient {
	width:60px !important;
}
.tool_gradient.on {
	background-color:#ffc;
}
.tool_gradient.off {
}
.gradientcolor {
	width:200px;
	height:30px;
	font-size:12px;
	background-color:white;
	border-radius:4px;
	margin:14px 8px 0 0;
	padding:8px;
	display:none;
}
.gradientcolor.on {
	display:block;
}
.gradientcolor.off {
	display:none !important;
}
.gradiengcolor img {
	width:100%;
}
@media screen and (max-width: 540px) {
.gradientcolor {
	position:absolute;
	right:0px;
	bottom:48px;
}
}

.simulation #strength {
	font-size:13px;
	background-color:#f5efef;
	margin-left:-15px;
	margin-right:-15px;
	padding:5px 15px;
	line-height:1.2em;
}
.simulation #strength > div {
	margin-left:2em;
}
@media screen and (max-width: 540px) {
.simulation #strength > div {
	margin-left:1em;
}
}
.simulation #strength .strength_list {
	display:flex;
}
.simulation #strength .strength_list div:first-child {
	white-space:nowrap;
}
.simulation #strength .strength_routelen {
	display:inline-block;
	min-width:2em;
	text-align:right;
}
.simulation #strength .strength_attention {
	font-size:0.8em;
}
.simulation #strength .strength_note {
	margin-top:0.5em;
	font-size:0.9em;
}
