@charset 'utf-8';

html {
	height: 100%;
}

canvas{
	border-top: 1px solid #707070;
}

canvas#bar2, canvas#bar1, canvas#sampleLines {
    border: none;
}

body {
	position: relative;
	display: block;
	min-width: 1250px;
	height: 100%;
	/* min-height: 700px; */
	margin: 0;
	padding-top: 0!important;
	overflow-y: hidden;
}

a {
	color: #555;
}

a:hover {
	color: #5e5e5e;
	background-color: transparent;
	text-decoration: none;
}

a:focus {
	outline:none;
	text-decoration: none;
}

:focus {
	outline: none;
}

ol, ul, li {
	list-style: none;
}


/*** スクロールバー
**********************************************/
.sidenave::-webkit-scrollbar,
.data_save::-webkit-scrollbar {
	width: 8px;
	height: auto;
}

.sidenave::-webkit-scrollbar-thumb,
.data_save::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 6px;
	box-shadow: inset 0 0 0 2px #fff;
}


/*** header
**********************************************/
.navbar {
	position: absolute;
	margin-bottom: 0;
	border: none;
	background-color: #fff;
	height: 75px;
}

.container {
	position: relative;
	width: 100%;
	min-width: 1250px;
	display: block;
	background-color: #fff;
}

.header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background-color: #fff;
}

.wrap {
	padding: 3px 20px;
	box-shadow: 0 0 2px 1px #999;
	-webkit-box-shadow: 0 0 2px 1px #999;
	-moz-box-shadow: 0 0 2px 1px #999;
}

.index_footer{
	display: block;
	margin: 0 auto;
    width: 320px;	
}

.title {
	display: inline-block;
	vertical-align: middle;
}

h1, h2 {
	margin-top: 10px;
	font-size: 28px;
}

.description-text {
	display: inline-block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 11px;
}

/*** wrap-map
**********************************************/
.wrap-map {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
}


/*** map-content
**********************************************/
.map-content {
	width: 100%;
	height: 100%;
	min-height: 547px;
	padding-left: 0;
}

.mapbor {
	position: relative;
	width: 100%;
	height: 100%;
}

.map {
	max-width: 100%;
	margin-left: 300px;
	position: relative;
	z-index: 0;
}

img {}


/*** 住所検索窓エリア
**********************************************/
.search{
	clear: both;
	position: relative;
	z-index: 10;
}

.search strong {
	font-size: 15px;
	font-weight: bold;
}

.navbar-right{
	margin-right: 0;
}

.navbar-nav {
	float: none!important;
	width: 100%;
	padding: 20px;
	border-bottom: 1px solid #ccc;
}

.navbar-form {
	float: initial!important;
	width: auto;
	margin: 8px 0;
	padding: 0;
	border: 0;
	border-color: #e7e7e7;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}

.form-control {
	display: inline-block;
	width: 154px;
	padding: 6px 12px;
	border-radius: 3px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #707070;
	opacity: 1;
	background-image: none;;
	font: normal normal normal 14px/24px Hiragino Kaku Gothic ProN;
	color: #444444;
	text-align: left;
	line-height: 1.42857143;
	vertical-align: middle;
}

.legend-form-control {
	display: inline-block;
	width: 100px;
	padding: 6px 12px;
	border-radius: 3px;
	border: 1px solid #ccc;
	background-color: #fff;
	background-image: none;;
	color: #555;
	font-size: 14px;
	line-height: 1.42857143;
	vertical-align: middle;
}

.dellegenditem{
	background-color: #fff;
	border: 1px solid #707070;
	border-radius: 5px;
	text-align: center;
	padding: 2px 8px;
}

.reglegenditem{
	text-align: center;
	border: none;
	border-radius: 4px;
	padding: 7px 10px;
	font-size: 12px;
}

.search .form-control {
	width: 185px;
}
#legend-screen{
	margin-left: 30px;
}

.form-control:focus {
	border-color: #ccc;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background-color: #fff;
	color: #333;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	touch-action: manipulation;
	cursor: pointer;
}

.btn.active, .btn:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: none;
}

.search li {
	display: block;
}

.search li a {
	margin-right: 12px;
	height: 26px;
	padding: 4px 8px;
	background-color: #f8f8f8;
	color: #777;
	font-size: 14px;
	line-height: 1.4;
	text-decoration: none;
}

.glyphicon {
	display: inline-block;
	position: relative;
	top: 1px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	font-family: 'Glyphicons Halflings';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon:before {
	content: "\e019";
}

.modal-setting {
	display: block;
	margin-bottom: 15px;
}

.modal-setting:last-child {
	margin-bottom: 0;
}

.modal-setting .form-control {
	width: 100%;
}

.modal-content .modal-footer .btn-primary {
	display: inline-block;
	width: auto;
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
	height: auto!important;
	background-color: #fff;
	top: 84px!important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border-color: #007fff;
}


.search #widget li {
	float: initial;
	margin: 0;
	padding: 0;
}

#search-result-data tr td {
	cursor: pointer;
}


/*** 地図フォーカス切り替えボタン
**********************************************/
.focus-change {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 1030;
}

.focus-change a,
.focus-change a:link,
.focus-change a:visited,
.focus-change a:hover {
	display: block;
	position: absolute;
	top: 60px;
	right: 0;
	left: 0;
	width: 150px;
	margin: auto;
	padding: 5px 10px;
	background-color: #337ab7;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.focus-change a:hover {
	background-color: #286090;
}


.wap {
	position: relative;
	width: 100%;
	height: calc(100% - 75px);
	top: 76px;
	opacity: 1;
}

.sidenave {
	position: absolute;
	left: 0;
	float: left;
	width: 300px!important;
	height: 100%;
	max-height: 100%;
	background-color: #fff!important;
	box-shadow: 0 0 2px 1px #999;
	-webkit-box-shadow: 0 0 2px 1px #999;
	z-index: 1020;
	overflow: none;
	background: #FFFFFF 0% 0% no-repeat padding-box;
}

.sidenave-mesh, .sidenave-road{
	bottom: 0px;  
}

/*** タブメニュー
**********************************************/
.nav-tabs{
	display: block;
	border-bottom: none;
}

.nav-tabs li {
	display: inline-block;
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
}

.nav-tabs li a {
	display: block;
	margin-right: 0;
	padding: 10px 0;
	background-color: #e5e5e5;
	border: none!important;
	border-radius: 0;
	color: #333;
	font-size: 18px;
	line-height: 1.4;
	text-decoration: none;
	text-align: center;
}

.nav-tabs li.active a {
	background-color: #fff;
}


/*** タブ内容
**********************************************/
.tab-header {
	width: 100%;
	height: 55px;
}

#dummy_tab {
	position: absolute;
	width: 148px;
	height: 40px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-top: 1px solid #707070;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	border-bottom: none;
	border-radius: 5px 5px 0px 0px;
	opacity: 1;
	text-align: center;
	font: normal normal normal 14px/24px Hiragino Kaku Gothic ProN;
	font-weight: bold;
	letter-spacing: 0px;
	color: #444444;
	z-index: 501;
}

.nav-header{
	display: flex;
	align-items: center;
    height: 76px;
}

.header-title{
	font-size: 25px;
	font-weight: bold;
	margin-top: 18px;
	color: #444444;
}

.tab_top_active_traffic{
    width: 148px;
    height: 40px;
	border: none;
	background: url(../img/traffic_active.png) no-repeat;
	background-size: 125px auto;
	margin-top: 7px;
	margin-left: 30px;
}

.tab_top_active_trip{
    width: 148px;
    height: 40px;
	border: none;
	background: url(../img/trip_active@2x.png) no-repeat;
	background-size: 125px auto;
	margin-top: 7px;
	margin-left: 30px;
}

.tab_top_active_csv{
    width: 160px;
    height: 40px;
	border: none;
	background: url(../img/download_active@2x.png) no-repeat;
	background-size: 160px auto;
	margin-top: 7px;
	margin-left: 30px;
}

.tab_top_traffic {
	width: 148px;
	height: 40px;
	border: none;
	background: url(../img/traffic_inactive@2x.png) no-repeat;
	background-size: 125px auto;
	margin-top: 7px;
	margin-left: 30px;
}

.tab_top_traffic:hover {
	background: url(../img/traffic_hover@2x.png) no-repeat;
	background-size: 125px auto;
}

.tab_top_trip {
	width: 148px;
	height: 40px;
	border: none;
	background: url(../img/trip_inactive@2x.png) no-repeat;
	background-size: 125px auto;
	margin-top: 7px;
	margin-left: 30px;
}

.tab_top_trip:hover{
	background: url(../img/trip_hover@2x.png) no-repeat;
	background-size: 125px auto;
}

.tab_top_csv {
	width: 160px;
	height: 40px;
	border: none;
	background: url(../img/download_inactive@2x.png) no-repeat;
	background-size: 160px auto;
	margin-top: 7px;
	margin-left: 30px;
}

.tab_top_csv:hover {
	background: url(../img/download_hover@2x.png) no-repeat;
	background-size: 160px auto;
}

.tab_top_disabled{
    width: 160px;
    height: 40px;
	border: none;
	background: url(../img/download_inactive@2x.png) no-repeat;
	background-size: 160px auto;
	cursor: default;
    margin-top: 3px;
	margin-left: 30px;
}

.tab_top_disabled_blue_traffic {
	width: 148px;
	height: 40px;
	border: none;
	background: url(../img/traffic_inactive@2x.png) no-repeat;
	background-size: 125px auto;
	margin-top: 7px;
	margin-left: 30px;
}

.tab_top_disabled_blue_traffic:hover {
	background: url(../img/traffic_hover@2x.png) no-repeat;
	background-size: 125px auto;
}

.tab_top_disabled_blue_trip{
    width: 148px;
    height: 40px;
	border: none;
	background: url(../img/trip_inactive@2x.png) no-repeat;
	background-size: 125px auto;
    margin-top: 7px;
	margin-left: 30px;
}

.tab_top_disabled_blue_trip:hover{
	background: url(../img/trip_hover@2x.png) no-repeat;
	background-size: 125px auto;
}

.tab_top_disabled_blue_csv{
    width: 160px;
    height: 40px;
	border: none;
	background: url(../img/download_inactive@2x.png) no-repeat;
	background-size: 160px auto;
    margin-top: 7px;
	margin-left: 30px;
}

.tab_top_disabled_blue_csv:hover {
	background: url(../img/download_hover@2x.png) no-repeat;
	background-size: 160px auto;
}

#move_csv, #move_dashboard{
	position: absolute;
	width: 148px;
	height: 40px;
	background: #d0cece 0% 0% no-repeat padding-box;
	border-top: 1px solid #707070;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	border-bottom: 1px solid #707070;
	border-radius: 5px 5px 0px 0px;
	opacity: 1;
	text-align: center;
	font: normal normal normal 14px/24px Hiragino Kaku Gothic ProN;
	letter-spacing: 0px;
	color: #444444;
	z-index: 499;
}

#move_csv:hover, #move_dashboard:hover{
	background: #afabab 0% 0% no-repeat padding-box;
}

#move_csv_disable{
	position: absolute;
	width: 148px;
	height: 40px;
	background: #999999 0% 0% no-repeat padding-box;
	border-top: 1px solid #707070;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	border-bottom: 1px solid #707070;
	border-radius: 5px 5px 0px 0px;
	opacity: 1;
	text-align: center;
	font: normal normal normal 14px/24px Hiragino Kaku Gothic ProN;
	letter-spacing: 0px;
	color: #444444;
	z-index: 499;
	cursor: default;
}

#move_csv_disable_blue{
	position: absolute;
	width: 148px;
	height: 40px;
	background: #d0cece 0% 0% no-repeat padding-box;
	border-top: 1px solid #707070;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	border-bottom: 1px solid #707070;
	border-radius: 5px 5px 0px 0px;
	opacity: 1;
	text-align: center;
	font: normal normal normal 14px/24px Hiragino Kaku Gothic ProN;
	letter-spacing: 0px;
	color: #444444;
	z-index: 499;
}

#move_csv_disable_blue:hover{
	background: #afabab 0% 0% no-repeat padding-box;
}

.sidemenu_tab_right {
	left: 150px;
}

.sidemenu_tab_left {
	left: 1px;
}

.tab-content {
	width: 300px;
	height: calc(100% - 40px);
	position: absolute;
	top: 39px;
	clear: both;
	z-index: 500;
	border-top: 1px solid #707070;
	overflow-x: hidden;
	overflow-y: scroll;
}

.tab-content-csv, .tab-content-traffic {
	height: calc(100% - 55px - 25px);
}

.tab-content-mesh, .tab-content-road {
	top: 0;
	height: calc(100%);
}

.tab-pane {}

.tab-pane.active {
	display: block;
}

.traffic {}

.conf {
	display: block;
	font-size: 15px;
	font-weight: bold;
}

.label-text {
	display: block;
	margin-top: 0;
	margin-bottom: 3px;
	text-align: left;
	font: normal normal normal 14px/24px Hiragino Kaku Gothic ProN;
	letter-spacing: 0px;
	color: #444444;
	opacity: 1;
	font-weight: bold;
}

.innerbox {
	font-size: 14px;
}

.innerbox .innertitle {
	height: 30px;
	background: #E9E9E9 0% 0% no-repeat padding-box;
	text-align: left;
	font: normal normal normal 14px/24px Hiragino Kaku Gothic ProN;
	font-weight: bold;
	letter-spacing: 0px;
	color: #444444;
	opacity: 1;
}

.innerbox .innerswitch {
	height: 44px;
	display: block;
	padding-top: calc((44px - 24px) / 2);
	padding-left: 15px;
	text-align: left;
	font: normal normal normal 14px/24px Hiragino Kaku Gothic ProN;
	letter-spacing: 0px;
	color: #444444;
	opacity: 1;
}

.innerbox .innerlist {
	display: block;
	padding: 15px;
	border-bottom: dashed 1px #dbdbdb;
}

.innerbox .innerlist:last-child {
	border: none;
}

.update_w80_ml0 {
	width: 80px;
}

.update_w80_ml0:hover {
	background: #135cbc 0% 0% no-repeat padding-box;
}

.update_map {
	width: 80px;
	margin-left: calc(100% - 80px);
}

.update_map:hover {
	background: #135cbc 0% 0% no-repeat padding-box;
}

.update_map_traffic {
	position: absolute;
    width: 100%;
    height: 40px;
	border: none;
    top: calc(100% - 40px);
    background: #1A73E8 0% 0% no-repeat padding-box;
    text-align: center;
    font: normal normal normal 14px/24px Hiragino Kaku Gothic ProN;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.update_map_traffic:hover {
	background: #135cbc 0% 0% no-repeat padding-box;
}

.update_road {
	width: 120px;
	margin-left: calc(100% - 120px);
}

.update_road:hover {
	background: #135cbc 0% 0% no-repeat padding-box;	
}

.update_map, .update_road, .update_w80_ml0 {
	height: 24px;
	padding: 0px;
	background: #1A73E8 0% 0% no-repeat padding-box;
	border: none;
	border-radius: 5px;
	text-align: center;
	font: normal normal normal 14px/24px Hiragino Kaku Gothic ProN;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
}

.update_map:disabled {
	background: #797979;
	color: #606060;
}

.innerswitch_target_update {
    background: #FAFAFA 0% 0% no-repeat padding-box;
    opacity: 1;
}

#amount {
    text-align: left;
    font: normal normal normal 12px/20px Hiragino Kaku Gothic ProN;
    font-weight: bold;
    letter-spacing: 0px;
    color: #444444;
    opacity: 1;
    border: none;
    background: #FAFAFA 0% 0% no-repeat padding-box;
}

#csv_dl {
	position: absolute;
	width: 100%;
	height: 40px;
	top: calc(100% - 40px);
	background: #1A73E8 0% 0% no-repeat padding-box;
	text-align: center;
	font: normal normal normal 14px/24px Hiragino Kaku Gothic ProN;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	border: none;
}

#csv_dl:hover {
	background: #135cbc 0% 0% no-repeat padding-box;
}

#csv_dl:disabled{
	background: #1A73E8 0% 0% no-repeat padding-box;
}

.move_csv {
	width: 120px;
    height: 24px;
    background: #1A73E8 0% 0% no-repeat padding-box;
    border: none;
    border-radius: 5px;
    text-align: center;
    font: normal normal normal 14px/24px Hiragino Kaku Gothic ProN;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.move_csv:hover {
	background: #135cbc 0% 0% no-repeat padding-box;
}

/*** radio
**********************************************/
/* background画像がcheckedでの切り替えが効かなかったので、cssでデザインと同じになる用に調整しています。 */
input[type=radio] {
	display: none;
}

.radio {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	margin: 0 5px 0 5px;
	padding: 0 0 0 18px;
	font-weight: normal;
	cursor: pointer;
}

.radio:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 4px;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #555;
	opacity: 0;
}

.radio:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -7px;
	width: 14px;
	height: 14px;
	border: 1px solid #999;
	border-radius: 50%;
}

input[type=radio]:checked + .radio:before {
	opacity: 1;
}

/*** textbox
**********************************************/
.err_text{
	color: #f00;
	font-weight: bold;
}

#legendName:hover {
	cursor:pointer;
}

#legendNameBox{
	width:10em;
	/* max-width: 30%; */
	height: 25px;
	padding: 0.5em;
	border: 1px solid #333;
	box-sizing: border-box;
	text-align: center;
}
.legendNameBox8{
	width:8em;
	/* max-width: 30%; */
	height: 25px;
	padding: 0.5em;
	border: 1px solid #333;
	box-sizing: border-box;
	text-align: center;
}
.legendNameBox5{
	width:6em;
	/* max-width: 30%; */
	height: 25px;
	padding: 0.5em;
	border: 1px solid #333;
	box-sizing: border-box;
	text-align: center;
}
.legendNameBox3{
	width:3em;
	/* max-width: 30%; */
	height: 25px;
	padding: 0.5em;
	border: 1px solid #333;
	box-sizing: border-box;
	text-align: center;
}

/*** table
**********************************************/
.color-cell{
	padding: 10px;
	width: 5px;
}
.legendname-cell{
	padding: 10px;
}
.lowerthreshold-cell{
	padding: 10px;
}
.heigherthreshold-cell{
	padding: 10px;
}
.delete-cell{
	padding: 10px;
}


/*** checkbox
**********************************************/
.checkbox {
	margin: 0 0 20px 0;
	touch-action: manipulation;
	cursor: pointer;
}

.checkbox:last-child {
	margin-bottom: 0;
}

.checkbox label {
	padding-left: 0;
}

.checkbox input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	/* float: right; */
	/* position: relative; */
	width: 20px;
	height: 20px;
	margin: 0 0 0 10px;
	vertical-align: middle;
	background: url(../img/input_btnicon.png) no-repeat;
	background-position: 0 -20px;
	background-size: 60px auto;
	touch-action: manipulation;
	cursor: pointer;
}

.checkbox input[type="checkbox"]:checked::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20px;
	height: 20px;
	background: url(../img/input_btnicon.png) no-repeat;
	background-position: -30px -20px;
	background-size: 60px auto;
}

.default-checkbox {
	/* display: block; */
	position: relative;
	margin: 1em 0;
	/* padding-left: 28px; */
	cursor: pointer;
	user-select: none; /* テキストの選択を防ぐ */
}

  /* inputは非表示にする */
.default-checkbox input {
	display: none;
}

  /* □ */
.checkmark {
	position: absolute;
	top: 0; /* 上からの位置 */
	height: 22px; /* 大きさ */
	width: 22px; /* 大きさ */
	border: solid 2px #bdbdbd; /* 線 */
	border-radius: 4px;
	box-sizing: border-box;
}
  /* ✓ */
.checkmark:after {
	content: "";
	position: absolute;
	left: 5px; /* チェックの位置 */
	top: 1px; /* チェックの位置 */
	width: 8px; /* チェックの大きさ */
	height: 14px; /* チェックの大きさ */
	border: solid 5px #555;
	border-width: 0 4px 4px 0;
	transform: rotate(45deg);
	opacity: 0; /* 透明にしておく */
}

  /* チェックが入ったときの□ */
.default-checkbox input:checked + .checkmark {
	background: #fff; /* チェック時の色 */
	border-color: #d4dae2; /* チェック時の色 */
}

  /* チェックが入ったときの✓ */
.default-checkbox input:checked + .checkmark:after {
	opacity: 1; /* 透明を解除 */
}

.innertitle, .option {
	padding: 4px 15px;
}

.btn-primary {
	display: block;
	width: 70%;
	margin: 0 auto 20px;
	padding: 8px 20px;
	border: none;
	border-radius: 3px;
	background-color: #337ab7;
	color: #fff;
	text-align: center;
}

.btn-primary.disabled {
	background-color: #adadad;
	color: #666;
}

.btn-primary.disabled:hover {
	background-color: #adadad;
	color: #666;
}


/*** スライダー
**********************************************/
.ui-widget-content {
	height: 2px!important;
	background: #bbbbbb;
	border: none;
}

.ui-corner-all {
	border-radius: 5px;
}

.ui-slider-handle {
	top: -8px!important;
	width: 18px!important;
	height: 18px!important;
	background: #555!important;
	border: none!important;
	border-radius: 50%!important;
	touch-action: manipulation;
	cursor: pointer!important;
}

.ui-slider-range {
	top: -3px!important;
	height: 7px!important;
	border-radius: 3px;
	background: #999;
}

#slider-range,
#slider-range-trip {
	height: 2px;
	border: 1px solid #c5c5c5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.slide-time {
	margin: 12px 0 0 0;
}



input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
	outline: none;
}

/*** 起終点検索
**********************************************/
.innerbox .form-group .dist-select {
	display: block;
	width: 100%;
}

.innerbox .form-group #mesh_latlon {
	display: block;
	width: 100%;
}

.innerbox .form-group #mesh_size {
	display: block;
	width: 100%;
}


/*** 通行実績-左下詳細リスト
**********************************************/
.a-list {
	position: absolute;
	left: 310px;
	bottom: 34px;
	display: block;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 3px;
	z-index: 100;
}

.a-list table {
	display: block;
	padding: 8px;
}

.a-list tr td {
	height: auto;
	padding: 0;
	font-size: 11px;
	line-height: 17px;
}

/* .a-list tr td:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 8px;
	margin-right: 6px;
	border-radius: 5px;
	padding-left: 12px;
}

.listTraffic:before{
	background-color: var(--main-bg-color);
} */

/* .listTraffic:before{
	content: "";
	display: inline-block;
	width: 10px;
	height: 8px;
	margin-right: 6px;
	border-radius: 5px;
	padding-left: 12px;
} */

/* .list_01:before {	background-color: #f83438; }

.list_02:before {	background-color: #346bf8; }

.list_03:before {	background-color: #34e8f8; }

.list_04:before {	background-color: #34f859; } */

/*** 通行実績-左下凡例（平均速度）
**********************************************/
.avgs-list {
	position: absolute;
	left: 310px;
	bottom: 34px;
	display: block;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 3px;
	z-index: 100;
}

.avgs-list table {
	display: block;
	padding: 8px;
}

.avgs-list tr td {
	height: auto;
	padding: 0;
	font-size: 11px;
	line-height: 17px;
}
/*
.avgs-list tr td {}

.avgs-list tr td:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 8px;
	margin-right: 6px;
	border-radius: 5px;
	padding-left: 12px;
}

.list_s1:before {	background-color: #f83438; }
.list_s2:before {	background-color: #ff6633; }
.list_s3:before {	background-color: #ffd700; }
.list_s4:before {	background-color: #346bf8; }
.list_s5:before {	background-color: #34e8f8; }
.list_s6:before {	background-color: #34f866; }
.list_s7:before {	background-color: #009933; } */


/***　グラフ
**********************************************/
.panel {
	display: block;
	position: absolute;
	width: 445px;
	height: 360px;
	padding: 10px;
	margin-top: 20px;
	margin-right: 20px;
	border: border: 1px solid #707070;
	border-radius: 10px;
	background-color: #FFFFFF 0% 0% no-repeat padding-box;
	opacity: 1;
	z-index: 100;
}

/*.panel01:before, .panel01:after, .panel03:before, .panel03:after{
	display: block;
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: 0 auto;
}
/*
.panel01:before{
	bottom: -32px;
	border-right: 13px solid transparent;
	border-bottom: 0px solid transparent;
	border-top: 32px solid #999999;
	border-left: 13px solid transparent;
}

.panel01:after{
	bottom: -29px;
	border-right: 13px solid transparent;
	border-bottom: 0px solid transparent;
	border-top: 32px solid #ffff;
	border-left: 13px solid transparent;
}*/
/*-- 吹き出し位置が毎度固定になるならば、上記のbeforeとafterを消せば、吹き出しの三角をトルことができます。 --*/

.panel02 {
	top: 538px!important;
	left: 10px!important;
}

.panel03 {
	width: auto!important;
}

.panel-default>.panel-heading {
	background-color: #FFFFFF;
	padding: 0px;
	border: none;
}

span.way, span.point, span.time, span.value, span.day {
		display: block;
		line-height: 21px;
}
.panel-heading h3 span.small {
	padding: 0 2px;
	font-weight: normal;
	font-size: 12px;
}

.panel03 .panel-heading h3 {
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
}



/*** 201806追加分
**********************************************/
.sidenave {
	max-height: 100%;
}

.menu {
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	display: block;
	height: 35px;
	margin: auto;
	display: flex;
	justify-content: flex-end;
}

.btn_logout,
.btn_print,
.btn_import,
.btn_setting,
.btn_legend_setting,
.btn_tutorial {
	/* position: relative;
	float: right; */
	display: block;
	max-width: 160px;
	height: auto;
	margin: auto 10px;
	text-align: right;
	line-height: 35px;
	display: inline-block;
	/* overflow: hidden; */
}

.logout_btn{
	display: inline-block;
	margin: auto 10px;
    padding: 0px;
    background: none;
    border: none;
	text-decoration: underline;
    font: normal normal normal 14px/24px Hiragino Kaku Gothic ProN;
    letter-spacing: 0px;
    opacity: 1;
}

.logout_btn:hover{
	font-weight: bold;
}

.back_btn{
	display: inline-block;
	margin: auto 10px;
	height: 34px;
	width: 70px;
    padding: 0px;
    background: #1A73E8 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 5px;
    text-align: center;
    font: normal normal normal 14px/24px Hiragino Kaku Gothic ProN;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.btn_logout:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	background: url(../img/id_icon.png) no-repeat;
	background-size: 25px auto;
}

.btn_logout a {
	position: relative;
	display: block;
	padding-left: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.btn_print a,
.btn_import a,
.btn_setting a {
	display: block;
	height: auto;
	padding: 8px 15px;
	background-color: #f3f3f3;
	color: #555;
	font-size: 14px;
	line-height: 1.4;
	text-decoration: none;
	vertical-align: middle;
}

.btn_legend_setting a {
	position: relative;
	right: 0.5em;
	top: 0.8em;
	padding: 14px 14px;
	background: url(../img/setting.png) no-repeat;
	background-size: 26px auto;
}

.btn_logout a,
.btn_tutorial a {
	text-decoration: underline;
	vertical-align: middle;
}

.btn_print a:hover,
.btn_import a:hover {
	text-decoration: none;
	background-color: #eee;
}

.btn_setting a:hover {
	text-decoration: none;
	background-color: #ccc;
}

.reglegendbtn,.updbtn,.regbtn,.delbtn,.setbtn{
	background-color: #1A73E8;
	color: #fff;
	border: 1px solid #707070;
	border-radius: 5px;
	padding: 0px 8px;
	height: 24px;
	font-size: 12px;
}

.delbtn{
	float: left;
}

.color-cell{
	text-align:center;
	cursor: pointer;
	display: inline-block;
	font-size: 17px;
}

.btn_tutorial a:hover {}

.import {
	display: block;
	margin-right: -15px;
	margin-left: -15px;
	padding-left: 25px;
}

.import .import_btn {
	display: inline-block;
	margin-left: 10px;
}

.import .btn {
	display: inline-block;
	width: auto;
	margin: 0 20px;
}

#import .import {
	text-align: center;
}

#import .inputArea {
	text-align: left;
}

#import .inputArea span {
	width: 20%;
}

#import .inputArea input[type="file"] {
	display: inline-block;
}

#import .inputArea input[type="text"] {
	display: inline-block;
	border:1px solid #ccc;
}

#import strong span {
	color: #dc3232;
}

.data_save {
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}

.data_save .innertitle {
	position: relative;
	display: block;
	margin: 0;
	padding: 10px 20px;
	font-size: 15px;
	font-weight: bold;
}

.data_save._open .innertitle {}

.data_save .innertitle:after {
	content: "";
	position: absolute;
	right: 15px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/open_btn.png) no-repeat;
	background-size: 20px auto;
	background-position: 0 0;
	-webkit-transition: all .20s linear;
    -moz-transition: all .20s linear;
    -o-transition: all .20s linear;
    transition: all .20s linear;
}

.data_save._open .innertitle:after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.data_save ul {
	height: 0;
	margin-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
}

.data_save ul.data_open {
	height: auto;
}

.data_save ul li {
	position: relative;
	display: block;
	padding: 10px 40px 10px 20px;
	border-bottom: 1px solid #ccc;
}

.data_save ul li:first-child {
	border-top: 2px solid #ccc;
}

.data_save ul li span {
	position: absolute;
	right: 0;
	padding-right: 5px;
	text-align: right;
}

.data_save ul li span a {
	text-decoration: underline;
}

.data_save ul .more {
	display: block;
	margin: 10px 0;
	padding: 0 10px;
	text-align: right;
}

.data_save ul .more a {
	display: inline-block;
	/*text-decoration: underline;*/
	border-bottom: 1px solid #555;
}

.data_save ul .more a:after {
	content: "▼";
	display: inline-block;
	margin-left: 3px;
	font-size: 10px;
}

.data_save .btn-primary {
	margin-top: 20px;
}

.disable {
	background-color: #bdbdbd;
	color: #777;
}

.disable:hover {
	background-color: #bdbdbd;
	color: #777;
}

.radio.year,
.radio.singularity {
	margin-top: 20px;
}

.data_month,
.data_year,
.data,
.data_singularity {
	display: block;
	width: 100%;
}

.radio .data_month label,
.radio .data_year label,
.radio .data label,
.radio .data_singularity label {
	padding-left: 0;
}

#display_mode_avgspeed {
	padding-left: 20px;
}

.radio .data label {
	margin-top: 10px;
}

.radio.month:before,
.radio.year:before,
.radio.singularity:before {
	top: 10px;
}

.radio.month:after,
.radio.year:after,
.radio.singularity:after {
	top: 10px;
}

.radio select {
	margin-top: 5px;
}

.innnerButton {
	position: fixed;
	bottom: 0;
	left: auto;
	width: 300px;
	margin: 0 0 0 0;
	padding-top: 20px;
	background-color: #fff;
	z-index: 20;
	box-shadow: 0 -1px 2px 1px #ddd;
	-webkit-box-shadow: 0 -1px 2px 0px #999;
}

.pop_balloon.pop,
.pop_od_balloon.pop {
	display: block;
}

.pop_balloon,
.pop_od_balloon {
	display: none;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #999;
	border-radius: 3px;
}

.pop_balloon p,
.pop_od_balloon p {
	margin: 0;
}

.pop_balloon:before,
.pop_od_balloon:before,
.pop_balloon:after,
.pop_od_balloon:after {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: 0 auto;
}

.pop_balloon:before,
.pop_od_balloon:before {
	bottom: -17px;
	border-right: 8px solid transparent;
	border-bottom: 0px solid transparent;
	border-top: 17px solid #999999;
	border-left: 8px solid transparent;
}

.pop_balloon:after,
.pop_od_balloon:after {
	bottom: -14px;
	border-right: 8px solid transparent;
	border-bottom: 0px solid transparent;
	border-top: 17px solid #ffff;
	border-left: 8px solid transparent;
}


/*** list画面用
**********************************************/
.list {
	display: block;
}

.index_list{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login_list{
	display: block;
	border: #dcdcdc solid 3px;
	padding: 50px 0px;
	width: 750px;
	height: 450px;
}

.login_list h3 {
	display: block;
	margin-bottom: 40px;
	color: #555;
	font-weight: bold;
	text-align: center;
	font-size: 32px;
}

.login_list div{
	margin: 30px 10px 30px 0%;
}

.login_list_button{
	text-align: center;
	margin: 50px 10px 30px 0%;

}

.login_memo{
	font-size: 1.2rem !important;
}

.login_list div p{
	padding-left: 15%;
	padding-right: 10%;
	font-size: 2.0rem;
	display: inline-block;
}



.user_input,
.pw_input{
	padding: 6px 11px;
	width: 300px;
}

.login_err_msg{
	color: red;
    font-size: 1.6rem !important;
    font-weight: bold;
}

.login_btn{
	background: #1A73E8 0% 0% no-repeat padding-box;
	color: #FFFFFF;
	width: 250px;
	height: 60px;
	border-radius : 5%; 
	border: none;
}

.login_btn_maintenance{
	background: gray 0% 0% no-repeat padding-box;
	color: #FFFFFF;
	width: 250px;
	height: 60px;
	border-radius : 5%; 
	border: none;
}

.login_btn:hover{
	background: #135cbc 0% 0% no-repeat padding-box;
}

.traffic,
.trip,
.csvdl {
	width: 250px;
	margin: 30px 10px 30px 13%;
}

.traffic,
.traffic-title-exp{
	display: inline-block;
}

.trip,
.trip-title-exp{
	display: inline-block;
}

.csvdl,
.csvdl-title-exp{
	display: inline-block;
}

.traffic-title-exp,
.trip-title-exp,
.csvdl-title-exp{
	vertical-align: middle;
}

.traffic a,
.trip a,
.csvdl a  {
	display: block;
	padding: 20px 40px;
	background-color: #337ab7;
	border: none;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.traffic a:hover,
.trip a:hover,
.csvdl a:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

.list p {
	margin-top: 20px;
	text-align: left;
}


/*** login画面用
**********************************************/
.login_form {
	display: block;
	width: 500px;
	margin: auto;
	padding-top: 150px;
}

.box {
	padding-bottom: 30px;
}

.box span {
	display: inline-block;
	width: 35%;
}

.box input {
	width: 60%;
}

.login {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.login a {
	display: inline-block;
	padding: 8px 50px;
	background-color: #337ab7;
	border: none;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.login a:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}


/*** 検索 サジェスト・結果画面
**********************************************/
table tbody tr th {
	position: relative;
	background-color: #6da1c8;
	color: #fff;
	clear: both;
}

.table>tbody>tr>td:last-child {
	border-bottom: 1px solid #ddd;
}

table tbody tr th span {
	padding: 0 3px;
	font-size: 16px;
}

table tbody tr td {
	position: relative;
	height: 38px;
}

table tbody tr td .more {
	display: block;
	margin: -8px;
	padding: 8px;
	text-align: center;
	cursor: initial;
}

table tbody tr td .more a {
	display: inline-block;
	color: #6da1c8;
	text-decoration: underline;
	font-weight: normal;
}

table tbody tr td .more a:hover {
	color: #6da1c8;
	text-decoration: underline;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: initial;
}

.icon_station,
.icon_facility,
.icon_address,
.icon_search {
	position: relative;
	display: inline-block;
	padding-left: 25px;
}

.icon_station:before,
.icon_facility:before,
.icon_address:before,
.icon_search:before {
	content: '';
	display: block;
	position: absolute;
	top: -2px;
	left: 0;
	width: 20px;
	height: 24px;
	background: url(../img/map_icon.png) no-repeat 50%;
	background-size: auto 24px;
}

.icon_station:before {
	background: url(../img/map_icon_station.png) no-repeat 50%;
	background-size: auto 24px;
}

.icon_facility:before {
	background: url(../img/map_icon_facility.png) no-repeat 50%;
	background-size: auto 24px;
}

.icon_address:before {
	background: url(../img/map_icon_address.png) no-repeat 50%;
	background-size: auto 24px;
}

.icon_search:before {
	background: url(../img/search_icon.png) no-repeat 50%;
	background-size: auto 20px;
}

.pager {
	margin: 0;
}

.pager ul {
	padding: 0;
}

.pager ul li a,
.pager ul li.current span {
	border-radius: 3px;
}

.pager .disable {
	display: inline-block;
	padding: 5px 14px;
	border: 1px solid #ddd;
	border-radius: 3px;
	background-color: #bdbdbd;
	color: #777;
}

.pager .disable:hover {
	background-color: #bdbdbd;
	color: #777;
}


/*** チュートリアル
**********************************************/
.tutorial {
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	width: 380px;
	margin: auto;
	padding: 15px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #e60012;
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    z-index: 200;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.tutorial p {
	margin-top: 0;
	padding: 0 5px;
}

.tutorial p .bold {
	font-size: 16px;
	font-weight: bold;
}

.tutorial img {
	display: block;
	margin: 0 auto;
}

.tutorial .checkbox {
	margin-top: 20px;
}

.tutorial .checkbox label {
	line-height: 33px;
}

.tutorial .checkbox input[type="checkbox"] {
	margin-top: 6px;
}

.tutorial .checkbox button {
	float: right;
}

.road_select {
	position: absolute;
	top: 20px;
	left: 310px;
	z-index: 10;
}

.road_select .btn {
	padding: 8px 20px;
}


/*** modal-dialog
クローズボタンが効かないので使うのやめた
**********************************************/
#search-result-- .modal-dialog {
	display: block;
	height: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding: 30px 0;
}

#search-result-- .modal-content {
	display: block;
	width: 100%;
	height: 100%;
}

#search-result-- .modal-content.category {
	height: auto;
}

#search-result-- .modal-body {
	display: block;
	height: 100%;
	margin-top: -56px;
	padding: 56px 0 5px 0;
}

#search-result-- .modal-body .tableBox {
	overflow: auto;
	height: 100%;
	display: block;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

#search-result-- table {
	margin-bottom: 0;
}


/*** datepicker
**********************************************/
#datepicker {
	/*height: 230px;
	margin-bottom: 20px;*/
}

#datepicker .ui-widget.ui-widget-content {
	width: 100%;
	height: auto!important;
	border: none;
	background: #FFFFFF 0% 0% no-repeat padding-box;
}

#datepicker .ui-corner-all {
	border-radius: 3px;
}

#datepicker  .ui-datepicker-prev,
#datepicker .ui-datepicker-next {
	/*display: none;*/
}

#datepicker .ui-datepicker th {
	padding: 5px 3px 3px 3px;
}

#datepicker .ui-datepicker td {
	height: auto;
}

#datepicker .ui-state-default {
	background: #fff;
	color: #454545;
}

#datepicker .ui-state-highlight {
	background: #fffa90;
}

#datepicker .ui-state-active {
	font-weight: bold;
	background: #cde5ff;
}

.datepicker_footer {
	width: 100%;
	background: #FFFFFF 0% 0% no-repeat padding-box;
}

/***colorpicker
**********************************************/
#colorPalete{
	padding-left: 115px;
}

/*** map上アイコン
**********************************************/
.sensas {
	position: relative;
	overflow: hidden;
	display: block;
	width: 30px;
	height: 36px;
	background: url(../img/sensas_icon.png) no-repeat 50%;
	background-size: 30px auto;
}

.sensas.select {
	width: 40px;
	height: 50px;
	background: url(../img/sensas_icon2.png) no-repeat 50%;
	background-size: 40px auto;
}

.map_pin {
	position: relative;
	overflow: hidden;
	display: block;
	width: 30px;
	height: 40px;
	background: url(../img/map_icon.png) no-repeat 50%;
	background-size: 30px auto;
}

.od_lank{
	position: relative;
	overflow: hidden;
	display: block;
	width: 45px;
	height: 45px;
	background: url(../img/od_lank.png) no-repeat 50%;
	background-size: 45px auto;
}



/*** センサスについて
**********************************************/
.kasyo_about {
	margin-top: -10px;
	color: #767676;
	font-size: 13px;
}

.kasyo_about a {
	color: #767676;
	font-size: 13px;
	text-decoration: underline;
}

/* モーダルCSS */
.modal-body-csv {
	text-align: center;
}

.modal-body-text {
	font-size: 20px;
	padding-bottom: 10px;
}

.modal-body-button{
	width: 120px;
	height: 24px;
	padding: 0px;
	background: #1A73E8 0% 0% no-repeat padding-box;
	border: 1px solid #707070;
	border-radius: 5px;
	text-align: center;
	font: normal normal normal 14px/24px Hiragino Kaku Gothic ProN;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
}

/* ページローディング */
.sk-cube-grid {
    width: 100px;
    height: 100px;
    margin: 0 auto;
	position: absolute;
	top: 50%;
   	left: 47%;
   	transform: translateY(-50%) translateX(-50%); 
    opacity  : 0.7;
    z-index  : 1045;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #135cbc;;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1); 
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}