﻿@charset "utf-8";

body {
    overflow-y: scroll;
    overflow-x: hidden;
}
.clearall {
    clear: both;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}
#loading {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2000;
}

#loading #loading_bg {
    width: 100%;
    height: 100%;
    background: #FFF;
    filter : alpha(opacity=50);
    _filter: alpha(opacity=50);/*IE6*/
    -moz-opacity: 0.5;/*fireFox*/
    opacity : 0.5;
}
#loading #loading_img {
    border: 0;
    position: absolute;
    top: 40.5%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
}
#search_road {
    width: 200px;
    height: 26px;
    line-height: 150%;
    border: 1px solid #ccc;
    padding-left: 14px;
    font-size: 13px;
    outline: none;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
#search_menu_main, #search_menu_other, #search_menu_help {
    float: left;
}
#search_menu_main {
    margin-left: 14px;
}
#search_menu_other {
    margin: 3px 0 0 12px;
    height: 25px;
    line-height: 150%;
}
.search_menu_other {
    border-left: 1px solid #ccc;
    padding-left: 10px;
}
#search_menu_other select {
    outline: none;
    font-size: 13px;
}
#search_menu_help {
    padding-top: 2px;
    margin-left: 11px;
}
#search_btn {
    text-decoration: none;
    display: inline-block;
    _dispaly: inline;
}
#search_btn img {
    border: 0;
    margin-top: -2px;
}
#search.search_fixed {
    top: 0;
    left: 0;
    position: fixed;
    font-size: 15px;
    text-align: left;
    padding-left: 14px;
    padding-top: 15px;
    color: #3d3d3d;
    background: url(../images/search_bg.png) left top repeat-x;
    z-index: 99;
    background-color: #FFF;
    border-bottom: 1px solid #ccc;
    min-height: 41px;
    -moz-box-shadow: 0 0px 5px #ccc;
    -webkit-box-shadow: 0 0px 5px #ccc;
    box-shadow: 0 0px 5px #ccc;
}

.line_info {
    line-height: 150%;
    padding: 3px 4px 2px 4px;
}
.txt_center {
    text-align: center;
}
.txt_left {
    text-align: left;
}
.txt_right {
    text-align: right;
}
.color_red {
    color: red;
}
.txt_help {
    cursor: help;
    color: #e60012;
}
#page {
    width: 100%;
    margin: 20px 0;
}
#page-next {
    padding: 5px;
    text-align: center;
    font-size: 15px;
    line-height: 150%;
    font-weight: bold;
    border: 1px solid #000;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    cursor: default;
    display: none;
}
#page-next:hover {
    background: #EBF5FF;
}


/*analytics*/
#chart_combo_data {
    height: 300px;
}
#chart_scatter_data {
    height: 300px;
}
#chart_bar_data {
    position: relative;
    width: 450px;
    height: 300px;
    margin: -20px 0 0 0;
}
#chart_pie_data {
    position: relative;
    margin: 20px 20px;
    width: 300px;
    height: 300px;
    z-index: 1;
}
@media (max-width: 680px) {
#chart_bar_data {
    width: 380px;
}
}
@media (max-width: 320px) {
#chart_bar_data {
    width: 380px;
}
#chart_pie_data {
    width: 280px;
    height: 280px;
}
}
#chart_pie_type {
    border: 1px solid #ccc;
    padding: 0px 16px;
    display: none;
    float: left;
    width: 128px;
    margin: 20px 0px;
    z-index: 1;
}
@media (max-width: 680px) {
#chart_pie_type {
    width: 148px;
    margin: 0px 0 -16px 0;
}
}
#chart_pie_type ul {
    padding: 0;
}
#chart_pie_type li {
    display: block;
    float: none;
    height: 20px;
    line-height: 150%;
    font-size: 13px;
    font-weight: bold;
}
#chart_pie_type li .chart_pie_type_color {
    position: absolute;
}
#chart_pie_type li .chart_pie_type_color img {
    margin-right: 5px;
}
#chart_pie_type li .chart_pie_type_name {
    margin-left: 18px;
    position: absolute;
}
#chart_pie_type li .chart_pie_type_count {
    text-align: right;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#chart_pie_type li .chart_pie_type_count span {
    font-weight: normal;
    color: #F00;
    padding-right: 5px;
    font-size: 15px;
}
#chart_combo_type {
    position: relative;
    margin-top: -32px;
    padding: 0 10px;
}
#chart_combo_type ul {
    padding-left: 0;
}
#chart_scatter_type {
    position: relative;
    margin-top: -8px;
    padding: 0 10px;
}
#chart_scatter_type ul {
    padding-left: 0;
}
#chart_combo_type li, #chart_scatter_type li {
    display: block;
    margin: 4px;
}
#chart_combo_type li input, #chart_combo_type li label, #chart_scatter_type li input, #chart_scatter_type li label {
    display: block;
    float: left;
}
#chart_scatter_helper {
    position: absolute;
    right: 4px;
    bottom: 4px;
    color: #ccc;
    font-size: 13px;
}
.group01 {
    /*
    width: auto;
    float: left;
    padding: 10px 10px;
    */
}
.radio01 {
    margin: 2px 3px 0 0;
    width: 15px;
    height: 15px;
}
.label01 {
    font-size: 15px;
    line-height: 19px;
}
.td01 td {
    color: #F00;
    font-weight: bold;
}
body {
    overflow-x: hidden;
    overflow-y: scroll;
}
#realvalue_helper {
    cursor: help;
}
#helper {
    display: none;
    width: 400px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 600px;
    z-index: 999;
    background: #FFF;
    padding: 16px 20px 9px 18px;
    border: 1px solid #CCC;
    -moz-box-shadow: 0px 0px 2px 0px rgba(121, 121, 121, 0.5);
    -webkit-box-shadow: 0px 0px 2px 0px rgba(121, 121, 121, 0.5);
    box-shadow: 0px 0px 2px 0px rgba(121, 121, 121, 0.5);
    border-radius: 4px;
}
#helper_close {
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
    color: #f00;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}
#helper ol {
    list-style-position: outside;
    list-style: none;
    padding-left: 0px;
}
#helper ol li {
    float: none;
    display: list-item;
    border-bottom: 1px #ccc dotted;
    padding: 10px 0;
}
.helper_img_txt {
    width: 190px;
    float: left;
    line-height: 150%;
}
#mapinfo {
    width: auto;
    padding: 25px 25px 25px 25px;
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px rgba(121, 121, 121, 0.5);
    border: 1px solid #CCC;
    position: absolute;
    border-radius: 4px;
    left: -44px;
    z-index: 2;
	
	max-height: 412px;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
}
#mapinfo table {
    width: 460px;
}
#mapinfo>div>table {
	margin-bottom: 8px;
}
#mapinfo>div>table:last-child {
	margin-bottom: 0px;
}
#mapinfo table td {
    width: auto;
    height: 25px;
    background-color: #fff
}
#mapinfo .title {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-right: 32px;
	border-bottom: 1px solid #EFEFEF;
}
#mapinfo .history {
	color: #898989;
	margin-bottom: 8px;
}
#mapinfo .history span {
	color: #e60012;
}
#close_mapinfo {
    top: 6px;
    right: -15px;
    position: absolute;
    width: 61px;
    height: 15px;
    cursor: pointer;
    font-size: 14px;
    color: #595757;
}
#mapinfo table .font_01 {
    white-space: nowrap;
    text-align: center;
    color: #FFFFFF;
    background-color: #e60012;
}
#mapinfo table .font_02 {
    color: #515151;
}
#mapinfo table .font_03 {
    color: #ff0000;
}
#mapinfo table .font_04 {
    color: #0095da;
}
.class_td {
    /*padding-left: 4px;*/
}
.Real-ob-list-left {
    background: url(../images/left.gif) no-repeat;
    width: 15px;
    height: 17px;
    cursor: pointer;
    top: 46.5%;
    left: 5px;
    position: absolute;
    opacity: .5;
}
.Real-ob-list-right {
    background: url(../images/right.gif) no-repeat;
    width: 15px;
    height: 17px;
    cursor: pointer;
    top: 46.5%;
    right: 5px;
    position: absolute;
    opacity: .5;
}

.mapinfo-list {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
	opacity: 0;
	transition: all .15s ease-in-out;
}
.mapinfo-list.show {
	opacity: 1;
	pointer-events: auto;
}
.mapinfo-list #mapinfo {
	position: relative;
	top: 0px;
    left: 0px;
    pointer-events: none;
}
.mapinfo-list.show #mapinfo {
    pointer-events: auto;
}
@media (max-width: 680px) {
#mapinfo .title {
	max-width: 290px;
}
#mapinfo {
    top: -70px;
    left: 39px;
}
#mapinfo table {
    width: 290px;
}
}
@media (max-width: 320px) {
#mapinfo {
    top: -60px;
    left: 59px;
}
#mapinfo table {
    width: 250px;
}
}
/*
#etwarm_scroll_top_box {
    visibility: hidden;
    position: fixed;
    right: 5px;
    bottom: 100px;
    display: block;
    margin: -30px 0 0;
    width: 31px;
    height: 31px;
    line-height: 999px;
    overflow: hidden;
    cursor: pointer;
    color: #000000;
    background: url(../images/top_btn.gif) no-repeat;
    z-index: 99999;
}
*/

.trend-box {
	height: auto;
	text-align: left;
}
.trend-history {
	position: absolute;
	top: 27px;
	right: 40px
}
.btn-group {
	border: 1px solid #DCDDDD;
	border-radius: 4px;
}
.btn-group .btn {
	border-right: 1px solid #DCDDDD;
}
.btn-group .btn:last-child {
	border-right: 0px;
}
.btn-group .btn.active {
	color: #e60012;
}
.trend-history-text {
	display: flex;
    align-items: center;
    margin-top: 20px;
    margin-left: 40px;
}
.trend-history-text>div {
	padding-right: 16px;
	margin-right: 16px;
	border-right: 1px solid #DCDDDD;
}
.trend-history-text>div:last-child {
	padding-right: 0px;
	margin-right: 0px;
	border-right: 0px;
}
.trend-history-text>div>span:first-child {
	font-size: 36px;
	color: #e60012;
	margin-right: 4px;
}
.trend-history-text>div>span i {
	color: #ff6f00;
}
.trend-history-text>div>.alert-box {
	position: relative;
}
.trend-history-text>div>.alert-box:hover .alert-c {
	opacity: 1;
	pointer-events: auto;
}
.trend-history-text>div .alert-c {
	position: absolute;
	top: -28px;
    left: 20px;
    font-size: 14px;
    width: 260px;
	background-color: white;
	padding: 8px;
	border: 1px solid #DCDDDD;
	border-radius: 4px;
	z-index: 5;
	box-shadow: 1px 1px 6px 0 rgba(0,0,0, .1);
	opacity: 0;
	pointer-events: none;
	transition: all .3s;
}
@media (max-width: 864px) {
.trend-history {
	position: static;
	margin: 16px 0;
	display: flex;
    justify-content: center;
}
.trend-history-text {
	justify-content: center;
	margin-left: 0px;
	padding: 0px 16px;
}
.trend-history-text>div .alert-c {
	top: 24px;
    left: -10px;
}
.trend-history-text>div>.alert-box:hover .alert-c {
	display: block;
}
}
@media (max-width: 360px) {
.trend-history-text>div>span:first-child {
	font-size: 28px;
}
}
@media (max-width: 320px) {
.trend-history-text>div>span:first-child {
	font-size: 26px;
}
.trend-history-text>div .alert-c {
    width: 220px;
}
}