@charset "euc-jp";
/**
 *
 */

.ui-datepicker {
    width:auto !important;
    background-color: #F9FAD2;
    position: relative;
    border: solid #FCD272 1px;
}
.ui-datepicker-calendar {
    border-collapse:collapse;
}

table.ui-datepicker-calendar {
    border-left: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
    width: 20px;
    border: none;
    border-top: 1px solid #B3B3B3;
    border-right: 1px solid #B3B3B3;
    background-color: #FFF;
}

.ui-datepicker-title {
    position: relative;
    text-align: center;
    font-size: .75em;
    font-weight: bold;
    vertical-align: middle;
    line-height: 1.5em;
    background-color: #FCD272;
    z-index: 15;
    margin-bottom: 2px;
}
.ui-datepicker-calendar th {
    font-size: .75em;
}

.ui-datepicker-calendar td {
    padding: 0;
}

.ui-datepicker-calendar td,
.ui-datepicker-calendar td span,
.ui-datepicker-calendar td a {
    font-size: .85em;
}



.ui-datepicker-calendar td,
.ui-datepicker-calendar td a {
    color: #333;
    text-decoration: none;
}

.ui-datepicker-calendar td span {
    color: #CFCFCF;
}

.ui-datepicker-calendar td span,
.ui-datepicker-calendar td a {
    width: 100%;
    height: 1.5em;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5em;
}
.ui-datepicker-calendar td a:hover{
    color: #FF7E27;
    background-color: #F9FFAD;
}

.ui-datepicker-group {
    width: auto;
    float: left;
}

.ui-datepicker-group.ui-datepicker-group-first {
    margin-left:16px;
}
.ui-datepicker-group.ui-datepicker-group-last {
    margin-left:8px;
    margin-right:16px;
}

.ui-datepicker-next,
.ui-datepicker-prev {
    position: absolute;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    top: 1em;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    width:16px;
    height: 100px;
}
.ui-state-disabled {
    cursor: default;
}
.ui-datepicker-monthlist {
    cursor: pointer;
}
.ui-datepicker-next {
    right: 0;
    background-image: url(//i.yimg.jp/images/travel/dev/top/v1/images/bt_004a.gif);
}
.ui-datepicker-prev {
    left: 0;
    background-image: url(//i.yimg.jp/images/travel/dev/top/v1/images/bt_003a.gif);
}
.ui-state-disabled {
    background-image: none;
}

.ui-datepicker-close {
    position: absolute;
    text-indent:-9999px;
    width: 100%;
    height: 1.5em;
    top:0;
    right: 0;
    background: url(//i.yimg.jp/images/travel/dev/top/v1/images/bt_007a.gif) right no-repeat #FCD272;
    border:none;
    z-index: 10;
    cursor: pointer;
}

.ui-datepicker-calendar thead th:first-child {
    background-color: #FCEAFC;
    color: #D33E13;
}
.ui-datepicker-calendar td.ui-datepicker-sunday span,
.ui-datepicker-calendar td.ui-datepicker-sunday a {
    background-color: #FCEAFC;
}

.ui-datepicker-calendar thead th:last-child {
    background-color: #EAF3FD;
    color: #141491;
}

.ui-datepicker-calendar td.ui-datepicker-saturday span,
.ui-datepicker-calendar td.ui-datepicker-saturday a {
    background-color: #EAF3FD;
}

.ui-datepicker-calendar .ui-datepicker-holiday span,
.ui-datepicker-calendar .ui-datepicker-holiday a {
    background-color: #FF8E9F;
}

.ui-datepicker-calendar .ui-datepicker-holiday a {
    color: #D33E13;
}

.ui-datepicker-calendar .ui-datepicker-today a {
    background-color: #DEF9D8;
    color: #090;
}

.ui-datepicker-calendar a.ui-state-active {
    background-color:#FFB228 !important;
    color: #FFFFFF;
}

.ui-datepicker .ui-datepicker-current {display: none;}

.ui-datepicker .ui-datepicker-row-break {
    clear: both;
}

.ui-datepicker .ui-datepicker-changeMonth {
    position: relative;
    bottom: 0;
    width: 100%;
    background-color: #FCD272;
    height: 1.2em;
    margin:0;
    text-align: center;
}

.ui-datepicker .ui-datepicker-changeMonth a {
    font-size: .75em;
    margin: 0 .5em 0 .5em;
    color: #0000EE;
}

.ui-datepicker .ui-datepicker-changeMonth a.ui-datepicker-currentmonth {
    font-weight: bold;
    cursor: default;
    color: #000000;
}

.ui-datepicker-next,
.ui-datepicker-prev {
    height: 100%;
    top: 0;
}

.ui-datepicker span.ui-datepicker-lastmonth {
    font-size: .75em;
    margin: 0 .5em 0 .5em;
    cursor: default;
}

