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



.iconbtn {
    position: absolute;
    z-index: 300;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 100%;
    height: 100%;
/*    background: url(../../images/btn_kaisei_head.png) no-repeat;*/
    background: url(../../images/btntest.png) no-repeat;
}

.iconkaiseibtn {
    position: absolute;
    z-index: 300;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(../../images/btn_kaisei_head.png) no-repeat;
}


.iconyokohamabtn {
    display: block;
    position: absolute;
    z-index: 300;
    top: 25px;
    left: 590px;
/*    display: inline-block;*/
    width: 20%;
    height: 25%;
    background: url(../../images/btn_yokohama_head.png) no-repeat;
}


