@charset"UTF-8";

/*
# web : facta.co.jp
# file : login.css
# edit by : takano@facta.co.jp
# last update : 2010/09/14
*/

/*
# --------------------------------------------------------------------------------
# login-form
# --------------------------------------------------------------------------------
*/

#login-form {
    margin: 30px 20px 10px 20px;
    padding: 10px 10px 0 10px;
    background-color: #e9f6fb;
}

/* text */
#login-form p {
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1.6em;
    letter-spacing: 0.08em;
    color: #1b1b1b;
    padding: 10px 0;
}

#login-form p.note-red {
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1.7em;
    letter-spacing: 0.08em;
    color: #ff0000;
    margin: 10px 0 10px 0;
    padding: 0;
}

/* title */
#login-form h1 {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.6em;
    letter-spacing: 0.08em;
    color: #1b1b1b;
    margin-bottom: 10px;
}

/* subtitle */
#login-form h2 {
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: 0.06em;
    color: #1b1b1b;
    margin: 0 0 12px 0;
}

/* subhedding */
.login h3 {
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1.6em;
    letter-spacing: 0.08em;
    color: #1b1b1b;
    margin: 0 0 15px 0;
    padding-left: 5px;
    border-left: 3px solid #88acbd;
}

/* date & subcategory */
#login-form h6 {
    font-family: sans-serif;
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1.6em;
    letter-spacing: 0.08em;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px dotted #999999;
}

/* hr style */
#login-form hr.dash{
	margin-bottom: 15px;
	height: 1px;
	border: none;
	border-bottom: 1px dotted #999999;
}

/* login form */
#login-form input {
    margin-right: 5px;
    padding: 2px;
}

#login-form textarea {
    display: block;
    width: 360px;
}

#login-form select {
    margin-right: 5px;
    padding: 2px;
}

/* login table */
#login-form table {
    display: table;
    width: 520px;
    margin: 30px 5;
    padding: 10px 0;
    border-spacing: 0;
}

#login-form th {
    width: 160px;
    padding: 5px;
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.8em;
    letter-spacing: 0.09em;
    text-align: right;
    color: #1b1b1b;
}

#login-form th.message {
    width: 160px;
    padding: 15px 5px;
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.8em;
    letter-spacing: 0.09em;
    text-align: center;
    color: #cc0000;
}

#login-form td {
    padding: 5px;
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.8em;
    letter-spacing: 0.09em;
    color: #1b1b1b;
}
