/*!
 * Start Bootstrap - Freelancer v1.1.0 (http://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #222222;
    font-size: 16px;
    line-height: 26px;
}

p {
    font-size: 20px;
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    color: #18BC9C;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

hr.star-light,
hr.star-primary {
    padding: 0;
    border: none;
    border-top: solid 5px;
    text-align: center;
    max-width: 250px;
    margin: 25px auto 30px;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    font-family: FontAwesome;
    display: inline-block;
    position: relative;
    top: -0.8em;
    font-size: 2em;
    padding: 0 0.25em;
}

hr.star-light {
    border-color: white;
}

hr.star-light:after {
    background-color: #18BC9C;
    color: white;
}

hr.star-primary {
    border-color: #2C3E50;
}

hr.star-primary:after {
    background-color: white;
    color: #2C3E50;
}

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: white;
    background-image: url(../img/top.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2em;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

@media (min-width: 768px) {
    header .container {
        padding-top: 200px;
        padding-bottom: 100px;
    }
    header .intro-text .name {
        font-size: 4.75em;
    }
    header .intro-text .skills {
        font-size: 1.75em;
    }
}

.navbar-custom {
    background: rgba(16, 36, 64, 1);
    border: none;
    text-align: center;
}

.navbar-custom a:focus {
    outline: none;
}

.navbar-custom .navbar-brand {
    color: white;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
    color: white;
}

.navbar-custom .navbar-nav {
    letter-spacing: 1px;
}

.navbar-custom .navbar-nav li a {
    color: white;
}

.navbar-custom .navbar-nav li a:hover {
    color: #18BC9C;
    outline: none;
}

.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
    color: white;
}

.navbar-custom .navbar-nav li.active a {
    color: white;
    background: #18BC9C;
}

.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
    color: white;
    background: #18BC9C;
}

.navbar-custom .navbar-toggle {
    color: white;
    text-transform: uppercase;
    font-size: 10px;
    border-color: white;
}

.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
    background-color: #18BC9C;
    color: white;
    border-color: #18BC9C;
}

@media (min-width: 768px) {
    .navbar-custom {
        /*    padding: 25px 0;*/
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s;
    }
    .navbar-custom .navbar-brand {
        font-size: 2em;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    .navbar-custom.affix {
        /*    padding: 10px 0;*/
    }
    .navbar-custom.affix .navbar-brand {
        font-size: 1.5em;
    }
}

section h2 {
    margin: 0;
    font-size: 3em;
}

section.success {
    background: #18BC9C;
    color: white;
}

@media (max-width: 767px) {
    section {
        padding: 0px 0;
    }
    section.first {
        padding-top: 75px;
    }
}

#portfolio .portfolio-item {
    margin: 0 0 15px;
    right: 0;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

#portfolio .portfolio-item .portfolio-link .caption {
    background: rgba(24, 188, 156, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    width: 100%;
    height: 20px;
    font-size: 20px;
    text-align: center;
    top: 50%;
    margin-top: -12px;
    color: white;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media (min-width: 767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #eeeeee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: none;
    border-radius: 0;
    font-size: 1.5em;
    background: none;
    box-shadow: none !important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: 0.85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top 0.3s ease, opacity 0.3s ease;
    -moz-transition: top 0.3s ease, opacity 0.3s ease;
    -ms-transition: top 0.3s ease, opacity 0.3s ease;
    transition: top 0.3s ease, opacity 0.3s ease;
}

.floating-label-form-group:not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eeeeee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18BC9C;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eeeeee;
}

footer {
    color: white;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #2C3E50;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #231815;
}

.btn-outline {
    color: white;
    font-size: 20px;
    border: solid 2px white;
    background: transparent;
    transition: all 0.3s ease-in-out;
    margin-top: 15px;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    color: #18BC9C;
    background: white;
    border: solid 2px white;
}

.btn-primary {
    color: white;
    background-color: #2C3E50;
    border-color: #2C3E50;
    font-weight: 700;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: white;
    background-color: #1a242f;
    border-color: #161f29;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #2C3E50;
    border-color: #2C3E50;
}

.btn-primary .badge {
    color: #2C3E50;
    background-color: white;
}

.btn-success {
    color: white;
    background-color: #18BC9C;
    border-color: #18BC9C;
    font-weight: 700;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: white;
    background-color: #128f76;
    border-color: #11866f;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #18BC9C;
    border-color: #18BC9C;
}

.btn-success .badge {
    color: #18BC9C;
    background-color: white;
}

.btn-social {
    display: inline-block;
    height: 50px;
    width: 50px;
    border: 2px solid white;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

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

.scroll-top {
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
    z-index: 1049;
}

.scroll-top .btn {
    font-size: 20px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: none;
}

.portfolio-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100%;
    padding: 100px 0;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #2C3E50;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    z-index: 1051;
}

.portfolio-modal .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #2C3E50;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari and Chrome */
    z-index: 1052;
}

.portfolio-modal .modal-backdrop {
    opacity: 0;
    display: none;
}


/*==========  Mobile First Method  ==========*/


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
    .navbar-brand {
        background: url("../img/logo_e.png") no-repeat left center;
        background-size: contain;
        height: 50px;
        width: 200px;
        margin-top: 6px;
    }
    .parallax-window {
        min-height: 600px;
        background: transparent;
    }
    .icons_m {
        height: 30px;
        width: 30px;
        display: none;
    }
    .menu_t {
        display: block;
    }
                .info_box {
    padding-top: 100px;
    padding-bottom: 50px;
}
    .space_now {
    margin-top: 90px;
        color: black;
}
}


/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {
    .navbar-brand {
        background: url("../img/logo_e.png") no-repeat left center;
        background-size: contain;
        height: 50px;
        width: 250px;
        margin-top: 10px;
    }
    .parallax-window {
        min-height: 600px;
        background: transparent;
    }
    .icons_m {
        height: 30px;
        width: 30px;
        display: none;
    }
    .menu_t {
        display: block;
    }
            .info_box {
    padding-top: 100px;
    padding-bottom: 50px;
}
    .space_now {
    margin-top: 100px;
        color: black;
}
}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    .navbar-brand {
        background: url("../img/logo_e.png") no-repeat left center;
        background-size: contain;
        height: 50px;
        width: 250px;
        margin-top: 15px;
    }
    .parallax-window {
        min-height: 600px;
        background: transparent;
    }
    .icons_m {
        height: 50px;
        width: 50px;
        display: block;
    }
    .menu_t {
        display: none;
    }
        .info_box {
    padding-top: 100px;
    padding-bottom: 50px;
}
    .space_now {
    margin-top: 150px;
        color: black;
}
}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    .navbar-brand {
        background: url("../img/logo_e.png") no-repeat left center;
        background-size: contain;
        height: 50px;
        width: 250px;
        margin-top: 15px;
    }
    .parallax-window {
        min-height: 800px;
        background: transparent;
    }
    .icons_m {
        height: 50px;
        width: 50px
    }
        .info_box {
    padding-top: 100px;
    padding-bottom: 50px;
}
    .space_now {
    margin-top: 150px;
}
}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
    .navbar-brand {
        background: url("../img/logo_e.png") no-repeat left center;
        background-size: contain;
        height: 50px;
        width: 250px;
        margin-top: 15px;
    }
    .parallax-window {
        min-height: 987px;
        background: transparent;
    }
    .icons_m {
        height: 50px;
        width: 50px
    }
    .info_box {
    padding-top: 100px;
    padding-bottom: 50px;
}
    .space_now {
    margin-top: 170px;
        color: white;
}
}
.uptime {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
    text-align: center;
    letter-spacing: 2px;
}
.white {
    color: white;
}

section {
    padding-top: 0px;
}

.titles {
    font-size: 10em;
    letter-spacing: 2px;
    color: darkseagreen;
}

.space {
    margin-bottom: 10px;
}

.table a {
    color: dodgerblue;
}
.tozan_box a {
    color: dodgerblue;
}


 .table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
      height: 20px;
      width: 20px;
      line-height: 20px;
      left: 3px;
      top: 6px;
      display: none;
    }
    .table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
      position: relative;
      padding-left: 10px;
      cursor: initial;
    }
    .fa-circle-thin {
      color: #00B22D;
    }
    .fa-warning {
      color: #F0AF47;
    }
    .fa-close {
      color: #DA544D;
    }
    .th-title {
      text-align: center;
    }
    .th-title-width-small {
      width: 46px!important;
    }
    .td-title {

    }
    .td-status {
      text-align: center;
    }
    .td-time {

    }
    .td-parking_note {

    }
.table.dataTable {
    background-color:darkgray;
}
.table.dataTable > tbody > tr.child span.dtr-title{
    top: 0px;
    min-width: 0px;
    height: 20px;
     line-height: 20px;
    font-weight: bold;
    color: #FF9999;
}

/*
.table td.child > ul > li:first-child:before {
     content: "\21b3";
    margin-right: 10px;
    font-size: 16px;
   }
*/

.dtr-data{
    height: 20px;
}
.dtr-title:after {
}

.table.dataTable tbody th, table.dataTable tbody td{
    padding: 20px 0px;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
    border-top-color: rgb(221, 221, 221);
    border-top-style: solid;
    border-top-width: 0px;
    border-right-color: rgb(221, 221, 221);
    border-right-style: solid;
    border-right-width: 0px;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(221, 221, 221);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}
.table.dataTable > tbody > tr.child ul{
    margin-left: 0px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.table.dataTable > tbody > tr.child ul li{
    display: inline;
    vertical-align: top;
    margin-left: 0px;
    margin-right: 15px;
    padding-top: 0px;
    border: none;
}
.table.dataTable > tbody > tr.child ul li:first-child:before{
}
.child {
        -webkit-transform: inherit!important;
        transform: inherit!important;
        max-width: 200px;
        min-width: 70px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: inherit!important;
        padding: 0px;
        margin: 0px;
    min-height: 50px;
    }
.table.dataTable.dtr-inline.collapsed > tbody > tr > td.child, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty{
    padding: 0px;
    color: #FF9999;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th{
    background-color: #EEEEEE;
}

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

.tozan {
    padding-left: 15px;
}

.now {
    font-size: 2em;
    height: 3em;
}



.tozan_box {
    margin-left: 0px;
    margin-right: 0px;
    padding: 20px;
    margin-top: 0px;
    border-bottom: 3px solid #000;
}
.accident_box {
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px;
    margin-top: 30px;
    border-radius: 10px;
    color: tomato;
}

.mt_name {
    display: block;
    font-size: 7em;
    margin-bottom: 50px;
    padding-top: 30px;
    line-height: 1.2em;
}
.mt_name a{
        color: antiquewhite;
}
.en{
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.card {
}

.stop {
    margin-top: 20px;
    margin-bottom: 20px;
}
.space_bot {
    margin-top: 10px;
    border: 1px solid silver;
}
.space_ship {
    margin-top: 10px;
}
#table_6>thead{
    display: none;
}
#table_6 .dtr-title:after{
    content: none;
}
.office_name {
      font-weight: bold;
      margin-left: -36px;
    }
.office_name:first-child{
      margin-left: -41px;
    }
#table_6 td.child > ul > li:first-child:before{
    content: none;
}
#table_6 td.child > ul > li:first-child{
    margin-left: 0px;
}
table.dataTable.dtr-inline.collapsed > tbody#sightseeing_boat_time_table > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
      height: 20px;
      width: 20px;
      line-height: 20px;
      left: 10px;
      top: 18px;
      display: block;
    }
table.dataTable.dtr-inline.collapsed > tbody#sightseeing_boat_time_table > tr > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
      position: relative;
      padding-left: 40px;
      cursor: pointer;
    }
#table_6 td:hover{
    cursor: pointer;
    cursor: hand;
}
table.dataTable.no-footer{
    border-bottom: none;
}

.iwao {
    color: #EF9642;
}

.onsen {
    color: red;
}

.iou {
    color: green;
}

.jusho {
    color: #180D71;
}
.portfolio-modal .modal-content h2{
    font-size: 24px;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before{
    box-shadow: none;
}
.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.language {
    height: 30px;
    margin-top: 10px;
    letter-spacing: 1px;
}

.space_weather {
    padding-bottom: 30px;
}

.mapbox {
    margin-top: 30px;
    border: 0px ;
}
iframe{
    border: 3px solid white;
}
.bak_bear {
    background:#FFF !important;
}
.cop {
    color:#98CAE9;
}
@media print {
    .modal {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        padding: 0;
        overflow: visible!important;
    }
}
section {
    display: none;
}
.parallax-mirror {
    display: none
}
table > tbody > tr > td > span:first-child {
    font-size: 7em;
    font-weight: bold;
    color: antiquewhite;
}
table > tbody > tr > td > span:not(:first-child), table > tbody > tr.child > td {
    font-size: 5.5em;
    color: silver;
}
table > thead > tr > th {
    font-size: 5em;
    color: gray;
}
.td-status {
    font-size: 7em;
}
table.dataTable tbody tr{
    background-color: inherit;
}
.table.dataTable{
    background-color: inherit;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    border: none;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th{
    background-color: inherit;
}
.table.dataTable.dtr-inline.collapsed > tbody > tr > td.child, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty{
    border-bottom: 3px solid black;
}
.ex_disp {
    font-size: 5em;
    color: gray;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 50px;
}
.mt_txt {
    font-size: 5.5em;
    line-height: 1.2em;
    color: silver;
}
#progress > div {
    width: 0px;
    overflow: hidden;
    height: 10px;
    background: #7A8490;
}
.navbar-default{
    background-color: #B69B72;
}
.blink_time {
  animation: blinker 2s linear infinite;
    color:greenyellow;
}
.blink_time_m {
  animation: blinker 2s linear infinite;
    color:white;
}
@keyframes blinker {
  70% { opacity: 0; }
}
.higuma_time{
    font-size: 5em;
    margin-top: 50px;
    color: gray;
    font-weight: bold;
    margin-bottom: 50px;
}
.txt_tate{
    color: #FAEBD7;
    font-size: 80px;
    vertical-align: middle!important;
}
.higuma_num{
    font-size: 140px;
    font-weight: bold;
    text-align: center;
    color: salmon;
}
.higuma_comment{
    font-size: 60px;
    line-height: 120%;
    color:darkolivegreen ;
}
.table_higuma {
    border-style: inherit;
}
