.search-list-cond dl:after, .mod-page-tab ul:after, .mod-plan-list .plan:after {
  content: "";
  clear: both;
  display: block;
}
* + html .search-list-cond dl, .search-list-cond * + html dl, * + html .mod-page-tab ul, .mod-page-tab * + html ul, * + html .mod-plan-list .plan, .mod-plan-list * + html .plan {
  zoom: 1;
}

.search-list-cond {
  margin: -40px -10px 15px -13px;
  padding: 35px 18px 15px;
  background: #e6e9eb;
}
.search-list-cond dl dt {
  margin: 0 30px 0 0;
  float: left;
}
.search-list-cond dl dd {
  margin: 0 25px 0 0;
  float: left;
}
.search-list-cond dl dd ul li {
  float: left;
}
.search-list-cond dl dd ul li a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 5px 7px;
}
.search-list-cond dl dd ul li a.active {
  background: #fff;
  color: #333333;
  font-weight: bold;
  text-decoration: none;
}

.mod-page-tab {
  position: absolute;
  top: -23px;
}
.mod-page-tab ul li {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 106px;
  float: left;
}
.mod-page-tab ul li a {
  width: 106px;
  height: 43px;
  display: block;
  background-color: #0d293f;
  color: #fff;
  text-align: center;
  line-height: 43px;
  font-size: 108.33%;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.mod-page-tab ul li a:hover, .mod-page-tab ul li a:active {
  background-color: #86949f;
}
.mod-page-tab ul li.active a {
  background-color: #86949f;
}

.mod-plan-list {
  margin: 0 -10px 0 -13px;
  border-bottom: 1px solid #f6f6f6;
}
.mod-plan-list .plan {
  margin: 0 0 30px;
}
.mod-plan-list .plan > header {
  position: relative;
  margin: 0 0 0 -7px;
  background: url(../images/common/bg_hd_hotel_name.gif) 0 0 no-repeat;
  padding: 0 0 0 7px;
  height: 45px;
}
.mod-plan-list .plan > header h2 {
  padding: 0 0 0 7px;
  background: #e6e9eb;
  line-height: 38px;
  height: 38px;
  font-size: 140%;
}
.mod-plan-list .plan > header .badge {
  position: absolute;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 55px;
  height: 67px;
  top: -6px;
  right: 9px;
}
.mod-plan-list .plan > header .badge-best-rate {
  background: url(../images/common/badge_best_rate.png) 0 0 no-repeat;
}
.mod-plan-list .plan .text {
  overflow: hidden;
  width: 510px;
  *zoom: 1;
}
.mod-plan-list .plan .plan-info {
  font-size: 100%;
}
.mod-plan-list .plan .plan-info.pickup section {
  margin-top: 5px;
  overflow: hidden;
}
.mod-plan-list .plan .plan-info.pickup section img {
  float: left;
}
p.btn-blue a {
  text-decoration: none;
}

/*
p.btn-blue {
  float: right;
  width: 100px;
  height: 50px;
  border: 1px solid #0d293f;
  border-radius: 3px;
  color: #0d293f;
  display: inline-block;
  padding: 25px 30px 0px 25px;
  text-align: center;
  transition: all 0.25s ease-out 0s;
}
p.btn-blue:hover, p.btn-blue:active {
  background-color: #0d293f;
}
p.btn-blue:hover a, p.btn-blue:active a {
  color: #fff;
}
*/

p.btn-blue {
  float: right;
  width: 100px;
  height: 50px;
  border: 1px solid #0d293f;
  border-radius: 3px;
  background-color: #fff;
  display: inline-block;
  padding: 25px 30px 0px 25px;
  text-align: center;
  transition: all 0.25s ease-out 0s;
}

/* ▼ueda新規追加 20150612 */
.fr p.btn-blue {
  background-color: #0d293f;
}
.fr p.btn-blue a:link,.fr p.btn-blue a:visited {
  color: #fff;
}
.fr p.btn-blue:hover, .fr p.btn-blue:active {
  background-color: #fff;
  border: 1px solid #0d293f;
}
.fr p.btn-blue:hover a, .fr p.btn-blue:active a {
  color: #0d293f;
}
/* ▲ueda新規追加 20150612 */

p.btn-blue a:link, a:visited {
  color: #0d293f;
}
p.btn-blue:hover, p.btn-blue:active {
  background-color: #0d293f;
}
p.btn-blue:hover a, p.btn-blue:active a {
  color: #fff;
}

.mod-plan-list .plan .plan-info.pickup section>p {
  /*float: right;
  width: 415px;*/
  float: left;
  width: 350px;
}
.mod-plan-list .plan .plan-info.pickup section p.price {
  font-size: 130%;
}
.mod-plan-list .plan .plan-info.pickup section .plan-value {
  margin-bottom: 12px;
}

.mod-plan-list .plan .plan-info p.no-pickup {
  float: left;
  width: auto;
}
.mod-plan-list .plan .plan-value {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 4px 0 0;
  padding: 2px 10px;
  background: #e6e9eb;
}
.mod-plan-list .plan .plan-icons {
  margin-top: 5px;
  width: 100%;
  margin: 10px 0;
  display: inline-block;
  /*width: 173px;*/
}
.mod-plan-list .plan .plan-icons ul li {
  margin: 0 10px 0 0;
  float: left;
  /*width: 173px;*/
  width: 148px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.mod-plan-list .plan .plan-icons ul li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 3px 14px;
  border: 1px solid #ff943e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #ff943e;
  text-decoration: none;
  /*width: 135px;*/
  width: 120px;
  /*margin: 0 0 5px 5px;*/
  text-align: center;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.mod-plan-list .plan .plan-icons ul li a:hover, .mod-plan-list .plan .plan-icons ul li a:active {
  background-color: #ff943e;
  color: #fff;
}
.mod-plan-list .plan .plan-icons ul li a:hover .icon-blank-02, .mod-plan-list .plan .plan-icons ul li a:active .icon-blank-02 {
  background: url(../images/common/icon_blank_w.png) 0 0 no-repeat;
}
.mod-plan-list .plan .rating {
  padding: 30px 0 0;
  width: 90px;
  float: right;
}
.mod-plan-list .plan .rating dl dt {
  text-align: center;
}
.mod-plan-list .plan .rating dl dd {
  text-align: center;
}
.mod-plan-list .plan .pic {
  float: left;
  margin: 0 11px 0 0;
}

.mod-buttons {
  padding: 20px 0 20px;
  display: none; /* ueda新規追加 20150605 */
}
.mod-buttons li {
  text-align: center;
}

.customSelect {
  width: 226px;
  line-height: 42px;
  background: url(../images/common/bg_custom_select.png) 0 0 no-repeat;
  font-size: 13px;
}

.customSelect.customSelectHover {
  /* Styles for when the select box is hovered */
}

.customSelect.customSelectOpen {
  /* Styles for when the select box is open */
}

.customSelect.customSelectFocus {
  /* Styles for when the select box is in focus */
}

.customSelect.customSelectDisabledOption {
  /* Styles for when the selected item is a disabled one */
}

.customSelect.customSelectDisabled {
  background: url(../images/common/bg_custom_select_disabled.png) 0 0 no-repeat;
}

.customSelectInner {
  padding: 0 10px;
  /* You can style the inner box too */
}

.no-pickup {
  font-size: 12px;
}
p.no-data  {
  margin-top: 10px;
  color: #666;
}


.mt-10 {margin-top: -10px !important;}
.mt-5 {margin-top: -5px !important;}
.mt0 {margin-top: 0 !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}
.mr0 {margin-right: 0 !important;}
.mb0 {margin-bottom: 0 !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb90 {margin-bottom: 90px !important;}
.ml0 {margin-left: 0 !important;}
.pb0 {padding-bottom: 0 !important;}

.fs10,p.fs10{font-size:77%!important}
.fs11,p.fs11{font-size:85%!important}
.fs12,p.fs12{font-size:93%!important}
.fs13,p.fs13{font-size:100%!important}
.fs14,p.fs14{font-size:108%!important}
.fs15,p.fs15{font-size:116%!important}
.fs16,p.fs16{font-size:123.1%!important}
.fs17,p.fs17{font-size:131%!important}
.fs18,p.fs18{font-size:138.5%!important}
.fs19,p.fs19{font-size:146.5%!important}
.fs20,p.fs20{font-size:153.9%!important}
.fs21,p.fs21{font-size:161.6%!important}
.fs22,p.fs22{font-size:167%!important}
.fs23,p.fs23{font-size:174%!important}
.fs24,p.fs24{font-size:182%!important}
.fs25,p.fs25{font-size:189%!important}
.fs26,p.fs26{font-size:197%!important}


/*
  float style
*/
.fl { float: left!important; }
.fr { float: right!important; }

/*
  text-align style
*/
.tal { text-align: left !important;}
.tac { text-align: center !important;}
.tar { text-align: right !important;}
.vat { vertical-align: top !important;}
.vam { vertical-align: middle !important;}
.vab { vertical-align: text-bottom !important;}