﻿@charset "UTF-8";
/* CSS Document */

.buttonbox_er {
    position: relative;
    top: 210px;
    width: 620px;
    margin-left: auto;
    margin-right: auto;

    text-align: center;
        
    clear: both;
}
.buttonbox_er input {
    height: 30px;
}
    
.contents_error {
    position: absolute;
    top: 370px;
    right: 20px;
    width: 500px;
    margin-left: auto;
    margin-top: 10px;
    margin-right: auto;
        
    border: #000000 1px solid;
    background-color: #ffffff;
    text-align: left;

    padding: 10px;
}
