@charset "utf-8";
/*=============================================================
 feature Layout
=============================================================*/
#contents .box-clm2 .boxLeft img{margin-right: 1%;}
#contents .box-clm2 .boxRight img{margin-right: 1%;}
#contents figure img{
    width: 98%;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px){
    #contents .box-clm2 .boxLeft img{margin-right: 0;}
    #contents .box-clm2 .boxRight img{margin-right: 0;}
    #contents figure img{
        width: 100%;
    }

}
@media only screen and (max-width:408px){
}
