@charset "utf-8";

/*
html form select{
    width: auto;
    max-width: none;
}
*/

html .logo_col{
    width: auto;
}

html a.text-logo, html a.text-logo:hover{
    font-size: 1.5em;
}

.no_record {
    text-align: center;
}

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

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

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

.delete_label, .delete_label:visited{
    color: #900;
}

/************************************************************************
****	メッセージボックス
************************************************************************/

.message_box{
    border-width: 2px;
    border-style: solid;
    margin: 1em 0;
    padding: 0.5em 0.5em 0.5em 0;
    font-size: 110%;
    text-align: left;
}

.message_box_success{
    border-color: #03a9f4;
    background-color: #e6f7fe;
    color: #000;
}

.message_box_info{
    border-color: #999;
    background-color: #eee;
    color: #000;
}

.message_box_error{
    border-color: #c00;
    background-color: #fee;
    color: #000;
}


/************************************************************************
****	ボタン
************************************************************************/

.the_button, .button-primary, .button-secondary {
    display: inline-block;
    text-decoration: none;
    border-radius: 0.25em !important;
    padding: 0.25em 1em !important;
    margin: 0.5em 0;
    cursor: pointer;
    font-size: 100%;
    border: none;
    line-height: 150%;
}

.the_button {
    background-color: #999;
    color: #fff !important;
}

.button-primary {
    background-color: #4caf50;
    color: #fff;
}

.button-secondary {
    background-color: #999;
    color: #fff;
}

.button-commit {
    background-color: #f80;
    color: #fff;
}

.button-delete {
     background-color: #a00;
     color: #fff;
 }

.the_button:hover, button-primary, .button-secondary:hover {
    background-color: #449c47;
    text-decoration: none;
}


.the_button i, button-primary i, .button-secondary i{
    color: inherit;
}

/*.logout_button, .to_mypage_button {*/
/*    display: inline-block;*/
/*}*/

.logout_button {
    float: right;
    margin-right: 4px;
}

.to_mypage_button {
    float: left;
}

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

.the_button_edit_basic_info {
    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;
    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;*/
/*}*/

/*.jp{
	display: inline-block;
	color: #777;
	font-size: 87.5%;
}

.en{
	display: inline-block;
}*/

/*.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 1px 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;
}

.submit {
    margin: 5px;
}

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

span.detail {
    background-color: #003a91;
    color: #fff;
    padding: 0.5em 1em;
    display: inline-block;
    clear: none;
    cursor: pointer;
}

.kessai_form {

}

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

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

.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;
    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: 0;
    margin: 0;
    border: none;
}

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

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

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

/*.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{
    margin: 1em auto;
    border-collapse: collapse;
    border-width: 2px;
    border-style: solid;
    width: 99.9%;
}

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

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

.the-table td{
    width: auto;
    vertical-align: middle;
    padding: 5px;
    text-align: left;
    border-width: 1px;
    border-style: solid;
    min-height: 1.5em;
    white-space: normal;
    word-break: break-all;
}

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

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

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

.the-table{
    border-width: 2px;
    border-style: solid;
    border-color: #666;
}

.the-table th, .the-table td{
    border: #ccc 1px solid;
    padding: 0.5em;
}

.the-table th{
    background-color: #eee;
}

.the-table input[type="text"], .the-table input[type="password"], html .the-table select, .radio_button, .check_button{
    background-color: #ffe;
}

.radio_button, .check_button {
    border-radius: 0.25em;
    padding: 0 0.5em;
    border: #ebe9eb 1px solid;
    line-height: 2em !important;
    display: inline-block;
    margin-right: 1em;
}