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

/*------------------------------------------------------
　　　　　　　　　＊ CONTACT ＊
-------------------------------------------------------*/
.btn_contact {
    position: fixed;
    top: 65%;
    left: 0px;
    z-index: 9999;
    margin-top: -75px;
}
.btn_contact:hover {
	opacity: 0.8;	
}

.btn_contact2 {
    position: fixed;
    top: 65%;
    left: 0px;
    z-index: 9999;
    margin-top: 100px;
}
.btn_contact2:hover {
	opacity: 0.8;	
}













