* { font-family: 'ヒラギノ角ゴ ProN W3',HiraKakuProN-W3,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; }
* {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
html,body { width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden; }
#wrapper { width: 100%; height: 100%; background-color: #333; overflow: hidden; }
#map { width: 100%; height: calc(100% - 100px)}
#control { position: absolute; bottom: 40px; left: 100px; z-index: 200; }
#scale { position: absolute; bottom: 100px; right: 40px; z-index: 500;  background-color: rgba(51, 46, 46, .8); padding-bottom: 10px; padding-top: 10px; border-radius: 3px; box-shadow: 0 1px 5px rgba(0,0,0,.25);}
#scale h4 { padding: 10px; color: #fff; margin: 0; font-size: 20px;}
#scale ul { list-style-type: none; padding: 0px 20px 10px 20px; margin: 0; }
#scale ul li:before { content: ''; width: 1.2em; height: 1.2em; border: 1px solid #333; display: inline-block; vertical-align: middle; margin-bottom: 0; margin-right: 10px; }
#scale ul li { margin: 0; line-height: 1em; font-size: 30px; color: #fff; }
#tstr { position: absolute; top: 50px; left: 100px; font-size: 60px; z-index: 100; font-weight: 800; color: #fff; font-family: Hiragino Sans W6;}
.outline{
	text-shadow:0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000;
}
#date_list {
    position: absolute; bottom: 0px; left: 50%; width: calc(100% - 80px);
    z-index: 300;
    padding: 0;
    display: flex;
    list-style-type: none;
    overflow: scroll;
    transform: translate(-50%, 0);
    margin: 0;
    background-color: #333;
}
.date_list-li {
    cursor: pointer; 
    border: 1px solid #999;
    border-collapse: collapse;
    display: block;
    min-width: 3em;
    padding: 7px 3px;
    background-color: #666;
    color: #fff;
    text-align: center;
    height: 40px;
    font-family: Roboto Condensed,sans-serif;
    font-size: 14px;
}
.date_list-li.selected {
    background-color: #3877b9;
    border: 1px solid #3877b9;
}
#wx_comment { width: 90%; max-width: 640px; text-align: left; color: #fff; position: absolute; left: 100px; font-size: 24px; top: 132px; text-shadow: 2px 2px 0 #000; }
#wx_comment_text { display: inline-block; text-align: left; }
@media screen and (max-width: 720px) {
    #tstr { zoom: .5; left: 30px; top: 100px; }
    #scale { padding: 5px; right: 10px; bottom: 100px; }
    #scale h4{ font-size: 14px; padding: 3px; }
    #scale ul { padding: 5px;  }
    #scale ul li { font-size: 14px;  }
    #scale ul li:before { margin-right: 5px; }
	#wx_comment { top: 95px; font-size: 16px; text-shadow: 1px 1px 0 #000; left: 14px; }
}
.fade-enter-active, .fade-leave-active {
  transition: opacity .5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}
#prev_date_button { 
    position: absolute; 
    z-index: 350;
    cursor: pointer;
    left: 0;
    bottom: 0;
    width: 40px;
}
#prev_date_button_arrow { 
    width: 0;
    height: 0;
    border-top: solid 12px transparent;
    border-left: solid 12px transparent;
    border-bottom: solid 12px transparent;
    border-right: solid 12px #eee;
    margin-left: 0px;
    margin-bottom: 15px;
    margin-top: 15px;
}
#next_date_button { 
    position: absolute; 
    z-index: 350;
    cursor: pointer;
    right: 0;
    bottom: 0;
    width: 40px;
}
#next_date_button_arrow {
    width: 0;
    height: 0;
    border-top: solid 12px transparent;
    border-right: solid 12px transparent;
    border-bottom: solid 12px transparent;
    border-left: solid 12px #eee;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.modalWindow {
    position: fixed;
    width: 100%; height: 100%; 
    z-index: 10500; /* higher than nowloading*/
    background-color: rgba(60, 60, 60, .7);
    top: 0; left: 0; 
    backdrop-filter: blur(4px);
}
.modalContent {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    max-width: 500px;
    background-color: rgba(30, 30, 30, .95);
    margin: 0 auto;
    padding: 10px;
    overflow: scroll;
}

.modalHeader {
    margin: 50px auto 20px;
    color: #fff;
    width: 100%;
    text-align: center;
}

.modalDescription {
    color: #fff;
    margin: 20px;
}

.modalCloseButton {
    background-color: #3877b9;
    width: 260px;
    margin: 40px auto 20px;
    padding: 10px 0;
    border-radius: 40px;
    color: #fff;
	text-align: center;
	font-size: 18px;
    cursor: pointer;
}

#modal1OpenButton {
    position: absolute;
    left: 8px;
    bottom: 100px;
    width: 1.5em;
	height: 1.5em;
    border-radius:50%;
    color: #ccc;
    border: 2px solid #fff;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    background-color: #2a2a3c;
    cursor: pointer;
    box-shadow: 1px 1px 2px;
}

header {
    font-size: 12px;
    color: #fff;
    background-color: #111;
    vertical-align: middle;
    text-align: middle; 
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 45px;
}
header h1 { font-size: 14px; text-align: center; top: 5px; }
header svg { fill: #ffffff; height: 28px; margin: 0px 8px 0px 8px; text-align: middle; }
#icon-twitter-link { width: 88px; text-align: right; }
svg#icon-twitter { width: 24px; height: 24px; cursor: pointer; margin-top: 3px; }

@media screen and (max-width: 340px) {
header h1 { font-size: 12px; text-align: center; top: 4px; }
header svg { fill: #ffffff; height: 22px; }
}


#about_data { font-size: 14px; color: #999; margin-top: 30px; }
[v-cloak] { display: none; }
