@charset 'utf-8';

body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
    background-color: #39f;
}

a {
    color: #36f;
}

a:hover {
    color: #33c;
}

a:visited {
    color: #90f;
}

#main {
    width: 900px;
    margin: 0 auto;
    background-color: #fff;
    background-image: url('../img/handai_logo.gif');
    background-repeat: no-repeat;
    background-position: right bottom;
    overflow: hidden;
    border: 3px solid #33c
}

/********************
header
********************/
#header {
    position: relative;
    width: 100%;
    vertical-align: middle;
    height: 80px;
    margin-top: 20px;
}

#header_logo {
    position: absolute;
    left: 20px;
}

#header_title {
    position: absolute;
    font-size: 18pt;
    vertical-align: middle;
    bottom: 0;
    right: 10px;
    color: #39f;
}

/********************
top_page
*********************/
#top_page_wrapper {
    margin: 50px auto;
    position: relative;
    width: 640px;
    height: 480px;
    background-image: url(../img/bosetsu3.jpg);
    background-repeat: no-repeat;
    border-radius: 30px;        /* CSS3草案 */  
    -webkit-border-radius: 30px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 30px;   /* Firefox用 */
}

#top_page {
    width: 80%;
    height: 400px;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#top_page > dl {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 10px;
    margin-right: 10px;
}

#top_page > dl dd{
    margin-bottom: 30px;
}

/********************
contents
********************/
#contents {
    clear: both;
    padding: 20px;
}

#headline {
    font-size: 14pt;
    color: #33c;
}

#headline_name {
    font-size: 12pt;
    color: #33c;
}

#explanation {
    margin-top: 20px;
}

.require {
    color: #f03;
}

.no_require {
    margin-right: 1em;
}
.advertise {
    color: #f03;
}

.part_headline {
    color: #39f;
    font-size: 14pt;
    border-bottom: 2px solid #39f;
}

#submit_button {
    text-align: center;
}

/*****************
form
*****************/

.errorlist > li {
    color: #f03;
}

#id_sei {
    width: 70px;
}

#id_mei {
    width: 70px;
}

#id_previous_family_name {
    width: 70px;
}

.zipcode_readonly {
    background-color: #ccc;
    color: #fff;
    cursor: default;
}

#id_zipcode_1 {
    width: 80px;
}

#id_zipcode_1_use_master {
    width: 80px;
}

#id_zipcode_1_abroad {
    width: 80px;
}

#id_address_1 {
    width: 200px;
}

#id_address_1_use_master {
    width: 200px;
}

#id_tel_1 {
    width: 110px;
}

#id_fax_1 {
    width: 110px;
}

#id_cellphone_1 {
    width: 110px;
}

#id_cellphone_2 {
    width: 110px;
}

#id_mail_1 {
    width: 250px;
}

#id_mail_2 {
    width: 250px;
}

#id_mail_3 {
    width: 250px;
}

#id_mail_4 {
    width: 250px;
}

#id_employment_name {
    width: 300px;
}

#id_employment_zipcode {
    width: 80px;
}

#id_employment_zipcode_abroad {
    width: 80px;
}

#id_employment_address {
    width: 200px;
}

#id_employment_tel {
    width: 110px;
}

#id_employment_fax {
    width: 110px;
}

#id_zipcode_2 {
    width: 80px;
}

#id_zipcode_2_abroad {
    width: 80px;
}

#id_address_2 {
    width: 200px;
}

#id_tel_2 {
    width: 110px;
}

#id_fax_2 {
    width: 110px;
}

#id_web_page {
    width: 300px;
}

#id_remarks {
    width: 300px;
    height: 100px;
}

#id_remarks_to_manager {
    width: 300px;
    height: 100px;
}

#id_password {
    width: 150px;
}

#id_password_confirm {
    width: 150px;
}

/*******************
preview_list
*******************/

#search_form_explanation {
    color: #F90;
    cursor: pointer;
    border: solid 1px #f90;
    padding: 0 5px;
}

.search_list {
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 1em;
}

#id_username {
    width: 150px;
}

.list_table {
    border-collapse: collapse;
}

.list_table tr {
    line-height: 30px;
}

.list_table tr:nth-child(2n) {
    background-color: #eee;
}

.period_headline {
    color: #39f;
    font-size: 14pt;
    border-bottom: 2px solid #39f;
}

.list_id {
    width: 80px;
}

.list_shimei {
    width: 200px;
}

.list_last_update {
    width: 220px;
}

.list_is_dead {
    width: 150px;
    text-align: right;
}

.list_is_dead.not_master {
    width: 350px;
}

.secret {
    color: #999;
}

#back {
    clear: both;
    text-align: center;
}

#logout {
    text-align: center;
}

/*********************
master
*********************/
.list_password {
    width: 200px;
}

.set_password {
    color: #3f3;
}

.not_set_password {
    color: #f03;
}

.not_open {
    color: #f03;
}

#change_remarks {
    float: right;
}

#reset_password {
    float: right;
}

#compile_member {
    float: right;
}

#delete_member {
    float: right;
}

#change_is_dead{
    float: right;
}

#change_is_riji{
    float: right;
}

#headline_change_log {
    text-align: right;
    margin: 0;
}

#headline_login_log {
    text-align: right;
    margin: 0;
}

#headline_add_member {
    text-align: right;
    margin: 0;
}

#headline_get_member_mail_csv {
    text-align: right;
    margin: 0;
}

#headline_get_member_mail_str {
    text-align: right;
    margin: 0;
}


/*********************
register
*********************/
#id_register_mail {
    width: 300px;
}

#id_mail {
    width: 300px;
}

/*********************
change_log
*********************/
.list_change_date {
    width: 220px;
    vertical-align: top;
}

.list_change_shimei {
    width: 100px;
    vertical-align: top;
}

.list_change_id {
    width: 80px;
    vertical-align: top;
}

.list_log {
    width: 440px;
    word-break: break-all;
    vertical-align: top;
}

/*********************
login_log
*********************/
.list_login_date {
    width: 220px;
    vertical-align: top;
}

.list_login_shimei {
    width: 100px;
    vertical-align: top;
}

.list_login_id {
    width: 80px;
    vertical-align: top;
}
