﻿@charset 'utf-8';
       body {
            background-color: #fff;
            padding-top: 100px;
        }

        .pad100 {
            padding-top: 100px;
        }
        .pad140 {
            padding-top: 140px;
        }
        /* Global Navi      */
        .withWP .naviWrapper {
            margin-left: 0px;
        }
        .withWP .naviWrapper li {
            margin-left: 15px;
        }
        .withWP .naviWrapper li a {
        font-weight: normal;
        }
        .naviWrapper ul {
            text-align: left; 
        }
        .baseNaviWrapper li a {
            font-size: 16px;
        }
        .navi-floatR {
            float: right;
            clear:both;
            margin-top:10px;
        }
        .form-control {
            border-radius: 0px;
        }
        .form-inline .form-control {
            width: 200px;
        }
        @media (min-width:768px) {
            .form-inline .form-control {
                width: 300px;
            }
        }
        .glyphicons-search {
            font-size: 14px;
            color:#fff;
            line-height: 0.3;
            vertical-align: middle;
        }
        .glyphicons-search::before {
            padding:0;
        }
        .btn-search {
            background-color: #1D1D1F;
            border-radius: 0;
        }
        .btn-search:hover, .btn-search:active::after {
            background-color: #555;
            border-radius: 0;
        }
        .btn-search.active.focus, .btn-search.active:focus, .btn-search.focus, .btn-search:active.focus, .btn-search:active:focus, .btn-search:focus {
            background-color: #555;
            border-radius: 0;
        }

        @media (max-width:992px) {
            .lh0 {
                width: 70px;
            }
            .header.withWP h1 img {
                width: 100%;
                height: auto;
            }
            .form-group {
                margin-bottom: 0;
            }
            .form-control {
                display: inline-block;
                width:80%;
            }
            .header.withWP .container {
                width: 98%;
            }
        }
        /*Global Footer*/
        .footer.withWP .wrapper {
            padding-top: 20px;
        }
        .footer li a {
            font-weight: normal;
            height: 14px;
        }
        .withWP .ft_bottom {
            border: none;
            width: 100%; 
            margin-top: 0;
            padding: 0;
        }

        .withWP .copyright {
            margin-top: 2rem;
            font-weight: normal;
        }
        .sp .withWP .copyright {
            position: absolute; 
            padding-left: 10px;
        }
        .copyright span {
            color: #666;
            font-size: 11px;
        }

        .withWP .ft_bottom ul li:not(:first-child) {
            margin-left: 10px;
        }
        .subnav-line li {
            margin-right:6px;
            line-height: 14px;
        }
        .subnav-line li+li {
            border-left:1px solid #999;
            padding-left:1em;
        }

        .sp .withWP .ft_bottom {
            border-top: none;
            border-bottom: none;
            padding: 0 10px;
        }

        .sp .withWP .ft_bottom ul {
                display: flex;
                flex-wrap: wrap;
        }
        .sp .withWP .ft_bottom ul li:not(:first-child) {
            margin-left: 1em;
        }
        .sp .withWP .ft_bottom ul li:last-child {
            margin-left: 0;
        } 

/* Sticky bottom Global footer*/
        html, body { 
            height: 100%;
        }
        .Gfooter {
            position: sticky;
            top: 100vh;
        }
        .footer .withWP {
            margin-top: 100px;
        }

/* /// Global CSS end */

        .container-globalTop {
            padding: 0 35px;
            margin-bottom: 8rem;
        }

        .container-global {
            padding: 0 35px;
            margin-bottom: 8rem;
        }

/* Model Sustain Page */
        .title-model {
            margin-left: -10px;
            margin-right: -10px;
            margin-bottom:5rem;
            text-align: center;
        }
        .title-model h2 {
            font-weight: normal;
            font-size:35px;
            padding-left: 0;
        }
        
        /* Page Title break control*/
        .title-model h2 br {
            display:block;
        }
        .sustainingModels article {
            margin-left: 2rem;
            margin-right:2rem;
            padding:1.2rem 1rem 2.5rem;
        }
        .sustainingModels article a {
            color: #1D1D1F;
        }
        .sustainingModels article:hover {
            background: rgba(0,0,0, .05) ;
            cursor: pointer;
        }
        .sustainingModels article:hover a {
            color: #555;
        }
        .post-title {
            text-align: left;
        }
        .post-date {
            font-size: 14px;
            text-align: right;
        }
        @media (max-width:992px) {
            .container-global {
                padding: 0;
            }
            .sustainingModels article {
                margin-left: 0;
                margin-right: 0;
                padding: 2rem 1rem 3rem;
            }
            .title-model {
                margin-bottom: 2rem;
            }
        }

/* Software Update Page 
        .title-update {
            margin-bottom:2rem;
        }
        .title-update h2 {
            font-size: 32px;
            padding-left: 0;
            font-weight: normal;
        }
        .update_content dt {
            font-weight: bold;
            margin-bottom: 5px;
        }
        .update_content dd {
            margin: 0 0 20px 0;
        }
        @media (max-width:992px) {
            .update_content dd {
            margin-left: 0;
            margin-right: 0;
            } 
        }
        .update_content ol.list-decimal {
            list-style-type: decimal;
            margin: 0 0 30px 16px;
        }
        .update_content .img-responsive {
            margin-top: 5px;
            margin-bottom: 1rem;
        }
        .update_content .img-border {
            border: 1px solid #aaa;
        }
        .update_content a {
            font-weight: bold;
        }

        .list-caution li {
            margin: 0 0 0 16px !important;
        }

        .dlFile {
            display: block;
            margin-top: 2px;
            margin-left: 0.5rem;
            font-weight: bold;
            font-size: 14px;
            line-height: 18px;
        }
        .dlFile span {
            font-weight: normal;
            font-size: 13px;
        }
*/
        .updateProgs article {
            display:block;
        }
         .updateProgs span {
            font-weight: normal;
            font-size: 18px;
        }
        .updateProgs article h3 {
            font-size: 28px;
            font-weight: normal;
            padding-bottom: 0.5rem;
        }
        .updateProgs article h3 span {
            font-size: 22px;
            font-weight: normal;
        }
        .updateProgs .rem {
            padding-left: 0.5rem;
        }

        .updateProgs hr {
            margin-top: 1.5rem;
            margin-bottom: 1.5rem;
        }
        a.btn {
            padding: 6px 40px;
        }
