@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      header.css
 Author:         Your Name (admin)
 Style Info:     ヘッダー、ナビゲーション
----------------------------------------------------------- */

/*--------------------------------------------------------------------------------------------------------*/
/*----------ログインページ------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------*/

body {
    margin: 0;
}

.logobox {
    width: 11%;
    margin: 13px;
}

.logobox img {
    width: 100%;
}
.login_box {
    width: 347px;
    height: 197px;
    background: #F2F2F2;
    margin: 30px auto;
}

.login_text {
    text-align: center;
    font-size: 25px;
    padding-top: 100px;
    font-weight: bold;
    color: inherit;
    letter-spacing: 4px;
}
.login_logo {
    width: 100%;
    border-bottom: 1px solid#ccc;
    border-top: 5px solid #06baf9;
}

#input_box {
}
#input_box_table {
    text-align: left;
    border: 0;
    width: 100%;
}
#input_box_table th{
	padding-top:3px;
	padding-bottom: 2px;
	height:auto;
	font-weight:normal;
	font-size:10pt;
}

#input_box_table td {
    height: auto;
    margin: 0 auto;
    display: block;
}

#input_box_table tr {
    margin: 10px 0;
    display: block;
}
.small {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

.login_input {
    width: 286px;
    height: 30px;
    padding: 3px 10px 3px;
    border: 1px solid #e3e3e3;
    font-size: 15pt;
    border-radius: 6px;
    font-size: 16px;
    margin: 0 auto;
    display: block;
}
#login_button {
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 20px;
    padding: 6px 10px;
    color: #fff;
    box-shadow: 0 2px 0 #408fb6;
    background: #06baf9;
    border: 0;
    border-radius: 6px;
    width: 286px;
	font-weight: bold;
}
