@charset "UTF-8";
/* =============================================

system.css

==============================================*/
div.flash_error{
        color:#900;
    font-weight:bold;
    font-size:16px;
    margin-top:10px;
}
.error-message{
    color:#900;
    font-weight:bold;
    font-size:16px;
    margin-top:10px;
}

.error-message:before{
    content:'※'
}
.m_pager .e_list li.current{
background-color: #5d8fc2;
color: #fff;
}

.m_pager .e_list .e_li{
border-radius: 3px;
padding: .5rem 1rem;
background-color: #ddd;
}

span.display-column{
    //white-space:nowrap;
    margin-right:20px;
}
input[type="radio"] {
    margin-right:5px
}

.checkbox{ float:left; margin:0 12px 4px 0; white-space:nowrap;}
.checkbox label{ margin-left:5px}
.clear{clear:both}
.transit{ font-size:0.9em;}
p.subTitle, span.subTitle{ font-weight:bold; }
.DestinationRow:last-child{ margin-bottom:20px;}
div.separator{height:20px; clear:both}

#nodata{
    text-align:center; padding:20px 0 50px 0;font-weight:bold;
}
/* .required{
color:#F00;
font-size:13px;
} */
#flashMessage {
    top:0 !important;
    clear: both;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 0 0;
    background: #900;
    #background: #e19600;
    padding: 55px 15px 45px 15px;
    text-align:center;
    z-index:99999 !important;
    position:fixed;
    width:100%;
     height:65px !important;
     filter: alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;
}
div.no_exist_file{
    padding:0px 20px;
}