@charset "UTF-8";
/**
	nta_jrのparts_jrガジェットのカレンダーに必要なcssのみを抽出したファイル
	ガジェットのデザインの影響範囲を限定するために特定のid以下にのみあたるようにする
	指定する画像パスがディレクトリ相対のため出力先のディレクトリをかえる場合は注意すること
*/
div#NTA_JR2_popup_calendar_contents {
  	/*--------------------------------
  
  		0. base
  
  	--------------------------------*/
  	/*--------------------------------
  
  		2. module
  
  	--------------------------------*/
  /*--------------------------------
  2.5 table
  --------------------------------*/
  /*--------------------------------
  2.6 input
  --------------------------------*/
  /* プラン詳細画面 */
  	/*-------------------------------------
  
  		PC用ガジェットCSS
  		(UIUX2019以前にも適用されていたものの中で残ったもののみを抽出)
  
  	-------------------------------------*/
  width: 350px;
  height: auto;
  border: 2px solid #CCCCCC;
  background: #FFFFFF;
  z-index: 20;
  font-size: 12px;
  /* カレンダータイトル */ }
  div#NTA_JR2_popup_calendar_contents .f-table {
    width: 100%;
    border-top: 1px solid #dedede;
    border-collapse: collapse; }
  div#NTA_JR2_popup_calendar_contents .f-table__row-head {
    background-color: #ededed; }
  div#NTA_JR2_popup_calendar_contents .f-table__head {
    height: 40px;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 12px;
    font-feature-settings: "palt";
    line-height: 1.3;
    vertical-align: middle;
    background-color: #ededed;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    box-sizing: border-box; }
    div#NTA_JR2_popup_calendar_contents .f-table__head:last-child {
      border-right: none; }
  div#NTA_JR2_popup_calendar_contents .f-table__head-sort {
    height: 50px;
    font-size: 12px;
    font-feature-settings: "palt";
    line-height: 1.3;
    vertical-align: middle;
    background-color: #ededed;
    background-clip: padding-box;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    box-sizing: border-box; }
    div#NTA_JR2_popup_calendar_contents .f-table__head-sort:last-child {
      border-right: none; }
  div#NTA_JR2_popup_calendar_contents .f-table__head-text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px; }
  div#NTA_JR2_popup_calendar_contents .f-table__head--strong {
    display: block;
    margin-left: 7px;
    font-size: 14px;
    font-weight: bold;
    text-align: left; }
  div#NTA_JR2_popup_calendar_contents .f-table__data {
    padding: 10px 10px;
    line-height: 1.3;
    vertical-align: middle;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    box-sizing: border-box; }
    div#NTA_JR2_popup_calendar_contents .f-table__data:last-child {
      border-right: none; }
  div#NTA_JR2_popup_calendar_contents .f-table__row-body.is-checked {
    background-color: #ffeaf1; }
  div#NTA_JR2_popup_calendar_contents .f-table__text--small {
    font-size: 9px; }
  div#NTA_JR2_popup_calendar_contents .f-table__text--medium {
    font-size: 12px; }
  div#NTA_JR2_popup_calendar_contents .f-table-train__cell--exsmall {
    width: 63px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap; }
  div#NTA_JR2_popup_calendar_contents .f-table-train__cell--small {
    width: 76px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap; }
  div#NTA_JR2_popup_calendar_contents .f-table-train__cell--medium {
    width: 82px;
    font-weight: bold;
    color: #cc0d21;
    text-align: right;
    white-space: nowrap; }
  div#NTA_JR2_popup_calendar_contents .f-table-train__cell--large {
    width: 98px;
    text-align: right; }
  div#NTA_JR2_popup_calendar_contents .f-table__button-bottom {
    position: relative; }
  div#NTA_JR2_popup_calendar_contents .f-table__button-flex {
    display: flex;
    width: 100%; }
  div#NTA_JR2_popup_calendar_contents .f-table_button-sort {
    position: relative;
    width: 50%;
    height: 18px;
    border-top: 1px solid #dedede;
    background-color: #f5f5f5;
    cursor: pointer; }
    div#NTA_JR2_popup_calendar_contents .f-table_button-sort:first-child {
      border-right: 1px solid #dedede; }
      div#NTA_JR2_popup_calendar_contents .f-table_button-sort:first-child::after {
        content: "";
        position: absolute;
        top: 8px;
        left: 50%;
        width: 0;
        height: 0;
        border: 4px solid transparent;
        border-top: 4px solid #20208c;
        transform: translateX(-50%); }
    div#NTA_JR2_popup_calendar_contents .f-table_button-sort:last-child::after {
      content: "";
      position: absolute;
      top: 4px;
      left: 50%;
      width: 0;
      height: 0;
      border: 4px solid transparent;
      border-bottom: 4px solid #20208c;
      transform: translateX(-50%); }
  div#NTA_JR2_popup_calendar_contents .f-table-calendar {
    width: 100%;
    border: 1px solid #a0a0a0;
    border-collapse: collapse; }
  div#NTA_JR2_popup_calendar_contents .f-table-calendar__head {
    font-weight: bold;
    background-color: #ededed;
    border-right: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
    background-clip: padding-box; }
  div#NTA_JR2_popup_calendar_contents .f-table-calendar__head,
  div#NTA_JR2_popup_calendar_contents .f-table-calendar__data {
    position: relative;
    width: 14.28%;
    height: auto;
    font-size: 12px;
    box-sizing: border-box;
    color: grey; }
    div#NTA_JR2_popup_calendar_contents .f-table-calendar__head.f-table-calendar__selectable,
    div#NTA_JR2_popup_calendar_contents .f-table-calendar__data.f-table-calendar__selectable {
      cursor: pointer;
      color: black; }
      div#NTA_JR2_popup_calendar_contents .f-table-calendar__head.f-table-calendar__selectable:first-child,
      div#NTA_JR2_popup_calendar_contents .f-table-calendar__data.f-table-calendar__selectable:first-child {
        font-weight: bold;
        color: #cc0d21; }
      div#NTA_JR2_popup_calendar_contents .f-table-calendar__head.f-table-calendar__selectable:last-child,
      div#NTA_JR2_popup_calendar_contents .f-table-calendar__data.f-table-calendar__selectable:last-child {
        font-weight: bold;
        color: #21A4Ea; }
    div#NTA_JR2_popup_calendar_contents .f-table-calendar__head::before,
    div#NTA_JR2_popup_calendar_contents .f-table-calendar__data::before {
      content: "";
      display: block;
      padding-top: 100%; }
    div#NTA_JR2_popup_calendar_contents .f-table-calendar__head.f-table-calendar__data-holiday,
    div#NTA_JR2_popup_calendar_contents .f-table-calendar__data.f-table-calendar__data-holiday {
      font-weight: bold;
      color: #cc0d21; }
    div#NTA_JR2_popup_calendar_contents .f-table-calendar__head.f-table-calendar__day-today,
    div#NTA_JR2_popup_calendar_contents .f-table-calendar__data.f-table-calendar__day-today {
      background-color: #fff9f0; }
    div#NTA_JR2_popup_calendar_contents .f-table-calendar__head.f-table-calendar__day-select,
    div#NTA_JR2_popup_calendar_contents .f-table-calendar__data.f-table-calendar__day-select {
      color: #e61b61;
      background-color: #ffeaf1; }
    div#NTA_JR2_popup_calendar_contents .f-table-calendar__head.f-table-calendar__out-of-range,
    div#NTA_JR2_popup_calendar_contents .f-table-calendar__data.f-table-calendar__out-of-range {
      color: darkgray;
      cursor: text; }
  div#NTA_JR2_popup_calendar_contents .f-table-calendar__head--strong {
    display: block;
    margin-left: 7px;
    font-weight: bold;
    text-align: left; }
  div#NTA_JR2_popup_calendar_contents .f-table-calendar__row-body.is-checked {
    background-color: #ffeaf1; }
  div#NTA_JR2_popup_calendar_contents .f-table-calendar__data {
    font-family: Helvetica, sans-serif;
    border-right: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
    background-clip: padding-box;
    cursor: text; }
  div#NTA_JR2_popup_calendar_contents .f-table-calendar__inner {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  div#NTA_JR2_popup_calendar_contents .f-input {
    width: 100%;
    height: 36px;
    padding-right: 10px;
    padding-left: 10px;
    line-height: normal;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    appearance: none; }
  div#NTA_JR2_popup_calendar_contents .f-input-calendar__wrap {
    display: flex;
    position: relative;
    width: 210px; }
    div#NTA_JR2_popup_calendar_contents .f-input-calendar__wrap + .f-input-calendar__wrap {
      position: relative;
      margin-top: 25px; }
      div#NTA_JR2_popup_calendar_contents .f-input-calendar__wrap + .f-input-calendar__wrap::before {
        content: "";
        position: absolute;
        top: -16px;
        left: 23px;
        width: 0;
        height: 0;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-top: 10px solid #a0a0a0;
        transform: translateX(-50%); }
  div#NTA_JR2_popup_calendar_contents .f-input-calendar__wrap--short {
    position: relative;
    width: 200px; }
    div#NTA_JR2_popup_calendar_contents .f-input-calendar__wrap--short + .f-input-calendar__wrap {
      position: relative;
      margin-top: 25px; }
      div#NTA_JR2_popup_calendar_contents .f-input-calendar__wrap--short + .f-input-calendar__wrap::before {
        content: "";
        position: absolute;
        top: -16px;
        left: 23px;
        width: 0;
        height: 0;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-top: 10px solid #a0a0a0;
        transform: translateX(-50%); }
  div#NTA_JR2_popup_calendar_contents .f-input-calendar {
    position: relative;
    width: 100%;
    height: 30px;
    padding-right: 30px;
    padding-left: 10px;
    line-height: normal;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    appearance: none; }
  div#NTA_JR2_popup_calendar_contents .f-input-calendar--short {
    position: relative;
    width: 200px;
    height: 30px;
    padding-right: 30px;
    padding-left: 10px;
    line-height: normal;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    appearance: none; }
  div#NTA_JR2_popup_calendar_contents .is-attention .f-input-calendar {
    position: relative;
    width: 100%;
    height: 30px;
    padding-right: 30px;
    padding-left: 10px;
    line-height: normal;
    background-color: #fff9f0;
    border: 1px solid #cc0d21;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    appearance: none; }
  div#NTA_JR2_popup_calendar_contents .is-attention .f-input-calendar::-webkit-input-placeholder {
    font-weight: bold;
    color: #cc0d21; }
  div#NTA_JR2_popup_calendar_contents .is-attention .f-input-calendar::-moz-placeholder {
    font-weight: bold;
    color: #cc0d21;
    opacity: 1; }
  div#NTA_JR2_popup_calendar_contents .is-attention .f-input-calendar:-ms-input-placeholder {
    font-weight: bold;
    color: #cc0d21; }
  div#NTA_JR2_popup_calendar_contents .is-attention .f-input-calendar::-ms-input-placeholder {
    font-weight: bold;
    color: #cc0d21; }
  div#NTA_JR2_popup_calendar_contents .f-input-calendar__button {
    position: absolute;
    top: 7px;
    right: 10px;
    width: 16px; }
    div#NTA_JR2_popup_calendar_contents .f-input-calendar__button::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 16px;
      height: 16px;
      background: url(../images/ico_calendar01.png) no-repeat 0 0;
      background-size: 16px 16px; }
  div#NTA_JR2_popup_calendar_contents .is-attention .f-input-calendar__button::after {
    background: url(../images/ico_calendar02.png) no-repeat 0 0;
    background-size: 16px 16px; }
  div#NTA_JR2_popup_calendar_contents .f-input-calendar__wrap .f-input-calendar__button {
    position: absolute;
    top: 7px;
    right: -65px;
    width: 16px;
    cursor: pointer; }
  div#NTA_JR2_popup_calendar_contents .f-search__descirption .f-input-calendar__button {
    position: absolute;
    top: 7px;
    right: -80px;
    width: 16px;
    cursor: pointer; }
  div#NTA_JR2_popup_calendar_contents .f-input-calendar__icon {
    width: 100%; }
  div#NTA_JR2_popup_calendar_contents .f-input-calendar__body__search {
    position: absolute;
    top: 42px;
    left: 62px;
    width: 420px;
    height: 291px;
    padding: 12px;
    background-color: #fff;
    border: 1px solid #20208c;
    box-sizing: border-box;
    z-index: 1; }
    div#NTA_JR2_popup_calendar_contents .f-input-calendar__body__search::before {
      content: "";
      position: absolute;
      top: -13px;
      right: 202px;
      width: 0;
      height: 0;
      border-right: 7px solid transparent;
      border-left: 7px solid transparent;
      border-bottom: 13px solid #20208c;
      z-index: 1; }
    div#NTA_JR2_popup_calendar_contents .f-input-calendar__body__search::after {
      content: "";
      position: absolute;
      top: -11px;
      right: 202px;
      width: 0;
      height: 0;
      border-right: 7px solid transparent;
      border-left: 7px solid transparent;
      border-bottom: 13px solid #fff;
      z-index: 2; }
  div#NTA_JR2_popup_calendar_contents .f-input-calendar__body__hotel {
    position: absolute;
    top: 42px;
    left: 57px;
    width: 420px;
    height: 271px;
    padding: 12px;
    background-color: #fff;
    border: 1px solid #20208c;
    box-sizing: border-box;
    z-index: 1; }
    div#NTA_JR2_popup_calendar_contents .f-input-calendar__body__hotel::before {
      content: "";
      position: absolute;
      top: -13px;
      right: 202px;
      width: 0;
      height: 0;
      border-right: 7px solid transparent;
      border-left: 7px solid transparent;
      border-bottom: 13px solid #20208c;
      z-index: 1; }
    div#NTA_JR2_popup_calendar_contents .f-input-calendar__body__hotel::after {
      content: "";
      position: absolute;
      top: -11px;
      right: 202px;
      width: 0;
      height: 0;
      border-right: 7px solid transparent;
      border-left: 7px solid transparent;
      border-bottom: 13px solid #fff;
      z-index: 2; }
  div#NTA_JR2_popup_calendar_contents .f-input-calendar__month {
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 13px; }
  div#NTA_JR2_popup_calendar_contents .f-input-calendar__prev {
    width: 6px;
    height: 6px;
    margin-left: 10px;
    border-bottom: 2px solid #20208c;
    border-left: 2px solid #20208c;
    transform: rotate(45deg); }
    div#NTA_JR2_popup_calendar_contents .f-input-calendar__prev.is-hidden {
       }
  div#NTA_JR2_popup_calendar_contents .f-input-calendar__current {
    vertical-align: middle;
    flex-grow: 1;
    font-weight: bold;
    color: #000;
    text-align: center; }
    div#NTA_JR2_popup_calendar_contents .f-input-calendar__current span {
      display: inline-block;
      width: 35px;
      font-weight: bold; }
      div#NTA_JR2_popup_calendar_contents .f-input-calendar__current span a {
        text-decoration: none;
        color: #0065d6; }
  div#NTA_JR2_popup_calendar_contents .f-input-calendar__next {
    width: 6px;
    height: 6px;
    margin-right: 10px;
    border-top: 2px solid #20208c;
    border-right: 2px solid #20208c;
    transform: rotate(45deg); }
    div#NTA_JR2_popup_calendar_contents .f-input-calendar__next.is-hidden {
       }
  div#NTA_JR2_popup_calendar_contents .f-calendar-month {
    border: 1px solid #a0a0a0;
    border-collapse: collapse; }
  div#NTA_JR2_popup_calendar_contents .f-calenderBox-left {
    float: left;
    width: 47%;
    margin-left: 5px; }
  div#NTA_JR2_popup_calendar_contents .f-calenderBox-right {
    float: right;
    width: 47%;
    margin-right: 5px; }
  div#NTA_JR2_popup_calendar_contents .f-calenderBox {
    width: 47%;
    margin-left: 5px;
    float: left; }
  div#NTA_JR2_popup_calendar_contents .f-calenderBox + .f-calenderBox {
    margin-left: 16px; }
  div#NTA_JR2_popup_calendar_contents .f-calendar-disp-month {
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 15px; }
  div#NTA_JR2_popup_calendar_contents .f-input-search__wrap {
    position: relative;
    width: 380px;
    height: 50px;
    padding-left: 12px;
    padding-bottom: 2px;
    line-height: normal;
    border-top: 1px solid #a0a0a0;
    border-left: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    box-sizing: border-box; }
  div#NTA_JR2_popup_calendar_contents .f-input-search {
    width: 320px;
    height: 48px;
    vertical-align: middle;
    appearance: none; }
  div#NTA_JR2_popup_calendar_contents .f-input-search__clear {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    background-color: #ccc;
    border-radius: 2px;
    cursor: pointer;
    transform: translateY(-50%); }
    div#NTA_JR2_popup_calendar_contents .f-input-search__clear::before {
      content: "";
      position: absolute;
      top: 8px;
      left: 4px;
      width: 8px;
      height: 1px;
      background-color: #fff;
      transform: rotate(45deg); }
    div#NTA_JR2_popup_calendar_contents .f-input-search__clear::after {
      content: "";
      position: absolute;
      top: 8px;
      left: 4px;
      width: 8px;
      height: 1px;
      background-color: #fff;
      transform: rotate(-45deg); }
  div#NTA_JR2_popup_calendar_contents #goingDateSelect option:disabled,
  div#NTA_JR2_popup_calendar_contents #returnDateSelect option:disabled {
    color: lightgray; }
  div#NTA_JR2_popup_calendar_contents.NTA_JR2_popup_calendar_contents {
    width: 350px;
    height: auto; }
  div#NTA_JR2_popup_calendar_contents p {
    margin: 0px;
    padding: 0px; }
  div#NTA_JR2_popup_calendar_contents a:link {
    color: #111184;
    text-decoration: underline; }
  div#NTA_JR2_popup_calendar_contents a:visited {
    color: #0033cc;
    text-decoration: underline; }
  div#NTA_JR2_popup_calendar_contents a:active, div#NTA_JR2_popup_calendar_contents a:hover {
    color: #FF3300;
    text-decoration: underline; }
  div#NTA_JR2_popup_calendar_contents div.cleared {
    display: block;
    clear: both;
    width: auto;
    height: 1px;
    margin: 0;
    padding: 0;
    line-height: 1px;
    font-size: 1px;
    overflow: hidden; }
  div#NTA_JR2_popup_calendar_contents .titlebox {
    position: relative;
    padding: 5px 5px 0px 12px;
    /* 閉じるボタン */ }
    div#NTA_JR2_popup_calendar_contents .titlebox .title {
      font-size: 14px;
      font-weight: bold;
      color: #000000;
      float: left; }
    div#NTA_JR2_popup_calendar_contents .titlebox .btnbox {
      text-align: right;
      height: 13px; }
      div#NTA_JR2_popup_calendar_contents .titlebox .btnbox a {
        height: 0;
        width: 13px;
        padding-top: 13px;
        display: inline-block;
        overflow: hidden;
        background: url(../images/icon_close.gif) no-repeat; }
      div#NTA_JR2_popup_calendar_contents .titlebox .btnbox span.icon {
        height: 12px; }
        div#NTA_JR2_popup_calendar_contents .titlebox .btnbox span.icon a {
          width: 12px;
          height: 0;
          padding-top: 12px;
          display: inline-block;
          overflow: hidden;
          vertical-align: middle; }
  div#NTA_JR2_popup_calendar_contents .content {
    padding-top: 5px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px; }
    div#NTA_JR2_popup_calendar_contents .content:after {
      content: '';
      display: block;
      clear: both; }
  div#NTA_JR2_popup_calendar_contents .left {
    float: left; }
  div#NTA_JR2_popup_calendar_contents .right {
    float: right; }
  div#NTA_JR2_popup_calendar_contents .monthPager {
    text-align: center;
    color: #999999;
    vertical-align: middle;
    font-size: 12px;
    margin-bottom: 5px;
    clear: both;
    display: flex; }
    div#NTA_JR2_popup_calendar_contents .monthPager span {
      display: inline-block;
      width: 30px;
      padding: 0;
      margin: 0;
      overflow: hidden; }
    div#NTA_JR2_popup_calendar_contents .monthPager a.prev {
      background: url(../images/arrow02.gif) no-repeat; }
    div#NTA_JR2_popup_calendar_contents .monthPager a.next {
      background: url(../images/arrow01.gif) no-repeat; }
    div#NTA_JR2_popup_calendar_contents .monthPager a.no-prev {
      background: url(../images/arrow02_nolink.gif) no-repeat; }
    div#NTA_JR2_popup_calendar_contents .monthPager a.no-next {
      background: url(../images/arrow01_nolink.gif) no-repeat; }
  div#NTA_JR2_popup_calendar_contents .calenderBox {
    width: 154px;
    background: #FFFFFF; }

/*# sourceMappingURL=parts_jr_calendar.css.map */
