/* for public\app\View\Reserves\index.ctp */
  #degug1 {
    color: #0000ff;
    font-family: monospace;
  }

  .hide {
    display: none;
  }

  #calendar {
    width: 620px;
    margin: 20px auto;
    font-size: 1em;
    text-align: left;
    position: relative;
    background: #ffffff;
  }

#calendar * {
  margin: 0;
}

  #calendar .calendar-scroll {
    height: 620px;
    overflow: scroll;
  }

  .monthly-calendar table.calendar-body {
    height: auto;
    /* autoは行の高さのsumとなる */
  }

  #calendar table {
    width: 620px;
    font-size: 12px;

    border-collapse: collapse;

    position: relative;
    /* for z-index */
    /*z-index: 20;*/
    opacity: 0.5;
  }

  #calendar a {
    text-decoration: none;
    font-weight: 500;
    color: #000000;
  }

  #calendar table tr td {
    vertical-align: top;
    padding: 2px 0;
  }

  #calendar table tr td.today {
    background: #ffffcc;
  }

  #calendar table tr td.select {
    background: #e57e3e;
    border-bottom: 1px solid #e57e3e;
  }

  /*.calendar-body {position:relative;}*/
  .calendar-scroll {
    position: relative;
  }

  /*.calendar-head {position:absolute;top:0;left:0; height:1em;width:620px;}*/

  tr.monthly-hh,
  tr.monthly-hh td,
  tr.week-hh,
  tr.week-hh td,
  tr.daily-hh,
  tr.daily-hh td {
    height: 1em;
    line-height: 1em;
  }

  tr.monthly-hb,
  tr.monthly-hb td {
    /*min-height:70px;*/
    line-height: 1em;
  }

  tr.monthly-hb td:first-child:before {
    // http://w0s.jp/diary/281
    display: block;
    float: left;
    height: 70px;
    content: "";
  }


  #calendar .hr {
    width: 37px;
  }

  .weekly-calendar td {
    width: 80px;
  }

  .weekly-calendar td.hr {
    width: 37px;
  }

  .monthly-calendar td.hdh {
    width: 87px;
  }

  .monthly-calendar td.cell {
    border: 1px solid #aaaaaa;
  }

  .calendar-alert {
    z-index: 100;
    position: absolute;

    border: 4px solid red;
    left: 20px;
    top: 20px;
    width: 580px;
    height: 5em;
    color: #ff0000;
    background: #000000;
  }

  /*#selcur,*/
  .item-week,
  .item-daily {
    z-index: 10;

    position: absolute;
    border: 0;
    font-size: 10px;
    overflow: hidden;
  }

  .item-monthly {
    border: 1px solid #ffffff;
    border-width: 1px 0 0 0;
    font-size: 10px;
    overflow: hidden;
    position;
    relative;
  }

  /* 削除リンク とそのカバー */
  .item-delete-wd {
    position: absolute;
    z-index: 21;
    background: #ff0000;
    color: #ffffff;
  }

  .item-delete-wd-cover {
    position: absolute;
    z-index: 22;
    background: transparent;
  }

  .item-delete-m {
    position;
    relative;
    z-index: 21;
    background: #ff0000;
    color: #ffffff;
  }


  #calendar div.sel {
    background: #e57e3e;
    color: #ffffff;
  }

  /*選択範囲*/

  #calendar div.r1 {
    background: #306bff;
    color: #ffffff;
  }

  #calendar div.r2 {
    background: #0a9961;
    color: #ffffff;
  }

  #calendar div.r3 {
    background: #65b1ff;
    color: #ffffff;
  }

  #calendar div.r4 {
    background: #f0be3f;
    color: #ffffff;
  }

  #calendar div.r5 {
    background: #ed8390;
    color: #ffffff;
  }

  #calendar div.r6 {
    background: #ff4642;
    color: #ffffff;
  }

  #reserve_btn,
  .calendar_submit input[type='submit'] {
    padding: 1em;
  }

  #calendar>div>.calendar-head>tbody>tr>td {
    background-color: #666;
    color: #fff;
    font-weight: bold;
  }

  #calendar>div>.calendar-head>tbody>tr.week-hh>td:nth-child(7),
  #calendar>div>.calendar-head>tbody>tr.monthly-hh>td:nth-child(6) {
    background-color: #5288d9;
  }

  #calendar>div>.calendar-head>tbody>tr.week-hh>td:nth-child(8),
  #calendar>div>.calendar-head>tbody>tr.monthly-hh>td:nth-child(7) {
    background-color: #d66;
  }


  #calendar table tr td.selectr1 {
    background: #306bff;
    border-bottom: 1px solid #306bff;
  }

  #calendar table tr td.selectr2 {
    background: #0a9961;
    border-bottom: 1px solid #0a9961;
  }

  #calendar table tr td.selectr3 {
    background: #65b1ff;
    border-bottom: 1px solid #65b1ff;
  }

  #calendar table tr td.selectr4 {
    background: #f0be3f;
    border-bottom: 1px solid #f0be3f;
  }

  #calendar table tr td.selectr5 {
    background: #ed8390;
    border-bottom: 1px solid #ed8390;
  }

  #calendar table tr td.selectr6 {
    background: #ff4642;
    border-bottom: 1px solid #ff4642;
  }

  #calendar table tr td.selectr999 {  /* 機器のみ */
    background: #c465ff;
    border-bottom: 1px solid #c465ff;
  }

  #calendar .item-monthly.secret,
  #calendar .item-week.secret,
  #calendar .item-daily.secret {  /* secret の場合 */
    background: #888;
  }












#main div {
  padding: 0 10px;
}
#main div div {
  padding: 0px;
}

#main div h3 {
  width: 100%;
  font-size: 1.2em;
  font-weight: 400;
  margin-top: 50px;
  margin-bottom: 1.25em;
  margin-left: -10px;
  padding: 0.75em 10px;
  border-top: solid 1px #bfbfbf;
  border-bottom: dotted 1px #bfbfbf;
}
#multi_form > h3 {
  margin-top: 30px;
}


#main #loginform {
  padding: 30px 10px 0;
  border-top: solid 1px #bfbfbf;
  position: relative;
}

#loginform label {
  display: inline-block;
  padding-right: 20px;
}
#loginform label input {
  margin-left: 10px;
}
#loginform div.submit {
  position: absolute;
  top: 30px;
  right: 10px;
}
#loginform input[type='text'],
#loginform input[type='password'] {
  width: 10em;
  text-align: center;
}

  #loginform .userinfo {
    float: left;
  }

  #loginform #logoutb {
    float: right;
  }

#loginform .submit input[type='submit'] {
  background: rgba(0, 0, 0, 1);
  height: 3em;
  color: #ffffff;
  font-size: 1em;
  font-weight: 400;
  padding: 0 2em;
  border: none;
  box-sizing: border-box;
}
#loginform .submit input[type='submit']:active,
#loginform .submit input[type='submit']:hover {
  background: rgba(0, 0, 0, 0.5);
}


#selectroom p,
#mfselectroom p {
  display: inline-block;
}
#selectroom p {
  padding-right: 10px;
}
#mfselectroom p {
  padding-right: 5px;
}
#selectroom p label {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
#selectroom p input {
  margin-right: 5px;
}

#mfselectroom > p:not(:nth-of-type(1)) {
  display: none;
}

#singlereserve li {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  margin-right: 20px;
  padding-left: 0.5em;
  border-left: solid 30px;
}

#singlereserve #selectdate,
#singlereserve #selectpiriod,
#singlereserve #selectdate *,
#singlereserve #selectpiriod * {
  line-height: 1.8em;
}
#singlereserve #selectdate,
#singlereserve #selectpiriod {
  padding-top: 30px;
}

  #singlereserve #selectdate {
    float: right;
  }

  #singlereserve #selectpiriod {
    float: left;
  }

  #singlereserve #selectdate div,
  #singlereserve #selectpiriod div,
  #singlereserve #selectpiriod label {
    display: inline-block;
  }

#singlereserve #selectdate div#daterange_p,
#singlereserve #selectdate div#daterange_n {
  background: #e6e6e6;
  width: 1.8em;
  text-align: center;
  cursor: pointer;
}
  #singlereserve #selectdate div#daterange_p:active,
  #singlereserve #selectdate div#daterange_p:hover,
  #singlereserve #selectdate div#daterange_n:active,
  #singlereserve #selectdate div#daterange_n:hover {
    color: #999999;
  }
#singlereserve #selectdate div#daterange_p {
  margin-right: 0.5em;
}
#singlereserve #selectdate div#daterange_n {
  margin-left: 0.5em;
}

  #singlereserve #selectpiriod label {
    padding-right: 20px;
  }

  #singlereserve #selectpiriod label input {
    margin-right: 5px;
  }

  #calendar {
    width: 660px !important;
  }

  #calendar table {
    width: 640px !important;
  }

  #calendar table td {}

  #calendar table td.hr {
    padding: 4px 10px !important;
  }

  .calendar-head {
    background: #cccccc;
    text-align: center;
  }

  .calendar-head td {
    padding: 8px 0px !important;
    border: solid 1px #999999;
  }

  .calendar-body {
    border-collapse: collapse;
  }

  .calendar-body td {
    padding: 4px 0px !important;
    border: solid 1px #e6e6e6;
  }

.calendar_submit {
  text-align: center;
  margin-top: 10px;
}

.calendar_submit button#reserve_btn,
.calendar_submit button#list_btn,
.calendar_submit input[type='submit'] {
  width: 200px;
  height: 3.6em;
  color: #000000;
  padding: 0;
  border: solid 1px #cccccc;
  cursor: pointer;
}
.calendar_submit button#list_btn {
  background: #999999;
  color: #ffffff;
}
.calendar_submit button:active,
.calendar_submit button:hover,
.calendar_submit button#list_btn:active,
.calendar_submit button#list_btn:hover {
  background: #bfbfbf;
}



#multi_form {
  margin-top: 80px;
}
#multi_form #mftitle {
  margin-left: -10px;
  padding-right: 10px;
  padding-left: 10px;
}
#mfselectroom {
}
#mfselectroom label {
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
}

#multi_form input[type='checkbox'] {
  margin-right: 5px;
}

.mfperiod,
#mfperiod,
#mfweek,
#mftime {
  width: 100%;
  padding: 25px 0 !important;
  border-bottom: solid 1px #e6e6e6;
}

#show_form  input[type='text'],
#multi_form input[type='text'] {
  text-align: center;
}

.mfperiod input[type='text'],
#mfperiod input[type='text'],
#mfperiod select {
  margin: 0 5px;
  padding: 0 0.5em;
}

#show_form  input[type='text'],
#show_form  select,
#multi_form input[type='text'],
#multi_form select {
  height: 2.5em;
}

#show_form  input[type='text'],
#multi_form input[type='text'] {
  width: 6em;
}

#mfweek label {
  display: inline-block;
  padding-right: 10px;
  padding-left: 20px;
}

#mftime select {
  margin: 0 5px;
  padding: 0 0.5em;
}

#multi_form .calendar_submit {
  padding: 25px 0 50px !important;
}


.error-result {
  margin-top: 30px;
  padding: 20px !important;
  border: solid 2px #000000;
}

.error-result h4 {
  font-size: 1em;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: dotted 1px #cccccc;
}
.error {
  float: left;
  width: 32%;
  font-size: 0.95em;
  line-height: 1.5em;
  margin-top: 2%;
  margin-left: 2%;
  margin: 2% 0 0 2%;
  padding-right: 0;
  padding-left: 0;
  box-sizing: border-box;
}
.error-result .error:nth-of-type(3n+1) {
  margin-left: 0;
}

  #multi_form .calendar_submit input[type='submit'][disabled] {
    color: #cccccc;
    cursor: not-allowed;
  }




.alpha {
  transition: all 1.0s cubic-bezier(0.2, 1.0, 0.2, 1.0);
}

.alpha:active, .alpha:hover {
  opacity: 0.5;
}


/* #show_form */
#show_form {
  margin-top: 80px;
}

#show_form .mfperiod {
  text-align: center;
  padding: 30px 0;
  border: solid 1px #e6e6e6;
}

h2.black {
  background: #202020;
  width: 100%;
  color: #ffffff;
  font-size: 1.3em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
  margin-left: -10px;
  padding: 0.5em 10px;
}

.mfperiod select {
  margin: 0 5px;
  padding: 0 1em;
}

#show_form .check {
  display: block;
  background: #323232;
  width: 200px;
  color: #ffffff;
  line-height: 49px;
  margin-top: 20px;
  margin-bottom: 80px;
}



#guide {
  margin-top: 50px;
}

#guide article {
  margin-top: 15px;
  padding: 20px 30px;
  border: solid 1px #e6e6e6;
}
#guide:before {
  content: 'ご利用方法';
  display: inline-block;
  background: #000000;
  color: #ffffff;
  font-weight: 700;
  line-height: 30px;
  padding: 0 30px;
}
#guide h4 {
  color: #141414;
  font-size: 1.1em;
  line-height: 2.5em;
  margin-bottom: 0.5em;
  padding-left: 0.75em;
  border-left: solid 0.5em #cccccc;
  border-bottom: solid 1px #cccccc;
  position: relative;
}
#guide h4 a {
  font-size: 1.4em;

  position: absolute;
  top: 0;
  right: 0;
}
#guide p {
  font-size: 0.95em;
  padding-top: 0.5em;
}

#selectroom,
#show_form,
#multi_form {
  padding-top: 30px !important;
}






