@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;
  color: #060; }

a {
  text-decoration: none;
  color: #060; }

a img {
  border: none; }

li {
  list-style-type: none; }

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

select {
  border: solid 1px #aaa;
  background-color: #fefefe; }

input,
textarea {
  border: 1px solid #999;
  border-radius: 0; }

.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: #060; }
  #infowin_body h3 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 3px;
    color: #060; }
  #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: 25px;
  height: 18px;
  cursor: pointer; }

.close:hover,
.change_size:hover {
  background-position: 3px -18px; }

.small_ .change_size {
  background-position: 3px -36px; }
  .small_ .change_size:hover {
    background-position: 3px -54px; }

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

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

#infowin .close {
  top: 7px;
  right: 0;
  width: 31px; }
#infowin .change_size {
  top: 7px;
  right: 31px; }
#infowin .tools {
  clear: left;
  height: 32px;
  margin: 0 -5px 5px -2px; }
  #infowin .tools li {
    margin-left: 5px; }
#infowin #infowin_comment .tools li {
  margin-left: 4px; }

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

/* チェックボックス */
.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 {
  background: url(../images/icon_move.svg) no-repeat 0 0/234px 52px; }

.button_s {
  background: url(../images/icon_tool.svg) no-repeat 0 0/468px 52px; }

.button_ss,
.button_s {
  display: block;
  width: 26px;
  height: 26px;
  cursor: pointer; }
  .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: #0b0; }

.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:hover, .button_ls.hover_,
  .button_l:hover,
  .button_l.hover_ {
    background: #6d0; }
  .button_ls:active,
  .button_l:active {
    background: #060; }

.button_home {
  background-position: 0 0; }
  .button_home:hover:not(.disable_) {
    background-position: 0 -26px; }

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

.button_here:hover:not(.disable_) {
  background-position: -208px -26px; }

.button_change {
  background-position: -234px 0; }
  .button_change:hover:not(.disable_) {
    background-position: -234px -26px; }

.button_zoom_in {
  background-position: -26px 0; }
  .button_zoom_in:hover:not(.disable_) {
    background-position: -26px -26px; }

.button_zoom_out {
  background-position: -52px 0; }
  .button_zoom_out:hover:not(.disable_) {
    background-position: -52px -26px; }

.button_poll {
  background-position: 0 0; }
  .button_poll:hover:not(.disable_) {
    background-position: 0 -26px; }

.button_comment {
  background-position: -26px 0; }
  .button_comment:hover:not(.disable_) {
    background-position: -26px -26px; }

.button_trash {
  background-position: -52px 0; }
  .button_trash:hover:not(.disable_) {
    background-position: -52px -26px; }

.button_win {
  background-position: -78px 0; }
  .button_win:hover:not(.disable_) {
    background-position: -78px -26px; }

.button_link {
  background-position: -104px 0; }
  .button_link:hover:not(.disable_) {
    background-position: -104px -26px; }

.button_cut {
  background-position: -130px 0; }
  .button_cut:hover:not(.disable_) {
    background-position: -130px -26px; }

.button_gpsdown {
  background-position: -156px 0; }
  .button_gpsdown:hover:not(.disable_) {
    background-position: -156px -26px; }

.button_print {
  background-position: -182px 0; }
  .button_print:hover:not(.disable_) {
    background-position: -182px -26px; }

.button_gpsup {
  background-position: -208px 0; }
  .button_gpsup:hover:not(.disable_) {
    background-position: -208px -26px; }

.button_photo {
  background-position: -234px 0; }
  .button_photo.hover_:not(.disable_), .button_photo:hover:not(.disable_) {
    background-position: -234px -26px; }

.button_gradient {
  background-position: -260px 0; }
  .button_gradient :hover:not(.disable_) {
    background-position: -260px -26px; }

.button_reverse {
  background-position: -286px 0; }
  .button_reverse:hover:not(.disable_) {
    background-position: -286px -26px; }

.button_edit {
  background-position: -312px 0; }
  .button_edit:hover:not(.disable_) {
    background-position: -312px -26px; }

.button_bmap {
  background-position: -338px 0; }
  .button_bmap:hover:not(.disable_) {
    background-position: -338px -26px; }

.button_bookmark {
  background-position: -364px 0; }
  .button_bookmark:hover:not(.disable_) {
    background-position: -364px -26px; }

.button_show {
  background-position: -390px 0; }
  .button_show:hover:not(.disable_) {
    background-position: -390px -26px; }

.button_prev {
  background-position: -416px 0; }
  .button_prev:hover:not(.disable_) {
    background-position: -416px -26px; }

.button_next {
  background-position: -442px 0; }
  .button_next:hover:not(.disable_) {
    background-position: -442px -26px; }

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

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

.button_tweet:hover {
  background: url(../images/button_tweet_s2.png) no-repeat; }

.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 .submit_buttons li {
      display: inline-block; }
  #dialog .textarea {
    font-size: 12px;
    overflow: hidden;
    width: 290px;
    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_ {
    max-width: 240px; }
  #dialog.gpsup_ .radio {
    padding-bottom: 3px;
    background: url(../images/icon_way.svg) no-repeat 30px 23px/57px 122px; }
  #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: #e8e8e8; }
  #dialog .vartical_buttons li {
    display: block;
    width: 220px;
    margin-top: 10px; }

#map_select_inner {
  position: absolute; }

.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;
    cursor: move;
    text-align: center;
    background: url(../images/dialog_header.svg) repeat-x 0 0/64px 21px; }
  #com_dialog form,
  #opt_dialog form {
    margin: 0; }

.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/780px 32px; }
  .com_dialog_icon .changeable:hover {
    filter: brightness(200%); }

#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;
  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; }

#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;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: -60px;
  width: 100%;
  height: 18px;
  padding: 2px 0 1px;
  text-align: right;
  color: #fff;
  border-top: solid 3px #f90;
  background-color: rgba(0, 0, 0, 0.5); }
  #my_map_bar p {
    display: inline-block;
    margin: 0;
    padding: 0 7px; }
  #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: #f60; }

#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: #9f0; }
