@charset "UTF-8";
/* CSS Document */
.fsAct {font-size: 100% !important;}
.entryStop {background-color: whitesmoke !important;}
.pd00 {padding: 0px !important;}

#tableLayoutEntry table, td, th {
    border: 1px solid #d4d4d4;
}
#tableLayoutEntry table {
    width: 100%;
    margin:10px 0;
    table-layout: fixed;
}
#tableLayoutEntry th {
    background-color: #35c5dc;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
}
#tableLayoutEntry td {
    padding:10px;
}
.disabled {
    background-color: #eee;
}

.entryForm table {
    width: 100%;
    margin: 10px 0;
    table-layout: fixed;
}
.entryForm th, td {
    padding:10px;
    border:1px solid #D4D4D4;
}
.entryForm th{
    width:140px;
    background:#f3f2ed;
    text-align: left;
    /*position: relative;*/
}
.entryForm input[type="text"]{
    width:400px;
}

.label {
    position: relative;
}
.error {
    color: #FF0000 !important;
    margin-top: 5px;
}
.required {
    color: #d90000;
    line-height: 14px;
    padding: 1px 5px;
    position: absolute;
    right: 0;
}
.btnUserDel {
    font-size: 14px !important;
    padding: 0 !important;
}
.w50 {
    width: 50px !important;
}
.w200 {
    width: 200px !important;
}

select {
    border:0;
    padding:8px;
    color:#666;
    border:solid 1px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

@media print {
    #head {
        position: absolute;
    }
}

.alert {
    color: #d90000;
    padding-left: 25px;
}




.w10 {
    width: 10px !important;
}
.w100 {
    width: 100px !important;
}
.w160 {
    width: 160px !important;
}
.w320 {
    width: 320px !important;
}
.message {
    color: #d90000;
}
.error-message {
    color: #d90000;
    font-size: 14px;
}
.entryForm textarea {
    height: 15em;
}
.btnCopy {
    font-size: 14px !important;
    padding: 0 !important;
}
.indent {
    text-indent: 1em;
}
.label_textarea {
    word-break: break-all;
}
.txt_c {
    text-align: center !important;
}
.required_guest {
    color: #d90000;
    line-height: 14px;
    padding: 1px 5px;
    /*right: 0;*/
}
#mainCont .listStyle04 {
    background: none;
}
#mainCont .listStyle04 li {
    list-style: none;
}
input[readonly=readonly] {  
/*    border: 1px solid #D3D3D3;
    color: #0a0809;*/
    background: #f3f2ed none repeat scroll 0 0; 
}
.lnH {
    line-height: 100%;
}

.posRel {
    position: relative;
}
.guide {
    position: absolute;
    right: 50px;
    top:10px;
    width: 300px;
}
.sympo_strong {
    color:#ff4500;
}

.btn_custom {
    background: #ffa500;
    border: 1px solid;
    color: #ffffff;
    padding: 15px 160px;
    text-decoration: none;
    font-weight: bold;
    font-size: 100%;
    color : white !important;
}
.btn_custom:hover {
    color: white;
    background: #ffd700;
}
.btn_custom_gray {
    background: #C0C0C0;
    border: 1px solid;
    color: #ffffff;
    padding: 15px 160px;
    text-decoration: none;
    font-weight: bold;
    font-size: 100%;
}
.btn_custom_gray:hover {
    color: white;
    background: #D3D3D3;
}
.btn_custom_pref_search {
    padding: 5px 15px;
}
.btn_custom_selected {
    padding: 5px 15px;
    background: #1580b5;
}
.btn_custom_selected:hover {
    background: #99d9f8;
}
.mb5 {margin-bottom: 5px !important;}
.mb0 {margin-bottom: 0px !important;}

textarea[readonly="readonly"], textarea[readonly] {
     background-color: #F5F5F5;
}

.tbl_orange {
    border: 3px solid #fad573;
    margin: 5px 0 30px;
}
.tbl_orange th, .tbl_orange td {
    border: 1px solid #fefedf;
    padding: 10px 15px;
    text-align: center;
    word-break: break-all;
}
.tbl_orange th {
    background: #fefedf none repeat scroll 0 0;
    color: #ff7f00;
    font-weight: normal;
    white-space: nowrap;
}
.fs20 {
    font-size: 20px !important;
    line-height: 1.2em;
}