@charset "UTF-8";

/*
===========================================================================
|           site common style
===========================================================================
*/

/*----------------------------------------------------------------------
/   motorIndex
/----------------------------------------------------------------------*/
#interiorIndex{
    background: #000;
    color:#333;
}
#interiorIndex #mainImage{
    width:50%;
    float:left;
    display: block;
}
#interiorIndex #mainImage img{
    width:80%;
    display: block;
    margin:0 auto;
}

#interiorIndex #introduction{
    background: transparent;
    color:#ccc;
    border:none;
    overflow: hidden;
    padding-bottom:0;
}
#interiorIndex #introduction div.copy{
    width:38%;
    padding:2% 10% 0 0;
}
#interiorIndex #introduction h1{
    color:#fff;
    margin:0 0 35px 0;
}
#interiorIndex #introduction h1 img{
    width: 70%;
    margin:0 auto;
    display: block;
}
#interiorIndex #introduction h2{
    color:#b09565;
}

#interiorIndex div.subSection{
    width:49.6%;
    margin:0 0.2% 0.4% 0.2%;
    background: #fff;
    float:left;
    box-sizing: border-box;
    padding: 2%;
    border-radius: 6px;
    box-shadow: 0 0 6px rgba( 0, 0, 0, 0.1);
}
#interiorIndex div.subSection h2{
    color:#432e07;
    font-size:130%;
    margin-bottom:6px;
}
#interiorIndex div.chair {
    padding:  0;
    margin:0 0 20px 0;
}
#interiorIndex div.chair#eurochair{
    background: #000;
}
#interiorIndex div.chair img{
    width:50%;
    margin: 0 auto;
    display: block;
}
#interiorIndex div.caster {
    padding: 30px 0;
}
#interiorIndex div.caster img{
    width:50%;
}
/*=====================================================
    device
=======================================================*/

/*
    TAB
    */
@media screen and (max-width: 991px) {
    #interiorIndex #introduction{
        height:auto;
        background-size:60% auto;
        background-position: left 50%;
        padding: 30px 0 0 0;
    }
    #interiorIndex #introduction div.copy{
        width:50%;
        padding:0;
    }
    #interiorIndex #mainImage{
        width: 50%;
    }
    #interiorIndex #mainImage img{
        width:100%;
    }
    section{
        padding:20px 0;
    }
}


/*
    SPHONE
    */
@media screen and (max-width: 479px) {
    #interiorIndex #mainImage{
        display: none;
    }
    #interiorIndex div.subSection{
        float: none;
        width:auto;
    }
    body #introduction div.copy h1{
        position: static;
    }
    #interiorIndex #introduction{
        background:none;
    }
    #interiorIndex #introduction h1 img{
        width: 70%;
        margin:0 auto;
        display: block;
    }
    #interiorIndex #introduction div.copy{
        float:none;
        width:auto;
        padding:3%;
    }
    #interiorIndex section{
        padding:0;
    }
    #interiorIndex div.subSection{
        padding: 4%;
        margin:0 0 5px 0;
    }
    #interiorIndex div.subSection p{
        margin:0;
    }
}


