@charset "Shift_JIS";

/*--------------------------------------------
キーワード検索　更新：2015/1/14
--------------------------------------------*/

/* temprorary removed until UTF-8nization*/
.rt-header .rt-btn-login{
	display:none !important;
}

/* head --------------------------------------------------------------------------*/

div#serviceHead{
	margin:15px 0 5px;
}
div#serviceHead p.serviceLogo{
	float:right;
	text-indent:-9999px;
	display:block;
	height:50px;
	width:150px;
}
div#serviceHead p.serviceLogo#logoANA{
	background-position:0 -283px;
}
div#serviceHead p.serviceLogo#logoJAL{
	background-position:0 -329px;
}
div#serviceHead p#serviceTitle {
	float:left;
}

div#special{width:950px;}
div#searchKW{width:950px;}
/* div#searchKW.event{display:none;} */
div#main{
	clear:left;
	display:inline-block;
	width:950px;
	height:100%;
	position:relative;
	margin-bottom: 15px;
	background-position:-0px -360px;
	background-repeat:repeat-y;
	background-image:url("https://img.travel.rakuten.co.jp/share/themes/keyword/narrowing/images/bg_extra.gif");
	}
div#narrow{
	width:210px;float:left;
	margin-right:10px;

	/* background-color:#EBF5E0; */
}
div#result{
	border-right:1px solid #DDDDDD;
	float:left;
	padding:0 8px 0 0;
	width:535px;
	overflow:hidden;
}
div#extra{
	width:180px;
	float:right;
}
div#searchArea{
    bottom:0px;
}

/* 確認用 */
div#special,
div#searchKW,
div#narrow,
div#result,
div#extra{
	font-size:82%;
	margin-bottom:10px;
	display:inline-block;
	}

/* search----------------------------------------------------------------- */

div#searchKW div#keyword {
	background-position:0 0;
	float:left;
	height:88px;
	width:213px;
	overflow: visible;
    position: relative;
	z-index:4;
}
div#searchKW div#keyword dl{
	padding:7px 5px 5px;
}
div#searchKW div#keyword dl dt{
	display:none;
}
div#searchKW div#keyword dl dd {
    overflow: visible !important;
}
div#searchKW div#keyword dl dd input{
	margin-top:3px;
}
div#searchKW div#keyword dl dd select.NarrowArea {
	font-size:110%;
	height:23px;
}
div#searchKW div#keyword dl dd select.NarrowArea optgroup {
	font-style:normal;
}
div#searchKW div#keyword dl dd input.keyword{
	background-color:#FFFFCC;
	border:1px solid #7F9DB9;
	font-size:110%;
	padding:3px;
	width:190px;
	height:15px;
}
div#searchKW div#keyword dl dd input.kyButton{
	margin-left:70px;
	padding:0 8px;
	height:23px;
}

/* suggest 20100806 */
div#searchKW div#keyword dl dd ul.suggest {
	position: absolute;
	z-index: 4;
	top: 55px;
	left: 5px;
	width: 180px;
	padding: 5px 9px;
	border: 1px solid #8CCA5B;
	background-color: #FFFFFF;
}
div#searchKW div#keyword dl dd ul.suggest li{
	width: 180px;
	margin: 0 0 2px 0;
	padding: 0 0 5px 0;
	list-style-type: none;
	text-align: left;
	font-size: 100%;
	line-height: 1.0;
	border-bottom: 1px dotted #8CCA5B;
}
div#searchKW div#keyword dl dd ul.suggest li a{
	display: block;
}
div#searchKW div#keyword dl dd ul.suggest li.select{ /* キー上下で選択した場合のスタイル */
    color: #FFFFFF;
    background-color: #3366FF;
}
div#searchKW div#keyword dl dd ul.suggest li.over{ /* マウスオーバ時のスタイル */
    background-color: #99CCFF;
}

/* current condition */
div#searchKW div#current {
	background-position:0 -391px;
	background-repeat:repeat-x;
	float:right;
	height:87px;
	width:730px;
	position:relative;
}
div#searchKW div#current dl{

	padding:10px 10px 0;
}
div#searchKW div#current dl dt{
	background-position:-211px -344px;
	clear:both;
	float:left;
	width:6em;
	margin-bottom:5px;
	padding-left:14px;
}
div#searchKW div#current dl dd{
	margin-bottom:7px;
}
div#searchKW div#current dl dd strong{
	color:#E6752B;
}
div#searchKW p.pageLink {
	bottom:10px;
	font-size:100%;
	position:absolute;
	right:20px;
}

/* narrow----------------------------------------------------------------- */

div#narrow div.boxList {
	background-color:#FFFFFF;
	border:1px solid #B4D095;
	margin:5px;
}
div#narrow div.boxList h2{
	color:#FFFFFF;
	background-color:#75AA32;
	font-size:110%;
	padding:3px 10px;
}
div#narrow div.boxList ul{
	margin:10px 0 10px 5px;
}
div#narrow div.boxList ul li{
	color:#000000;
	line-height:1.6;
	list-style:none outside none;
}
div#narrow div.boxList ul ul{ /* 2階層 */
	margin-bottom:0;
	margin-left:1em;
	margin-top:0;
}
div#narrow div.boxList ul ul ul{ /* 3階層 */
	margin-bottom:0;
	margin-left:1em;
	margin-top:0;
}
div#narrow div.boxList ul li strong{
	color:#E6752B;
	padding-left:15px;
	background-position:-211px -78px;
}
div#narrow div.boxList ul li a{
	background-position:-211px 3px;
	padding-left:15px;
	margin-right:3px;

}
div#narrow div.boxList ul li span {
	background-position:-211px 3px;
	color:#666666;
	margin-right:3px;
	padding-left:15px;
}
/* result----------------------------------------------------------------- */

/* notFound */
div#notFound {
	font-size: 82%;
	float:left;
	padding:0 8px 0 0;
	width:535px;
}
div#notFound div#messageArea {
	clear: both;
	margin: 0 0 10px;
	padding: 120px 0 0;
}
div#notFound div#messageArea p {
	line-height:1.5;
	text-align:center;
}

/* sort */

dl#adjustSoat{
	margin: 5px 0 5px 5px;
	text-align:center;
	display:inline-block;
}
dl#adjustSoat dt{
	float:left;
	font-size:82%;
	color:#666666;
	margin-top:3px;
	margin-right:1em;
}
dl#adjustSoat dd{
	float:left;
}
dl#adjustSoat ul li{
	padding: 1px 5px 6px 0;
	list-style:none;
	display:inline;
}
dl#adjustSoat ul li.listLast{
	background-image: none;
}
dl#adjustSoat ul li#soatActive{
	margin: 0 5px 0 0;
	padding: 3px 5px;
	background:#E6752B;
	color: #FFFFFF;
}

p.note-for-score-sort{
	margin: 10px 0;
	padding: 8px 10px;
	border: 1px solid #E6752B;
	color: #E6752B;
	font-size: 12px;
}

/* paging */

div.pagingArea{
	clear: both;
	margin: 15px 5px 0;
}
div.pagingArea.bottom {
	border-top:1px solid #999;
	padding-top:2px;
}
div.pagingArea p.pagingTitle{
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
}
div.pagingArea p.pagingTitle span{
	color: #BC4305;
}
div.pagingArea p.pagingTitle span em{
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
}
div.pagingArea ul.pagingNumber{
	float: left;
	padding: 3px 0 0 0;
	list-style-type: none;
	white-space:nowrap;
	width:100%;
}
div.pagingArea ul.pagingNumber li{
	float: left;
	padding: 0 5px 0 0;
}
div.pagingArea ul.pagingNumber li.pagingTo a{
	padding: 0 1px;
}
div.pagingArea ul.pagingNumber li.pagingBack a,
div.pagingArea ul.pagingNumber li.pagingNext a{
	display: block;
	padding: 0 0 0 12px;
}
div.pagingArea ul.pagingNumber li.pagingBack a:link       { background-position:-189px -190px;}
div.pagingArea ul.pagingNumber li.pagingBack a:visited    { background-position:-189px -205px;}
div.pagingArea ul.pagingNumber li.pagingBack a:visited:hover,
div.pagingArea ul.pagingNumber li.pagingBack a:link:hover { background-position:-189px -220px;}
div.pagingArea ul.pagingNumber li.pagingBack a:visited:active,
div.pagingArea ul.pagingNumber li.pagingBack a:link:active{ background-position:-189px -235px;}

div.pagingArea ul.pagingNumber li.pagingNext a:link       { background-position:-75px -217px;}
div.pagingArea ul.pagingNumber li.pagingNext a:visited    { background-position:-75px -232px;}
div.pagingArea ul.pagingNumber li.pagingNext a:visited:hover,
div.pagingArea ul.pagingNumber li.pagingNext a:link:hover { background-position:-75px -247px;}
div.pagingArea ul.pagingNumber li.pagingNext a:visited:active,
div.pagingArea ul.pagingNumber li.pagingNext a:link:active{ background-position:-75px -262px;}

div.pagingArea ul span.pagingActive{
	color: #BC4305;
	font-weight: bold;
}
div.pagingArea dl#pagingDisplay{
	float: right;
	width: 170px;
	margin: 0;
	text-align: right;
}
div.pagingArea dl#pagingDisplay dt{
	display: inline;
	padding: 5px 0 0 0;
}
div.pagingArea dl#pagingDisplay dd{
	display: inline;
}
div.pagingArea dl#pagingDisplay ul{
	display: inline;
}
div.pagingArea dl#pagingDisplay ul li{
	display: inline;
	padding: 1px 0 6px 0;
	white-space: nowrap;
	font-size: 78%;
}
div.pagingArea dl#pagingDisplay ul li.listLast{
	background-image: none;
}
div.pagingArea dl#pagingDisplay ul li#displayActive{
	color: #BC4305;
	font-weight: bold;
}

p.attention {
	padding: 10px 0 8px 0;
	margin-bottom: 5px;
	line-height: 150%;
	border-bottom: 1px dotted #CDCDCD;
}

p.attention strong {
color: #BF0000;
}

/* result hotel------------------------------------------------------------ */

div.hotelBox{
	clear:both;
	line-height:1.3;
	/*background-position:0 -486px;*/
	background-repeat:repeat-x;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	padding:20px 10px 10px;
	background-image: url(https://img.travel.rakuten.co.jp/share/themes/keyword/narrowing/images/kw_sprite_new.gif);
	background-position: 0 -857px;
}
div.hotelBox h2{
	font-size:110%;
	position:relative;
	margin-bottom: 8px;
}
div.hotelBox h2 a img{
	left:0;
	max-height:75px;
	max-width:75px;
	position:absolute;
	top:40px;
}
div.hotelBox dl.hotelRating {
	display:block;
	float:left;
	margin:3px 0;
}
div.hotelBox p.hotelRating span{
	display: block;
	margin-top: 5px;
}
div.hotelBox dl.hotelOutline{
	float:right;
	width:425px;
}
div.hotelBox p.hotelPhoto{
	clear:left;
	float:left;
}
div.hotelBox p.hotelPhoto img{
	width:75px;
}
div.hotelBox p.hotelRating{
	float:left;
	width:250px;
	margin-bottom: 8px;
}
div.hotelBox p.hotelRating img{
	vertical-align:middle;
}
div.hotelBox dl.price {
	color:#CC0000;
	float:right;
}
div.hotelBox dl.price dt{
	font-size:82%;
}
div.hotelBox dl.price dd{
	margin-top: 3px;
}
div.hotelBox dl.price dt .prcCmmnt{
	color: #333!important;
}

div.hotelBox dl.price dd em {
	font-style:normal;
	font-size:120%;
	font-weight: bold;
}

div.hotelBox dl.price dd span {
	font-size: 90%!important;
	font-weight: bold;
	color: #BF0000;
}

.incldTax{
	font-weight: normal!important;
	color: #333!important;
}

div.hotelBox dl.hotelOutline dd.hotelArea{
	color: #437617;
}
div.hotelBox dl.hotelOutline dd.hotelArea span.mapLink{
	background-position:-1px -173px;
	height:15px;
	width:60px;
	position:relative;
	text-indent:-9999px;
	display:block;
}
div.hotelBox dl.hotelOutline dd.hotelArea a:hover span.mapLink{
	background-position:-63px -173px;
}
div.hotelBox dl.hotelOutline dd.hotelArea span.city{
	float:left;
}
div.hotelBox dl.hotelOutline dd.hotelArea span.onsen{
	background-position:-180px -328px;
	background-repeat:no-repeat;
	color:#66441E;
	float:left;
	padding:0 0 0 25px;
}
div.hotelBox dl.hotelOutline dd.hotelArea a img {
	margin-left: 1em;
}
div.hotelBox dl.hotelOutline dt,
div.hotelBox dl.hotelCharacter dt {
	display:none;
	}
div.hotelBox dl.hotelOutline dd.hotelFavorite{
	background-position:-187px -171px;
	clear:both;
	padding-left:20px;
}
div.hotelBox dl.hotelOutline dd.hotelCharacter{
	clear:left;
}
div.hotelBox div.hotelNote{ /* ボタン */
	clear:both;
	padding-top:8px;
	display:block;
}
div.hotelBox div.hotelNote a {
	float:left;
	margin-right:5px;
	display:block;
	height:18px;
	overflow:hidden;
	text-indent:-9999px;
}
div.hotelBox div.hotelNote a.button1{
	background-position:-1px -89px;
	width:105px;
}
div.hotelBox div.hotelNote a.button2{
	background-position:-1px -110px;
	width:125px;
}
div.hotelBox div.hotelNote a.button3{
	background-position:-1px -131px;
	width:80px;
}
div.hotelBox div.hotelNote a.button4{
	background-position:-1px -152px;
	width:127px;
}
div.hotelBox div.hotelNote a.button5{
	background-position:-1px -174px;
	width:122px;
}
div.hotelBox div.hotelNote ul.price{
	float: right;
	width: 190px;
	margin: 0;
}
div.hotelBox div.hotelNote ul.price li{
	color:#CC0000;
	list-style-type:none;
	text-align:right;
}
div.hotelBox div.hotelNote ul.price li span{
	padding-right: 5px;
	font-size: 90%;
}
div.hotelBox div.hotelNote ul.price li em{
	font-size: 110%;
	font-style: normal;
}
div.hotelBox dl.resultDetail{
	clear:both;
	margin-left:25px;
	margin-top:40px;
	padding:0;
}
div.hotelBox dl.resultDetail dt.titleHotel,
div.hotelBox dl.resultDetail dt.titlePlan,
div.hotelBox dl.resultDetail dt.titlePackage,
div.hotelBox dl.resultDetail dt.titleJR{
	color:#CC6600;
	font-size:110%;
	font-weight:bold;
	margin:20px 0 0;
	padding-left:27px;
}
div.hotelBox dl.resultDetail dt.titleHotel{
	background-position:-185px -252px;
	border-bottom:1px dotted #CCCCCC;
}
div.hotelBox dl.resultDetail dt.titlePlan{
	background-position:-185px -273px;
}
div.hotelBox dl.resultDetail dt.titlePackage{
	background-position:-185px -292px;
}
div.hotelBox dl.resultDetail dt.titleJR{
	background-position:-185px -310px;
}
div.hotelBox dl.resultDetail dd{

}
/* hotel info */
div.hotelBox dl.resultDetail dd.hotelInfo,
div.hotelBox dl.resultDetail dd.planInfo{
	/* margin-left: 20px; */
}
div.hotelBox dl.resultDetail dd.hotelInfo dl{
	padding: 10px 0 0 0;
}
div.hotelBox dl.resultDetail dd.hotelInfo dl dt{
	background-image:none;
	color:#777777;
	font-weight:normal;
	margin:0 0 3px;
	padding:0;
	text-align:left;
}
div.hotelBox dl.resultDetail dd.hotelInfo dl dd{
	margin: 0 0 5px 0;
	padding: 0 0 0 1em;
}

/* highlight */

div.hotelBox dl.resultDetail dd.hotelInfo strong,
div.hotelBox dl.resultDetail dd.planInfo div.planBox p.planOutline strong{
	padding:0 3px;
	color:#000;
}

/* plan info */
div.hotelBox dl.resultDetail dd.planInfo div.planBox{
	border-top:1px dotted #CCCCCC;
	margin:0 0 10px;
	padding:10px 0;
	width:100%;
	clear:both;
}
div.hotelBox dl.resultDetail dd.planInfo div.planBox h3{
	font-size:110%;
	font-weight:normal;
}

div.hotelBox dl.resultDetail dd.planInfo div.planBox dl {
	text-align:right;
	float:right;
}
div.hotelBox dl.resultDetail dd.planInfo div.planBox dl dt {
	font-size:82%;
	margin-top:4px;
	float:left;
}
div.hotelBox dl.resultDetail dd.planInfo div.planBox dl dd {
	float:left;
}
div.hotelBox dl.resultDetail dd.planInfo div.planBox dl dt.planNumber,
div.hotelBox dl.resultDetail dd.planInfo div.planBox dl dd.planNumber{
	margin-left:1em;
}
div.hotelBox dl.resultDetail dd.planInfo div.planBox dl dt.planPrice,
div.hotelBox dl.resultDetail dd.planInfo div.planBox dl dd.planPrice{
	margin-left:1em;
	color:#CC0000;
}
div.hotelBox dl.resultDetail dd.planInfo div.planBox dl dd.planPrice em{
	font-size: 110%;
	font-style: normal;
}
div.hotelBox dl.resultDetail dd.planInfo div.planBox p.planOutline{
	clear:both;
}
div.hotelBox dl.resultDetail dd.planInfo div.planBox p.planOutline img{
	float:left;
	margin:5px;
	width:80px;
}
div.hotelBox p.morePlan{
	text-align: right;
	clear: both;
	border-top: 1px solid #CCC;
	padding-top: 5px;
}
div.hotelBox p.morePlan a{
	padding: 0 0 0 14px;
	background-repeat: no-repeat;
	background-position: 0 2px;
}
div.hotelBox p.morePlan a:link       { background-position:-189px -190px; }
div.hotelBox p.morePlan a:visited    { background-position:-189px -205px; }
div.hotelBox p.morePlan a:visited:hover,
div.hotelBox p.morePlan a:link:hover { background-position:-189px -220px; }
div.hotelBox p.morePlan a:visited:active,
div.hotelBox p.morePlan a:link:active{ background-position:-189px -235px; }
div.hotelBox p.morePlan a strong{
	padding: 0;
	background: none;
}

div.hotelBox dl.resultDetail dd.planInfo div.planBox dl.rmTypPrc{
	clear: both;
	padding: 5px 0;
	width: 81%;
}

div.hotelBox dl.resultDetail dd.planInfo div.planBox dl.rmTypPrc dt,
div.hotelBox dl.resultDetail dd.planInfo div.planBox dl.rmTypPrc dd{
	/*display: inline;*/
}

div.hotelBox dl.resultDetail dd.planInfo div.planBox dl.rmTypPrc dd{
	/*overflow: hidden;*/
	/*height: 1%;*/
	float: none;
	text-align: left;
}

div.hotelBox dl.resultDetail dd.planInfo div.planBox dl.rmTypPrc dd .prcCmmnt{
	font-size: 90%;
	font-weight: normal!important;
	color: #333!important;
}

div.hotelBox dl.resultDetail dd.planInfo div.planBox dl.rmTypPrc dt{
	font-size: 100%;
	margin-top: 0;
	margin-right: 8px;

}

div.hotelBox dl.resultDetail dd.planInfo div.planBox dl.rmTypPrc dd span.rmPrc strong{
	margin: 0 8px;
	color: #BF0000;
}

div.hotelBox dl.resultDetail dd.planInfo div.planBox dl.rmTypPrc dd span strong em{
	font-style: normal;
	font-size: 110%;
}

div.hotelBox dl.resultDetail dd.planInfo div.planBox dl.rmTypPrc dd.plnPrc{
	font-size: 90%;
	color: #BF0000;
	font-weight: bold;
	float: none;
	clear: both;
	display: block;
	padding-top: 5px;
}

div.hotelBox dl.resultDetail dd.planInfo div.planBox dl.rmTypPrc dd.plnPrc em{
	font-size: 130%;
	font-style: normal;
}

div.hotelBox dl.resultDetail dd.planInfo div.planBox dl.rmTypPrc dd span.rmTyp{
	background-image: url(https://img.travel.rakuten.co.jp/share/themes/keyword/narrowing/images/kw_sprite_new.gif);
	background-repeat: no-repeat;
	width: 50px;
	height: 14px;
	text-indent: -9999px;
	display: inline-block;
}

div.hotelBox dl.resultDetail dd.planInfo div.planBox dl.rmTypPrc dd span.rmTyp em{
	visibility: hidden;
}

div.hotelBox dl.resultDetail dd.planInfo div.planBox dl.rmTypPrc dd span.rmTyp.single{
	background-position: -169px -498px;
}

div.hotelBox dl.resultDetail dd.planInfo div.planBox dl.rmTypPrc dd span.rmTyp.semidouble{
	background-position: -169px -535px;
}

div.hotelBox dl.resultDetail dd.planInfo div.planBox dl.rmTypPrc dd span.rmTyp.double{
	background-position: -169px -571px;
}

div.hotelBox dl.resultDetail dd.planInfo div.planBox dl.rmTypPrc dd span.rmTyp.twin{
	background-position: -169px -606px;
}

div.hotelBox dl.resultDetail dd.planInfo div.planBox dl.rmTypPrc dd span.rmTyp.triple{
	background-position: -169px -644px;
}

div.hotelBox dl.resultDetail dd.planInfo div.planBox dl.rmTypPrc dd span.rmTyp.fourth{
	background-position: -169px -681px;
}

div.hotelBox dl.resultDetail dd.planInfo div.planBox dl.rmTypPrc dd span.rmTyp.five-room{
	background-position: -169px -717px;
}

div.hotelBox dl.resultDetail dd.planInfo div.planBox dl.rmTypPrc dd span.rmTyp.washitu{
	background-position: -169px -751px;
}

div.hotelBox dl.resultDetail dd.planInfo div.planBox dl.rmTypPrc dd span.rmTyp.wayou{
	background-position: -169px -792px;
}

div.hotelBox dl.resultDetail dd.planInfo div.planBox dl.rmTypPrc dd span.rmTyp.other{
	background-position: -169px -832px;
}


/* extra ----------------------------------------------------------------- */

p#slide a {
	background-position:-154px -154px;
	display:block;
	font-size:110%;
	height:25px;
	left:745px;
	position:absolute;
	text-indent:-9999px;
	width:20px;
}

/* freemap */

div#extra div#freeMap {
	border:1px solid #F3D9AD;
	margin-bottom:10px;
}
div#extra div#freeMap h2 {
	background-color:#F2EBE3;
	background-position:-172px -121px;
	color:#9F4010;
	font-size:110%;
	padding:7px 0 7px 45px;
	display:block;
}
div#freeMap ul{
	margin:5px;
}
div#freeMap ul li{
	list-style:none;
	background-position:-189px -205px;
	text-indent:15px;
	margin-bottom:4px;
}
div#freeMap ul li a {
	background-color:#FFFFFF;
	}
div#freeMap ul li a:link       { background-position:-189px -190px;}
div#freeMap ul li a:visited    { background-position:-189px -205px;}
div#freeMap ul li a:visited:hover,
div#freeMap ul li a:link:hover { background-position:-189px -220px;}
div#freeMap ul li a:visited:active,
div#freeMap ul li a:link:active{ background-position:-189px -235px;}


/* special */
/*recommendBox*/
div.recommendBox{
	border: 1px solid #CECECE;
}
div.recommendBox h3{
	background-position:-184px -148px;
	padding:5px 0 5px 25px;
}
div.recommendBox p.attention{
	font-size:82%;
	line-height:1.1;
	margin:0 5px;
	padding:3px;
	color:#666666;
}
div.recommendBox ul{
	width: 170px;
	background-color: #FFFFFF;
	list-style-type: none;
	margin-left:4px;
	margin-top:5px;
}
div.recommendBox ul li{
	border-bottom:1px dotted #CCCCCC;
	clear:left;
	display:inline-block;
	margin-bottom:5px;
	padding-bottom:5px;
}
div.recommendBox ul li a{
	text-decoration:none;
}
div.recommendBox ul li img{
	float:left;
}
div.recommendBox ul li a span{
	float:right;
	line-height:1.4;
	margin-left:5px;
	margin-top:2px;
	text-decoration:underline;
	width:112px;
	display:block;
	cursor:pointer;
}

/*------------------------searchArea Hotel------------------------*/
div#searchArea{
	border:4px solid #99CC66;
	margin:15px 0;
	padding:25px;
}

div#searchArea div.searchBox{
	margin:0 auto;
	width:780px;
}
div#searchArea div.searchBox p.narrowAreaTxt{ /* 地区絞込みテキスト */
	text-align:center;
	font-size:90%;
	background-color:#FFEEEE;
	padding:8px 5px;
	color:#CC0000;
}
div#searchArea div#domesticHotel { /* 国内宿泊 */
	width:780px;
}
div#searchArea div#domesticAna,
div#searchArea div#packageJr { /* ANA楽パック,JR楽パック */
	width:780px;
}
div#searchArea div#domesticAna dl.searchForm dd,
div#searchArea div#domesticJal dl.searchForm dd { /* 楽パック */
}

div#searchArea div.searchBox h3{
	color:#437617;
	margin-bottom: 25px;
}
div#searchArea div.searchBox p.searchTitle{
	margin: 0 0 10px 0;
}

div#searchArea div.searchBox dl.searchForm{
	display:inline-block;
	font-size:82%;
	width:780px;
}
div#searchArea div#domesticAna dl.searchForm,
div#searchArea div#domesticJal dl.searchForm { /* 楽パック */
}
div#searchArea div.searchBox dl.searchForm dt{
	width:100px;
	clear:both;
	float:left;
	width: 6.6em;
	margin: 0 0 1px 0;
	padding: 6px 1.0em 7px 0;
    line-height: 1.2;
}
div#searchArea div.searchBox dl.searchForm dt span.checkInfo {
	color:#CC0000;
	display:block;
	font-size:82%;
	line-height:1;
	margin-top:2px;
}
div#searchArea div.searchBox dl.searchForm dt span{
	display:block;
	font-size:85%;
}
div#searchArea div.searchBox dl.searchForm dt.checkout{
	clear: none;
	width: 6em;
	margin: 0 0 0 15px;
}
div#searchArea div.searchBox dl.searchForm dd{

	margin: 0 0 1px 8em;
	padding: 3px 0 3px 10px;
	white-space: nowrap;

}
div#searchArea div.searchBox dl.searchForm dd.primary{
	margin: 0 0 1px 0;
	padding: 3px 15px 7px 10px;
	float:left;
}
div#searchArea div.searchBox dl.searchForm dd.secoundry{
	clear:none;
	float:left;
	margin:0 0 1px;
	padding:3px 15px 7px 10px;
}
div#searchArea div.searchBox dl.searchForm dd.primary p.date{
	float: left;
}
div#searchArea div.searchBox dl.searchForm dd a.calendar{
	background-position:-157px -92px;
	height:17px;
	width:16px;
	display:block;
	text-indent:-9999px;
	float:left;
}
div#searchArea div.searchBox dl.searchForm dd ul.selectNumber li{
	float:left;
	list-style-type:none;
	margin:5px 30px 0 0;
}
div#searchArea div.searchBox dl.searchForm dd ul.selectNumber li.selectLast{
	float: none;
}
div#searchArea div.searchBox dl.searchForm dd ul.selectNumber li span{
	display: block;
	float: left;
	padding: 3px 0 0 0;
}
div#searchArea div.searchBox dl.searchForm dd ul.selectNumber li span.selectNumberRow1{ width: 8.5em;}
div#searchArea div.searchBox dl.searchForm dd ul.selectNumber li span.selectNumberRow2{ width: 8.5em;}
div#searchArea div.searchBox dl.searchForm dd ul.selectNumber li span.selectNumberRow3{ width: 11.5em;}

div#searchArea div.searchBox dl.searchForm dd ul.selectCondition li{
	float: left;
	margin: 0 20px 0 0;
	list-style-type: none;
}
div#searchArea div.searchBox dl.searchForm dd ul.selectCondition li.selectConditionAll{
	padding: 5px 0 0 0;
}
div#searchArea div.searchBox dl.searchForm dd ul.selectCondition li img{
	vertical-align: -5px;
}
div#searchArea div.searchBox dl.searchForm dd ul.selectCondition li input{
	margin: 0;
	vertical-align: -3px;
}
div#searchArea div.searchBox p.conditionSubmit {
	margin-left:320px;
}

div#searchArea div.searchBox p.conditionSubmit a{
	background-position:-1px -217px;
	display:block;
	height:25px;
	text-indent:-9999px;
	width:72px;
	}
div#searchArea div.searchBox dl.searchForm dd ul.selectRoomType {
	display:inline-block;
	margin-top:5px;
}
div#searchArea div.searchBox dl.searchForm dd ul.selectRoomType li {
	float:left;
	list-style-type:none;
	padding:0 10px 0 0;
}
div#searchArea div.searchBox dl.searchForm dd ul.selectRoomType li input {
	margin:0 3px 0 0;
	vertical-align:middle;
}

p.pageLink{
	text-align: right;
	font-size:82%;
	margin-bottom:10px;
}
p.pageLink a{
	padding: 0 0 0 14px;
	background-repeat: no-repeat;
	background-position: 0 2px;
}
p.pageLink a:link       { background-position:-189px -190px; }
p.pageLink a:visited    { background-position:-189px -205px; }
p.pageLink a:visited:hover,
p.pageLink a:link:hover { background-position:-189px -220px; }
p.pageLink a:visited:active,
p.pageLink a:link:active{ background-position:-189px -235px; }
p.pageLink a strong{
	padding: 0;
	background: none;
}

/* package ana----------------------------------------------------------------- */

div#searchArea div.searchBox ol{
	list-style:none outside none;
	margin:0;
	padding:0;
}
div#searchArea div.searchBox ol li.sepBrdr {
	border-bottom:1px solid #CCCCCC;
	margin:12px 0;
}
div#searchArea div.searchBox ol li p.stepIndctn {
	clear:both;
	color:#437617;
	font-size:80%;
}
div#searchArea div.searchBox ol li p.stepIndctn img {
	vertical-align:middle;
}
div#searchArea div.searchBox ol li dl.searchForm dd span.frmPad{
	padding-left: 30px;
}

div#searchArea div.searchBox ol li dl.searchForm dd span.frmAirPort{
	display: inline-block;
	width: 24%;
}
div#searchArea div.searchBox p.conditionSubmitAna {
	text-align:center;
}

div#searchArea div.searchBox p.conditionSubmitAna span.searchInfo{
	background-color:#FAE5E5;
	border:1px solid #CC0000;
	color:#CC0000;
	font-size:82%;
	line-height:1.1;
	margin:0 0 8px;
	padding:5px;
	display:inline-block;
}

div#searchArea div.searchBox ol li dl.searchForm dd#slideCheckBox_1{
	background-color: #f1f1f1;
	padding: 12px 12px 12px 12px;
	margin-bottom: 6px;
	display: none;
	width: 80%;
}

/* package JR----------------------------------------------------------------- */

div#packageJr dl.searchForm dd dl.airDay {
	width:100%;
	float:left;
	}
div#packageJr dl.searchForm dd dl.airDay.stopOverStation {
	clear:left;
	}
div#packageJr dl.searchForm dd dl.airDay dd {
	float:left;
	}
div#packageJr dl.searchForm dd dl.airDay dd.stationAreaSlct{
	margin:0;
}
div#packageJr dl.searchForm dd dl.airDay dd.stationSlct{
	margin:0;
}
div#packageJr dl.searchForm dd p#infoDep {
	clear:both;
}

/* 路線図から指定 */
div#packageJr .btnRailMap,
div#packageJr .btnAreaMap{
	background:url("https://img.travel.rakuten.co.jp/share/themes/keyword/narrowing/images/bnt_rail_map.gif") no-repeat scroll 0 0 transparent;
	display:inline-block;
	right:0;
	top:3px;
	margin-left:10px;
}
div#packageJr .btnRailMap{
	background-position: 0 0;
}
div#packageJr .btnAreaMap{
	background-position: 0 -40px;
}
div#packageJr .btnRailMap span,
div#packageJr .btnAreaMap span{
	display:block;
	height:20px;
	line-height:1.4;
	margin-left:20px;
	width:100px;
	cursor:pointer;
}
div#packageJr .btnRailMap:hover,
div#packageJr .btnAreaMap:hover{
	text-decoration: none;
	visibility: visible;
}
div#packageJr .btnRailMap:hover{
	background-position: 0px -20px;
}
div#packageJr .btnAreaMap:hover{
	background-position: left bottom;
}
div#packageJr .btnRailMap:hover span,
div#packageJr .btnAreaMap:hover span{
	color: #FFF;
}

/* images ----------------------------------------------------------------- */

.serviceLogo,
div#current dl dt,
#current,
#keyword,
#main,
#narrow div.boxList ul li a,
#narrow div.boxList ul li span,
#narrow div.boxList ul li strong,
.resultDetail dt.titleHotel,
.resultDetail dt.titlePlan,
.resultDetail dt.titlePackage,
.resultDetail dt.titleJR,
.hotelBox,
#freeMap h2,
#freeMap ul li,
.hotelFavorite,
.onsen,
.mapLink,
.button1,
.button2,
.button3,
.button4,
.button5,
.recommendBox h3,
#slide a,
.calendar,
.conditionSubmit a,
.pagingBack a,
.pagingNext a,
.morePlan a,
.pageLink a
{
	background:url("https://img.travel.rakuten.co.jp/share/themes/keyword/narrowing/images/kw_sprite_new.gif") no-repeat transparent;
	overflow:hidden;
}

/* text ----------------------------------------------------------------- */

a:link       { color: #5454f6 }
a:visited    { color: #632088 }
a:visited:hover,
a:link:hover { color: #2a2ad1 }
a:visited:active,
a:link:active{ color: #bf0000 }

hr.hidden{
	display: none;
}

/* image mouseover ----------------------------------------------------------------- */
div.hotelBox p.hotelPhoto a:hover img,
div.hotelBox dl.resultDetail dd.planInfo div.planBox p.planOutline a:hover img{
	filter:alpha(opacity=75); /*IE*/
	-moz-opacity:0.75; /*FF*/
	opacity:0.75;
}


