﻿/*-------------------------------▼▼ウィザードのスタイル▼▼------------------------------------*/
* {
}
.innerform {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.content {
    background-repeat:no-repeat;
    margin-top:20px;
}

.imgleft {
    position:relative;
}

.imgright {
    position:relative;
}

.imgleft * {
    line-height:0;
}

.imgright * {
    line-height:0;
}

.imgleft div{
    position:absolute;
    background-image:url(../images/btn_jitsurei.png);
    background-repeat:no-repeat;
    width:150px;
    height:25px;
}

.imgright div{
    position:absolute;
    background-image:url(../images/btn_jitsurei.png);
    background-repeat:no-repeat;
    width:150px;
    height:25px;
}
