@charset "UTF-8";
/* 基本 */
body,
input,
#infowin_body,
#infowin_body * {
  font: 12px/1.4em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif; }

#infowin_body strong {
  font-weight: bold; }

body {
  overflow: hidden;
  margin: 0;
  padding: 0;
  word-break: break-all; }

ul,
ol,
dl {
  margin: 0;
  padding: 0; }

h1 {
  font-size: 14px; }

a {
  text-decoration: none;
  color: #360; }
  a img {
    border: none; }

li {
  list-style-type: none; }

hr {
  border: none;
  border-top: 1px solid #888; }

select {
  color: #000;
  padding: 3px 13px 3px 3px;
  border: solid 1px #888;
  border-radius: 0;
  background: url("../images/triangle_d.svg") no-repeat right 3px center/8px;
  -webkit-appearance: none; }

input,
textarea {
  border: 1px solid #888;
  border-radius: 0;
  box-sizing: border-box; }

.dummy {
  position: absolute;
  opacity: 0; }

/* 情報ウインドウ */
#graph_info_win,
#infowin {
  position: absolute;
  width: 256px;
  cursor: default; }

#infowin_top,
#graph_infowin_top {
  height: 6px;
  background: url(../images/infowin_top.svg) no-repeat 0 0/255px 6px; }

#infowin_center,
#graph_infowin_center {
  background: url(../images/infowin_center.svg) repeat-y 0 0/255px 32px; }

#infowin_bottom,
#graph_infowin_bottom {
  height: 19px;
  background: url(../images/infowin_bottom.svg) no-repeat 0 0/255px 11px; }

#infowin_foot,
#graph_infowin_foot {
  height: 19px;
  background: url(../images/infowin_foot.svg) no-repeat center bottom/25px 15px; }

#graph_infowin_foot {
  width: 30px;
  margin-left: 113px; }

#infowin_body {
  overflow: hidden;
  margin: 0 9px 0 5px;
  padding: 3px; }
  #infowin_body h2 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 50px 7px 0;
    color: #360; }
  #infowin_body h3 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 3px;
    color: #360; }
  #infowin_body a {
    text-decoration: underline; }
  #infowin_body p {
    margin: 0 0 5px; }
  #infowin_body img {
    display: block;
    margin: 5px 0; }
    #infowin_body img.avatar {
      float: left;
      overflow: hidden;
      width: 50px;
      height: 50px;
      margin: 0 5px 0 0; }

#infowin_comment {
  position: relative;
  clear: left;
  overflow: auto;
  margin: 5px 0 3px;
  padding: 5px;
  color: #000;
  background-color: rgba(0, 0, 0, 0.07); }
  #infowin_comment .date {
    font-size: 11px; }
  #infowin_comment hr {
    clear: left; }

.small_ #infowin_body h2 {
  margin-bottom: -2px; }

.noauthor_comment {
  color: #333; }

.strong1 {
  font-weight: bold;
  color: #f00; }

.close,
.change_size {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  cursor: pointer; }
  .close:hover,
  .change_size:hover {
    background-color: #ebf675; }

.small_ .change_size {
  background-position: 0 -18px; }

.close {
  background: url(../images/close.svg) no-repeat 0 0/18px 18px; }

.change_size {
  background: url(../images/changesize.svg) no-repeat 0 0/18px 36px; }

#infowin .close {
  top: 7px;
  right: 13px; }
#infowin .change_size {
  top: 7px;
  right: 37px; }
#infowin .tools {
  clear: left;
  height: 32px;
  margin: 0 -5px 5px -2px; }
  #infowin .tools li {
    margin-left: 5px; }
#infowin .info_title {
  padding-right: 50px; }
#infowin #infowin_comment .tools li {
  margin-left: 4px; }
#infowin #running_case {
  margin-right: -5px; }
  #infowin #running_case li {
    display: inline-block;
    width: 75px;
    height: 100px;
    margin: 0 5px 10px 0;
    text-indent: -10000px;
    background-image: url(../images/runningcase.png); }
#infowin #case_safe {
  background-position: 0 0; }
#infowin #case_enjoy {
  background-position: -75px 0; }
#infowin #case_fast {
  background-position: -150px 0; }
#infowin .bad #case_safe {
  background-position: 0 -100px; }
#infowin .bad #case_enjoy {
  background-position: -75px -100px; }
#infowin .bad #case_fast {
  background-position: -150px -100px; }
#infowin .button_ls {
  font-weight: bold;
  text-decoration: none;
  margin: 0; }

.bigphoto_ {
  z-index: 1;
  box-shadow: 1px 1px 0 #666, -1px -1px 0 #fff, 2px 2px 8px #000; }

.emphasis {
  color: #360;
  font-size: 14px !important;
  font-weight: bold !important; }

/* チェックボックス */
.check {
  display: block;
  padding-left: 17px;
  color: #000;
  background: url(../images/checkbox.svg) no-repeat 0 0/14px 106px; }
  .check:hover {
    background-position: 0 -30px; }
  .check.disable_ {
    opacity: .5; }
    .check.disable_:hover {
      background-position: 0 0; }
  .check.checked_ {
    background-position: 0 -60px; }
    .check.checked_:hover {
      background-position: 0 -90px; }

/* 標準ボタン */
.button_ss {
  mask: url(../images/icon_move.svg) no-repeat 0 0/234px 26px; }

.button_s {
  mask: url(../images/icon_tool.svg) no-repeat 0 0/598px 26px; }

.button_ss,
.button_s {
  display: block;
  width: 26px;
  height: 26px;
  cursor: pointer;
  background-color: #888; }
  .button_ss:hover:not(.disable_), .button_ss.hover_:not(.disable_),
  .button_s:hover:not(.disable_),
  .button_s.hover_:not(.disable_) {
    background-color: #c9db02; }
  .button_ss.disable_,
  .button_s.disable_ {
    cursor: default;
    opacity: .3; }

.button_ls {
  font-weight: bold;
  min-width: 76px;
  cursor: pointer;
  color: #fff;
  border-radius: 10px;
  background: #9aa800; }

.button_l {
  min-width: 76px;
  cursor: pointer;
  border-radius: 10px;
  background: #ddd; }

.button_ls,
.button_l {
  font-size: 12px;
  display: inline-block;
  margin: 0;
  padding: 2px 5px;
  text-align: center; }
  .button_ls:active,
  .button_l:active {
    background: #360; }

.button_ls:hover,
.button_ls.hover_,
.button_l:hover,
.button_l.hover_ {
  background: #c9db02; }

.button_ls.disable_, .button_ls.disable_active {
  opacity: .5;
  background: #9aa800; }

.button_home,
.button_here,
.button_zoom_in,
.button_zoom_out,
.button_poll {
  background: #9aa800; }
  .button_home:hover,
  .button_here:hover,
  .button_zoom_in:hover,
  .button_zoom_out:hover,
  .button_poll:hover {
    background: #c9db02; }

.button_home {
  mask-position: 0 0; }

.button_here,
.button_routing_here {
  mask-position: -208px 0; }

.button_change {
  mask-position: -234px 0; }

.button_zoom_in {
  mask-position: -26px 0; }

.button_zoom_out {
  mask-position: -52px 0; }

.button_poll {
  mask-position: 0 0; }

.button_comment {
  mask-position: -26px 0; }

.button_trash {
  mask-position: -52px 0; }

.button_win {
  mask-position: -78px 0; }

.button_link {
  mask-position: -104px 0; }

.button_cut {
  mask-position: -130px 0; }

.button_gpsdown {
  mask-position: -156px 0; }

.button_print {
  mask-position: -182px 0; }

.button_gpsput {
  mask-position: -468px 0; }

.button_photogps {
  mask-position: -492px 0; }

.button_csvdown {
  mask-position: -520px 0; }

.button_rangeclear {
  mask-position: -546px 0; }

.button_calenderchange {
  mask-position: -572px 0; }

.button_gpsup {
  mask-position: -208px 0; }

.button_photo {
  mask-position: -234px 0; }

.button_gradient {
  mask-position: -260px 0; }

.button_reverse {
  mask-position: -286px 0; }

.button_edit {
  mask-position: -312px 0; }

.button_bmap {
  mask-position: -338px 0; }

.button_bookmark {
  mask-position: -364px 0; }

.button_show {
  mask-position: -390px 0; }

.button_prev {
  mask-position: -416px 0; }

.button_next {
  mask-position: -442px 0; }

a.button_edit {
  display: inline-block;
  margin-top: -5px;
  margin-bottom: 5px; }

.button_tweet {
  display: inline-block;
  float: left;
  width: 68px;
  height: 20px;
  margin: 0 10px 0 0;
  cursor: pointer;
  text-indent: -100px;
  background: url(../images/button_tweet.png) no-repeat 0 0/100%; }

.button_like {
  margin-bottom: -5px; }

.tools li {
  display: inline-block;
  margin: 3px 3px 0; }

/* カスタムカーソル */
#custom_cur,
#custom_cur div {
  position: absolute;
  z-index: 1;
  top: -10000px;
  display: block;
  width: 117px;
  height: 107px;
  background-repeat: no-repeat; }

#custom_cur {
  visibility: hidden; }

/* 地図マスク */
#map_overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  visibility: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #fff; }

#map_mask {
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  display: block;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.3); }

/* ラジオボタン */
.radio li {
  display: block;
  margin-left: 10px;
  padding: 4px 0 0 20px;
  text-decoration: none;
  color: #000;
  background: url(../images/radio.svg) no-repeat 0 2px/16px 77px; }
.radio :hover {
  background-position: 0 -28px; }
.radio .selected_ {
  background-position: 0 -58px; }

/* ダイアログ */
#dialog,
#com_dialog,
#opt_dialog {
  font-size: 12px;
  position: absolute;
  z-index: 7;
  visibility: hidden;
  padding: 5px 13px 13px 7px;
  border-radius: 4px;
  background: #f8f8f8;
  box-shadow: 1px 1px 0 #666, -1px -1px 0 #fff, 2px 2px 8px #000; }

#dialog {
  max-width: 300px;
  padding: 3px 7px 7px; }
  #dialog .radio {
    margin: 10px 0; }
  #dialog p {
    margin: 3px 0 5px; }
    #dialog p.warning {
      min-height: 32px; }
  #dialog .submit_buttons {
    text-align: center; }

#dialog .textarea {
  font-size: 12px;
  overflow: hidden;
  width: 300px;
  height: 36px;
  margin-top: 0;
  margin-bottom: 20px; }

#dialog div.textarea {
  padding: 2px;
  border: 1px solid #666;
  background: #fff; }

#dialog.link_ .button_ls {
  position: absolute;
  bottom: 5px;
  left: 115px;
  display: block; }

#dialog .button_ls {
  margin: 5px 5px 0 0; }

#dialog.gpsup_ .radio {
  padding-bottom: 3px;
  background: url(../images/icon_way.svg) no-repeat 30px 23px/57px 147px; }

#dialog.gpsup_ .radio li {
  padding: 3px 0 6px 75px; }

#dialog.gpsup_ input {
  position: absolute;
  bottom: 6px;
  left: 36px;
  display: block;
  clip: rect(auto, auto, auto, auto);
  width: 80px;
  height: 20px;
  cursor: pointer;
  opacity: 0; }

#dialog.photoup_ input[type='file'] {
  position: absolute;
  bottom: 5px;
  left: 70px;
  display: block;
  clip: rect(auto, auto, auto, 0px);
  width: 105px;
  border-style: none; }

#dialog.photoup_ input[type='reset'] {
  position: absolute;
  bottom: 5px;
  left: 180px;
  display: block;
  width: 55px; }

#dialog #map_select {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  max-height: 200px;
  background-color: #eee; }

#map_select_inner {
  position: absolute; }

#dialog .vartical_buttons li {
  display: block;
  width: 220px;
  margin-top: 10px; }

.submit_buttons li {
  display: inline-block; }

.warning {
  padding-left: 40px;
  background: url(../images/exclamation.svg) no-repeat 0 0/34px 31px; }

#com_dialog,
#opt_dialog {
  float: left;
  padding: 5px 13px 8px 7px; }
  #com_dialog h2,
  #opt_dialog h2 {
    font-size: 14px;
    font-weight: normal;
    margin: 3px -6px 7px 0;
    padding-left: 28px;
    cursor: move;
    background: url(../images/dialog_header.svg) repeat-x 0 0/64px 21px; }

.com_dialog_icon {
  display: block;
  position: absolute;
  top: -2px;
  left: 2px; }
  .com_dialog_icon span {
    display: block;
    width: 32px;
    height: 32px;
    background: url(../images/icon_point.svg) repeat-x 0 0/782px 32px; }
  .com_dialog_icon .changeable:hover {
    filter: brightness(200%); }

.ext_info ul {
  padding-bottom: 5px; }
.ext_info li {
  margin-bottom: 5px; }
.ext_info #number {
  width: 40px; }
.ext_info #temple_name {
  width: 300px; }
.ext_info #establish_year {
  width: 50px; }
.ext_info #establish_year_jc {
  width: 60px; }

#com_dialog #comment_text {
  margin-bottom: 8px;
  background: #fff url(../images/input_comment.svg) no-repeat 0 4px/182px 14px; }
#com_dialog textarea {
  font-size: 14px;
  margin: 3px 0;
  padding: 2px;
  resize: none; }
#com_dialog .button_photo {
  position: absolute;
  right: 17px;
  bottom: 4px; }
#com_dialog #upload {
  position: absolute;
  right: 20px;
  bottom: 4px;
  display: block;
  clip: rect(auto, auto, auto, auto);
  width: 26px;
  height: 26px;
  cursor: pointer;
  opacity: 0; }
#com_dialog .check {
  height: 21px;
  /* IEでheightを指定しないとopacityが効かない */ }
#com_dialog .direction {
  display: block;
  padding-bottom: 5px; }
#com_dialog .button_ls {
  margin-right: 5px; }
#com_dialog #running_case li {
  display: inline-block;
  width: 95px;
  height: 128px;
  margin: 0 0 5px 5px;
  text-indent: -10000px;
  background-image: url(../images/runningcasei.png); }
  #com_dialog #running_case li #case_safe {
    background-position: 0 -256px; }
    #com_dialog #running_case li #case_safe:hover {
      background-position: 0 -384px; }
    #com_dialog #running_case li #case_safe.checked_ {
      background-position: 0 0; }
      #com_dialog #running_case li #case_safe.checked_:hover {
        background-position: 0 -128px; }
  #com_dialog #running_case li #case_enjoy {
    background-position: -95px -256px; }
    #com_dialog #running_case li #case_enjoy:hover {
      background-position: -95px -384px; }
    #com_dialog #running_case li #case_enjoy.checked_ {
      background-position: -95px 0; }
      #com_dialog #running_case li #case_enjoy.checked_:hover {
        background-position: -95px -128px; }
  #com_dialog #running_case li #case_fast {
    background-position: -190px -256px; }
    #com_dialog #running_case li #case_fast:hover {
      background-position: -190px -384px; }
    #com_dialog #running_case li #case_fast.checked_ {
      background-position: -190px 0; }
      #com_dialog #running_case li #case_fast.checked_:hover {
        background-position: -190px -128px; }
#com_dialog .button_calenderchange {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 3px; }

#com_dialog form,
#opt_dialog form {
  margin: 0; }

#opt_dialog input,
#opt_dialog select {
  margin: 5px 20px 0 5px; }
#opt_dialog .button_ls {
  margin: 5px 5px 0 0; }
#opt_dialog form span {
  display: inline-block; }

.resizebox {
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 20px;
  height: 20px;
  cursor: se-resize;
  background: url(../images/resizebox.svg) no-repeat 0 0/20px 20px; }

/* 線の終端マーク */
#line_end {
  position: absolute;
  visibility: hidden;
  width: 14px;
  height: 14px;
  background: url(../images/line_end.svg) no-repeat 0 0/14px 14px; }

/* マイ地図バー */
#my_map_bar {
  font-size: 12px;
  position: absolute;
  top: 0;
  left: -60px;
  width: 100%;
  height: 24px;
  padding: 2px 0 1px;
  text-align: right;
  color: #fff;
  border-top: solid 3px #ff712b;
  background-color: rgba(0, 0, 0, 0.5); }
  #my_map_bar p {
    display: inline-block;
    margin: 0;
    padding: 3px 7px; }
    #my_map_bar p strong {
      font-size: 20px;
      font-weight: bold; }
  #my_map_bar .check {
    display: inline-block;
    color: #fff; }

/* 標高グラフ */
#grad_graph {
  font-size: 12px;
  position: absolute;
  z-index: 5;
  bottom: 10000px;
  left: 5px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 1px 0 #666, -1px -1px 0 #fff, 2px 2px 8px #000; }
  #grad_graph .close {
    top: 5px;
    right: 2px; }
  #grad_graph .button_s {
    position: absolute;
    right: 3px;
    bottom: 14px; }

#graph_marker {
  position: absolute;
  display: block;
  width: 27px;
  height: 33px; }

#graph_select_area {
  position: absolute;
  display: block;
  visibility: hidden;
  opacity: .3;
  background-color: #ff712b; }

#graph_area_start {
  position: absolute;
  display: block;
  visibility: hidden;
  width: 16px;
  height: 21px;
  background: url(../images/graph_area_start.svg) no-repeat 0 0/16px 21px; }

#graph_mes {
  line-height: 1.1em;
  position: absolute;
  bottom: -35px;
  display: block;
  visibility: hidden;
  width: 206px;
  padding: 3px;
  background-color: #ffc;
  box-shadow: 1px 1px 0 #666, -1px -1px 0 #fff, 2px 2px 8px #000; }

#graph_infowin_center {
  padding: 0 10px; }

#infowin_value {
  position: absolute;
  top: 7px;
  right: 10px;
  display: block;
  text-align: right; }

#graph_overlay {
  position: absolute;
  display: block;
  opacity: 0;
  background-color: #fff; }

/* ツールチップ */
#tool_tip {
  font-size: 12px;
  position: absolute;
  z-index: 8;
  visibility: hidden;
  padding: 1px 3px;
  background-color: #ffc;
  box-shadow: 1px 1px 0 #666, -1px -1px 0 #fff, 2px 2px 8px #000; }

/* ビジーカーソル */
div.busy_cur {
  color: #c9db02;
  font-size: 14px; }
