@charset "utf-8";

/*-------------
base
-------------*/
*, *:before, *:after {
    box-sizing: inherit;
}



body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,blockquote,th,td {
    margin:0;
    padding:0;
    /*    white-space: nowrap;*/
    text-justify: inter-ideograph;
}

html {
    height: 100%;
    /*    overflow: hidden;*/
    box-sizing: border-box;
}

img {
    border:0;
    vertical-align: top;
}
table {
    border-collapse: collapse;
}
table td, table th {
    border: solid 1px #333;
}
body {
    height: 100%;
    background: white;
    font-size: 100%;
    font-family: "メイリオ",Meiryo," ＭＳ Ｐゴシック","MS PGothic",Osaka,"Hiragino Kaku Gothic Pro",sans-serif;
    font-weight: normal;
}
a{
    outline: none;
    text-decoration: none;
    color: #003bb3;
}
a:hover {
    text-decoration: none;
    color: #003bb3;
    font-weight: bold; 
}
a:visited {
    text-decoration: none;
    color: #003bb3
}

ul,ol {
    list-style: none;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

/*
 * ヘッダー
 */
#header {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2;
    background-color: #3d6645;
    height: 50px;
    width: 100%;
    opacity: 1;
}

#title {
    position: absolute;
    width: 100%;
    color: white;
}
#titleBrmName {
    position: relative;
    text-align: center;
}
#yahoo {
    position: absolute;
    top: 0;
    right: 0;
}
#menu {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 50px;
    font-size: 0.8em;
    margin-left: 5px;
}

#menu a, #menu a:hover, #menu a:visited {
    text-decoration: none;
    font-weight: normal;
    color: white;
}

#menu li {
    float: left;
    position: relative;
    color: white;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;

}

#menu li a {
    display: block;
    cursor: pointer;
}


#menu li ul {
    padding: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 50%;
    transition: 0.5s;
    left: 0;
    z-index: 9999;
    width: 150px;
    background: #3f724b;
}

#menu li:hover {
    background: #4c6d54;
}

#menu li:hover ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

#menu li ul li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0;
}

#menu li ul li a {
    width: 100%;
    padding: 0 10px;
}

#menu li ul li:hover {
background: #1f3825;
}

#menu li ul li:hover a {
    
}

/*
 * フロート状態でタイトルバーをダブルクリックしたときに .hidecontents のクラスを付与
 */

.hidecontents {
    background: transparent!important;
    height: 0%!important;
}

.hidecontents .content {
    display: none!important;
}

.hidecontents .resize {
    display: none!important;
}


/*
 * コンテンツラッパー
 */
#wrapper {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
}

#overlay {
    position: relative;
    display: block;
    height: calc( 100% - 75px );
    top: 50px;
    width: 100%;
    background: #98fb98;
}

#gmap_wrap {
    position: absolute;
    height: 800px;
    width: 100%;
}
#gmap{
    height: 100%;
    width: 100%;
}

#profile_wrap{
    position: absolute;
    background: white;
}

#profile_map {
    height: 100%;
    width:100%;
}

canvas.profile{
    position: absolute;
}

#streetview_wrap {
    position: absolute;
    background: grey;
}

#streetview {
    width: 100%;
    height:100%;
}

#cuesheet_wrap {
    position: absolute;
}

#cuesheet {
    width: 100%;
    height: calc( 100% - 36px );
    padding-top: 36px;
    background: white;
    box-sizing: content-box;
}
#cuesheet_header {
    position: absolute;
    color: black;
    top: 0;
    left: 0;
    width: 100%;
    height: 36px;
}

#cuesheet_table {
    table-layout: fixed;
    display: block;
    position: relative;
    overflow-x: scroll;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}

#cuesheet_table thead,
#cuesheet_table tbody {
  display: table;
  width: 200%;
  width: intrinsic;           /* Safari/WebKit は非標準の名称を使用 */
  width: -ms-max-content;
  width: -moz-max-content;    /* Firefox/Gecko */
  width: -webkit-max-content;
  width: max-content;
}
#cuesheet_table th,
#cuesheet_table td {
  font-size: 0.8em;
}

#cuesheet_table thead tr {
    background-color: darkblue;
    color: white;
}

#cuesheet_table tbody th {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
  /*background-color: white;*/
  background-clip: padding-box;
  background-image: url("../img/bg.png");
  background-position: right;
  background-repeat: repeat-y;
}

#cuesheet_table tbody .sticky {
    left: 0;
}

#cuesheet_table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}
#cuesheet_table thead th.blank {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  background: darkblue;
  z-index: 3;
}
.cue_pc {
    background-color: #ffa;
}
.cue_point {
    background-color: #fff;
}
.cue_poi {
    background-color: #90ee90;
}
.cue_show {
    display: table-row;
}

.cue_hide {
    display: none;
}
.ref {
    padding: 0 2px;
}
input.edit {
    margin-left: 2px;
}
#cue_point_edit {
    display: none;
}
.ui-autocomplete {
    max-height: 200px;
    overflow-x: hidden;
    padding-right: 20px;
}

.dialog dt {
    font-weight: bold;
}
.dialog dd {
    margin-bottom: 0.5em;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

#footer {
    position: absolute;
    z-index: 10;
    background-color: #3d6645;
    opacity: 1.0;
    color: #fff;
    height: 25px;    
    width: 100%;
    bottom: 0;  
}

#footer p {
    float: right;
    line-height: 25px;
    padding: 0 1em;
}

#help {
    font-size: 0.8em;
}

#help h1 {
    top: 0;
    font-size: 22px;
    background: #cfffc4;
    padding-left: 5px;
}

#help p {
    text-indent: 1em;
    margin-top: 0.5em;
    padding: 0 0.5em;
}

#help_toc {
    position: absolute;
    font-size: 0.9em;
    left: 16px;
    top: 0px;
    width: 150px;
    height: 100%;
    padding: 5px 5px 0 0;
    border-right: solid 1px #333;
}

#help_content {
    margin-left: 172px;
    padding: 0 0 0 5px;
}

#help_content a {
    color: black;
    text-decoration: none;
    border-bottom: 1px dashed #333;
    padding-bottom: 1px;
    font-weight: bolder;
}

#help_content a:hover {
    color: red;
}

#help_content ul {
    margin-top: 0.5em;
    padding-left: 20px;
    list-style: square;
}

#help .focus {
    background: #fffa90;
    color: black;
    
}

#help_content ul li > ul {
    list-style-type: circle;
}

#help_content ol {
    margin-top: 0.5em;
    padding-left: 20px;
    list-style: decimal;
}

#help ul li, #help ol li {
    margin-top: 0.5em;
}

#prev_help {
    position: absolute;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
    background: #f50;
    opacity: 0.75;
    z-index: 100;
    right: 15px;
    top: 380px;
    color: white;
    font-weight: bold;
}

.help_cmd {
    background: #b4d5ff;
    font-weight: bold;
}

.new {
    background: red;
    border-radius: 3px;
    padding: 0 3px;
    margin-right: 0.5em;
    color: white;
    font-weight:bold;
}

/* Path の編集時 の削除メニュー */
.delete-menu {
    position: absolute;
    background: white;
    padding: 3px;
    color: #666;
    font-weight: bold;
    border: 1px solid #999;
    font-family: sans-serif;
    font-size: 12px;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, .3);
    margin-top: -10px;
    margin-left: 10px;
    cursor: pointer;
}
.delete-menu:hover {
    background: #eee;
}

.fixedsticky {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
}
/* When position: sticky is supported but native behavior is ignored */
.fixedsticky-withoutfixedfixed .fixedsticky-off,
.fixed-supported .fixedsticky-off {
	position: static;
}
.fixedsticky-withoutfixedfixed .fixedsticky-on,
.fixed-supported .fixedsticky-on {
	position: fixed;
}
.fixedsticky-dummy {
	display: none;
}
.fixedsticky-on + .fixedsticky-dummy {
	display: block;
}