@charset "utf-8";
@import "default.css";

/* CSS Document */

body {
    font-size: small;
    color: #333333;
    border-top: 6px solid #FF9900;
}

#wrapper {
    margin-left: 15px;
    margin-right: 15px;
}

i {
    padding-right: 4px;
}
.gnav_sp {
    display: none;
}
#copy strong {
    font-size: 16px;
    color: #666;
    font-weight: normal;
}

#copy p {
    font-size: 14px;
    margin-bottom: 20px;
}

#content {
    margin-bottom: 30px;
    overflow: hidden;
}

#main_title,
#main_title-pc,
#main_title-sp {
    border: 1px solid #3954a4;
}

aside {
    margin-bottom: 15px;
}

.tile_block {
    display: none;
}

#page-top {
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: 10px;
    right: 10px;
    width: 120px;
    padding: 20px 10px;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.tel-banner {
    bottom: 80px;
    position: fixed;
    z-index: 999;
    right: 15px;
    display: block;
}

.mr0 {
    margin-right: 0!important;
}

.mt15 {
    margin-top: 15px!important;
}

.mb15 {
    margin-bottom: 15px;
}

.center {
    text-align: center;
}

.bottom {
    margin-bottom: 15px;
}

.bottom0 {
    vertical-align: top;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.small {
    font-size: 85%;
    margin-top: 2px;
}

.clear {
    display: none;
}


/*** LeftSide ****************************************************************************/

#leftbox {
    float: left;
    width: 200px;
    margin-right: 10px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

.side-0 img {
    width: 100%;
    height: auto;
}

.side-4 img {
    width: 100%;
}

.side-4 p {
    font-size: 13px;
    line-height: 1.4em;
}

.sidemenu ul {
    margin: 0;
    padding: 0;
}

.sidemenu li a,
.sidemenu h3 a {
    display: block;
    padding: 10px;
    border-bottom: dotted 1px #ddd;
    font-size: 14px;
    text-decoration: none;
}

.sidemenu .side-1_title a {
    border-bottom: none;
}

.sidemenu li a:hover {
    background-color: #eee;
}

.sidemenu li:last-child {
    margin-bottom: 10px;
}
#leftbox_sp {
    display: none;
}


/*** パンくず **************************************************************************/

#path {
    font-size: 85%;
    background: url(../img/path.gif) no-repeat left center;
    margin: 0 0 10px 0;
    padding-left: 15px;
}

#path ol li {
    display: inline;
}

#path ol li {
    background: url(../img/arrow4.gif) no-repeat right center;
    padding-right: 15px;
}

#path ol li:last-child {
    background: none;
}

#path h2 {
    display: inline;
}


/*** ボタン部分 **************************************************************************/

#bottan {
    display: block;
    overflow: hidden;
    margin: 30px auto 20px;
    width: 674px;
}

#bottan ul {
    width: 684px;
}

#bottan li {
    float: left;
    width: 332px;
    margin: 0 10px 0 0;
}

.osize {
    max-width: 100%;
}


/*** Footer ****************************************************************************/

footer {
    width: 100%;
}

footer ul {
    width: 100%;
    display: block;
}

.footer-inner {
    margin-bottom: 10px;
    overflow: hidden;
}

.footer-inner ul {
    height: 61px;
    width: 100%;
}

.footer-inner ul li {
    float: left;
    width: 32.666666%;
    margin-right: 1%;
}

.footer-inner ul li img {
    width: 100%;
    height: auto;
}

.footer-inner li:last-child {
    margin-right: 0px;
}

footer .corp {
    text-align: center;
    margin: 10px 0;
}

footer .corp ul {
    display: block;
}

footer .corp li {
    display: inline-block;
}

footer p {
    margin-top: 5px;
    text-align: center;
}

footer .footer_inquiry {
    width: 100%;
    clear: both;
}

.footer_inquiry img {
    width: 100%;
}

address {
    text-align: center;
}


/*** メーカー部分 **************************************************************************/

#maker {
    width: 100%;
    display: block;
}

#maker img {
    width: 100%;
}

#maker ul li {
    width: 24.25%;
    float: left;
    margin-right: 1%;
}

#maker li:nth-child(4) {
    margin-right: 0px;
}

#maker:after {
    content: "";
    clear: both;
    display: block;
}

/* ########### 599px以下 ########### */

@media only screen and (max-width: 599px) {
    #maker ul li {
        width: 49.5%;
        float: left;
        margin-right: 1%;
    }
    #maker li:nth-child(even) {
        margin-right: 0px;
    }
    .tile_block .tile {
        width: 49.5%;
        float: left;
        margin-right: 1%;
        margin-bottom: 5px;
    }
    .tile_block li:nth-child(even) {
        margin-right: 0;
    }
    #content #bottan li {
        float: none;
        margin-top: 10px;
        margin-right: 0;
        width: 100%;
        text-align: center;
    }
}


/* ########### 767px以下 ########### */

@media only screen and (max-width: 767px) {
    .header-inner {
        display: none;
    }
    .header-inner-sp {
        display: block;
        margin-top: 15px;
    }
    header #top-sp {
        text-align: center;
    }
    #logo-sp {
        width: 100%;
        margin: 0 auto;
    }
    #freedial-sp {
        width: 100%;
        margin: 0 auto;
    }
    #logo-sp img,
    #freedial-sp img {
        width: 100%;
    }
}


/* ########### 768px以下 ########### */

@media only screen and (max-width: 768px) {
    .header-inner {
        display: none;
    }
    .header-inner-sp {
        display: block;
        margin-top: 15px;
    }
    header #top-sp {
        text-align: center;
    }
    #logo-sp {
        width: 100%;
        margin: 0 auto;
    }
    #freedial-sp {
        width: 100%;
        margin: 0 auto;
    }
    #logo-sp img,
    #freedial-sp img {
        width: 100%;
    }

    /*** nav **************************************************************************/
    .gnav {
        display: none;
    }
    .gnav_sp {
    position: fixed;
    float: left;
    width: 100%;
    background: #3954a4;
    display: none;
    top: 0;
    left: 0;
    z-index: 9999;
}

.gnav_sp li a{
    float: left;
    width: 100%;
    padding: 1em 0;
    margin: 0;
    text-align: left;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    text-transform: uppercase;
}


    /*** LeftSide **************************************************************************/
    .side-0 {
        display: none;
    }
    #leftbox {
        display: none;
    }
    #leftbox_sp {
    position: fixed;
    float: left;
    width: 100%;
    background: #3954a4;
    display: none;
    top: 0;
    left: 0;
    z-index: 9999;

}
.lists {
    padding: 15px;
    width: 100%;
}
.list_close{
    background:#FF9900;
    text-align:right;
    padding:5px 15px;
    cursor:pointer;
    font-size: 13px;
    color: #fff;
}

#leftbox_sp li a{
    float: left;
    width: 100%;
    padding: 1em 0;
    margin: 0;
    text-align: left;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    text-transform: uppercase;
}

    /*** Main **************************************************************************/
    #main {
        float: left;
        width: 100%;
    }
    #main_title,
    #main_title-pc,
    #main_title-sp {
        height: 80px;
        width: 100%;
        margin-bottom: 15px;
    }
    .img_title-pc {
        display: none;
    }
    .img_title-sp {
        display: block;
    }
    #sub_title,
    #sub_title2 {
        height: 40px;
        width: 100%;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-left: 10px solid #3954a4;
        display: table;
    }
    #sub_title h1,
    #sub_title2 h1 {
        display: table-cell;
        vertical-align: middle;
        padding-left: 16px;
        font-size: 16px;
        font-weight: bold;
    }
    /*** タイル **************************************************************************/
    .tile_block {
        width: 100%;
        margin-top: 15px;
        display: block;
    }
    .tile {
        width: 24.25%;
        float: left;
        margin-right: 1%;
    }
    .tile img {
        display: block;
        width: 100%;
        height: auto;
        vertical-align: top;
    }
    .tile a {
        display: block;
        background-color: #3954a4;
        color: #fff;
        text-align: left;
    }
    .tile_block li:last-child {
        margin-right: 0;
    }
    .tile h3 {
        margin-top: 0;
        margin-bottom: 0;
        padding: 10px 10px;
        font-weight: bold;
    }
    /*** ボタン部分 **************************************************************************/
    #bottan {
        width: 100%;
    }
    #bottan ul {
        width: 100%;
    }
    #bottan li {
        width: 49%;
        margin-right: 2%;
        text-align: center;
    }
    #bottan li:last-child {
        margin-right: 0;
    }
}


/* ########### 769px以上 ########### */

@media print,screen and (min-width: 769px) {
    #wrapper,
    #content,
    #main_title,
    .header-inner,
    footer {
        max-width: 960px;
        margin: 15px auto;
    }
    #main_title {
        margin-top: 0px;
    }
    #content {
        width: 960px;
        margin-bottom: 30px;
        overflow: hidden;
    }
    /*** header *****************************************************************************/
    .header-inner {
        display: block;
        height: 130px;
        width: 960px;
        position: relative;
    }
    .header-inner-sp {
        display: none;
    }
    header #top {
        font-size: 99%;
        margin-top: 10px;
        line-height: 2em;
    }
    .head_link {
        position: absolute;
        left: 800px;
        top: 5px;
        width: 160px;
        text-align: right;
    }
    #logo {
        position: absolute;
        top: 30px;
    }
    #freedial {
        position: absolute;
        left: 564px;
        top: 30px;
    }
    /*** Nav **************************************************************************/
    .global_menu,
    .gnav {
        width: 100%;
        margin: 15px auto 15px;
        padding: 0;
    }
    .global_menu ul,
    .gnav ul {
        display: table;
        border-collapse: collapse;
        width: 100%;
    }
    .global_menu li,
    .gnav li {
        position: relative;
        display: table-cell;
        min-width: 137px;
        vertical-align: bottom;
    }
    .global_menu:after,
    .gnav li:after {
        content: '';
        display: block;
        position: absolute;
        left: -1px;
        right: 0;
        bottom: -6px;
        height: 6px;
        background: #3954a4;
    }
    .global_menu li:first-child:after,
    .gnav li:first-child:after {
        left: 0;
    }
    .global_menu li:hover,
    .gnav li:hover {
        background-color: #dcdddd;
    }
    .global_menu li:hover:after,
    .gnav li:hover:after {
        background: #3954a4;
        z-index: 1;
    }
    .global_menu li a,
    .gnav li a {
        display: block;
        padding: 8px 0 5px;
        text-align: center;
        border-right: 1px solid #3954a4;
        text-decoration: none;
        color: #3954a4;
    }
    .global_menu li:first-child a,
    .gnav li:first-child a {
        border-left: 1px solid #3954a4;
    }
    .global_menu li:last-child a,
    .gnav li:last-child a {
        border-right: 1px solid #3954a4;
    }
    /*** Main **************************************************************************/
    #main {
        float: left;
        width: 750px;
    }
    #main_title,
    #main_title-pc,
    #main_title-sp {
        height: 80px;
        width: 750px;
        margin-bottom: 15px;
    }
    .img_title-pc {
        display: block;
    }
    .img_title-sp {
        display: none;
    }
    #sub_title,
    #sub_title2 {
        height: 40px;
        width: 750px;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-left: 10px solid #3954a4;
        display: table;
    }
    #sub_title h1,
    #sub_title2 h1 {
        display: table-cell;
        vertical-align: middle;
        padding-left: 16px;
        font-size: 16px;
        font-weight: bold;
    }
    /*** Footer **************************************************************************/
    footer {
        width: 960px;
    }
    footer ul {
        width: 960px;
    }
    .footer-inner ul {
        width: 960px;
    }
    .footer-inner ul li a {
        display: block;
        width: 314px;
        height: 61px;
        margin-right: 9px;
    }
    footer .footer_inquiry {
        width: 960px;
    }
    /*** メーカー部分 **************************************************************************/
    #maker {
        width: 960px;
    }
    #maker ul li {
        width: 231px;
        margin-right: 12px;
    }
    #maker ul .maker_left {
        width: 231px;
        margin-right: 0;
    }
    /*** グローバルメニュー&サイドメニュー **************************************************************************/
    .global_menu,
    .slide_btn1,
    .slide_btn2,
    .gnav_sp,
    #leftbox_sp {
    display:none;
    }
}
/*** プリント用 **************************************************************************/
@media print {
    section {
        display: block;
        page-break-before: always;
    }
    #leftbox,
    #main {
        display: table-cell;
    }
    pre code {
        page-break-after: always;
    }
    p a,
    code,
    pre {
        word-wrap: break-word;
    }
    /* img {display:none;} */
    pre a[href]:after {
        content: "";
    }
    pre abbr[title]:after {
        content: "";
    }
    pre .ir a:after,
    pre a[href^="javascript:"]:after,
    pre a[href^="#"]:after {
        content: "";
    }
    .no-print {
        display: none;
    }
    body {
        -webkit-print-color-adjust: exact;
        width: 1000px;
        margin-left:auto;
        margin-right: auto;
    }
    .header-inner-sp {
        display: none;
    }
    .img_title-sp {
        display: none;
    }
    .slide_btn1,
    .slide_btn2,
    .gnav_sp,
    #leftbox_sp {
    display:none;
    }
    @page {
        margin-top: 0.4cm;
        margin: 0.5cm;
        size:portrait;
    }
}

