/* ------------------------------------------------------------------------- */
/* ローディング */
/* ------------------------------------------------------------------------- */
.jLoading {
    z-index  : 15001;
    display  : none;
    position : fixed;
    top      : 0px;
    left     : 0px;
    width    : 50%;
    height   : 50%;
}
.jLoading>div {
    position : absolute;
    bottom: -80px;
    right : -200px;

    width : 400px;
    margin : 0 auto;
    padding: 16px 8px;
    /*background-color : #FFF;*/
    /* -CSS3/ ------------------------------------ */
/*
    border-radius         : 4px;
    -moz-border-radius    : 4px;
    -webkit-border-radius : 4px;
    box-shadow            : #999 0px 1px 4px;
    -moz-box-shadow       : #999 0px 1px 4px;
    -webkit-box-shadow    : #999 0px 1px 4px;
*/
    /* -/CSS3 ------------------------------------ */
}
.jLoadingBackground {
    display  : none;
    position : fixed;
    top      : 0px;
    left     : 0px;
    width    : 100%;
    height   : 100%;
    z-index  : 15000;
    background-color : #FFF;
    filter: alpha(opacity=60);
    -moz-opacity:0.60;
    opacity:0.60;
}
.jLoadingTimeBackground {
    display  : none;
    position : fixed;
    top      : 0px;
    left     : 0px;
    width    : 100%;
    height   : 100%;
    z-index  : 15000;
    background : url("../img/time_bg.png");
    filter: alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
}
.jLoading table {
    /*display: none;*/
    border-collapse : collapse;
    width : 100%;
    border: none;
    margin: 8px 0 0;
}
.jLoading table>tbody>tr>td {
    padding : 0 0 0 4px;
    vertical-align : center;
    text-align : center;
    border     : none;
    font-size  : 13px;
    font-weight: bold;
    color      : #333;
    /* -CSS3/ ------------------------------------ */
    text-shadow : #EEE 1px 1px 2px;
    /* -/CSS3 ------------------------------------ */
}
.jLoadingImage {
    height: 24px;
    background : url('../img/loading.gif') no-repeat center center;
}
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
