body {
    font-size: 1em;
    line-height: 1.4;
}
.clearfix:before, .clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
.steps {
    background-color: #D4D4D4;
}
/*
    Common 
*/

.wizard, .tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden;
}
.wizard a, .tabcontrol a {
    outline: 0;
}
.wizard ul, .tabcontrol ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}
.wizard ul > li, .tabcontrol ul > li {
    display: block;
    padding: 0;
}
/* Accessibility */
.wizard > .steps .current-info, .tabcontrol > .steps .current-info {
    position: absolute;
    left: -999em;
}
.wizard > .content > .title, .tabcontrol > .content > .title {
    position: absolute;
    left: -999em;
}
/*
    Wizard
*/

.wizard > .steps {
    position: relative;
    display: none;
    padding: 15px;
border-radius:6px 6px 0px 0px ;
-moz-border-radius:6px 6px 0px 0px ;
-webkit-border-radius:6px 6px 0px 0px ;
}
.wizard.vertical > .steps {
    display: inline;
    float: left;
    width: 30%;
}
.wizard > .steps .number {
    font-size: 1.429em;
    display: none;
}
.wizard > .steps > ul > li {
    width: 7%;
    float: left;
    text-align: center;
}
.wizard > .steps > ul > li, .wizard > .actions > ul > li {
    float: left;
}
.wizard.vertical > .steps > ul > li {
    float: none;
    width: 100%;
}
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
    display: block;
    width: auto;
    margin: 0 3px 0;
    padding: 0 0;
    text-decoration: none;
}
.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    line-height: 26px;
    width: 26px;
    height: 26px;
    background: #FFF;
    color: #aaa;
    cursor: default;
    border-radius: 13px;/* CSS3草案 */
    -webkit-border-radius: 13px;/* Safari,Google Chrome用 */
    -moz-border-radius: 13px;/* Firefox用 */
    font-family: "Mplus 1p";
}
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    line-height: 26px;
    width: 26px;
    height: 26px;
    background: #86C129;
    color: #fff;
    cursor: default;
    border-radius: 13px;/* CSS3草案 */
    -webkit-border-radius: 13px;/* Safari,Google Chrome用 */
    -moz-border-radius: 13px;/* Firefox用 */
    font-family: "Mplus 1p";
}
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    line-height: 26px;
    width: 26px;
    height: 26px;
    background: #FFF;
    color: #aaa;
    border-radius: 13px;/* CSS3草案 */
    -webkit-border-radius: 13px;/* Safari,Google Chrome用 */
    -moz-border-radius: 13px;/* Firefox用 */
    font-family: "Mplus 1p";
}

/*
.wizard > .steps .error a, .wizard > .steps .error a:hover, .wizard > .steps .error a:active {
    background: #ff3111;
    color: #fff;
}
*/

.wizard > .content {
    display: block;
    margin: 0;
    min-height: 0;
    overflow: hidden;
    position: relative;
    width: auto;
}
.wizard.vertical > .content {
    display: inline;
    float: left;
    margin: 0;
    width: 65%;
}
.wizard > .content > .body {
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}
.wizard .content {
    min-height: 200px;
}
.wizard .content > .body {
    width: 100%;
    height: auto;
    padding: 0px;
    position: relative;
    /*
    フェードの場合は relative
    スライドの場合は absolute
    */
}
.wizard > .content > .body ul {
    list-style: disc !important;
}
.wizard > .content > .body ul > li {
    display: list-item;
}
.wizard > .content > .body > iframe {
    border: 0 none;
    width: 100%;
    height: 100%;
}
.wizard > .actions {
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    background-color: #FFFFFF;
    border-radius:0px 0px 6px 6px ;
-moz-border-radius:0px 0px 6px 6px ;
-webkit-border-radius:0px 0px 6px 6px ;
}
.wizard.vertical > .actions {
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}
.wizard > .actions > ul {
    display: inline-block;
    text-align: right;
    padding-top: 15px;
    padding-bottom: 20px;
}
.wizard > .actions > ul > li {
    margin: 0 0.5em;
}
.wizard.vertical > .actions > ul > li {
    margin: 0 0 0 1em;
}
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    display: block;
    text-decoration: none;
}
.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
    background: #eee;
    color: #aaa;
}
.wizard > .loading {
}
.wizard > .loading .spinner {
}
.wizard > .actions .disabled {
    display: none;
}
.previous {
    /* カスタマイズにより削除  style.cssに記述*/
}
.next {
    /* カスタマイズにより削除  style.cssに記述*/
}
.finish {
    /* カスタマイズにより削除  style.cssに記述*/
}
