html, body {
    background-color: #FFFFFF;
}

.m-plus-family-font {
    font-family: 'M PLUS 1p', sans-serif;
}
a:visited {
    /*color: #2196f3;*/
    color: #506eb3;
}

a {
    text-decoration: underline;
}

#content {
    min-height: 300px;
}

.site-branding {
    padding: 20px 0px 8px 0px;
}

.site-meta-link {
    float: right;
    padding: 70px 0 10px 0;
}

.site-meta-link-sp {
    padding: 0px 0 5px 40px;
}

.site-sm-image {
    max-height: 60px;
}

.site-meta-link a {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
}

.site-meta-link-sp a {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
}

.site-meta-link-mark{
    color: #506eb3;
}
.main-navigation-box{
    width: max-content;
    margin: 0 auto;
}
.main-navigation {
    /*background: #0a6ebd;
    height: 45px;*/
    /*background: linear-gradient(#2b5ac4, #2856be);*/
    background-color:#FFFFFF;
    height: 70px;
    /*font-weight: bold;*/
    font-size: 14px;
}
/*
.main-navigation li {
    float: right;
    padding: 22px 10px 8px 10px;
    margin: 4px 5px 4px 5px;
}

.main-navigation > div > ul > li.active {
    border-bottom: 2px solid #ffffff;
}

.main-navigation > div > ul > li.menu-item:hover {
    border-bottom: 2px solid #ffffff;
}

.main-navigation li a {
    color: #FFFFFF;
    text-decoration: none;
}

.main-navigation .sub-menu {
    background: #323b73;
    padding-bottom: 10px;
}

.main-navigation .sub-menu li:hover {
    border-bottom: none;
}

.main-navigation .sub-menu li a {
    width: 230px;
}
*/
/* 親リスト */
ul.menu {
    list-style: none;
}

ul.menu>li {
    float: left;
    text-align: center;
    width: auto;
    height: 70px;
    padding: 24px 30px;
}
ul.menu>li a{
    font-size: 25px;
    color: #000000;
}
/* サブリスト */
ul.menu ul.sub-menu {
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    padding: 0;
    list-style: none;
    /* アニメーション時間 */
    transition: 1.00s;
    max-height: 0;
    opacity: 0.5;
    text-align: left;
    padding:0;
}
/* 選択時のリスト */
ul.menu>li:hover ul.sub-menu, ul.menu ul.sub-menu:hover {
    max-height: 400px;
    opacity: 1;
}
ul.sub-menu>li {
    width: 250px;
    height: 60px;
    padding: 18px 20px 6px 20px;
    border-bottom: dotted 1px #aaaaaa;
}
ul.sub-menu>li a{
    font-size: 14px;
    color: #ffffff;
    width: 210px;
}
ul.sub-menu>li a:before {
    content:"> ";
}
.front-image {
    /*background: #BBDEFB;*/
    /*background: linear-gradient(#f9f9f9, #f0f0f0);*/
    background-image:url("img/haikei_bokashi.jpg");
    background-size: 100%;
    padding-bottom: 0px;
}

.front-image img {
    width: 100%;
}

h1.post-title {
    text-align: center;
    color: #FFFFFF;
    background-color: #0a6ebd;
    padding: 8px;
    font-size: 24px;
}

input.wpcf7-submit {
    font-size: 18px;
    background-color: #0a6ebd;
    color: #FFFFFF;
    padding: 8px 16px;
}

footer.site-footer {
    margin-top: 0px;
    text-align: center;
    background: linear-gradient(#506eb3, #4963a0);
    padding: 0;
    font-size: 12px;
}

.company-info-row{
    width: 100%;
    margin: 32px auto 0px auto;
}

.company-info{
    width: 100%;
    padding: 0 16px 0 16px;
}

.footer-info-title{
    color: #ffffff;
    border-bottom: solid 2px #ffffff;
    padding: 4px 0;
}

.footer-info-title-text{
    font-size: 20px;
    /*font-weight: bold;*/
}

.footer-info-title-etext{
    font-size: 10px;
    /*font-weight: bold;*/
    padding-bottom: 10px;
}

.footer-info-contentstext{
    font-size: 12px;
    color: #ffffff;
    padding: 2px 0 1px 0;
}

.footer-info-contents{
    /*border: solid 1px #ffffff;*/
    padding: 12px 0 40px 0;

}

.footersitemap_1{
    border-right: dotted 1px #aaaaaa;
}

.footersitemap{
    border-left: dotted 1px #aaaaaa;
}

.footersitemap ul{
    text-indent: 0;
    margin: 0;
    padding: 0;
    text-align: left;
}

.footersitemap-li{
    list-style: none;
    padding: 5px 0;
}

.footersitemap-li a{
    color: #000000;
}

.site-info{
    height: 50px;
    padding: 18px;
    color: #000000;
    font-size: 12px;
    background-color: #f0f0f0;
}

.footsitemap-info{
    height: auto;
    padding: 18px 0 32px 0;
    color: #000000;
    font-size: 12px;
    background-color: #f0f0f0;
}

.container{
    position: relative;
}

.top-container{
    padding: 0 15px;
}

.top-site-main{
    width: 100%;
    padding: 0;
    margin: 0;
}

.top-info-row{
    text-align: center;
}

.top-info-col{
    margin: 4% 0%;
}

.top-info-title{
    color: #000000;
    padding: 4px 0;
}

.top-info-title-text{
    font-size: 20px;
    border-bottom: solid 2px #000000;
    width:auto;
    padding-bottom: 3px;
}

.top-info-title-text a{
    color: #000000;
}

.top-info-title-text a:hover{
    color: #444444;
    text-decoration: none;
}

.top-info-title-etext{
    font-size: 10px;
    /*font-weight: bold;*/
    padding:8px 0 10px 0;
}

.top-info-title-etext a{
    color: #000000;
}

.top-info-title-etext a:hover{
    color: #444444;
    text-decoration: none;
}

.top-info-contentstext{
    font-size: 12px;
    color: #000000;
    padding: 2px 0 1px 0;
    text-align: left;
    line-height: 24px;
}

.top-info-contentstext a{
    color: #000000;
    text-decoration: none;
}

.top-info-contentstext a:hover{
    color: #000000;
    text-decoration: underline;
}

.top-info-contents{
    /*border: solid 1px #ffffff;*/
    padding: 12px 0 40px 0;

}

.top-contents-important-news{
    margin: 3% 0px 0px 0px;
    text-align: center;
}

.top-contents-important-news-border{
    border: thick solid yellow;
}

.important-news-box{
    padding: 4px 16px;
}
.important-news-box-top-line{
    padding: 4px 16px;
    border-top: 1px solid lightgray;
}
.top-important-news-title{
    color: red;
    size: 150%;
}

.top-container-topics{
    padding: 25px 16px 50px 16px;
    width: 100%;
    margin: 0 auto;
}

.top-container-news-title{
    width: 100%;
    margin: 0 auto;
    padding: 25px 16px 20px 16px;
}

.top-container-news-contents{
    width: 100%;
    margin: 0 auto;
    padding: 0px 16px 40px 16px;
}
.topics-boxs {
    overflow-y: scroll; 
    height: 25vw;
}
.topics-box {
    border-bottom: 1px dotted #212121;
    padding: 4px 16px;

}
.news-box{
}
.top-contents-topics{
    background-color: #f0f0f0;
}

.top-contents-news{
    background-color: #ffffff;
}

.top-container-topics-title{
    font-size: 24px;
    font-weight: bold;
    padding:20px 0 4px 0;
    margin: 0;
    line-height: 24px;
}

.top-container-topics-title span{
    font-size: 12px;
    line-height: 12px;
    padding: 0;
    margin: 0;
}

.top-container-topics-titlesub{
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.topics-category a{
    text-decoration: none;
}

.topics-category{
    font-weight: bold;
    font-size: 24px;
    color: #506eb3;
}

.topics-title{
    font-weight: normal;
    color: #000000;
    font-size: 14px;
}

.topics-title a{
    color: #000000;
}

.tsuushinbox{
    width: 100%;
}

.tsuushin_a{
    float: right;
    margin: 0 40px 10px 0;
    font-size: 16px;
}

.tsuushin_a a{
    color: #333333;
}

.news-title{
    font-weight: normal;
    color: #000000;
    font-size: 14px;
    padding-bottom: 6px;
}

.topics-date{
    font-weight: normal;
    color: #000000;
    font-size: 11px;
}

.topics-text{
    font-weight: normal;
    color: #000000;
    font-size: 12px;
    line-height: 20px;
}

.news-img-box{
    padding: 10px 10px 0px 10px;
    text-align: center;
}

.news-img-box img{
    height: 160px;
    width: auto;
}

.top-news-col{
    margin: 1% auto;
}

.news-title-link a{
    text-decoration: none;
    color: #000000;
}
.news-title-link a:hover{
    text-decoration: underline;
}

#nav-drawer {
    position: relative;
    margin-top: 40px;
    margin-left: 16px;
}

.site-main{
    width: 100%;
    padding: 0;
    margin: 0;
}

.page-side-area{
    width: 220px;
    float: left;
}

article h1{
    margin: 0;
    padding: 0;
}

.entry-header{
    border-bottom: solid 2px #506eb3;
    padding: 3px 0 6px 0;
}

.entry-header h1{
    text-indent: 10px;
}

.page-info-row{
    clear: both;
}

.page-content-area{
    float: right;
    width: 75%;
}

.page-container{
    margin-top: 30px;
}

.page-container-topics-title{
    font-size: 24px;
    font-weight: bold;
    padding:0px 0 4px 0;
    margin: 0;
    line-height: 24px;
}

.page-container-topics-title span{
    font-size: 12px;
    line-height: 12px;
    padding: 0;
    margin: 0;
}

.page-container-topics-titlesub{
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
aside{
    margin-bottom: 20px;
}
.aside-title-box{
    padding: 0px 10px 3px 10px;
    margin: 0 0 15px 0;
    border-bottom: solid 2px #506eb3;
}

.aside-moritan-box{
    margin: 10px 0 10px 0;
}

.widget-title{
    width: 100%;
    height: auto;
    background: linear-gradient(#506eb3, #4963a0);
    padding: 5px 20px;
    font-weight: bold;
    font-size: 11px;
    color: #ffffff;
    margin: 0 0 5px 0;
    display: none;
}

.widget_pages{
    margin: 0;
    padding: 0;
}

.widget_pages ul {
    padding: 0;
    margin: 0;
    text-indent: 0;
}
.widget_pages li{
    list-style: none;
    text-indent: 0;
    width: 100%;
    height: auto;
    font-size: 13px;
    font-weight: bold;
    padding: 15px 20px;
    margin: 3px 0 0 0;
    color: #000000;
    background-color: #f0f0f0;
}

.widget_pages li a{
    color: #000000;
    text-decoration: none;
}

.widget_pages li a:hover{
    color: #506eb3;
    text-decoration: underline;
}

.widget_recent_entries ul {
    padding: 0;
    margin: 0;
    text-indent: 0;
}
.widget_recent_entries li{
    list-style: none;
    text-indent: 0;
    width: 100%;
    height: auto;
    font-size: 13px;
    font-weight: bold;
    padding: 15px 20px;
    margin: 3px 0 0 0;
    color: #000000;
    background-color: #f0f0f0;
}
.widget_recent_entries .child{
    text-indent: 15px;
    padding: 8px 20px;
    background-color: #d0d0d0;
}
.widget_recent_entries li a{
    color: #000000;
    text-decoration: none;
}

.widget_recent_entries li a:hover{
    color: #506eb3;
    text-decoration: underline;
}

.contact-row{
    border-bottom: dotted 1px #aaaaaa;
    margin: 0;
}

.contact-row-bt{
    margin: 0;
}

.contact-col-title{
    padding: 12px 0;
    font-size: 14px;
    color: #000000;
}

.contact-col-title-bt{
    padding: 12px 0;
    font-size: 14px;
    color: #000000;
}

.contact-col-title input{
    width: 100%;
}

.contact-col-title-bt input{
    width: 100%;
    font-size: 13px;
    height: 36px;
}

.makertablebox{
    margin-bottom: -20px;
}

.makertable{
    margin: 0;
    padding: 0;
}

.makertable img{
    max-height: 40px;
    max-width: 100px;
}
.makertable .catetitle{
    border: solid 1px #aaaaaa;
    background-color: #eeeeee;
    margin-top: 20px;
    padding: 4px 12px;
}
.makertable .cateitem{
    border: solid 1px #aaaaaa;
    margin-top: 4px;
    padding: 4px 12px;
}

.moritan_cat_list li{
    list-style: none;
    float: left;
    padding: 10px 30px 10px 0px;
}

.moritan_cat_list li a{
    color: #000000;
}

.margintop{
    margin-top: 40px;
}

/**
 * Pagination
 */
.pagination, .woocommerce-pagination {
    padding: 1em 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-width: 1px 0;
    text-align: center;
    clear: both; }
.pagination .page-numbers, .woocommerce-pagination .page-numbers {
    list-style: none;
    margin: 0; }
.pagination .page-numbers::after, .woocommerce-pagination .page-numbers::after {
    clear: both;
    content: "";
    display: table; }
.pagination .page-numbers li, .woocommerce-pagination .page-numbers li {
    display: inline-block; }
.pagination .page-numbers li .page-numbers, .woocommerce-pagination .page-numbers li .page-numbers {
    border-left-width: 0;
    display: inline-block;
    padding: .327em .857em;
    background-color: rgba(0, 0, 0, 0.025);
    color: #60646c; }
.pagination .page-numbers li .page-numbers.current, .woocommerce-pagination .page-numbers li .page-numbers.current {
    font-weight: 700;
    background-color: #3596c7;
    border-color: #3596c7;
    color: #fff; }
.pagination .page-numbers li .page-numbers.dots, .woocommerce-pagination .page-numbers li .page-numbers.dots {
    background-color: transparent; }
.pagination .page-numbers li .page-numbers.prev, .pagination .page-numbers li .page-numbers.next, .woocommerce-pagination .page-numbers li .page-numbers.prev, .woocommerce-pagination .page-numbers li .page-numbers.next {
    padding-left: 1em;
    padding-right: 1em; }
.pagination .page-numbers li a.page-numbers:hover, .woocommerce-pagination .page-numbers li a.page-numbers:hover {
    background-color: rgba(0, 0, 0, 0.05); }

.moritanlistbox{
    width:160px;
    float:left;
    margin:15px 20px 15px 20px;
}
.moritanlistbox a{
    color: #000000;
}
.floatbox{
    float: left;
}
.floatboxr{
    float: right;
    font-size: 14px;
}
.floatboxr input{
    font-size: 14px;
}
.paginationbox{
    width: 100%;
    text-align: right;
    height: 40px;
}
.product_detailbox p{
    padding: 40px 0px;
    line-height: 30px;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
    display: none;
}

/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
    cursor: pointer;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px; /*線の太さ*/
    width: 25px; /*長さ*/
    border-radius: 3px;
    background: #3F51B5;
    display: block;
    content: '';
    cursor: pointer;
}

#nav-open span:before {
    bottom: -8px;
}

#nav-open span:after {
    bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
    display: none; /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0; /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999; /*最前面に*/
    width: 90%; /*右側に隙間を作る（閉じるカバーを表示）*/
    max-width: 330px; /*最大幅（調整してください）*/
    height: 100%;
    background: linear-gradient(#506eb3, #4963a0); /*背景色*/
    transition: .3s ease-in-out; /*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%); /*左に隠しておく*/
    padding: 24px 24px 24px 0px;
    font-weight: bold;
    font-size: 18px;
}
#nav-content a{
    color: #ffffff;

}
#nav-content ul {
    margin: 0;
    list-style: none;
    padding:0 0px 0 10px;
    text-indent: 0;
}

#nav-content ul li {
    padding: 6px 0px 6px 8px;
    border-bottom: dotted 1px #ffffff;

}

#nav-content a {
    text-decoration: none;
}

#nav-content ul li.menu-item-has-children {
    position: relative;
}

#nav-content ul li.menu-item-has-children:hover > a {
    top: -1px;
    z-index: 999;
}

#nav-content ul li.menu-item-has-children:hover > ul,
#nav-content ul li.menu-item-has-children:hover > div {
    display: block;
}

#nav-content ul li > ul,
#nav-content ul li > div {
    display: none;
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0px;
    padding: 10px 8px;
    background: #3f3f3f;
    z-index: 999;
}

#nav-content ul li > ul a,
#nav-content ul li > div a {
    color: #FFFFFF;
    text-decoration: none;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block; /*カバーを表示*/
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); /*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
}

.widget-title {
    clear: none;
}

.entry-content{
    font-size: 14px;
    line-height: 32px;
}

.content-header{
    border-bottom: double 3px #506eb3;
    padding: 3px 0 6px 0;
    font-size: 18px;
    text-indent: 10px;
    font-weight: normal;

}

.page-content-row{
    border-bottom: dotted 1px #aaaaaa;
    margin: 0;
    width: auto;
}

.page-content-row2{
    border-bottom: dotted 1px #aaaaaa;
    margin: 20px 0 0 0;
    width: auto;
}

.page-content-row3{
    margin: 20px 0 0 0;
    width: auto;
}

.page-content-row2 h5{
    padding: 0;
    margin: 0;
}

.page-content-row2 p{
    padding: 0;
    margin: 10px 0 0 0;
}

.contact-col-text{
    padding: 6px 2px;
    font-size: 14px;
    color: #000000;
}

.contact-col-text-pre{
    font-weight: bold;
    /*border-left: solid 8px #506eb3;*/
}

.page-content-box{
    width: 85%;
    margin: 20px auto;
}

.breadcrumb_box{
    text-align: right;
    /*float: right;*/
    padding: 10px 10px 0 10px;
}

#breadcrumb{
    font-size: 13px;
    color: #000000;
}

#breadcrumb a{
    color: #000000;
    text-decoration: none;
}

#breadcrumb a:hover{
    color: #aaaaaa;
    text-decoration: underline;
}

.subheadmainimg{
    position: relative;
}

.subheadmainimgtext{
    position: absolute;
    top: 40px;
    left: 60px;
    font-size: 30px;
    color: #ffffff;
}

.page-content-box h5{
    font-size: 14px;
    font-weight: bold;
}

.page-content-box table{
    font-size: 12px;
    color: #000000;
}
.page-content-box table td{
    border: solid 1px #aaaaaa;
    padding: 6px;
}
.page-content-box table th{
    border: solid 1px #aaaaaa;
    background-color: #f0f0f0;
    padding: 6px;
}
.access_table table th{
    border: solid 1px #aaaaaa;
    background-color: #f0f0f0;
    padding: 30px;
    font-size: 14px;
    text-align: center;
    width: 150px;
}
.access_table table td{
    border: solid 1px #aaaaaa;
    padding: 18px;
    font-size: 14px;
}
#map_canvas_01,
#map_canvas_02,
#map_canvas_03 {
    width:100%;
    height: 250px;
    margin: 20px 0;
}

.p_up {
    margin:0;
    padding:5px;
    text-align:center;
    background-color:#fff;
}
.modal{
    opacity:0;
    display:none;
}
.modalBody{
    position: fixed;
    z-index:1000;
    background: #fff;
    width:500px;
    left:50%;
    top:50%;
    height:350px;
}
.modalBK{
    position: fixed;
    z-index:999;
    height:100%;
    width:100%;
    background:#000;
    opacity: 0.8;
}
.btns{
    cursor: pointer;
}
.close{
    cursor: pointer;
    text-align:right;
}
.modal{
    width:500;
    color: #fff;
}
.modalBody{
    padding: 10px;
    color: #000000;
}

.ex_img1 {
    width:520px;
    height:218px;
    margin:0 auto;
    text-align:left;
    overflow:hidden;
    background:url(./img/panelref1.jpg) no-repeat;
}
.ex_img2 {
    width:520px;
    height:172px;
    margin:0 auto;
    text-align:left;
    overflow:hidden;
    background:url(./img/panelref2.jpg) no-repeat;
}
.ex_img1 span,
.ex_img2 span {
    display:block;
    float:left;
}
.ex_img1 span a,
.ex_img2 span a {
    outline:none;
}

.ex_1 {
    width:62px;
    height:62px;
    margin:53px 8px 0 49px;
}
.ex_2 {
    width:62px;
    height:62px;
    margin:13px 180px 0 0;
}
.ex_3 {
    width:62px;
    height:62px;
    margin:15px 0 0 0;
}
.ex_4 {
    width:62px;
    height:76px;
    margin:74px 10px 0 98px;
}
.ex_5 {
    width:62px;
    height:75px;
    margin:74px 0 0 0;
}
.accountbox{
    float: right;
    display: inline-block;
    padding: 10px 0 0 0;
}
.loginbox_sp{
    position: static;
}
.loginbox_sp_box{
    width: 94%;
    text-align: right;
}
.loginbox{
    position: absolute;
    top: 0px;
    right: 20px;
}
.loginbox_text{
    display: inline-block;
    padding: 10px 0 0 0;
    color: #000;
    font-size: 12px;
    font-weight: bold;
}
.select_sys_p{
    margin: 0;
    padding: 0;
}
.select_sys_1_bg{
    background-image: url("./img/select_sys_1_0.png");
    background-size: 500px 193px;
    width: 500px;
    height: 193px;
    position: relative;
    margin: 10px 0 20px 0;
}
.select_sys_11_bg{
    background-image: url("./img/select_sys_1_1.png");
    background-size: 500px 193px;
    width: 500px;
    height: 193px;
    position: relative;
    margin: 10px 0 20px 0;
}
.select_sys_1_box{
    position: absolute;
    background-color: rgba(255,255,255,0.0);
}
.select_sys_1_0 {
    width: 45px;
    height: 60px;
    top: 95px;
    left: 0px;
}
.select_sys_1_1 {
    width: 45px;
    height: 60px;
    top: 95px;
    left: 50px;
}
.select_sys_1_2 {
    width: 65px;
    height: 60px;
    top: 95px;
    left: 100px;
}
.select_sys_1_3 {
    width: 80px;
    height: 60px;
    top: 95px;
    left: 170px;
}
.select_sys_1_4 {
    width: 95px;
    height: 60px;
    top: 95px;
    left: 255px;
}
.select_sys_1_5 {
    width: 115px;
    height: 60px;
    top: 95px;
    left: 355px;
}
.select_sys_1_6 {
    width: 70px;
    height: 80px;
    top: 5px;
    left: 95px;
}
.select_sys_1_7 {
    width: 80px;
    height: 80px;
    top: 5px;
    left: 170px;
}
.select_sys_0 img{
    width: 200px;
}
.select_sys_2 img{
    width: 200px;
}
.select_sys_img img{
    border: solid 4px #ccc;
}
.select_sys_img:hover img{
    opacity:0.7;
}
.select_sys_box h4{
    margin: 30px 0 15px 0;
}
.select_sys_button{
    font-size: 20px;
    width: 60px;
    height: 26px;
    font-weight: bold;
}
.materialtable th,td{
    font-size: 12px;
}
@media (max-width: 1200px) {
    .page-side-area{
        width: 220px;
        float: left;
    }

    .page-content-area{
        float: right;
        width: 70%;
    }
    .top-info-title-text{
        font-size: 14px;
    }

    ul.menu>li {
        float: left;
        text-align: center;
        width: auto;
        height: 70px;
        padding: 24px 15px;
    }
}

@media (max-width: 992px) {
    .page-side-area{
        width: 100%;
        float: none;
    }

    .page-content-area{
        float: none;
        width: 100%;
    }

    .aside-moritan-box{
        display: none;
    }

    .entry-header h1{
        font-size: 24px;
        text-indent: 5px;
        font-weight: bold;
    }

    .footsitemap-info{
        padding: 18px 0 32px 32px;
    }
    .footersitemap_1{
        border:none;
    }

    .footersitemap{
        border:none;
    }
    .access_table table th{
        border: solid 1px #aaaaaa;
        background-color: #f0f0f0;
        padding: 10px;
        font-size: 12px;
        text-align: center;
        width: 20px;
    }
    .access_table table td{
        border: solid 1px #aaaaaa;
        padding: 10px;
        font-size: 12px;
    }
    .top-info-title-text{
        font-size: 20px;
    }
    .topics-boxs {
        overflow-y: scroll; 
        height: 50vw;
    }
    .productlistsearchbox{
        display: none;
    }
    #nav-content ul li {
        padding: 8px 0px 8px 8px;
        border-bottom: dotted 1px #ffffff;
        width: 100%;
        height: 100%;
    }
    ul.menu>li {
        float: none;
        text-align: left;
    }

}
@media (max-width: 600px) {

    .materialtable th,td{
        font-size: 10px;
    }
    .select_sys_1_bg {
        background-image: url("./img/select_sys_1_0.png");
        background-size: 250px 97px;
        width: 250px;
        height: 97px;
        position: relative;
    }

    .select_sys_1_box {
        position: absolute;
        background-color: rgba(255, 255, 255, 0.0);
    }

    .select_sys_1_0 {
        width: 23px;
        height: 30px;
        top: 48px;
        left: 0px;
    }

    .select_sys_1_1 {
        width: 23px;
        height: 30px;
        top: 48px;
        left: 25px;
    }

    .select_sys_1_2 {
        width: 23px;
        height: 30px;
        top: 48px;
        left: 50px;
    }

    .select_sys_1_3 {
        width: 40px;
        height: 30px;
        top: 48px;
        left: 85px;
    }

    .select_sys_1_4 {
        width: 48px;
        height: 30px;
        top: 48px;
        left: 128px;
    }

    .select_sys_1_5 {
        width: 58px;
        height: 30px;
        top: 48px;
        left: 178px;
    }

    .select_sys_1_6 {
        width: 35px;
        height: 40px;
        top: 3px;
        left: 48px;
    }

    .select_sys_1_7 {
        width: 40px;
        height: 40px;
        top: 3px;
        left: 85px;
    }

    .select_sys_0 img {
        width: 200px;
    }

    .select_sys_2 img {
        width: 200px;
    }
    .page-container{
        margin-top: 20px;
    }
    .entry-content{
        font-size: 14px;
        line-height: 26px;
    }
    .page-content-box{
        width: 100%;
        margin: 20px auto;
    }
    .contact-col-text{
        padding: 0px 0px 0px 0px;
    }
    .contact-col-text-pre{
        padding: 8px 0px 0px 0px;
    }
    .select_sys_button{
        margin: 5px 0;
    }
    .breadcrumb_box{
        text-align: right;
        /*float: right;*/
        padding: 10px 0px 0px 0px;
    }

    #breadcrumb{
        font-size: 9px;
        color: #000000;
    }
    .moritanlistbox{
        width:160px;
        float:none;
        margin:10px auto 0px auto;
    }

}
@media (max-width: 400px) {
    #nav-drawer {
        margin-top: 37px;
    }

    .site-sm-image {
        height: 55px;
    }
    .floatbox{
        float: none;
    }
    .floatboxr{
        float: none;
        margin-top: 6px;
    }
    .paginationbox{
        height: 80px;
    }
    .content-header{
        border-bottom: double 3px #506eb3;
        padding: 3px 0 6px 0;
        font-size: 14px;
        text-indent: 0px;
        font-weight: normal;

    }
}
@media (max-width: 350px) {
    #nav-drawer {
        margin-top: 30px;
    }

    .site-sm-image {
        height: 45px;
    }
}
@media (min-width: 992px){
    .col-dd-1 {
        width: 3.33333%;
    }
    .col-dd-11 {
        width: 92.16333%;
    }
}
