@charset "utf-8";

/* CSS Document */

.img_titleA {
    background: url(../img/house_well_image.png) top left no-repeat;
    background-size: cover;
}

.img_titleA-pc {
    background: url(../img/booster_image-pc.png) top left no-repeat;
    background-size: cover;
}

.img_titleA-sp {
    background: url(../img/booster_image-sp.png) top left no-repeat;
    background-size: cover;
}

.img_titleB-pc {
    background: url(../img/estimated_type_image-pc.png) top left no-repeat;
    background-size: cover;
}

.img_titleB-sp {
    background: url(../img/estimated_type_image-sp.png) top left no-repeat;
    background-size: cover;
}

#main_title p,
#main_title-pc p,
#main_title-sp p {
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
}

.img_titleC {
    background: url(../img/circulation_pump_image.png) top left no-repeat;
    background-size: cover;
}

.img_titleD {
    background: url(../img/combination_well_image.png) top left no-repeat;
    background-size: cover;
}

.img_titleE {
    background: url(../img/constant_pressure_image.png) top left no-repeat;
    background-size: cover;
}

.img_titleF {
    background: url(../img/drainage_pump_image.png) top left no-repeat;
    background-size: cover;
}

.img_titleG {
    background: url(../img/hot_water_image.png) top left no-repeat;
    background-size: cover;
}

.img_titleH {
    background: url(../img/house_deepwell_image.png) top left no-repeat;
    background-size: cover;
}

.img_titleI {
    background: url(../img/panel_image.png) top left no-repeat;
    background-size: cover;
}

.img_titleJ {
    background: url(../img/pressure_device_image.png) top left no-repeat;
    background-size: cover;
}

.img_titleK {
    background: url(../img/scooping_pump_image.png) top left no-repeat;
    background-size: cover;
}

.img_titleL {
    background: url(../img/water_pump_image.png) top left no-repeat;
    background-size: cover;
}

#main .products {
    margin: 20px auto 30px;
    padding: 10px 0 10px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}

.products table {
    border-collapse: separate;
    border-spacing: 4px;
    margin: 0 auto;
    width: 100%;
}

.products table tr th {
    background-color: #CCC;
    text-align: left;
}

.products h3 {
    font-size: 16px;
    color: #3954a4;
    font-weight: bolder;
    padding: 5px 0;
    border-bottom: 5px solid #3954a4;
}

.products_p {
    float: left;
    margin: 10px 10px 0 0;
}

#main .products .products_p .p_box {
    text-align: center;
}

.products_p .p_icon {
    text-align: center;
    margin-top: 10px;
}

#main .products .spec {
    float: right;
    margin-top: 10px;
}

#main .products .spec02 {
    clear: both;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #666;
    padding-top: 5px;
    padding-bottom: 5px;
}

.products .spec02 table {
    border-collapse: separate;
    border-spacing: 4px;
    clear: both;
    margin-bottom: 15px;
}

.products .spec02 table tr th {
    background-color: #CCC;
}

.products .spec02 table th,
td {
    border: 1px solid #999;
    padding: 0.5em;
    vertical-align: middle;
}

.products .spec02 table th,
td {
    border: 1px solid #999;
    padding: 0.5em;
}

.products .spec02 table tr th:first-child {
    width: 30%;
}

.products ol {
    padding-left: 1.1em;
    margin: 10px 0 10px 10px;
    font-weight: bold;
    color: #3954a4;
}

.products ol li {
    list-style-type: decimal;
}

.products ol li p {
    font-weight: bold;
    margin-top: 5px;
}

.comment {
    background: url(../img/circle_bg.gif) no-repeat left 2px;
    padding-left: 1em;
    font-weight: normal;
    color: #333;
}

.notice {
    color: #F00;
    margin-top: 0px;
    font-size: small;
    font-weight: bold;
    display: block;
}

.products h4 {
    font-weight: bold;
    color: #FFFFFF;
    border: 1px solid #f60;
    padding: 3px 0 3px 3px;
    background-color: #f60;
}


/* ########### 420px以下 ########### */

@media only screen and (max-width: 420px) {
    .table-wrap {
        overflow: auto;
        position: relative;
    }
    .table-wrap:before {
        content: "\00898B\003048\00306A\003044\0090E8\005206\00306f\005de6\0053f3\00306b\0030b9\0030af\0030ed\0030fc\0030eb\003067\00304d\00307e\003059";
        /* 文字化け対策のためUnicode変換 */
        color: #fff;
        font-size: 12px;
        background-color: #e07903;
        position: absolute;
        top: 0px;
        border-radius: 5px;
        padding: 0.05em 0.5em;
    }
    .products .spec02 table {
        padding-top: 20px;
    }
}


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

@media only screen and (max-width: 599px) {
    #content #main .products_p {
        float: none;
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
    #content #main .products .products_p .p_box {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    #content #main .products_p .p_icon {
        width: 70%;
        margin-right: auto;
        margin-left: auto;
    }
    #content #main .products .spec {
        float: none;
        width: 100%;
    }
    .img_titleA-pc,
    .img_titleB-pc {
        display: none;
    }
    .img_titleA-sp,
    .img_titleB-sp {
        display: block;
    }
}


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

@media only screen and (max-width: 768px) {
    .products {
        width: 100%;
    }
    .products table tr th {
        width: 30%;
    }
    .products_p {
        width: 30%;
        margin-right: 2%;
        margin-left: 0;
        margin-bottom: 15px;
    }
    #main .products .products_p .p_box {
        width: 100%;
    }
    .products_p .p_icon {
        width: 100%;
    }
    .products .spec {
        width: 68%;
    }
}


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

@media (min-width: 769px) {
    .products {
        width: 700px;
    }
    .products table tr th {
        width: 192px;
    }
    .products_p {
        width: 250px;
    }
    #main .products .products_p .p_box {
        width: 250px;
    }
    .products_p .p_icon {
        height: 130px;
        width: 250px;
    }
    .products .spec {
        width: 440px;
    }
    .products h4 {
        width: 437px;
    }
    .img_titleA-pc,
    .img_titleB-pc {
        display: block;
    }
    .img_titleA-sp,
    .img_titleB-sp {
        display: none;
    }
}
