@charset "Shift_JIS";

/* last updated by ts-yuki.a.tanaka 2012.10.10 */

/*recentBox*/
div#verticalRecentRoot{ /*2010.03.04*/
	position: relative;
	/*width: 100%;*/
    background-color:#FFFFFF;
	border-top: 1px solid #CECECE;
    border-left:1px solid #CECECE;
	border-right:1px solid #CECECE;
	border-bottom:1px solid #CECECE;
	background-position: top left;
	background-repeat: no-repeat;


}

div#verticalRecentRoot.biz{/*2010.03.31*/
	border: 1px solid #8C97A3;
}

div#verticalRecentRoot.atDmstTop{/*2010.03.04*/
	border: none;
}

div#verticalRecentRoot h3{ /*2010.02.10*/
	background-image:url(https://img.travel.rakuten.co.jp/share/themes/recently/images/icon_presonal_recent.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	font-size:78%;
	font-weight:bold;
	margin:0;
	padding:2px 0 2px 25px;

}

div#verticalRecentRoot ul#wdgtTabArea{/* 2010.03.04 */
	margin: 0;
	padding: 0;
	list-style: none;
}

div#verticalRecentRoot ul#wdgtTabArea li#wdgtDmstTab{/* 2010.03.04 */
	float: left;
	width: 48%;
	height: 29px;
}

div#verticalRecentRoot ul#wdgtTabArea li#wdgtOvrsTab{/* 2010.03.04 */
	float: right;
	width: 48%;
	height: 29px;
}

div#verticalRecentRoot ul#wdgtTabArea li a,
div#verticalRecentRoot ul#wdgtTabArea li a strong,
div#verticalRecentRoot ul#wdgtTabArea li span,
div#verticalRecentRoot ul#wdgtTabArea li span strong{/* 2010.03.04 */
	display: block;
	height: 29px;
	text-align: center;
	text-decoration: none;
}

div#verticalRecentRoot ul#wdgtTabArea li a strong,
div#verticalRecentRoot ul#wdgtTabArea li span strong{
	line-height: 205%;
	font-size: 80%;
	cursor: pointer;
}

div#verticalRecentRoot ul#wdgtTabArea li#wdgtDmstTab span{/* 2010.03.04 */
	background: url(https://img.travel.rakuten.co.jp/share/themes/recently/images/bg_widget_tab_dmst.gif) no-repeat left top;
}

div#verticalRecentRoot ul#wdgtTabArea li#wdgtDmstTab a{/* 2010.03.04 */
	background: url(https://img.travel.rakuten.co.jp/share/themes/recently/images/bg_widget_tab_dmst.gif) no-repeat left bottom;
}

div#verticalRecentRoot ul#wdgtTabArea li#wdgtOvrsTab span{/* 2010.03.04 */
	background: url(https://img.travel.rakuten.co.jp/share/themes/recently/images/bg_widget_tab_ovrs.gif) no-repeat right top;
}

div#verticalRecentRoot ul#wdgtTabArea li#wdgtOvrsTab a{/* 2010.03.04 */
	background: url(https://img.travel.rakuten.co.jp/share/themes/recently/images/bg_widget_tab_ovrs.gif) no-repeat right bottom;
}


div#verticalRecentRoot ul#wdgtTabArea li#wdgtDmstTab span strong{/* 2010.03.04 */
	background: url(https://img.travel.rakuten.co.jp/share/themes/recently/images/bg_widget_tab_dmst_right.gif) no-repeat right top;
	color: #FFF;
}

div#verticalRecentRoot ul#wdgtTabArea li#wdgtDmstTab a strong{/* 2010.03.04 */
	background: url(https://img.travel.rakuten.co.jp/share/themes/recently/images/bg_widget_tab_dmst_right.gif) no-repeat right bottom;
	color: #66B821;
	text-decoration: underline;
}


div#verticalRecentRoot ul#wdgtTabArea li#wdgtOvrsTab span strong{/* 2010.03.04 */
	background: url(https://img.travel.rakuten.co.jp/share/themes/recently/images/bg_widget_tab_ovrs_left.gif) no-repeat left top;
	color: #FFF;
}

div#verticalRecentRoot ul#wdgtTabArea li#wdgtOvrsTab a strong{/* 2010.03.04 */
	background: url(https://img.travel.rakuten.co.jp/share/themes/recently/images/bg_widget_tab_ovrs_left.gif) no-repeat left bottom;
	color: #5085C5;
	text-decoration: underline;
}

div#verticalRecentRoot ul#wdgtTabArea li#wdgtDmstTab a:hover{/* 2010.03.04 */
	background: url(https://img.travel.rakuten.co.jp/share/themes/recently/images/bg_widget_tab_dmst.gif) no-repeat left center;
	visibility: visible;
}

div#verticalRecentRoot ul#wdgtTabArea li#wdgtOvrsTab a:hover{/* 2010.03.04 */
	background: url(https://img.travel.rakuten.co.jp/share/themes/recently/images/bg_widget_tab_ovrs.gif) no-repeat right center;
	visibility: visible;
}

div#verticalRecentRoot ul#wdgtTabArea li#wdgtDmstTab a:hover strong{/* 2010.03.04 */
	background: url(https://img.travel.rakuten.co.jp/share/themes/recently/images/bg_widget_tab_dmst_right.gif) no-repeat right center;
	color: #FFF;
	text-decoration: none;
}

div#verticalRecentRoot ul#wdgtTabArea li#wdgtOvrsTab a:hover strong{/* 2010.03.04 */
	background: url(https://img.travel.rakuten.co.jp/share/themes/recently/images/bg_widget_tab_ovrs_left.gif) no-repeat left center;
	color: #FFF;
	text-decoration: none;
}

/*ラジオボタンスイッチ 2010.03.04*/
div.recentList ul#radioSwtch{
	margin: 0;
	padding:0 0 4px 0;
	list-style: none;
	font-size: 70%;
	background: url(https://img.travel.rakuten.co.jp/share/themes/recently/images/line_gray.gif) repeat-x bottom;
}

div.recentList ul#radioSwtch li{
	padding-bottom: 4px;
}

div.recentList ul#radioSwtch li div{
	/*display: inline-table;*/
	display:inline-block;
	vertical-align: middle;
}

div.recentList ul#radioSwtch li div img{
	vertical-align: text-bottom;
	padding-right: 4px;
}

div.recentList ul#radioSwtch li div input{
	margin-right: 4px;
}

div.recentList ul#radioSwtch li div{
	cursor: pointer;
}

* html div.recentList ul#radioSwtch li div{/* IE 6 */
	zoom:1;
}

*:first-child+html div.recentList ul#radioSwtch li div{/* IE 7 */
	zoom:1;
}

div.recentList ul#radioSwtch li div label span{
	padding: 0 2px;
}

/*----*/


div#verticalRecentRoot p.recentOutline{ /*2010.02.10*/
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	background-image: url(https://img.travel.rakuten.co.jp/share/themes/recently/images/line_gray.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	font-size: 65%;
	line-height: 1.2;
}


div#verticalRecentRoot p.recentPaging{ /*2010.02.10*/
	margin: 0 0 5px 0;
	padding: 5px 0 5px 0;
	background-image: url(https://img.travel.rakuten.co.jp/share/themes/recently/images/line_gray.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	font-size: 65%;
    text-align:center;
}

div#verticalRecentRoot p.upDownBtn{/*2010.03.04*/
	height: 20px;
	margin: 0;
	padding: 5px 0;
}

div#verticalRecentRoot p.upDownBtn.upBtn{/*2010.03.04*/
	background: url(https://img.travel.rakuten.co.jp/share/themes/recently/images/line_gray.gif) repeat-x bottom;
	margin-bottom: 5px;
}

div#verticalRecentRoot p.upDownBtn.downBtn{/*2010.03.04*/
	padding-top: 0;
}

div#verticalRecentRoot p.upDownBtn a{/*2010.03.04*/
	width: 80%;
	height: 20px;
	background: url(https://img.travel.rakuten.co.jp/share/themes/recently/images/bg_up_down_btn.gif) no-repeat left;
	margin-left: 10%;
	display: block;
	text-decoration: none;
}

div#verticalRecentRoot p.upDownBtn a span{/*2010.03.04*/
	display: block;
	background: url(https://img.travel.rakuten.co.jp/share/themes/recently/images/bg_up_down_btn_right.gif) no-repeat right;
	text-align: center;
	color: #333;
	height: 20px;
	font-size: 90%;
	line-height: 1.5em;
	cursor: pointer;
}

div#verticalRecentRoot p.recentPaging.downArrw{/*2010.03.04*/
	background: none;
	padding: 0;
}

div#verticalRecentRoot div.recentList{ /*2010.03.04*/
	border: 1px solid #66B821;
	/*border: 1px solid #5085C5;*/
	margin-top: -3px;
	padding: 4px 4px 0 4px;
}

div#sideArea div.personalBox div.recentBox div.recentHotel{
	background-image: url(https://img.travel.rakuten.co.jp/share/themes/recently/images/line_gray.gif);
	/*background-image: none;*/
}


div#verticalRecentRoot div.recentHotel{ /*2011.11.24*/
	margin: 0;
	background-image: url(https://img.travel.rakuten.co.jp/share/themes/recently/images/line_gray.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	/*border-bottom: 2px dotted #CCC;*/
    height:73px;
}

div#verticalRecentRoot div.recentHotel h4{ /*2011.11.24*/
	font-size: 82%;
	font-weight: bold;
	line-height: 1.2;
    margin:0px;
    height: 50px;
    padding-top: 4px;
}

div#verticalRecentRoot div.recentHotel a img{
	float: left;
	margin: 5px 3px 0 0 ;
}

div#verticalRecentRoot div.recentHotel.ovrsDp a img{
	float: left;
	margin: 4px 4px 0 0 ;
}

div#verticalRecentRoot div.recentHotel a h4{
	cursor: pointer;
}

a img {
    border:medium none;
}

div#verticalRecentRoot div.recentHotel h4 span{ /*2010.02.10*/
	display: block;
	float: left;
	width: 57px;
}

div#verticalRecentRoot p.more{ /*2010.02.10*/
	line-height:1.1em;
	margin: 6px 0 6px 0;
	padding: 0 2px;
}
div#verticalRecentRoot p.more a{ /*2010.02.10*/
	padding: 0 0 0 12px;
	background-position: 0 1px;
	background-repeat: no-repeat;
	font-size: 82%;
}
div#verticalRecentRoot p.more a:link       { background-image: url(https://img.travel.rakuten.co.jp/share/themes/recently/images/icon_arrow01.gif); } /*2010.02.10*/
div#verticalRecentRoot p.more a:visited    { background-image: url(https://img.travel.rakuten.co.jp/share/themes/recently/images/icon_arrow01_visited.gif); } /*2010.02.10*/
div#verticalRecentRoot p.more a:visited:hover, /*2010.02.10*/
div#verticalRecentRoot p.more a:link:hover { background-image: url(https://img.travel.rakuten.co.jp/share/themes/recently/images/icon_arrow01_hover.gif); } /*2010.02.10*/
div#verticalRecentRoot p.more a:visited:active, /*2010.02.10*/
div#verticalRecentRoot p.more a:link:active{ background-image: url(https://img.travel.rakuten.co.jp/share/themes/recently/images/icon_arrow01_active.gif) } /*2010.02.10*/

div#verticalRecentRoot p.empty { /*2010.04.26*/
    margin:6px 0;
    padding:0 2px;
    line-height:1.1em;
    font-size:82%
}

div#verticalRecentRoot p.empty a { /*2010.04.26*/
    font-weight:bold;
}

/*場所によっての枠*/

div#wdgtAtKwList{
	width: 240px;
	position: relative;
	margin:0 0 15px 15px;
}

div#wdgtAtKwList div#verticalRecentRoot{
	padding: 5px;
	margin-bottom: 0;
}

div#wdgtAtHotelList{
	width: 184px;
	margin-bottom: 15px;
}

div#wdgtAtHotelList.nrml{/*2010.03.26*/
	width: auto;
	margin-bottom: 15px;
}

div#wdgtAtHotelList div#verticalRecentRoot{
	padding: 4px;
}

div#wdgtAtOvrsTop{
	/*width: 181px;*/
}

div#wdgtAtOvrsTop div#verticalRecentRoot{
	padding: 4px;
	margin-bottom: 15px;
	font-size: 120%;
}


/*air tickets 2010.03.4*/

div.recentContents{
	margin-bottom: 5px;
}

div.recentContents .le_01 {
    float: left;
    padding-right: 3px;
    padding-left: 5px;
}

div.recentContents .mi_01 {
    float: left;
    font-size: 88%;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 3px;
    color: #bf0000;
}

div.recentContents .ri_01 {
    float: right;
    padding: 3px 8px 6px 0;
}

div.recentContents .air_koku {
	float:left;
	font-size:78%;
	padding:0 15px 0 10px;
	vertical-align:middle;
}

div.recentContents .air_koku .air_logo {
	float:left;
}

div.recentContents .air_koku .air_logo_name {
	line-height: 130%;
	float:left;
	margin-left:3px;
	height: 28px;
	width:90px;
}

div.recentContents .airplan {
	color:#5552F0;
	font-size:8pt;
	padding-top:3px;
	margin: 0;
	clear: both;
    height:30px;
}

div.recentContents .planki {
	color:#5F5F5F;
	font-size:8pt;
	padding:0 2px;
	margin: 0;
	text-align: right;
}

div.recentContents .planbutton {
	padding-top:2px;
	margin: 0;
}

div.recentContents .air_item p,
div.recentContents .air_item div.mi_01{
	line-height: 130%;
}
div.recentContents .air_item a p{
	cursor: pointer;
}

div.recentContents .air_item{
	font-family: verdana;
	height:169px;/*2011.11.24*/
	background: url(https://img.travel.rakuten.co.jp/share/themes/recently/images/line_gray.gif) repeat-x bottom;
}

.recentList .planfont {
	color:#666666;
	font-size:65%;
	padding:0 5px 10px;
	background: url(https://img.travel.rakuten.co.jp/share/themes/recently/images/line_gray.gif) repeat-x bottom;
}

/*rakupack*/
div#sideArea div#verticalRecentRoot div.recentHotel.rakuPack{
	height: 186px;/*2011.11.24*/
}

div#verticalRecentRoot div.recentHotel.rakuPack{/*dmstTop*/
	font-family: verdana;
	height: 185px;/*2011.11.24*/
}

div.recentHotel{
	clear: both;
}

div.recentHotel .dptDateANA{
	background: url(https://img.travel.rakuten.co.jp/share/themes/recently/images/icon_ana_wdgt.gif) no-repeat;
	clear: both;
	padding-left: 42px;
	font-size: 70%;
	color: #666;
	text-align: right;
}

div.recentHotel .dptDateJAL{
	background: url(https://img.travel.rakuten.co.jp/share/themes/recently/images/icon_jal_wdgt.gif) no-repeat;
	clear: both;
	padding-left: 42px;
	font-size: 70%;
	color: #666;
	text-align: right;
}

div.recentHotel .ovrsDptDate{
	clear: both;
	font-size: 70%;
	color: #666;
	text-align: right;
}

div.recentHotel p{
	line-height: 130%;
}

div.recentHotel p.daysAndRate{
	font-size: 80%;
	padding-top: 2px;
	text-align: left;
}

div.recentHotel p.daysAndRate strong{
	font-size: 100%;
	color: #C00;
}

div.recentHotel p.daysAndRate span{
	font-size: 80%;
}

div#verticalRecentRoot div.recentHotel h4.dpHotel{
	margin-bottom: 4px;
}

div.recentHotel p.rpPlan{
	font-size: 70%;
	clear: both;
	padding: 4px 2px;
	line-height: 130%;
}

div.recentHotel p.iconRndTrp{
	clear: both;
	font-size: 70%;
	height: 25px;
	margin: 2px 0;
	text-align: left;
}

div.recentHotel p.iconRndTrp{
	clear: both;
	font-size: 70%;
	margin-bottom: 3px;
}

div.recentHotel p.pssgrNum{
	font-size: 70%;
	color: #666;
	text-align: right;
	padding-bottom: 2px;
}

p.recTtlNum{
	background: url(https://img.travel.rakuten.co.jp/share/themes/recently/images/line_gray.gif) repeat-x center bottom;
	font-size: 70%;
	text-align: center;
	padding: 4px 0;
}

p.recTtlNum strong{
	color: #C00;
	font-size: 140%;
}

div#verticalRecentRoot span#toCompare{
	display: none;
}

/* overseas air */
#right_part #verticalRecentRoot li {
    padding-bottom:0px;
    text-align:left;
}

#right_part div.recentList a {
    font-size:100%;
}

/* overseas dp */

div#verticalRecentRoot div.recentHotel.rakuPack.ovrsDp{
	height: 202px;
}

div#sideArea div#verticalRecentRoot div.recentHotel.rakuPack.ovrsDp{
	height: 209px;
}

div#verticalRecentRoot div.recentHotel p.ovrsDpAirNm{
	font-size: 78%;
	margin-top: 4px;
}

div#verticalRecentRoot div.recentHotel p.ovrsDpAirNm img{
	float: left;
	margin-right: 4px;
}

div#verticalRecentRoot div.recentHotel p.anaRndTrp.overDpOD{
	text-align: left;
	font-size: 78%;
	height: 28px;
	padding-top: 5px;
	padding-bottom: 2px;
    clear: both;
}

div#verticalRecentRoot div.recentHotel p.anaRndTrp.overDpOD span{
	display: block;
}

div#verticalRecentRoot div.recentHotel p.anaRndTrp.overDpOD span.origin{

}

/*--------------------------------------------
強制的にclearするセレクタ 2010.03.04
--------------------------------------------*/
.clear {
	display: block;
	clear: both;
	height: 0;
	line-height: 0px;
	font-size: 1px;
	}
/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
.clearfix {
	display: inline-table;
	min-height: 1%;
	}
/*Hides from MacIE \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/*Hides from MacIE */


/* 最近見た特集 */

div#recentFtr{
	border-top: 1px solid #CCC;
	padding-top: 6px;
}

div#recentFtr h3{
	background: url(https://img.travel.rakuten.co.jp/share/themes/recently/images/icon_rcnt_ftr.gif) no-repeat left center;
}

div#recentFtr div#recentLnk{
	margin-top: 4px;
}

div#recentFtr div#recentLnk ul{
	list-style: none;
	font-size: 78%;
	border: 1px solid #CCC;
	padding: 2px;
}

div#recentFtr div#recentLnk ul li{
	overflow: hidden;
	height: 50px;
	background-image: url("https://img.travel.rakuten.co.jp/share/themes/recently/images/line_gray.gif");
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 3px;
}

div#recentFtr div#recentLnk ul li:last-child{
	background: none;
}

div#recentFtr div#recentLnk ul li a span{
	float: left;
        clear: left;
	display: block;
	width: 57px;
}


div#recentFtr p.empty{
    margin:6px 0;
    padding:0 2px;
    line-height:1.1em;
    font-size:82%
}

div#recentFtr p.empty a{
	font-weight: bold;
}


/* クリップ */
div#verticalRecentRoot div.recentHotel.shareOn{
	background-color:#FFFAE8;
}

ul.boxNavi { /* カセットボタン */
	height: 15px;
}

div.recentHotel ul.boxNavi a.mClipImg{
	background-image: url("https://img.travel.rakuten.co.jp/share/themes/recently/images/icon_clip.gif");
	background-position: 0 0;
	background-repeat:no-repeat;
	float: right;
	margin-right:5px;
	outline: medium none;
	text-indent:-9999px;
	width:13px;
}

div.recentHotel.shareOn ul.boxNavi a.mClipImg{
	background-image: url(https://img.travel.rakuten.co.jp/share/themes/recently/images/icon_clip_on.gif);
	background-position: 0 0;
	background-repeat:no-repeat;
	cursor: default;
	float: right;
	margin-right:5px;
	outline: medium none;
	text-indent:-9999px;
	width:13px;
}

ul.boxNavi a.mDeleteImg{
	background-image: url("https://img.travel.rakuten.co.jp/share/themes/top/images/icon_close.gif");
	background-repeat: no-repeat;
	float: right;
	height: 12px;
	margin-top: 2px;
	outline: medium none;
	text-indent: -99999px;
	width: 12px;
	visibility: hidden;
}

div.recentContents div.recentHotel:hover ul.boxNavi a.mDeleteImg,
div.recentContents div.air_item:hover ul.boxNavi a.mDeleteImg{
	visibility: visible;
	opacity: 0.5;
}
div.recentContents div.recentHotel ul.boxNavi a.mDeleteImg:hover,
div.recentContents div.air_item ul.boxNavi a.mDeleteImg:hover{
	visibility: visible;
	opacity: 1;
}


/**********************
   History Tooltips
**********************/

#tooltip-v-wrapper {
    position: absolute;
}
#tooltip-v-wrapper #tooltip-interface {
    width:    180px;
    height:   20px;
    position: absolute;
    z-index:  99999;
    top:      -15px;
}
#tooltip-v-wrapper #tooltip  {
    position:           absolute;
    background-color:   white;
    width:              254px;
    font-size:          76%;
    top:                -106px;
    left:               -267px;
    z-index:            99999;
    bottom:             -1px;
}

#tooltip-v-wrapper #tooltip  .loading{
    position: absolute;
    background-color:   white;
    height: 87px;
    width: 252px;
    border: 1px solid #CCC;
}
#tooltip-v-wrapper #tooltip  .loading img{
    margin-left: 115px;
    margin-top: 27px;
}

#tooltip-v-wrapper #tooltip .tooltip-angle {
    position:      absolute;
    border-right:  0;
    border-left:   solid 16px #DFDFDF;
    border-top:    solid 8px transparent;
    border-bottom: solid 8px transparent;
    top:           60px;
    left:          253px;
    z-index:       99999;

    /** IE6 Hack */
    _display: none;
}

#tooltip-v-wrapper #tooltip.right-mode .tooltip-angle {
    left:          -15px;
    border-right:  solid 16px #DFDFDF;
    border-left:   0;
}
/** FF Hack */
#tooltip-v-wrapper #tooltip .tooltip-angle, x:-moz-broken, x:last-of-type {
    border-left:   solid 14px #DFDFDF;
}
#tooltip-v-wrapper #tooltip .tooltip-angle-inner {
    position:      absolute;
    border-right:  0;
    border-left:   solid 14px #FFF;
    border-top:    solid 7px transparent;
    border-bottom: solid 7px transparent;
    z-index:       100000;
    top:           -7px;
    left:          -17px;

    /** IE <= 7 Hack */
    *border: 0;
}
#tooltip-v-wrapper #tooltip.right-mode .tooltip-angle-inner {
    left:          2px;
    border-right:  solid 14px #FFF;
    border-left:   0;

    /** IE <= 7 Hack */
    *border: 0;
}
/** FF Hack */
#tooltip-v-wrapper #tooltip .tooltip-angle-inner, x:-moz-broken, x:last-of-type {
    left:          -14px;
    overflow:      hidden;
}
#tooltip-v-wrapper #tooltip p {
    color:              #666;
    background-color:   #DFDFDF;
    border-bottom:      1px dotted #999;
    padding:            3px;
    zoom:               1;
    text-align:         center;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius:    3px;
    border-top-right-radius:         3px;
    -webkit-border-top-left-radius:  3px;
    -moz-border-top-left-radius:     3px;
    border-top-left-radius:          3px;
}
#tooltip-v-wrapper #tooltip ul.rec-hotels {
    padding-top:  10px;
    margin:       auto;
    text-align:   center;
    background-color:   white;
    border-right:       1px solid #ccc;
    border-left:        1px solid #ccc;
    border-bottom:      1px solid #ccc;
}
#tooltip-v-wrapper #tooltip ul.rec-hotels li {
    opacity:  1;
    display:  inline;
    margin:   10px 3px;
    width:    120px;
    height:   130px;
    zoom:     1;
    overflow: hidden;
    float:    right;
}
#tooltip-v-wrapper #tooltip ul.rec-hotels li a {
    text-indent: 0;
    position:    relative;
    height:      auto;
    zoom:        1;
    padding:     0;
}
#tooltip-v-wrapper #tooltip ul.rec-hotels li h4 {
    cursor:     pointer;
    height:     25px;
    margin:     0 auto;
    width:      80%;
    text-align: center;
    font-size:  12px;
    font-weight: normal;
}

#tooltip .rate-wrapper {
    width: 100%;
    margin-top: 10px;
}
#tooltip .rate {
    background-image: url(https://img.travel.rakuten.co.jp/share/themes/recently/images/vertical_recent_hotel.gif);
    background-repeat: no-repeat;
    width:  100px;
    height: 25px;
    margin: auto;
}

#tooltip .rate.rank-rate-0 {
    background-image: none;
}
#tooltip .rate.rank-rate-5 {
    background-position: -1px -365px;
}
#tooltip .rate.rank-rate-10 {
    background-position: -1px -325px;
}
#tooltip .rate.rank-rate-15 {
    background-position: -1px -285px;
}
#tooltip .rate.rank-rate-20 {
    background-position: -1px -245px;
}
#tooltip .rate.rank-rate-25 {
    background-position: -1px -205px;
}
#tooltip .rate.rank-rate-30 {
    background-position: -1px -165px;
}
#tooltip .rate.rank-rate-35 {
    background-position: -1px -125px;
}
#tooltip .rate.rank-rate-40 {
    background-position: -1px -85px;
}
#tooltip .rate.rank-rate-45 {
    background-position: -1px -45px;
}
#tooltip .rate.rank-rate-50 {
    background-position: -1px -5px;
}


/* スマートフォン用に追加 Seiko Harada 2012.10.09 */
section.sectionBox div#recent_container div#verticalRecentRoot div.recentHotel{
}
section.sectionBox div#recent_container div#verticalRecentRoot div.recentHotel img{
}
section.sectionBox div#recent_container div#verticalRecentRoot div.recentHotel h4{
}

@media only screen and (orientation : landscape) { /*横向きの際に適用*/
section.sectionBox div#recent_container div#verticalRecentRoot div.recentHotel h4{
	font-size: 110%;
	line-height: 1.3;
}
}

@media only screen and (orientation : portrait) { /*縦向きの際に適用*/
section.sectionBox div#recent_container div#verticalRecentRoot div.recentHotel h4{
	font-size: 95%;
	line-height: 1.3;
}
}

section.sectionBox div#recent_container div#verticalRecentRoot div.recentHotel ul.boxNavi a.mDeleteImg{
}
