@charset "UTF-8";
/*
 * radar.css
 * 高解像度レーダー 地図表示メイン画面
 * レスポンシブ対応 960px以上はPC版に
 *
 */

.leaflet-tilelayer-meshmap {
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: pixelated;
}


/* marker-popup */
.marker-popup {
	cursor: pointer;
}
.marker-popup .leaflet-popup-content-wrapper {
	border-radius: 4px;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}
.marker-popup .leaflet-popup-content {
	margin: 6px 4px;
}
.marker-popup .icon {
	padding-right: 28px;
	padding-left: 4px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
}

.marker-popup span {
	padding: 0 6px;
}


/* liden-popup */
.liden-popup {
	cursor: pointer;
}
.liden-popup .leaflet-popup-content-wrapper {
	border-radius: 0px;
	background: rgba(0, 0, 0, 0.7);
}

.liden-popup .leaflet-popup-tip{
	background: rgba(0, 0, 0, 0.7);
}

.liden-popup .leaflet-popup-content {
	margin: 6px;
	font-size: 14px;
	color: #ffffff;
}

.liden-popup span {
	padding: 0 6px;
}

/* header */
.header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.header-wrap {
	position: fixed;
	left: 0px;
	right: 45px;
	height: 60px;
	background: #333;
	opacity: 0.87;
}

#header-title {
	position: absolute;
	left: 0px;
	right: 188px;
	height: auto;
	padding: 6px 10px;
}

#header-title img {
	margin-left: 2px;
	width: 89px;
}

#header-title h1 {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	margin: 0;
}

#header-right {
	position: absolute;
	right: 0px;
}

#header-right ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}

#header-right ul li {
	display: inline-block;
	width: 45px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
}

.rain-header li#rain-select::after,
.snow-depth-header li#snow-depth-select::after,
.thunder-header li#thunder-select::after,
.tornado-header li#tornado-select::after,
.rain-snow-header li#rain-snow-select::after {
	content:"";
	position:absolute;
	top:0; right:0; bottom:0; left:0;
	box-shadow:inset 0 0 3px rgba(0,0,0,.15);
}

#header-right ul img {
	margin-top: 10px;
	height: 40px;
}

.menu-button img {
	margin-top: 12px;
	height: 34px;
}

.menu-button {
	position: fixed;
	right: 0;
	width: 45px;
	height: 60px;
	text-align: center;
	background: #fff;
	opacity: 1;
}


/* rain colors */
.rain-header .header-wrap {
	background: #0148b2;
}

.rain-header .header-webapp {
	background: #00388b;
}

.rain-header ul li {
	border-right: 1px solid #0141a0;
	border-left: 1px solid #2260bc;
}
.rain-header #header-title {
	border-right: 1px solid #0141a0;
}

.rain-header #rain-select {
	position: relative;
	background: #00388b;
}


/* thunder colors */
.thunder-header .header-wrap {
	background: #d9a800;
}

.thunder-header .header-webapp {
	background: #b78e00;
}

.thunder-header ul li {
	border-right: 1px solid #b28e12;
	border-left: 1px solid #dcb633;
}
.thunder-header #header-title {
	border-right: 1px solid #b28e12;
}

.thunder-header #thunder-select {
	position: relative;
	background: #b78e00;
}


/* tornado colors */
.tornado-header .header-wrap {
	background: #0e5428;
}

.tornado-header .header-webapp {
	background: #003614;
}

.tornado-header ul li {
	border-left: 1px solid #26643d;
	border-right: 1px solid #07461e;
}
.tornado-header #header-title {
	border-right: 1px solid #07461e;
}

.tornado-header #tornado-select {
	position: relative;
	background: #003614;
}

/* snow-depth colors */
.snow-depth-header .header-wrap {
	background: #3d9fb9;
}

.snow-depth-header .header-webapp {
	background: #3098a9;
}

.snow-depth-header ul li {
	border-left: 1px solid #83cad6;
	border-right: 1px solid #187d8e;
}
.snow-depth-header #header-title {
	border-right: 1px solid #3d9fb9;
}

.snow-depth-header #snow-depth-select {
	position: relative;
	background: #1d899a;;
}

/* rain-snow colors */
.rain-snow-header .header-wrap {
	background: #632999;
}

.rain-snow-header .header-webapp {
	background: #420080;
}

.rain-snow-header ul li {
	border-right: 1px solid #240076;
	border-left: 1px solid #8B51D5;
}
.rain-snow-header #header-title {
	border-right: 1px solid #632999;
}

.rain-snow-header #rain-select {
	position: relative;
	background: #420080;
}


/* header subbar */
.header-subbar {
	position: fixed;
	top: 60px;
	width: 100%;
	height: 26px;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.7);
}

.header-date {
	float: left;
	color: #eee;
}

.header-date div {
	float: left;
}

#date-type {
	font-size: 12px;
	margin-left: 12px;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
}

#date-divider {
	height: 14px;
	margin: 6px 6px;
	border-right: 1px solid #ccc;
}

#date-time {
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
}

.header-legend {
	float: right;
	padding-right: 8px;
	padding-top: 2px;
}
.header-legend.rain {
	padding-top: 4px;
}

.legend img {
	height: 18px;
	opacity: 0.87;
}


/* liden-legend */
.liden-legend {
	position: relative;
	left: 8px;
	top: 96px;
	width: 136px;
	height: 56px;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.7);
}

.liden-type {
	font-size: 12px;
	color: #eee;
	display: inline-block;
}

.liden-type table {
	margin-top: 3px;
	margin-left: 3px;
	border-spacing: 0px;
	height: 10px;
}

.liden-type th {
	padding: 0px 4px;
	height: 10px;
	line-height:1em;
}

#thunderbolt{
	padding: 3px 0px 0px 3px;
}

#cloud-discharge{
	padding: 2px 0px 0px 3px;
}

.liden-type th img{
	padding-top: 4px;
}

.liden-time {
	font-size: 12px;
	float: left;
	margin-top: 4px;
	margin-left: 8px;
	color: #eee;
}


/* liden-legend-pc */
.liden-legend-pc {
	opacity: 0.0;
}


/* toggle-info */
.toggle-info {
	position: relative;
	right: 0px;
	top: 96px;
	width: 16px;
	height: 38px;
	float: right;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.7);
}

.toggle-info div{
	margin-top: 8px;
	text-align: center;
	color: #eee;
	font-size: 12px;
}


/* toggle-block */
#toggle-block {
	position: relative;
	right: 0px;
	top: 96px;
	width: 180px;
	height: 38px;
	float: right;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.7);
}

#toggle-block a{
	color: #eee;
	font-size: 15px;
	border-bottom: solid 1px #eee;
	text-decoration: none;
}


#liden-nodata {
	position: fixed;
	font-size: 14px;
	left: 8px;
	top: 190px;
	width: 116px;
	height: 24px;
	padding: 4px;
	color: #eee;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1000;
	display: none;
}


/* header web app */
.header-webapp {
	position: fixed;
	top: 0;
	width:100%;
	height: 20px;
	opacity:0.87;
}
.header.webapp .header-wrap,
.header.webapp .menu-button {
	top: 20px;
}
.header-subbar.webapp {
	top: 80px;
}


/* control (animation button + slider) */
.control {
	box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
 	color: rgb(86, 86, 86);
}

.control ul {
	display: block;
	height: 40px;
	margin: 0;
	padding: 0;
	line-height: 40px;
	list-style: none;
	cursor: default;
}
.control ul li {
	display: inline-block;
	width: auto;
	height: 55px;
	line-height: 55px;
}

#control-mobile {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1000;
}


/* overwirte jQuery UI Slider style */
.ui-slider .ui-slider-handle {
	outline: none;
	height: 20px;
	width: 20px;
	border-radius: 100%;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -11px;
	margin-left: -11px;
}
.ui-slider .ui-slider-range {
	background: #397DBA;
}
#slider .ui-state-active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
}


/* slider */
.control .control-right {
	margin: 0;
	height: 8px;
	display: inline-block;
	border: none;
	float: right;
	width: 100%;
	margin-left: -75px;
}
.control .slider-wrap {
	margin-left: 80px;
	margin-right: 20px;
	position: relative;
}

.control #slider {
	width: 100%;
	height: 4px;
	position: absolute;
	top: 20px;
	border: none;
}
.slider-wrap .ui-state-disabled {
	opacity: 1;
	pointer-events: inherit;
}


/* slider mark */
.control #slider-mark-lines {
	width: 100%;
	height: 4px;
	position: absolute;
	top: 28px;
}
.control #slider-mark-lines div {
	border-left: 1.5px solid #858585;
	height: 4px;
	position: absolute;
	margin-left: -0.75px;
}

.control #slider-mark-lines div.mark {
	border-left: 1.5px solid #fff;
}

.control #slider-mark-text {
	width: 100%;
	position: absolute;
	top: 36px;
	line-height: 11px;
}
.control #slider-mark-text div {
	position: absolute;
	font-size: 11px;
	color: #fff;
	user-select: none;
}
.control #slider-mark-text div.left {
	margin-left: -4px;
}
.control #slider-mark-text div.center {
	margin-left: -11px;
}
.control #slider-mark-text div.right {
	margin-left: -36px;
	margin-right: -6px;
}
.control #slider-mark-text div.h {
	margin-left: -4px;
}


/* play button */
#control-mobile #control-button {
	float: left;
	width: 75px;
}

div#animation {
	position: relative;
	height: 35px;
	width: 50px;
	margin: 10px 10px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

#animation a {
	display: block;
	z-index: 1100;
	text-align:center;
	font-size: 14px;
	text-decoration:none;
}

#animation.play a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 21px;
	width: 0;
	height: 0;
	margin-top: -7px;
	border: 7px solid transparent;
	border-left: 11px solid #858585;
}

#animation.stop a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 19px;
	width: 4px;
	height: 14px;
	margin-top: -7px;
	border-right: 4px solid #858585;
	border-left: 4px solid #858585;
}


/* map zoom control */
#map .leaflet-control-zoom {
	position: fixed;
	bottom: 56px;
	right: 0;
	border: none;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
#map .leaflet-control-zoom a {
	color: #858585;
}
#map .leaflet-control-zoom .leaflet-control-zoom-in {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#map .leaflet-control-zoom .leaflet-control-zoom-out {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}


/* upscale mobile */
@media screen and (max-width: 959px) {
	#map .leaflet-control-zoom a {
		width: 40px;
		height: 39px;
		line-height: 36px;
		font-size: 24px;
		color: #858585;
	}

	#map .leaflet-control-zoom .leaflet-control-zoom-in {
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
	}

	#map .leaflet-control-zoom .leaflet-control-zoom-out {
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
	}
}


/* liden-on/off button */
#liden-on {
	position: fixed;
	right: 10px;
	bottom: 236px;
	z-index: 1000;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #b78e00;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	text-align: center;
}

#liden-on img {
	width: 18px;
	position: absolute;
	top: 36%;
	left: 50%;
	margin-top: -9px;
	margin-left: -9px;
}

#liden-off {
	position: fixed;
	right: 10px;
	bottom: 236px;
	z-index: 1000;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	text-align: center;
}

#liden-off img {
	width: 18px;
	position: absolute;
	top: 36%;
	left: 50%;
	margin-top: -9px;
	margin-left: -9px;
}


/* rain-snow-on or rain-snow-off button */
#rain-snow-on {
	position: fixed;
	right: 10px;
	bottom: 236px;
	z-index: 1000;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #420080;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	text-align: center;
}

#rain-snow-on img {
	width: 22px;
	position: absolute;
	top: 36%;
	left: 50%;
	margin-top: -5px;
	margin-left: -11px;
}

#rain-snow-off {
	position: fixed;
	right: 10px;
	bottom: 236px;
	z-index: 1000;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	text-align: center;
}

#rain-snow-off img {
	width: 22px;
	position: absolute;
	top: 36%;
	left: 50%;
	margin-top: -5px;
	margin-left: -11px;
}

#info-button {
	position: fixed;
	right: 13px;
	bottom: 356px;
	z-index: 1000;
	width: 34px;
	height: 34px;
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	text-align: center;
}

#info-button img {
	width: 22px;
	position: absolute;
	top: 36%;
	left: 50%;
	margin-top: -6px;
	margin-left: -11px;
}


/* typhoon-on or typhoon-off button */
#typhoon-on {
	position: fixed;
	right: 10px;
	bottom: 296px;
	z-index: 1000;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #bb2460;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	text-align: center;
	display: none;
}

#typhoon-on img {
	width: 22px;
	position: absolute;
	top: 36%;
	left: 50%;
	margin-top: -5px;
	margin-left: -11px;
}

#typhoon-off {
	position: fixed;
	right: 10px;
	bottom: 296px;
	z-index: 1000;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	text-align: center;
}

#typhoon-off img {
	width: 22px;
	position: absolute;
	top: 36%;
	left: 50%;
	margin-top: -5px;
	margin-left: -11px;
}


/* position button */
#position {
	position: fixed;
	right: 10px;
	bottom: 156px;
	z-index: 1000;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	text-align: center;
}

#position img {
	width: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -9px;
	margin-left: -9px;
}

#position-loading {
	position: fixed;
	right: 52px;
	bottom: 160px;
	height: 20px;
	padding: 4px 6px;
	font-size: 12px;
	color: #fff;
	background: rgba(33, 33, 33, 0.7);
	z-index: 1000;
	display: none;
}

#ty_notice {
	position: fixed;
	right: 52px;
	bottom: 300px;
	height: 45px;
	padding: 4px 6px;
	font-size: 12px;
	color: #fff;
	background: rgba(33, 33, 33, 0.7);
	z-index: 1000;
	display: none;
}

/* typhoon */
.cross.leaflet-marker-icon {
	right: 50%;
	top: 50%;
	width: 16px;
	height: 16px;
}

.cross:before, .cross:after {
	position: absolute;
	left: 7.5px;
	content: ' ';
	height: 16.5px;
	width: 3px;
	background-color: #fff;
}

.cross:before {
	transform: rotate(45deg);
}

.cross:after {
	transform: rotate(-45deg);
}

.circle.leaflet-marker-icon {
	right: 50%;
	top: 50%;
	border-radius: 50%;
	background-color: #fff;
}

/* typhoon Label */
.text-icon {
	height: 30px;
	vertical-align: middle;
	font-size: 16px;
	font-color: #000;
	font-weight: bold;
	-webkit-text-stroke: 0.5px rgba(255, 255, 255, 0.95);
}

/* typhoon selsect window */
#ty-list{
	position: absolute;
	top: 96px;
	left: 10px;
	z-index: 1200;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 8px 8px 0px 8px;
	border-radius: 6px;
	width: 120px;
	display: none;
}

#ty-list div {
	font-weight: 700;
	background: #fff;
	font-size: 14px;
	border-radius: 6px;
	color: #6d6d6d;
	line-height: 20px;
	margin-bottom: 8px;
	padding: 6px 8px;
	width: 104px;
	border-width: 0px;
	cursor: pointer;
}

#ty-list div:after {
	position: absolute;
	content: "";
	border: 0;
	border-top: solid 2px #6d6d6d;
	border-right: solid 2px #6d6d6d;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 1px 1px 1px 100%;
	width: 6px;
	height: 6px;
	margin-top: 5px;
	right: 20px;
}

/* typhoon detail window */
#ty-info{
	position: absolute;
	top: 96px;
	left: 10px;
	z-index: 1200;
	width: 120px;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 8px;
	border-radius: 6px;
	display: none;
}

#ty-info #name {
	font-size: 14px;
	color: #fff;
	margin-left: 8px;
}

#ty-info .back-a {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0px 8px 0 0;
	text-align: center;
	background: transparent;
}

#ty-info .back-a img{
	width: 11px;
	height: 11px;

}

#ty-info #datetime {
	font-size: 12px;
	margin-left: 8px;
	color: #fff;
}

#ty-info #com {
	font-size: 14px;
	margin-left: 8px;
	color: #fff;
}

#ty-info .button-24h {
	font-weight: 700;
	background: #fff;
	font-size: 13px;
	border-radius: 6px;
	color: #6d6d6d;
	line-height: 20px;
	padding: 4px 4px;
	border-width: 0px;
	display: inline-block;
	cursor: pointer;
	width: 46px;
	text-align: center;
	margin-right: 2px;
}

#ty-info .button-5day {
	font-weight: 700;
	background: #fff;
	font-size: 13px;
	border-radius: 6px;
	color: #6d6d6d;
	line-height: 20px;
	padding: 4px 4px;
	border-width: 0px;
	display: inline-block;
	cursor: pointer;
	width: 45px;
	text-align: center;
}

#ty-info .active {
	color: #ffffff;
	background-color: #397DBA;
}

/* typhoon popup */
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
	background: rgba(0,0,0,0.7);
	color: #fff;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}

.marker-popup .leaflet-popup-content-wrapper, .marker-popup .leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}

/* PC */
#map-select.pc {
	display: none;
}
.menu-button.pc {
	display: none;
}

.footer-legend {
	display: none;
}

@media screen and (min-width: 960px) {
	/* header */
	#map-select {
		display: none;
	}
	.menu-button {
		display: none;
	}

	#map-select.pc {
		display: block;
	}
	ul#map-select.pc li {
		width: 80px;
		height: 50px;
	}
	#map-select.pc li img {
		height: 24px;
		margin-top: 13px;
	}

	.menu-button.pc {
		display: block;
		width: 100px;
		height: 50px;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
	}
	.menu-button.pc img {
		height: 24px;
		margin-top: 13px;
	}

	.header-wrap {
		right: 100px;
		height: 50px;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
	}

	#header-title {
		right: 246px;
		padding: 0;
		height: 50px;
	}

	#header-title a {
		display: inline-block;
		text-decoration: none;
		height: 24px;
		width: 110px;
		margin-left: 15px;
		padding-top: 10px;
		background-image: url('https://cdn1.n-kishou.co.jp/image/charge/hires/image/logo-pc.png');
		background-size: 107px 34px;
		background-repeat: no-repeat;
		background-position: center bottom;
	}

	#header-title img {
		display: none;
	}

	#header-title h1 {
		display: inline-block;
		margin-left: 12px;
		font-size: 16px;
	}


	/* date */
	.header-subbar {
		top: 60px;
		left: 10px;
		width: auto;
		height: 30px;
		border-radius: 15px;
		box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.15);
	}
	#date-type {
		font-size: 14px;
		height: 30px;
 		line-height: 30px;
		margin-left: 14px;
	}
	#date-divider {
		height: 18px;
		margin: 6px 10px
	}
	#date-time {
		font-size: 16px;
		height: 30px;
 		line-height: 30px;
		margin-right: 14px;
	}


	/* legend */
	.header-legend {
		display: none;
	}
	.footer-legend {
		display: block;
		position: fixed;
		bottom: 10px;
		right: 10px;
		z-index: 1000;
		background: rgba(0, 0, 0, 0.7);
		padding: 5px 10px 0px 10px;
		border-radius: 2px;
		box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.15);
	}


	/* slider */
	#control-mobile {
		width: 450px;
		bottom: 10px;
		left: 10px;
		border-radius: 4px;
		box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.15);
	}


	/* zoom button */
	#map .leaflet-control-zoom {
		bottom: 40px;
	}


	/* liden-on/off button */
	#liden-on {
		bottom: 200px;
		width: 30px;
		height: 30px;
		border-radius: 20px;
	}
	#liden-on img {
		width: 14px;
		margin-top: -7px;
		margin-left: -7px;
	}
	#liden-off {
		bottom: 200px;
		width: 30px;
		height: 30px;
		border-radius: 20px;
	}
	#liden-off img {
		width: 14px;
		margin-top: -7px;
		margin-left: -7px;
	}


	/* liden-legend */
	.liden-legend {
		opacity: 0.0;
	}


	#liden-nodata {
		width: 116px;
		height: 24px;
		bottom: 20px;
		right: 10px;
		border-radius: 4px;
		box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.15);
	}

	/* liden-legend-pc */
	.liden-legend-pc {
		opacity: 1.0;
		position: fixed;
		font-size: 12px;
		right: 230px;
		bottom: 10px;
		width: 186px;
		height: 33px;
		z-index: 1000;
		padding: 0px 10px 0px 10px;
		background: rgba(0, 0, 0, 0.7);
		border-radius: 2px;
		box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.15);
	}

	.liden-legend-pc #liden-title{
		padding: 3px 0px 0px 0px;
	}

	/* rain-snow-on or rain-snow-off button */
	#rain-snow-on {
		bottom: 200px;
		width: 30px;
		height: 30px;
		border-radius: 20px;
	}
	#rain-snow-on img {
		width: 20px;
		margin-top: -6px;
		margin-left: -10px;
	}
	#rain-snow-off {
		bottom: 200px;
		width: 30px;
		height: 30px;
		border-radius: 20px;
	}
	#rain-snow-off img {
		width: 20px;
		margin-top: -6px;
		margin-left: -10px;
	}
	#info-button {
		bottom: 360px;
		width: 30px;
		height: 30px;
		border-radius: 20px;
		right: 10px;
	}
	#info-button img {
		width: 20px;
		margin-top: -6px;
		margin-left: -10px;
	}

	/* typhoon-on or typhoon-off button */
	#typhoon-on {
		bottom: 280px;
		width: 30px;
		height: 30px;
		border-radius: 20px;
	}
	#typhoon-on img {
		width: 20px;
		margin-top: -6px;
		margin-left: -10px;
	}
	#typhoon-off {
		bottom: 280px;
		width: 30px;
		height: 30px;
		border-radius: 20px;
	}
	#typhoon-off img {
		width: 20px;
		margin-top: -6px;
		margin-left: -10px;
	}


	/* position button */
	#position {
		bottom: 120px;
		width: 30px;
		height: 30px;
		border-radius: 20px;
	}
	#position img {
		width: 16px;
		margin-top: -8px;
		margin-left: -8px;
	}

	#position-loading {
		right: 42px;
		bottom: 122px;
		padding: 2px 4px;
	}

	#ty_notice {
		right: 42px;
		bottom: 280px;
		padding: 2px 4px;
	}

	.text-icon {
		font-size: 20px;
	}
}


/* graph canvas */
canvas {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* mobile webkit */
}
