html, body  {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

.content-header {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    border-bottom: solid 2px #47A7A3;
}

.content-body {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

#map {
    width: auto;
    height: 783px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.header-border {
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;

    margin-bottom: 10px;
}
.contents-border {
    padding-left: 10px;
    padding-right: 10px;
    min-height:100%;

    margin-bottom: 30px;
}

header {
    background: #F5F5F5;
    top: 0;
    left: 0;
    width: 100%;
}

div#title{
    margin-left: 10px;
    float: left;
}

div#title img{
    height: 60px;
}

div#subtitle{
    color: #0077BB;
    font-size: 20px;
    float: left;
    margin-top: 20px;
    margin-left: 10px;
}

footer{
    border-top: solid 1px #47A7A3;
    padding-top: 5px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 16px;
    z-index: 1000;
}

div#copyright{
    width: 100%;
    min-height: 16px;
    text-align: center;
    font-size: 10px;
}

.box {
    border-top: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    box-shadow: 0 0px 0px rgba(0,0,0,0.0);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.box-header {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 0px;
}
.box-title {
   font-size: 1.4em;
 }

.panel {
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
}

.facility_item {
    cursor: pointer;
}

.facility_icon {
    padding-top: 15px;
}

.slick-prev:before,
.slick-next:before {
    color: black  !important;
}

.facility_index {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-right: 30px;
    margin-left: 30px;
}

@media only screen and (min-width : 768px) {
    .facility_name {
        font-size: 14px;
    }
    .facility_value {
        font-size: 18px;
    }
    .facility_title {
        font-size: 8px;
    }
}
@media only screen and (min-width : 1200px) {
    .facility_name {
        font-size: 14px;
    }
    .facility_value {
        font-size: 18px;
    }
    .facility_title {
        font-size: 8px;
    }
}

.graph_chart {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-right: 30px;
    margin-left: 30px;
    cursor: pointer;
}

div#area {
    margin-top: 5px;
    margin-bottom: 15px;
}

.table_container {
    margin: 0px auto 5px auto;
    width:100%;
}

.table_container table {
    border-collapse: collapse;
    border: 1px solid #f0f0f0;
    font-size: 8px;
}

.header_tilte {
    height: 1.9em;
    background: rgba(0,0,0,0.0);
    border: 1px solid #f0f0f0;
    padding: 0px 2px 0px 2px;
    color: #000000;
    text-align: center;
    vertical-align: middle;
}

.header_item {
    height: 3.0em;
    background: #c3e3f0;
    border: 1px solid #f0f0f0;
    padding: 0px 2px 0px 2px;
    color: #000;
    vertical-align: middle;
    text-align: center;
    font-size: 8px;
}

.table_data {
    height: 3.0em;
    background: #c1ede7;
    border: 1px solid #f0f0f0;
    padding: 0px 2px 0px 2px;
    color: #000000;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    font-size: 10px;
}

#graph_bar,
#graph_scatter {
    width: 95%;
    height: 200px;
}

.index_title {
    font-size: 10px;
    margin-top:10px;
}

.index_title_graph {
    font-size: 10px;
    margin-bottom:30px;
}

.graph_title_small {
    font-size: 10px;
}
.graph_title_middle {
    font-size: 12px;
}
.graph_title {
    font-size: 14px;
}

#facility_table {
    font-size: 12px;
}

.facility_table_title {
    font-size: 10px;
}

.facility_table_value {
    font-size: 10px;
}

.table_border_title {
   font-size: 0.8em;
}

.table_border {
    border: 1px #000 solid;
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
}

.table_border th {
    border: 1px #000 solid;
    background-color: #aaa;
    padding: 3px 5px;
    text-align: left;
    font-weight: normal;
    font-size: 0.8em;
}

.table_border td {
    border: 1px #000 solid;
    background-color: #fff;
    padding: 3px 5px;
    box-sizing:border-box;
    font-weight: normal;
    font-size: 0.8em;
}

.table_border td input {
    width: 100%;
    box-sizing: border-box;
    font-size: 0.8em;
}

.table_border.dataTable {
    border-collapse: collapse !important;
}

table.dataTable tbody tr td.dt-body-right {
  text-align: right;
}
