@charset "utf-8";

/*===============================================*
 **    error_form
 **===============================================*/
#error_form {
    margin: auto;
    width: 350px;
    border: 1px solid #c5c5c5;
    margin-top: 10px;
    margin-bottom: 20px;
}

#error_form h3 {
    background-color: #FFFF67;
    color: #FF0B00;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0.5em 0 0.5em 1em;
}

/*===============================================*
 **    login_form
 **===============================================*/
#login_form {
    margin: auto;
    width: 350px;
    border: 1px solid #c5c5c5;
    margin-top: 10px;
    margin-bottom: 20px;
}

#login_form h3 {
    background-color: #63707B;
    color: #ffffff;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0.5em 0 0.5em 1em;
}

#login_input {
    padding: 10px;
}

#login_input img {
    display: block;
    padding: 10px 0;
}

#login_input input,
#login_input select {
    display: block;
    font-size: 1.4em;
    margin: 5px 0;
}

#login_input input[type=text],
#login_input input[type=password] {
    width: 95%;
}

/*===============================================*
 **    password_form
 **===============================================*/
#password_form {
    margin: auto;
    width: 350px;
    border: 1px solid #c5c5c5;
    margin-top: 10px;
    margin-bottom: 20px;
}

#password_form h3 {
    background-color: #63707B;
    color: #ffffff;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0.5em 0 0.5em 1em;
}

#password_input {
    padding: 10px;
}

#password_input img {
    padding: 10px 0;
}

#password_input input,
#password_input select {
    display: block;
    font-size: 1.4em;
    margin: 5px 0;
}

#password_input input[type=text],
#password_input input[type=password] {
    width: 95%;
}

/*===============================================*
 **    select_form
 **===============================================*/
#select_form {
    margin: auto;
    width: 600px;
    border: 1px solid #c5c5c5;
    margin-top: 10px;
    margin-bottom: 20px;
}

#select_form h3 {
    background-color: #63707B;
    color: #ffffff;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0.5em 0 0.5em 1em;
}

#select_form p {
    font-size: 1.2em;
    font-weight: bold;
    margin: 10px;
}

/*===============================================*
 **    setting_form
 **===============================================*/
#setting_form {
    margin: auto;
    width: 500px;
    border: 1px solid #c5c5c5;
    margin-top: 10px;
    margin-bottom: 20px;
}

#setting_form h3 {
    background-color: #63707B;
    color: #ffffff;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0.5em 0 0.5em 1em;
}

#setting_topalert {
    padding: 10px;
}

#setting_topalert p{
    font-size: 1.1em;
    font-weight: bold;
}

#setting_topalert input,
#setting_topalert select {
/*    margin: 5px 0;*/
}

#setting_topalert select {
    width: 150px;
}

#setting_topalert table {
    width: 100%;
    text-align: center;
    border: none;
}

#setting_topalert table tr,
#setting_topalert table td {
    border: none;
}

#setting_topalert table .topalert_selectbox {
    height: 13em;
}

#setting_topalert table .topalert_text_button {
    width: 2em;
    height: 2em;
}

#setting_topalert ul {
    margin-left: 1em;
}

#setting_topalert li {
    list-style: none;
}


