@charset "UTF-8";

.imgCommon img {
	width: 100%;	
}
.imgCommon2 >div{
	width: 50%;
	float: left;	
}
/*--------------------contents1--------------------*/
#contents01 #left{
	position: relative;
}
#contents01 #right{
	position: relative;
}
#contents01 #left a{
    position: absolute;
    display: block;
    width: 68%;
    left: 5%;
    top: 5%;
}
#contents01 #right a{
    position: absolute;
    display: block;
    width: 68%;
    right: 6%;
    top: 3%;
}

#contents_btn01,#contents_btn02,#contents_btn03{
	position: relative;
}

#contents_btn01 a{
    position: absolute;
    display: block;
    width: 52%;
    left: 24%;
    top: 0%;
}

#contents_btn02 a{
    position: absolute;
    display: block;
    width: 53%;
    left: 23%;
    top: 0%;
}

#contents_btn03 a{
    position: absolute;
    display: block;
    width: 56%;
    left: 21%;
    top: 0%;
}

}