@charset "utf-8";
/* --------------------------------------------------

	product

-------------------------------------------------- */

/*.column3Sec {
	margin: 0;
}*/
.column3Sec a {
    border: none;
}

.column3Sec a:hover {
    border-bottom: 1px dotted #000;
}

.column3Sec .buMore {
    margin-top: -1em;
    text-align: right;
}

.column3Sec .buMore span {
    border-bottom: 1px dotted #000;
}

.column3Sec.last {
    margin-bottom: 30px;
}

#productHead .prodNav {
    display: none;
}

section p {
    padding-left: 1em;

}

#productFoot {
    margin: 0 0 30px;
}

#productFoot .prodNav ul {
    border-top: 1px dotted #ccc;
}

#productFoot .prodNav ul li {
    border-bottom: 1px dotted #ccc;
}

#productFoot .prodNav ul li a {
    border: none;
    display: block;
    padding: 10px 0;
}

#productFoot .prodNav ul li.active {
    font-weight: bold;
}

/* --------------------------------------------------

	digitalprint

-------------------------------------------------- */

.digitalprint01 {
    display: block;
    margin: 0 auto 16px;
}

.ref {
    font-size: 10px;
    color: #666;
}

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

.exBox .ex {
    margin-bottom: 10px;
}

.exBox .arrow {
    height: 45px;
    background: url("../images/digitalprint/arrow02_sm.png") no-repeat center center;
    background-size: 35px 45px;
}

.exBox .arrow img {
    display: none;
}


/* --------------------------------------------------

	material

-------------------------------------------------- */

#materialList {
    margin: 20px 0 30px;
}

#materialList li {
    margin-bottom: 10px;
    padding-left: 20px;
    background: url("../images/material/materiallist.gif") no-repeat left center;
}

#materialList a {
    border: none;
}

#materialList a:hover {
    text-decoration: underline;
}

.materialBox {
    margin: 0 0 30px;
}

.materialBox .raw {
    position: relative;
}

.materialBox .natural {
    position: absolute;
    top: 0;
    right: 0;
}

.natural img {
    width: 43px;
}

.materialBox .arrow {
    height: 110px;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 300px 110px;
    background-image: url("../images/material/color.png");
}

#glass02 .arrow {
    background-image: url("../images/material/color_pattern.png");
}

#artificial .arrow {
    background-image: url("../images/material/arrow.png");
}

#white .arrow {
    background-image: url("http://sansui-ryokan.sbs/wp-content/themes/fuji/images/material/pattern.png");
}

.materialBox .arrow img {
    display: none;
}

.materialBox .itemBox {
    position: relative;
}

.materialBox .item a {
    position: absolute;
    right: 5px;
    bottom: 5px;
    display: block;
    width: 80px;
    border: none;
}

.itemSup {
    text-align: right;
}


/* --------------------------------------------------

	nonwoven

-------------------------------------------------- */

.sup {
    font-size: 10px;
}



@media screen and (min-width: 768px) {
    /* --------------------------------------------------

	product

    -------------------------------------------------- */

    #productHead {
        overflow: hidden;
    }

    #productHead h1 {
        float: left;
    }

    #productHead .prodNav {
        display: block;
        float: right;
    }

    #productHead .prodNav ul {
        overflow: hidden;
    }

    #productHead .prodNav ul li {
        float: left;
        padding-left: 2em;
        line-height: 43px;
        border: none;
    }

    .prodNav ul li.active {
        font-weight: bold;
    }

    #productHead .prodNav ul li a {
        border: none;
    }


    #productFoot {
        margin: 30px auto;
        border-bottom: 1px dotted #ccc;
        text-align: center;
    }

    #productFoot .prodNav ul li {
        display: inline-block;
        padding: 0 3em;
        border-bottom: none;
    }

    /* --------------------------------------------------

	digitalprint

    -------------------------------------------------- */

    .digitalprint01 {
        display: inline;
        float: right;
        margin: 0 0 16px 16px;
    }

    .ref {
        text-align: right;
    }

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

    .exBox ul li {
        display: table-cell;
        vertical-align: middle;
    }

    .exBox .ex {
        margin-bottom: 0x;
    }

    .exBox .arrow {
        height: auto;
        background: none;
    }

    .exBox .arrow img {
        display: block;
    }


    /* --------------------------------------------------

	material

    -------------------------------------------------- */

    #materialList {
        overflow: hidden;
        display: table;
        width: auto;
        margin: 40px auto;
    }

    .materialList01,
    .materialList02 {
        display: table-cell;
    }

    .materialList01 {
        padding-right: 100px;
    }

    #materialList ul li {
        margin-bottom: 10px;
        padding-left: 20px;
        background: url("../images/material/materiallist.gif") no-repeat left center;
    }

    #materialList ul li a {
        border: none;
    }


    .materialBox {
        margin: 0 0 30px;
    }

    .materialBox ul {
        position: relative;
    }

    .materialBox ul li {
        display: table-cell;
        vertical-align: middle;
    }

    .materialBox .raw {
        width: 35%;
    }

    .materialBox .natural {
        position: absolute;
        top: 10px;
        left: -20px;
        right: auto;
    }

    .natural img {
        width: 64px;
    }

    .materialBox .arrow {
        width: 25%;
        background: none !important;
    }

    .materialBox .arrow img {
        display: block;
    }

    .materialBox .item {
        width: 40%;
    }

    .materialBox .item img {
        width: 100%;
    }


    /* --------------------------------------------------

	nonwoven

    -------------------------------------------------- */

    .sup {
        float: left;
    }

    .conText {
        float: right;
    }
}

@media screen and (min-width: 1024px) {
    /* --------------------------------------------------

	product

    -------------------------------------------------- */

    .column3Sec .buMore {
        display: none;
    }

    .column3Sec a:hover p {
        text-decoration: underline;
    }

    /* --------------------------------------------------

	material

    -------------------------------------------------- */

    .materialBox .raw {
        width: 300px;
    }

    .materialBox .natural {
        position: absolute;
        top: 10px;
        left: -20px;
        right: auto;
    }

    .natural img {
        width: 86px;
    }

    .materialBox .arrow {
        width: 240px;
    }

    .materialBox .item {
        width: 420px;
    }

}