html, body {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    font-size: 14px;
}

img {
    border: 0;
}

a:link {
    color: #000;
    text-decoration: none;
}

a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

a:active {
    color: #000;
    text-decoration: none;
}

.wrapper {
    width: 800px;
    background-color: #fff;
    margin: auto;
}

.title {
    background-image: url("//ap-statics.loas.jp/mm2/official/images/reg_title.png");
    width: 800px;
    height: 150px;
    margin-top: 50px;
}

.contents {
    width: 790px;
    background-color: #aaaaaa;
    margin-top: 20px;
    padding: 5px;
}

.info_area {
    width: 100%;
    height: 100%;
    background-color: #dcdcdc;
}

.info_title {
    font-size: 35px;
    line-height: 87px;
    text-align: center;
    font-weight: bolder;
}

.step_info {
    height: 80px;
    width: 600px;
    margin: auto;
}

.step_info2 {
    background-image: url("//ap-statics.loas.jp/mm2/official/images/step2.png");
}

.step_info3 {
    background-image: url("//ap-statics.loas.jp/mm2/official/images/step3.png");
}

.step_title {
    height: 30px;
    width: 600px;
    margin: 40px auto 10px auto;
}

.step_title2 {
    background-image: url("//ap-statics.loas.jp/mm2/official/images/step2_title.png");
}

.step_title3 {
    background-image: url("//ap-statics.loas.jp/mm2/official/images/step3_title.png");
}

.info_table {
    width: 600px;
    margin: auto;
    line-height: 20px;
    padding-bottom: 30px;
}

table {
    border-collapse: collapse;
}

table, td, th {
    border: 1px solid #b2b2b2;
    height: 40px;
}

.step2_table {
    width: 600px;
    padding-top: 5px;
}

.step2_table th {
    background-color: #e7e7e7;
    width: 150px;
    font-size: 13px;
    font-weight: bolder;
    text-align: left;
    padding-left: 5px;
}

.step2_table td {
    background-color: #fff;
    font-size: 13px;
    text-align: left;
    padding-left: 20px;
    padding-right: 5px;
}

.step_button {
    width: 200px;
    height: 30px;
    margin: 18px auto 50px auto;
    cursor: pointer;
}

.step_button2 {
    background-image: url("//ap-statics.loas.jp/mm2/official/images/reg_conf_button.png");
}

.step3_button {
    background-image: url("//ap-statics.loas.jp/mm2/official/images/reg_comp_button.png");
}

.footer {
    font-size: 15px;
    text-align: center;
    margin-bottom: 30px;
}

.error_info {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    margin-top: 30px;
    color: #ff0000;
}

.terms_title {
    text-align: center;
    font-weight: bolder;
}

.confirm_area {
    width: 480px;
    height: 60px;
    background-color: #eeeeee;
    margin: 15px auto 0 auto;
    text-align: center;
    line-height: 30px;
}

.button_area {
    margin: 20px auto 20px auto;
    width: 500px;
    height: 50px;
}

.step_button3 {
    width: 200px;
    height: 30px;
    background-image: url("//ap-statics.loas.jp/mm2/official/images/reg_repare_button.png");
    float: left;
    cursor: pointer;
}

.step_button4 {
    width: 200px;
    height: 30px;
    background-image: url("//ap-statics.loas.jp/mm2/official/images/reg_agree_button.png");
    float: left;
    margin-left: 100px;
    cursor: pointer;
}

.step_confirm_title2 {
    background-image: url("//ap-statics.loas.jp/mm2/official/images/step2_confirm_title.png");
}

.profile {
    text-decoration: underline !important;
    color: #8cb9c3 !important;
}