
/* DST レコメンド 
------------------------------------------------------------*/
.rcmdArea {
	float:left;
	width:100%;
}
.rcmdArea h3 {
	background: #004098;
	padding: 0 10px;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	margin: 0 0 0px;
}
.rcmdArea .rcmdInner {
	position:relative;
	padding:15px 35px;
}
.rcmdDst {
	margin: 20px auto 0;
}
.rcmdDst div.title {
	width:100%;
	text-align:left;
	margin: 0;
	padding: 0 10px;
	height: 33px;
	background:url(../images/rmd_mp_bg_tit.gif) 0 0 no-repeat;
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
	line-height: 33px;
}
.rcmdDst h2 {
	overflow: hidden;
	padding: 18px 0 0;
	width: 400px;
	height: 0;
	background: url(/dst/recommend/images/title07.png) 0 0 no-repeat;
}
.rcmdDst .list {
	border-left: 1px dotted #AAA;
}
.rcmdDst .list li {
	display: block;
	float: left;
	padding: 0 11px 5px;
	border-right: 1px dotted #AAA;
	
}
.rcmdDst .list li a {
	display: block;
	width: 150px;
	color: #333;
	text-decoration: none;
}
.rcmdDst .list li a span {
	display: block;
}
.rcmdDst .list li a .airport {
	padding: 0 10px;
	height: 25px;
	background: #555;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	line-height: 25px;
}
.rcmdDst .list li a .itemTit {
	margin: 7px 0 5px;
	height: 80px;
	line-height: 1.4;
}
.rcmdDst .list li a:hover .itemTit {
	color: #003F98;
	text-decoration: underline;
}
.rcmdDst .list li a .price {
	margin: 2px 0 0;
	color: #E50100;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
.rcmdDst .list li a:hover .price {
	text-decoration: underline;
}
.rcmdDst .list li a .price span {
	display: inline;
	font-size: 12px;
	font-weight:bold;
}
.rcmdDst .list li a .price.min {
	text-align: left;
}
.rcmdDst .list li a .price.max {
	text-align: right;
}
.rcmdDst .prev {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 100%;
	background: url(../images/prevA.png) center center no-repeat;
}
.rcmdDst .next {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 100%;
	background: url(../images/nextA.png) center center no-repeat;
}
.rcmdDst .prev:hover {
	background: url(../images/prevA_on.png) center center no-repeat;
}
.rcmdDst .next:hover {
	background: url(../images/nextA_on.png) center center no-repeat;
}
.rcmdDst .prev span,
.rcmdDst .next span {
	display: none;
}

/* DST ランキング 
------------------------------------------------------------*/
.rankDst {
	margin: 20px auto 0;
}
.rankDst div.title {
	width:100%;
	text-align:left;
	margin: 0;
	padding: 0 10px;
	height: 33px;
	background:url(../images/rmd_mp_bg_tit.gif) 0 0 no-repeat;
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
	line-height: 33px;
}
.rankDst h2 {
	overflow: hidden;
	padding: 18px 0 0;
	width: 400px;
	height: 0;
	background: url(/dst/recommend/images/title08.png) 0 0 no-repeat;
}
.rankDst .list {
	border-left: 1px dotted #AAA;
}
.rankDst .list li {
	display: block;
	float: left;
	padding: 0 11px 5px;
	border-right: 1px dotted #AAA;
	
}
.rankDst .list li a {
	display: block;
	width: 150px;
	color: #333;
	text-decoration: none;
}
.rankDst .list li a span {
	display: block;
}
.rankDst .list li a .rank {
	padding: 0 10px;
	height: 21px;
	margin:0 0 7px;
	background: #EEE;
	border: 1px solid #CCC;
	color: #000;
	text-align: center;
	font-size:13px;
	font-weight: bold;
	line-height: 21px;
}
.rankDst .list li a .rank.higher {
	background: #FFEDB4;
	border: 1px solid #FC0;
}
.rankDst .list li a .airport {
	padding: 0 10px;
	height: 25px;
	background: #555;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	line-height: 25px;
}
.rankDst .list li a .itemTit {
	margin: 7px 0 5px;
	height: 80px;
	line-height: 1.4;
}
.rankDst .list li a:hover .itemTit {
	color: #003F98;
	text-decoration: underline;
}
.rankDst .list li a .price {
	margin: 2px 0 0;
	color: #E50100;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
.rankDst .list li a:hover .price {
	text-decoration: underline;
}
.rankDst .list li a .price span {
	display: inline;
	font-size: 12px;
	font-weight:bold;
}
.rankDst .list li a .price.min {
	text-align: left;
}
.rankDst .list li a .price.max {
	text-align: right;
}
.rankDst .prev {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 100%;
	background: url(../images/prevA.png) center center no-repeat;
}
.rankDst .next {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 100%;
	background: url(../images/nextA.png) center center no-repeat;
}
.rankDst .prev:hover {
	background: url(../images/prevA_on.png) center center no-repeat;
}
.rankDst .next:hover {
	background: url(../images/nextA_on.png) center center no-repeat;
}
.rankDst .prev span,
.rankDst .next span {
	display: none;
}


/* DST レコメンド ツアー（NEW）
------------------------------------------------------------*/
.dstRcmdTour {
	margin: 0 auto;
}
.dstRcmdTour > .inner {
	position:relative;
	padding:0 40px;
}
.dstRcmdTour div.title {
	width:100%;
	text-align:left;
	margin: 0;
	padding: 0 10px;
	height: 33px;
	background:url(../images/rmd_mp_bg_tit.gif) 0 0 no-repeat;
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
	line-height: 33px;
}
.dstRcmdTour h2 {
	overflow: hidden;
	padding: 18px 0 0;
	width: 400px;
	height: 0;
	background: url(/dst/recommend/images/title08.png) 0 0 no-repeat;
}
.dstRcmdTour .list {

}
.dstRcmdTour .list li {
	display: block;
	float: left;
	padding: 0 5px;
}
.dstRcmdTour .list li .box {
	border:1px solid #E7E4DC;
	padding:7px;
}
.dstRcmdTour .list li a {
	display: block;
	width: 150px;
	color: #333;
	text-decoration: none;
}
.dstRcmdTour .list li a span {
	display: block;
}
.dstRcmdTour .list li a .rank {
	padding: 0 10px;
	height: 21px;
	margin:0;
	background: #EEE;
	border: solid #CCC;
	border-width:1px 1px 0;
	color: #000;
	text-align: center;
	font-size:13px;
	font-weight: bold;
	line-height: 21px;
}
.dstRcmdTour .list li a .rank.higher {
	background: #FFEDB4;
	border: solid #FC0;
	border-width:1px 1px 0;
}
.dstRcmdTour .list li a .airport {
	padding: 0 10px;
	height: 24px;
	background: #1B79B1;
	color: #FFF;
	text-align: center;
	line-height: 24px;
}
.dstRcmdTour .list li a .itemTit {
	margin: 0;
	height: 70px;
	line-height: 1.4;
	font-size:12px;
}
.dstRcmdTour .list li a:hover .itemTit {
	text-decoration: underline;
}
.dstRcmdTour .list li a .price {
	margin: 0;
	color: #E50100;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
.dstRcmdTour .list li a:hover .price {
	text-decoration: underline;
}
.dstRcmdTour .list li a .price span {
	display: inline;
	font-size: 12px;
	font-weight:bold;
}
.dstRcmdTour .list li a .price.min {
	text-align: left;
}
.dstRcmdTour .list li a .price.max {
	text-align: right;
}
.dstRcmdTour .prev {
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 100%;
	background: url(../images/prevA.png) center center no-repeat;
}
.dstRcmdTour .next {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 100%;
	background: url(../images/nextA.png) center center no-repeat;
}
.dstRcmdTour .prev:hover {
	background: url(../images/prevA_on.png) center center no-repeat;
}
.dstRcmdTour .next:hover {
	background: url(../images/nextA_on.png) center center no-repeat;
}
.dstRcmdTour .prev span,
.dstRcmdTour .next span {
	display: none;
}

/* DST レコメンド ツアーランキング（NEW）
------------------------------------------------------------*/
.dstRcmdRankTour {
	margin: 0 auto;
}
.dstRcmdRankTour > .inner {
	position:relative;
	padding:0 40px;
}
.dstRcmdRankTour div.title {
	width:100%;
	text-align:left;
	margin: 0;
	padding: 0 10px;
	height: 33px;
	background:url(../images/rmd_mp_bg_tit.gif) 0 0 no-repeat;
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
	line-height: 33px;
}
.dstRcmdRankTour h2 {
	overflow: hidden;
	padding: 18px 0 0;
	width: 400px;
	height: 0;
	background: url(/dst/recommend/images/title08.png) 0 0 no-repeat;
}
.dstRcmdRankTour .list {

}
.dstRcmdRankTour .list li {
	display: block;
	float: left;
	padding: 0 5px;
}
.dstRcmdRankTour .list li .box {
	border:1px solid #E7E4DC;
	padding:7px;
}
.dstRcmdRankTour .list li a {
	display: block;
	width: 150px;
	color: #333;
	text-decoration: none;
}
.dstRcmdRankTour .list li a span {
	display: block;
}
.dstRcmdRankTour .list li a .rank {
	padding: 0 10px;
	height: 21px;
	margin:0;
	background: #EEE;
	border: solid #CCC;
	border-width:1px 1px 0;
	color: #000;
	text-align: center;
	font-size:13px;
	font-weight: bold;
	line-height: 21px;
}
.dstRcmdRankTour .list li a .rank.higher {
	background: #FFEDB4;
	border: solid #FC0;
	border-width:1px 1px 0;
}
.dstRcmdRankTour .list li a .airport {
	padding: 0 10px;
	height: 24px;
	background: #1B79B1;
	color: #FFF;
	text-align: center;
	line-height: 24px;
}
.dstRcmdRankTour .list li a .itemTit {
	margin: 0;
	height: 70px;
	line-height: 1.4;
	font-size:12px;
}
.dstRcmdRankTour .list li a:hover .itemTit {
	text-decoration: underline;
}
.dstRcmdRankTour .list li a .price {
	margin: 0;
	color: #E50100;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
.dstRcmdRankTour .list li a:hover .price {
	text-decoration: underline;
}
.dstRcmdRankTour .list li a .price span {
	display: inline;
	font-size: 12px;
	font-weight:bold;
}
.dstRcmdRankTour .list li a .price.min {
	text-align: left;
}
.dstRcmdRankTour .list li a .price.max {
	text-align: right;
}
.dstRcmdRankTour .prev {
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 100%;
	background: url(../images/prevA.png) center center no-repeat;
}
.dstRcmdRankTour .next {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 100%;
	background: url(../images/nextA.png) center center no-repeat;
}
.dstRcmdRankTour .prev:hover {
	background: url(../images/prevA_on.png) center center no-repeat;
}
.dstRcmdRankTour .next:hover {
	background: url(../images/nextA_on.png) center center no-repeat;
}
.dstRcmdRankTour .prev span,
.dstRcmdRankTour .next span {
	display: none;
}