﻿@charset "utf-8";

/*=========================================================================
種別 ：
サイト共通汎用
適用 ：
/
=========================================================================*/

/*
 初期化
=========================================================================*/

* {
 font-family: "MS PGothic",Hiragino Kaku Gothic Pro W3, "ヒラギノ角ゴ Pro W3", Arial,sans-serif;
}

h1, h2, h3, h4, h5, h6, form, p {
 margin: 0;
 padding: 0;
 font-size: 100%;
}

ul, ol, li, dl, dt, dd {
 margin: 0;
 padding: 0;
 	font-style: normal;
	font-weight: normal;
 list-style-type: none;
}

img {
	padding: 0;
	border-style: none;
	border-width: 0;
	vertical-align: bottom;
	border: 0;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}

hr {
 display: none;
}

table {
 border-collapse: collapse;
 empty-cells: show;
}

sup {
 vertical-align: text-top;
}

sub {
 vertical-align: text-bottom;
}

em {
 font-style: normal;
 font-weight: bold;
}

a {
 

/*\*/
   overflow: hidden;
/

**/
}



/* 文字サイズ調整 */

body {
 color: #333333;
 line-height: 1.4;
 font-size: 12px;
 margin: 0;
 padding: 0;
}

* html body {
 font-size: 75%;
}

*:first-child+html body {
 font-size: 75%;
}

body * {
 font-size: 100%;
}

/*
 ぱんくず
=========================================================================*/

#TOPICPATH {
 margin: 5px 0px 5px 0px;
 font-size: 83.4%;
}

#TOPICPATH a {
 font-weight: normal;
}

#TOPICPATH span {
 margin: 0px 5px 0px 5px;
 font-weight: normal;
}

/*
 リンク
-------------------------------------------------------------------------*/

a:link {
 color: #0000cc;
}

a:visited {
 color: #810081;
}

a:hover {
 color: #ff6800;
}

a:active {
 color: #ff6800;
}

/* 2015/12/25 ADD S 【検索系UI改善対応】*/
a.selectIconRednext:link{
  color: #FFFFFF;  
}

a.selectIconRednext:visited{
  color: #FFFFFF;  
}

a.selectIconRednext:hover{
  color: #ff6800;
}

a.selectIconRednext:active{
  color: #ff6800;  
}
/* 2015/12/25 ADD E 【検索系UI改善対応】*/

/*
 リンクアイコン
--------------------------------------*/

/* PFSPS033レイアウト変更により不要【STEP2.5】エリア特集TOP誘導改善対応 */
/*2010/03/23 RRB-ITb1_N_0054 ADD START*/
/*.addAboxLineFeed  {
 background: url(../images/icon/icn_arrow_box.gif) no-repeat 0 top;
 padding: 1px 0 1px 14px;
}*/
/*2010/03/23 RRB-ITb1_N_0054 ADD END*/
/* 【STEP2.5】エリア特集TOP誘導改善対応 */

.addAbox {
 background: url(../images/icon/icn_arrow_box.gif) no-repeat 0 center;
 padding: 1px 0 1px 14px;
}

.addAdown {
 background: url(../../common/images/icon/icn_arrow_down.gif) no-repeat 0 center;
 padding: 1px 0 1px 14px;
}

.addAair {
 background: url(../images/icon/icon_air.gif) no-repeat 0 0.1em;
 padding: 1px 0 1px 14px;
/*

background */
}

.linkout {
 padding: 3px 0px 2px 13px;
 background: url(../images/icon/icon_www.gif) no-repeat 0 center;
 font-weight: normal;
 font-style: normal;
}

/* \ */
* html .linkout {
 padding: 3px 0px 2px 13px;
 background: url(../images/icon/icon_www.gif) no-repeat 0 top;
 font-weight: normal;
 font-style: normal;
}

*:first-child+html .linkout {
 padding: 3px 0px 2px 13px;
 background: url(../images/icon/icon_www.gif) no-repeat 0 top;
 font-weight: normal;
 font-style: normal;
}

.linkoutDetails {
 padding: 3px 0px 2px 13px;
 background: url(../images/icon/icon_www.gif) no-repeat 0 center;
 font-weight: normal;
 font-style: normal;
 display: inline-block;
 background-position:0px 5px;
}

.icoLink {
 padding: 3px 0px 2px 15px;
 background: url(../images/icon/icon_www.gif) no-repeat 0 center;
}

.goTop {
 padding: 3px 0px 2px 15px;
 background: url(../images/icon/icn_arrow_top.gif) no-repeat 0 center;
}

.iconRednext {
 padding: 3px 0px 2px 16px;
 background: url(../images/icon/icon_red_next.gif) no-repeat 0 center;
}

.iconRedplus {
 padding: 2px 0px 2px 15px;
 background: url(../images/icon/icon_red_plus.gif) no-repeat 0 center;
}

.iconRedplus2 {
 padding: 3px 0px 2px 17px;
 background: url(../images/icon/icon_red_plus2.gif) no-repeat 0 center;
}

.iconRedplus_gray {
 padding: 3px 0px 2px 17px;
 background: url(../images/icon/icon_red_plus2.gif) no-repeat 0 center;
 color:#999999;
}

.iconDelete {
 background: url(../images/icon/icon_delet.gif) no-repeat 0 center;
 display: block;
 width: 12px;
 height: 13px;
}

.backAbox {
 background: url(../images/icon/icon_arrowback.gif) no-repeat 0 center;
 padding: 1px 0 1px 14px;
}

.iconRedminus {
 padding: 3px 0px 2px 17px;
 background: url(../images/icon/icon_red_minus.gif) no-repeat 0 center;
}

/* 2015/12/25 ADD S 【検索系UI改善対応】*/
.selectIconRednext {
  display:inline-block;
  color:#fff;
  text-align:center;
  height:35px;
  font-size:14px;
  line-height:35px;
  white-space:nowrap;
  padding:0px 10px;
  border:solid #c06631;
  border-width:0 1px 2px;
  border-top:2px solid #fa8047;
  box-sizing:content-box;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  background-color:#fa8047;
  background:linear-gradient(left,#fa8047 0%,#ee4b08 100%);
  background:-moz-linear-gradient(top,#fa8047 0%,#ee4b08 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fa8047),color-stop(100%,#ee4b08));
  background:-webkit-linear-gradient(top,#fa8047 0%,#ee4b08 100%);
  background:-o-linear-gradient(top,#fa8047 0%,#ee4b08 100%);
  background:-ms-linear-gradient(top,#fa8047 0%,#ee4b08 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa8047',endColorstr='#ee4b08',GradientType=0);
}

/* 2015/12/25 ADD E 【検索系UI改善対応】*/

/* 宿・ホテルなどのタイプアイコン */

.typeIcon1 {
 width: 50px;
 margin-right: auto;
 margin-left: auto;
 text-align: left;
 float: left;
}

.typeIcon1 img {
 padding-top: 1px;
 padding-bottom: 1px;
}

.typeIcon2 {
 text-align: left;
}

.typeIcon2 img {
 text-align: left;
 margin-top: 2px;
 margin-right: 2px;
 margin-bottom: 2px;
}

.typeIcon3 {
 text-align: left;
}

.typeIcon3 img {
 text-align: left;
 margin-top: 5px;
 margin-right: 5px;
}

/* 2015/12/25 ADD S 【検索系UI改善対応】*/
.typeIcon4 {
 width: 275px;
 margin-right: auto;
 margin-left: auto;
 text-align: left;
 float: left;
}

.typeIcon4 img {
 padding-top: 1px;
 padding-bottom: 1px;
}
/* 2015/12/25 ADD E 【検索系UI改善対応】*/

/*
 テキスト
=========================================================================*/

.red {
 color: #c00;
}

span.sp5 {
 margin-right: 5px;
 margin-left: 5px;
}

img.imgCenter {
 padding: 1px 5px;
 vertical-align: middle;
}

img.mid {
 vertical-align: middle;
}

.clearboth {
 clear: both;
}

.airChangetxs {
 line-height: 1.3;
 font-size: 100%;
}
/* 文字サイズ(小) */

.nom {
 font-weight: normal;
 font-style: normal;
}

.txs {
 line-height: 1.3;
 font-size: 83.4%;
}

.txss {
 line-height: 1.3;
 font-size: 75%;
}

/* 文字サイズ(大) */

.txl {
 font-size: 120%;
}

/* 文字サイズ（14px相当) */

.tx14 {
 font-size: 117%;
}

/* 2016/01/22 ADD S 【検索系UI改善対応】*/
.roomname {
 display:table-cell;
 vertical-align: top;
}

.room {
 display:table;
}
/* 2016/01/22 ADD E 【検索系UI改善対応】*/

/*


 配置
=========================================================================*/

/*
 行揃え
--------------------------------------*/

.taLeft {
 text-align: left !important;
}

.taCenter {
 text-align: center !important;
}

.taRight {
 text-align: right !important;
}

/*
 縦位置
--------------------------------------*/

.vat {
 vertical-align: top !important;
}

.vam {
 vertical-align: middle !important;
}

.vab {
 vertical-align: bottom !important;
}

/*
 回り込み
--------------------------------------*/

.floLeft {
 float: left;
}

.floRight {
 float: right;
}

.clear {
 clear: both;
}

/*
 回り込み解除（解除する親オブジェクトに設定）
--------------------------------------*/

.clearfix:after {
 content: ".";
 display: block;
 clear: both;
 height: 0;
 visibility: hidden;
}

.clearfix {
 display: inline-block;
}

/* exlude MacIE5 \*/

* html .clearfix {
 height: 1%
}

.clearfix {
 display: block;
}

/* end MacIE5 */

/*
 オブジェクトマージン
=========================================================================*/

/*
 上方向
--------------------------------------*/

.mt0 {
 margin-top: 0px !important;
}

.mt1 {
 margin-top: 1px !important;
}

.mt2 {
 margin-top: 2px !important;
}

.mt3 {
 margin-top: 3px !important;
}

.mt4 {
 margin-top: 4px !important;
}

.mt5 {
 margin-top: 5px !important;
}

.mt7 {
 margin-top: 7px !important;
}

.mt8 {
 margin-top: 8px !important;
}

.mt10 {
 margin-top: 10px !important;
}

.mt13 {
 margin-top: 13px !important;
}

.mt14 {
 margin-top: 14px !important;
}

.mt15 {
 margin-top: 15px !important;
}

.mt17 {
 margin-top: 17px !important;
}

.mt19 {
 margin-top: 19px !important;
}

.mt20 {
 margin-top: 20px !important;
}

.mt21 {
 margin-top: 21px !important;
}

.mt23 {
 margin-top: 23px !important;
}

.mt25 {
 margin-top: 25px !important;
}

.mt30 {
 margin-top: 30px !important;
}

.mt31 {
 margin-top: 31px !important;
}

.mt35 {
 margin-top: 35px !important;
}

.mt40 {
 margin-top: 40px !important;
}

.mt50 {
 margin-top: 50px !important;
}

.mt150 {
 margin-top: 150px !important;
}

/*
 下方向
--------------------------------------*/

.mb0 {
 margin-bottom: 0px !important;
}

.mb2 {
 margin-bottom: 2px !important;
}

.mb3 {
 margin-bottom: 3px !important;
}

.mb5 {
 margin-bottom: 5px !important;
}

.mb10 {
 margin-bottom: 10px !important;
}

.mb15 {
 margin-bottom: 15px !important;
}

.mb20 {
 margin-bottom: 20px !important;
}

.mb40 {
 margin-bottom: 40px !important;
}

/*
 オブジェクトパディング
=========================================================================*/

.splef5 {
 margin-left: 5px;
 margin-right: 5px;
}

/*
 上方向
--------------------------------------*/

.pt5 {
 padding-top: 5px !important;
}

.pt10 {
 padding-top: 10px !important;
}

.pt15 {
 padding-top: 15px !important;
}



/* エラー表示 */
p#error {
 color: #ff6800;
 background-color: #ffe1cc;
 display: block;
 width:100%;
 margin-bottom: 5px;
 clear:both;
}
p#error span {
 padding-top: 2px;
 padding-bottom: 2px;
 padding-left: 20px;
 padding-right: 20px;
 font-weight:bold;
 display: block;
}

/*p.error {
 color: #ff6800;
 background-color: #ffe1cc;
 margin-bottom: 5px;
 padding-top: 2px;
 padding-bottom: 2px;
 padding-left: 15px;
 padding-right: 15px;
 display: block;
 width:100%;
 font-weight:bold;
}*/

/** こども注釈メッセージ */
.ChildNoticeMessage
{
    padding-top: 2px;
}


/** プリントボタン注釈メッセージ */
.PrintNoticeMessage
{
    font-weight:bold;
}


/** レンタカー検索で4WD条件を指定できないようにする(PC) **/
/* PFSPS010_詳細検索条件入力 */
#ctl00_ContentPlaceHolder1_PanelCarOp div.stayDR dl.sRent{
    display:none;
}
/* PFSPS011_検索窓（縦） */
#car-coice3 .twolines:nth-child(2) {
    display:none;
}
/* PFSPS102_レンタカー変更 */
#ctl00_ContentPlaceHolder1_PFSPS102UserControl_Panel1 .searchContainer-btm .New-Left > div:nth-child(3) dl:nth-child(8)  {
    display: none;
}

/** レンタカー検索で禁煙喫煙条件を指定できないようにする(PC) **/
/* PFSPS011_検索窓（縦） */
#ctl00_ContentPlaceHolder1_PFSPS0111_SmokeKbn {
    display:none;
}
/* PFSPS011_検索窓（縦） */
#ctl00_ContentPlaceHolder1_PFSPS0111_PanelRentArea .tworight > dl:nth-child(4) {
    display:none;
}