@charset "utf-8";

/* 
############################################################
複数のページにまたがる、共通したパーツ(抜き出して配置できるパーツ)用のページ
【読み込み範囲】全ファイル
############################################################
*/

/* = ui フォーム
----------------------------------------------- */
/* = ui-selectStyle
----------------------------------------------- */
.ui-selectStyle {
    position: relative;
    display: block;
    height: 30px;
    width: 200px;
    border: 1px solid #b8c8ca;
    background-color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.ui-selectStyle select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    height: 30px;
    width: 220px;
    background: none;
    border: none;
    padding-left: 10px;
    line-height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
}
.ui-selectStyle:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 30px;
    height: 30px;
    background: url(/renovation/assets/default/img/common/icon/pulldown_arrow.png) no-repeat center center;
}
/* for ie8 */
.ie8 .ui-selectStyle select {
    display: block;
    height: 23px;
    border: none;
}

.ui-selectStyle.styleLarge {
    height: 38px;
}
.ui-selectStyle.styleLarge select {
    height: 38px;
}
.ui-selectStyle.styleLarge:after {
    width: 38px;
    height: 40px;
}
/* for ie8 */
.ie8 .ui-selectStyle.styleLarge select {
    height: 28px;
}


/* = ui-checkStyle
----------------------------------------------- */
.ui-checkStyle {
    display: inline-block;
}
.ui-checkStyle input[type=checkbox] {
    display: none;
}
.ui-checkStyle span:before {
    content: " ";
    display: inline-block;
    overflow: hidden;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    border: 1px solid #ddd;
    background-color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-right: 7px;
}
.ui-checkStyle input[type=checkbox]:checked + span:before {
    background-color: #ed6103;
    border: none;
    width: 12px;
    height: 12px;
    background: url(/renovation/assets/default/img/common/icon/sprite_icon_images.png) no-repeat left -230px;
}
.ui-checkStyle input[type=checkbox]:checked + span {
  color: #ed6103;
}
/* for ie8 */
.ie8 .ui-checkStyle input[type=checkbox] {
    display: inline;
    margin-right: 7px;
    vertical-align: middle;
}
.ie8 .ui-checkStyle span:before {
    content: normal;
}


/* = ui-checkStyleL
----------------------------------------------- */
.ui-checkStyleL {
    display: inline-block;
}
.ui-checkStyleL input[type=checkbox] {
    display: none;
}
.ui-checkStyleL span:before {
    content: " ";
    display: inline-block;
    overflow: hidden;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    border: 1px solid #ddd;
    background-color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-right: 7px;
}
.ui-checkStyleL input[type=checkbox]:checked + span:before {
    background-color: #ed6103;
    background: #fff url(/renovation/assets/default/img/common/icon/sprite_icon_images.png) no-repeat -1px -396px;
}
/* for ie8 */
.ie8 .ui-checkStyleL input[type=checkbox] {
    display: inline;
    margin-right: 7px;
    vertical-align: middle;
}
.ie8 .ui-checkStyleL span:before {
    content: normal;
}


/* = ui-checkStyleM
----------------------------------------------- */
.ui-checkStyleM {
    display: inline-block;
}
.ui-checkStyleM input[type=checkbox] {
    display: none;
}
.ui-checkStyleM span:before {
    content: " ";
    display: inline-block;
    overflow: hidden;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    border: 1px solid #ddd;
    background-color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-right: 7px;
    background: #fff url(/renovation/assets/default/img/common/icon/sprite_icon_images.png) no-repeat -34px -395px;
}
.ui-checkStyleM input[type=checkbox]:checked + span:before {
    background-color: #ed6103;
    background: #fff url(/renovation/assets/default/img/common/icon/sprite_icon_images.png) no-repeat -60px -395px;
}
/* for ie8 */
.ie8 .ui-checkStyleM input[type=checkbox] {
    display: inline;
    margin-right: 7px;
    vertical-align: middle;
}
.ie8 .ui-checkStyleM span:before {
    content: normal;
}


/* = ui-dateInputLine
----------------------------------------------- */
.ui-dateInputLine {
    display: inline-block;
    width: 200px;
    position: relative;
}
.ui-dateInputLine .dateInputLineBorder {
    box-sizing: border-box;
    border: 1px solid #b8c8ca;
    padding: 8px 30px 7px 7px;
    border-radius: 4px;
    background: #fff;
}
.ui-dateInputLine .dateInput {
    border: none !important;
    height: 15px !important;
    line-height: 15px !important;
    padding: 0 !important;
    width: 100% !important;
    font-size: 115.4%; /*15px*/
}
.ui-dateInputLine .iconCalender {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 6px;
    cursor: pointer;
}
.ui-dateInputLine .dateInputCalendar {
    position: absolute;
    top: 40px;
    left: 50%;
    width: 210px;
    margin-left: -105px;
    z-index: 2;
    display: none;
}
.ui-dateInputLine .dateInputCalendar:before {
    content: " ";
    width: 13px;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -5px;
    background: url(../../img/common/bg/sprite_bg_images.png) no-repeat -25px -20px;
}
.ui-dateInputLine .dateInputCalendar .calendarBorder {
    border: 1px solid #ed6103 !important;
    border-radius: 3px;
    overflow: hidden;
    -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
.ui-dateInputLine .dateInputCalendar .calendarTable {
    border: none;
}
.ui-dateInputLine .dateInputCalendar .calendarTable tr td {
    padding: 0;
    padding-top: 2px;
}
.ui-dateInputLine .dateInputCalendar .calendarTable caption {
    border: none;
}
.ui-dateInputLine .dateInputCalendar .calendarTable tr th:first-child,
.ui-dateInputLine .dateInputCalendar .calendarTable tr td:first-child {
    border-left: none;
}
.ui-dateInputLine .dateInputCalendar .calendarTable tr th:last-child,
.ui-dateInputLine .dateInputCalendar .calendarTable tr td:last-child {
    border-right: none;
}
.ui-dateInputLine .dateInputCalendar .calendarTable tr:last-child td {
    border-bottom: none;
}


/* = ui-calendarTable
----------------------------------------------- */
.ui-calendarTable {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #b8c8c8;
    border-left: 1px solid #b8c8c8;
    background: #fff;
}
.ui-calendarTable caption {
    border-top: 1px solid #b8c8c8;
    border-left: 1px solid #b8c8c8;
    border-right: 1px solid #b8c8c8;
    background-color: #ed6103;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    color: #fff;
}
.ui-calendarTable caption .prev,
.ui-calendarTable caption .next {
    cursor: pointer;
    width: 16px;
    height: 16px;
    position: absolute;
    background: #fff;
    border-radius: 16px;
    top: 50%;
    margin-top: -8px;
    text-align: center;
}
.ui-calendarTable caption .prev {
    left: 5px;
}
.ui-calendarTable caption .next {
    right: 5px;
}
.ui-calendarTable caption .prev .icon,
.ui-calendarTable caption .next .icon {
    margin-top: 4px;
    display: inline-block;
}
.ui-calendarTable caption .prev.disabled,
.ui-calendarTable caption .next.disabled {
    cursor: default;
}
.ui-calendarTable caption .prev.disabled .icon {
    background-position: -30px -10px;
}
.ui-calendarTable caption .next.disabled .icon {
    background-position: -70px -10px;
}
.ui-calendarTable th,
.ui-calendarTable td {
    border-right: 1px solid #c9d5d7;
    border-bottom: 1px solid #c9d5d7;
    text-align: center !important;
}
.ui-calendarTable th.sunCell {
    color: #d94b57;
}
.ui-calendarTable th.satCell {
    color: #4684b5;
}
.ui-calendarTable th {
    background-color: #fff !important;
    width: 14.2%;
    box-sizing: border-box;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 0 !important;
    line-height: 1 !important;
    border-right: none !important;
}
.ui-calendarTable th:last-child {
    border-right: 1px solid #c9d5d7;
}
.ui-calendarTable td {
    height: 30px;
    vertical-align: middle;
    box-sizing: border-box;
    padding-top: 2px;
}
.ui-calendarTable td:last-child {
    border-right: 1px solid #b8c8ca;
}
.ui-calendarTable td.select {
    color: #ed6103;
    font-weight: bold;
    background-color: #ffefe4;
}
.ui-calendarTable td.noEvent,
.ui-calendarTable td.blank {
    color: #ccc;
    background: #e5eaea;
}
.ui-calendarTable td.today {
    background-color: #fee5a8;
    color: #111;
}
.ui-calendarTable td.today a {
    color: #111;
}
.ui-calendarTable td a {
    text-decoration: none;
    display: block;
    padding-top: 7px;
    padding-bottom: 6px;
}
