@charset "utf-8";

body {
    display: block;
    box-sizing: border-box;
    width: 100% !important;
    overflow-x: hidden;
}

#Header {
    display: block;
    z-index: 1;
    background: none;
    position: fixed;
    height: 64px;
    clear:both;
    background-color: white;
}

#HeaderInner {
    display: block;
    width: 100% !important;
    position: sticky;
}
#Logo {
    display: block !important;
    width: 100% !important;
    clear: both !important;
    padding: 8px 0 5px;
}
#Logo a {
    display: block;
    width: 100% !important;
    text-align: center;
}
#Hnavi {
    margin: 0 auto;
    width: auto;
    position: static;
    display: none;
}

#Hnavi li {
    display: block;
    width: calc(100% / 3 - 30px) !important;
    padding: 6px 15px 4px;
    border-top: thin solid #cccccc;
}

#GlobalNavi {
    margin: 0 auto;
    width: auto;
    position: static;
    display: none;
    height: auto;
    background: url('../images/bg_gnavi.gif') left bottom;
}
#GlobalNavi li {
    width: 50%;
    height: 42px;
    margin: 0 auto;
    background: url('../images/bg_gnavi.gif');
    text-align: center;
}

#GlobalNavi li a {
    display: block;
    width: 100%;
    height: 42px;
}

#ContentsInner {
    width: calc(100% - 30px);
    margin: 0 15px;
    padding: 15px 0;
}

#ContentsInner #ContentsRight {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 5px;
}

#ContentsInner #ContentsLeft {
    display: none;
    width: 100%;
}
#Footer {
    width: calc( 100% - 30px );
}

#FooterInner {
    width: 100%;
    padding: 0;
}

.left-green {
    width: 100%;
    background: url(../images/bg_contents_foot.gif) left bottom no-repeat;
    background-size: cover;
}
.left-green h2{
    background-size: contain;
}

.top-green {
    background: white;
    width: 100%;
}

.top-green h2 {
    background-size: contain;
}

#medialists {
    width: calc(100% - 30px)
}
.media-list {
    width: 100%;
}

.media-list-inner {
    width: 100%;
}

.news-list dd {
    text-align: justify;
}
.contents-box {
    width: 100%;
}

.contents-box .news-list {
    width: calc(100% - 30px);
    padding: 0 15px;
    margin: 0;
}

#FooterInner #Fnavi {
    width: calc( 100% - 30px );
    margin: 0 15px;
    box-sizing: border-box;
}

.left-navi-box {
    width: calc(50% - 5px);
    float: left;
    margin-left: 5px;
    background-size: cover;
}

.left-navi-box h3 {
    background-size: contain;
}
#Footer {
    width: 100%;
 }
#FooterInner {
    width: 100%;
}
#FooterInner .fleft,
#FooterInner .fright {
    margin-top: 15px;
    width: 100%;
    text-align: center;
}

img {
    max-width: 100% !important;
    height: auto;
}

.fbox-01 .fright,
.fbox-02 .fright,
.fbox-01 .fleft,
.fbox-02 .fleft {
    width: 100% !important;
    text-align: justify;
}

.fbox-01 .fright img,
.fbox-02 .fright img {
    float: right;
}

table.normal-table {
    width: 100% !important;
}

table.normal-table th {
    width: 40% !important;
    display: table-cell;
}

table.normal-table td {
    width: 60% !important;
    display: table-cell;
}

.products-navi {
    width: 100% !important;
    padding: 0 !important;
}

.products-navi li {
    float: left;
    width: calc(50% - 6px) !important;
}

#media-list-2nd .media-list .fright {
    display: block;
    width: calc(100% - 90px) !important;
}
#media-list-2nd .media-list {
    width: 100% !important;
}

#page {
    min-height: 0px !important;
    margin-bottom: 0px;
}

#page.manual .page-inner h3 {
    font-size: 1.25em;
}
#Wrapper .mobile-nav .drawer-hamburger {
    position: fixed;
    z-index: 10;
    top: 0;
    display: block;
    box-sizing: content-box;
    width: 2rem;
    padding: 0;
    padding: 18px .75rem 30px;
    -webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
    transition: all .6s cubic-bezier(.19,1,.22,1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: 0;
    outline: 0;
    background-color: rgba(255,255,255,0.8);
    border-top: 3px solid #6eb92b;
}

#Wrapper .mobile-nav .drawer-hamburger:hover {
    background-color: rgba(255, 255, 255, 0.8);
    border-top: 3px solid #6eb92b;
}
.drawer-nav {
    z-index: 10;
}
.mobile-nav {
    display: block;
}

ul#menu-drawer-menu > li > a {
    font-size: 1.2em;
    color: white;
    background-color: #6eb92b;
    display: block;
    width: 100%;
    padding: 5px 0;
    border-bottom: thin solid white;
    text-decoration: none;
}

ul#menu-drawer-menu > li > ul > li > a {
    font-size: 1em;
    color: #666666;
    display: block;
    width: 100%;
    padding: 5px 0;
    text-decoration: none;
    border-bottom: thin solid #cccccc;
}
#MainImage {
    margin-top: 64px;
}

.category-image p {
    text-indent: -9999px;
}
.category-image {
    display: block;
    margin-top: 64px;
}

#Banner {
    display: block !important;
    background-color: #cccccc;
    text-align: center;
    padding: 15px;
}

#Banner p {
    width: 232px;
    margin: 0 auto;
}

#page h1 {
    background-size: contain;
    font-size: 1.5em;
    padding: 20px 0 10px;
}

#page h1 span {
    margin: 0 20px;
}

.single-manual #ContentsInner {
    width: calc(100% - 20px);
    margin: 0 10px;
    padding: 10px 0;
}

#page.manual .page-inner img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#page.manual .page-inner img.alignleft,
#page.manual .page-inner img.alignright {
    float: none;
    margin-left:auto;
    margin-right: auto;
    width: 100%;
    height: auto;
}

#medialists .media-list {
    width: calc(100% - 15px);
    padding: 0;
}

#medialists .media-list-inner {
    width: 100%;
}

#medialists .media-list .fright {
    width: calc(100% - 100px);
    text-align: justify;
    margin-left: 15px;
    float: left;
}

#page.manual ul.pure-menu-list {
    margin-left: 3em;
}

#page.manual .page-inner {
    padding: 0 20px;
}

.download {
    font-size: 85%;
}

#page.manual .page-inner div.wp-caption {
    width: 100% !important;
    max-width: 100% !important;
    margin: 20px 0;
    float:none;
}

#page.manual .page-inner ul li div.wp-caption {
    width: 100% !important;
    max-width: 100% !important;
    margin: 20px 10px;
}