@charset "UTF-8";

/* v1.00 メニューなし */

/* =============================================================================
 * header
 * ========================================================================== */
/* header */
header{
    height: 30px;
    background-color: #192f60;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    position: sticky;
    top: 0;
    padding: 0 10px;
}

/* site_name */
header div#site_name{
    margin: 0 10px 0 0;
}

/* page_title */
header div#page_title{
    margin: 0 auto 0 0;
}

/* =============================================================================
 * main
 * ========================================================================== */
/* main */
main{
    min-height: calc(100vh - 55px);
    background-color: #efefef;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    padding: 20px 10px 10px 10px;
}

/* =============================================================================
 * footer
 * ========================================================================== */
/* footer */
footer{
    height: 25px;
    background-color: #000000;
    color: #ffffff;
    line-height: 23px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    padding: 2px 10px 0 10px;
}

/* version */
div#version{
    font-size: 12px;
}

/* copyright */
div#copyright{
    font-size: 12px;
}

/* =============================================================================
 * cont
 * ========================================================================== */
/* cont100 */
div.cont100{
    width: 100%;
    margin: 0 10px;
}

/* cont600 */
div.cont600{
    width: 600px;
    margin: 50px auto 0 auto;
}

/* =============================================================================
 * box
 * ========================================================================== */
/* box_normal */
div.box_normal{
    background-color: #ffffff;
    border: 1px #c0c0c0 solid;
    border-top: 2px #192f60 solid;
    padding: 20px 0 30px 0;
    margin: 10px 0;
}

div.box_normal div.box_title{
    font-size: 24px;
    margin: 0 20px;
}

div.box_normal div.box_main{
    margin: 30px 20px 0 20px;
}

div.box_normal div.box_message{
    color: #dc143c;
    margin: 30px 20px 0 20px;
}

div.box_normal div.box_button{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    margin: 50px 20px 0 20px;
}

div.box_normal div.box_login{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    margin: 50px 20px 0 20px;
}

/* box_error */
div.box_error{
    background-color: #ffffff;
    border: 1px #c0c0c0 solid;
    border-top: 2px #192f60 solid;
    color: #dc143c;
    padding: 20px 0 30px 0;
    margin: 10px 0;
}

div.box_error div.box_title{
    font-size: 24px;
    margin: 0 20px;
}

div.box_error div.box_main{
    margin: 30px 20px 0 20px;
}

div.box_error div.box_button{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    margin: 50px 20px 0 20px;
}

/* =============================================================================
 * ボタン
 * ========================================================================== */
/* 150×35 */
a.btn150035{
    width: 150px;
    height: 35px;
    background-color: #38b48b;
    border-radius: 3px;
    font-size: 13px;
    text-align: center;
    line-height: 35px;
    display: inline-block;
}
a.btn150035:link{background-color: #38b48b;color: #ffffff;}
a.btn150035:visited{background-color: #38b48b;color: #ffffff;}
a.btn150035:hover{background-color: #2f9976;color: #ffffff;}
a.btn150035:active{background-color: #2f9976;color: #ffffff;}

/* =============================================================================
 * フォーム
 * ========================================================================== */
/* form_marks_off */
table.form_marks_off{
    width: 100%;
}

table.form_marks_off td{
    border: none;
    padding: 10px 0;
}

table.form_marks_off td.title{
    width: 200px;
}

table.form_marks_off td.value{
    width: calc(100% - 200px);
}

/* size */
input.form_full{
    width: 100%;
}

/* =============================================================================
 * 
 * ========================================================================== */


/* =============================================================================
 * 
 * ========================================================================== */


/* =============================================================================
 * 
 * ========================================================================== */


