@charset "utf-8";

.form-table label {
    display: inline-block;
    margin-right: 1em;
    min-width: 4em;
}

.fade {
    opacity: 1 !important;
}

.no_record {
    text-align: center;
}

.hr,
.hr2 {
    border-top: none;
    border-bottom: #ccc 1px solid;
    margin: 0.5em -0.5em !important;
}

.radio_button {
    display: inline-block;
    margin-right: 1em;
}

select {
    margin-left: 0.25em;
}

.no_attachment {
    font-weight: bold;
    color: #c00;
}

.submit input {
    font-size: 115%;
}

.companion_simei,
.companion_country,
.kyoudou_simei,
.kyoudou_syozoku {
    width: 37.5%;
    font-weight: bold;
}

.the_button {
    display: inline-block;
    background-color: #e51;
    color: #fff;
    line-height: 1.0em;
    text-shadow: 1px 1px 1px #000;
    text-decoration: none;
    border-radius: 0.75em;
    border: #ddd 2px outset;
    padding: 0.125em 1em;
    margin-bottom: 1em;
    cursor: pointer;
}

.the_button:hover {
    background-color: #f73;
    color: #fff;
}

.logout_button,
.to_mypage_button {
    display: inline-block;
    background-color: #444;
    color: #fff;
    border-radius: 0.75em;
    padding: 0.25em 1em;
    line-height: 1.0em;
    font-size: 0.75em;
    text-decoration: none;
    margin-bottom: 1em;
    font-size: 110%;
}

.logout_button {
    float: right;
    background-color: #999 !important;
    margin-right: 4px;
}

.logout_button:hover {
    background-color: #d00 !important;
}

.to_mypage_button {
    float: left;
    background-color: #999 !important;
}

.to_mypage_button:hover {
    background-color: #06d !important;
}

.logout_button .jp,
.to_mypage_button .jp {
    color: #fff;
}

.the_button_edit_basic_info {
    font-size: 75%;
    float: right;
    font-weight: normal;
    background-color: #999;
}

.the_button_edit_basic_info:hover {
    background-color: #06d;
}

.the_button_add_new {
    padding: 0.5em 1em;
}

.the_button_attach {
    float: none;
    font-size: 1.0em;
    display: inline-block;
}

.the_button_cancel {
    margin-bottom: 0;
    margin-left: 2em;
    background-color: #999;
}

.the_button_cancel:hover {
    background-color: #c00;
}

.the_button .jp {
    color: #fff;
}

.error {
    border-width: 5px;
    border-style: solid;
    border-color: #fcc;
    margin-bottom: 1.0em;
    padding: 1.0em 1.0em 1.0em 1.0em;
}

.error ul {
    margin: 0 1em;
    padding: 0 1em;
}

.info {
    border-width: 5px !important;
    border-style: solid !important;
    border-color: #ccc !important;
    margin-bottom: 1.0em !important;
    padding: 1.0em 1.0em 1.0em 1.0em !important;
}

.info ul {
    margin: 0 1em;
    padding: 0 1em;
}

.form_format_frame {
    margin: 0 !important;
    border-width: 0 !important;
    background: none !important;
    width: auto !important;
}

.form_format_frame .cell {
    padding: 0 !important;
    border-width: 0 !important;
    background: none;
    vertical-align: middle;
}

.date_selector {
    border-collapse: collapse;
    margin: 0 !important;
    border-width: 0 !important;
    display: inline !important;
}

.date_selector th,
.date_selector td {
    padding: 0 0.25em 0 0 !important;
    border-width: 0 !important;
    vertical-align: middle !important;
    border: none !important;
}

.form_format_frame td input,
.form_format_frame td select {
    margin-top: 0;
    margin-bottom: 0;
}

.attached_file {
    line-height: 2em;
}

.attached_file_br {
}

.widefat td {
    vertical-align: middle;
}

.submit {
    margin: 5px;
}

.note {
    font-size: 90%;
    display: block;
    float: none;
    margin: 0;
}

span.detail {
    font-size: 85%;
    background-color: #999 !important;
    color: #fff;
    border-radius: 0.75em;
    border: #666 1px solid;
    padding: 0.333em 1em;
    display: inline-block;
    clear: none;
    cursor: pointer;
    float: left;
}

.kessai_form {
    display: inline !important;
}


/************************************************************************
****	基本テーブル
************************************************************************/

.form {
    margin: 5px;
    border-collapse: collapse;
    margin-bottom: 25px;
}

.form th {
    width: 25%;
    padding: 5px 3px;
    border-width: 1px;
    border-style: solid;
    font-weight: bold;
    vertical-align: top;
    white-space: nowrap;
}

.form td {
    padding: 5px 3px;
    border-width: 1px;
    border-style: solid;
    font-weight: normal;
    vertical-align: middle;
    white-space: nowrap;
    text-align: left;
    border-width: 1px;
    border-style: solid;
}

.form table {
    width: 100%;
}

.form table td {
    padding: 0px;
    margin: 0px;
    border: none;
}

.hint {
    display: block;
    color: #666;
    margin: 0px;
}

.hissu {
    color: #c00;
    clear: none;
}

.download {
    background-image: url(../images/download.gif);
    background-repeat: no-repeat;
    background-position: 100% 0%;
    padding: 5px 30px 5px 0px;
    line-height: 24px;
}

.submit {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

fieldset.maildb {
    margin: 0 0 20px 0;
    padding: 10px;
    display: block;
}

fieldset.maildb legend {
    font-weight: bold;
    padding: 0 10px;
    display: block;
}

/************************************************************************
****	フォーム用テーブル
************************************************************************/

.the-table,
.widefat {
    margin: 1em auto;
    border-collapse: collapse;
    border-width: 2px;
    border-style: solid;
    width: 99.9%;
}

.the-table th,
.widefat th {
    width: 25%;
    vertical-align: top;
    text-align: left;
    padding: 5px 10px;
    border-width: 1px;
    border-style: solid;
    font-weight: bold;
}

.the-table thead th {
    border-bottom-width: 3px;
    border-bottom-style: double;
}

.the-table td,
.widefat td {
    width: auto;
    vertical-align: middle;
    padding: 5px;
    text-align: left;
    border-width: 1px;
    border-style: solid;
    min-height: 1.5em;
}

.the-table td textarea,
.widefat td textarea {
    font-size: inherit;
}

.the-table td input[type="text"],
.the-table td input.text,
.widefat td input[type="text"],
.widefat td input.text {
    font-size: inherit;
}

.the-table td option,
.widefat td option {
    font-size: inherit;
}