

body{
    background-color: #fff;
}
#wrap{
    display: block;
}



/*--------------------------------
             #footer
--------------------------------*/
.isMobile #wrap #footer .copy{
  margin-right: 55px;
}

.isMobile #wrap #footer{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 70;
}

/*--------------------------------
               common
--------------------------------*/
.transparent {
    zoom: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}

/*-------------------------------
         .index_A-image
-------------------------------*/
.index_A-image{
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    z-index: 10;
}
.index_A-image img{
    width: 365px;
    height: auto;
}
.isMobile .index_A-image{
    width: 80%;
    margin: 0 auto 0 auto;
}
.isMobile .index_A-image img{
    width: 100%;
    height: auto;
}
