@charset "UTF-8";

.mat5 {
    margin-top: 5px !important;
}
.mat5 {
    margin-top: 5px !important;
}

/*
	- カレンダー(DatePicker)
-----------------------------------------------------------------*/

#js_calendar_wrap {
  z-index: 1;
}

#js_calendar_wrap img {
  vertical-align: middle;
}

#js_calendar_btn {
  cursor: pointer;
}

#js_calendar_btn img{
  margin: 0 0 0 2px;
  *margin-top: -4px;
}

#js_calendar {
  z-index: 1;
  position: relative;
}

#js_calendar .inner{
  position: absolute;
  left: 0px;
  top: -4px;
  width: 210px;
  z-index: 100;
  font-size: 93%;
  display: none;
}

#js_calendar.small .inner{
  top: -2px;
}

#js_calendar .top {
  padding-top: 5px;
  background: url("/img/cmn_bg_gray03_top.png") no-repeat left top;
}

#js_calendar.small .top {
  padding-top: 5px;
  background: url("/img/cmn_bg_gray03_top2.png") no-repeat left top;
}

#js_calendar .btm {
  padding: 15px 15px 5px;
  background-color:#fff;
  border:1px solid #CCC;
  border-radius:7px;
  -webkit-border-radius:7px;
  -moz-border-radius:7px;
}

#js_calendar .ui-datepicker-header {
  position: relative;
  padding: 5px;
  border: 1px solid #ccc;
  border-bottom: 0;
  background: #8d6950;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

#js_calendar .ui-datepicker-header .ui-datepicker-prev {
  position: absolute;
  left: 5px;
  top: 5px;
  cursor: pointer;
}

#js_calendar .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}

#js_calendar .ui-datepicker-header a {
  color: #fff !important;
  text-decoration: none;
}

#js_calendar table {
  width: 100%;
  border: 1px solid #ccc;
}

#js_calendar table a {
  text-decoration: none;
  color: #666 !important;
}

#js_calendar table a.selected {
  background: #fffada !important;
}

#js_calendar table td a,
#js_calendar table th span {
  display: block;
  padding: 2px;
}

#js_calendar table th {
  padding: 0px;
  border: 1px solid #ccc;
  background: #FFF;
  text-align: center;
}

#js_calendar table td {
  padding: 0px;
  border: 1px solid #ccc;
  background: #FFF;
  text-align: center;
}

#js_calendar .icon {
  margin-top: 10px;
  width: 165px;
}

#js_calendar .icon li {
  float: left;
  margin-right: 3px;
  font-size: 0;
}

#js_calendar .sunday,
#js_calendar .sunday a,
#js_calendar .holiday,
#js_calendar .holiday a {
  color: #d65c5c !important;
}

#js_calendar .saturday,
#js_calendar .saturday a {
  color: #003399 !important;
}

#js_calendar .bg_top {
  background: #ffe6cc;
}

#js_calendar .bg_mid {
  background: #fff2f4;
}

#js_calendar .bg_btm {
  background: #f1e6f2;
}

#js_calendar .bg_gry {
  background: #d3d3d3;
}

