﻿.err_area_red 
{
    font-size:14.66px;
    white-space:nowrap;
    color:red;
    padding-left:15px;
}

/* エラーInputフォーム */
.input_err{
    background-color:#FFAAAA;
}

.date-holiday .ui-state-default {
    background-image: none;
    background-color: #FF9999
}

.date-saturday .ui-state-default {
    background-image: none;
    background-color: #66CCFF
}

body {
    /*background-image: url('../Images/tileback.jpg');*/
    font-family: Meiryo UI,Meiryo,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,ＭＳ Ｐゴシック,Osaka,sans-serif;
    font-size: 14.666px;
}

#ui-datepicker-div {
    z-index: 9999 !important;
}
thth {
    height: 28px;
    font-size: 14.666px;
    text-align: center;
    background-color: #A4C6FF;
    border: 1px solid #a5a5a5;
    border-bottom-style: none;
}
.row {
    margin-top: -15px;
    margin-left: -15px;
}
/* 英数字 */
.txt_disabled_24 {
    height: 24px;
    ime-mode: disabled;
    border: solid 1px gray;
}
/*半角カナ*/
.txt_auto_24 {
    height: 24px;
    ime-mode: auto;
    border: solid 1px gray;
}
/* テキストボックス*/
/* 日本語入力 */
.txt_active_24 {
    height: 24px;
    ime-mode: active;
    border: solid 1px gray;
}
.footBtn {
    background-color: #E0E0E0;
    display: inline-block;

    zoom: 1;
    line-height: 30px;
    width: 120px;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    margin-left: 15px;
    cursor: pointer;
    border: 1px solid #E0E0E0;
    overflow: visible;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    white-space: nowrap;
    /*    text-shadow: 0 1px 0 rgba(0,0,0,.4);
*/ background-image: linear-gradient(top, rgba(255,255,255,.3),rgba(255,255,255,0));
    transition: background-color .2s ease-out;
    background-clip: padding-box;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5),0 1px 0 rgba(255, 255, 255, .3) inset;
    text-decoration: none;
}
.new_back_ground_color {
    background-color: #F0F0F0;
}

.old_back_ground_color {
    background-color: #ffffff;
}
