@charset "Shift_JIS";

* { font-family: 'Noto Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic'; }

body, form {
  margin: 0;
  padding: 0;
}

a { color: #0066CC; }
a:hover { text-decoration: none; }

input, select {
  vertical-align: middle;
  margin: 0;
}

/* Clearfix */
.c:after {
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  content: ".";
}

.c { display: inline-block; }
* html .c { height: 1%; }
.c { display: block; }

/*h1, #reserve #search table td.calendar a, #reserve #search table td.submit input, #reserve #plan .title h2, #reserve #plan .title a, #reserve #plan dl dt, #tel, #shadow {
  background-image: url(../img/hotel/sprite_search-frame.png);
  background-repeat: no-repeat;
}*/

#wrapper { width: 300px; }

#reserve {
  padding: 15px 14px;
  border: 4px solid #f9ec0f;
  background-color: #faf6a7;
  position: relative;
}

#reserve h1 {
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  width: 174px;
  height: 19px;
  background: url(../img/hotel/title_topsearch.png) no-repeat ;
}
#reserve a.btn_planlist {
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  width: 68px;
  height: 16px;
  top: 18px;
  right: 14px;
  display: block;
  background: url(../img/hotel/img_btnplan.png) no-repeat ;
  position: absolute;
}

#reserve a.btn_planlist:hover { background-position: 0 -16px ; }


#reserve #search {
  margin: 0;
  padding: 10px 0 0;
}

#reserve #search .name {
  font-size: 13px;
  font-weight: bold;
  color: #333;
  text-align: left;
  margin: 0;
  display: block;
}

#reserve #search table {
  font-size: 12px;
  color: #333;
  margin: 0 0 5px 0;
  border-collapse: collapse;
}

#reserve #search table th {

  text-align: left;
  vertical-align: top;
  padding: 10px 0;
  border-bottom: 1px solid #dad794;
  width: 55px;
}

#reserve #search table td {
  text-align: left;
  vertical-align: top;
  padding: 10px 0;
  border-bottom: 1px solid #dad794;
}

#reserve #search table a.calendar {
  text-indent: -9999px;
  margin: 0 0 8px;
  padding: 0;
  width: 97px;
  height: 24px;
  display: block;
  background: url(../img/hotel/img_btncal.png) no-repeat ;
}

#reserve #search table a.calendar:hover { background-position: 0 -24px; }

#reserve #search table td dl {
  margin: 0;
  padding: 0 0 0;
}

#reserve #search table td dt {
  text-align: left;
  margin: 0;
  padding: 0 0 5px;
  position: absolute;
}

#reserve #search table td dd {
  text-align: right;
  margin: 0;
  padding: 0 0 5px;
}



#reserve #search table td span.note { font-size: 11px; }
#reserve #search p.submit { text-align: center; }

#reserve #search p.submit input {
  margin: 0 auto;
  padding: 0;
  border: 0;
  width: 149px;
  height: 39px;
  background: url(../img/hotel/img_btnsearch.png) no-repeat ;
  cursor: pointer;
}

#reserve #search p.submit input:hover { background-position: 0 -39px; }

#reserve #search p.linkmypage {
  text-align: center;
  margin: 10px 0 0 ;
}

#reserve #search p.linkmypage a {
  font-size: 12px;
  color: #333;
  text-decoration: none;
  padding-left: 15px;
  background: url(../img/hotel/icon_my.png) no-repeat 0 2px;
}

#reserve #search p.linkmypage a:hover { text-decoration: underline; }
