@charset "Shift_JIS";

img {
	vertical-align: bottom;
}


/* ========== Header ========== */
#dpHd01 {
	width: 950px;
	height: auto;
	margin: 15px auto 0;
}

.contents .linkBtnA01 li a {
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 3px;
}

.contentsInrDp {
	width: 950px;
	margin: 0 auto 0;
}


/* ========== hotel ========== */

.txt_red {
	color: #DE0000;
	/* font-weight: bold; */
}

.hotelArea01 {
	width: 950px;
	padding-right: 30px;
	box-sizing: border-box;
}

.hotelArea01 .box01 {
	margin-right: 15px;
	margin-bottom: 15px;
	width: 33.333%;
	float: left;
	border: 3px solid #07178e;
	box-sizing: border-box;
	padding: 11px;
	background: url(../img/hotel_bg01.jpg) no-repeat;
	background-position: top;
	min-height: 452px;
}

.hotelArea01 .box01:nth-child(3n) {
	margin-right: -30px;
}

.hotelArea01 .box01:nth-child(n+3) {
	margin-bottom: 0;
}

.hotelArea01 .box01 .b {
	padding: 15px 0 0;
	margin: 0;
}

.hotelArea01 .box01 .priceArea .leftArea {
	float: left;
	width: 40%;
	margin-right: 10px;
}

.hotelArea01 .box01 .nameArea .departure {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 55px;
	height: 55px;
	padding: 10px;
	background: #ff6298;
	border-radius: 100px;
}

.hotelArea01 .box01 .nameArea .departure span {
	font-size: 14px;
	font-weight: bold;
	color: #ff0;
	line-height: 1.3em;
}

.hotelArea01 .box01 .nameArea .departure span .txt_small {
	font-size: 12px;
	color: #fff;
	display: block;
}

.hotelArea01 .box01 .nameArea .hotel_name {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	line-height: 1.2em;
	padding-left: 10px;
	color: #0000ff;
	position: relative;
}

.hotelArea01 .box01 .nameArea .hotel_name.yu02:after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 24px;
	background: url(/domtour/commonY15/newyear/images/icon_yumark02.png) no-repeat 0 0;
	background-size: contain;
	box-sizing: border-box;
	position: absolute;
	right: -27px;
	top: 50%;
	transform: translateY(-50%);
}


.hotelArea01 .box01 .priceArea {
	padding-right: 10px;
}

.hotelArea01 .box01 .priceArea .leftArea .stay {
	text-align: center;
	border: 2px solid #00f;
	border-radius: 100px;
	padding: 4px 0 2px;
}

.hotelArea01 .box01 .priceArea .leftArea .stay span {
	font-size: 14px;
	color: #00f;
	font-weight: bold;
}

.hotelArea01 .box01 .priceArea .leftArea .picBox img {
	width: 100%;
}

.hotelArea01 .box01 .priceArea .rightArea {
	float: left;
	width: 60%;
	margin-right: -10px;
}

.hotelArea01 .box01 .priceArea .rightArea .priceFrame {
	color: #FF0000;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: -0.01em;
}


.hotelArea01 .box01 .priceArea .rightArea .priceFrame .priceBox {
	display: block;
	border-bottom: 1px dashed #333;
	padding: 15px 0 5px 40px;
	position: relative;
}

.hotelArea01 .box01 .priceArea .rightArea .priceFrame .priceBox:first-child {
	padding: 5px 0 5px 40px;
}

.hotelArea01 .box01 .priceArea .rightArea .priceFrame .priceBox .price {
	font-size: 28px;
}

.hotelArea01 .box01 .priceArea .rightArea .priceFrame .priceBox .price span {
	font-size: 12px;
	padding-left: 2px;
}

.hotelArea01 .box01 .priceArea .rightArea .priceFrame .priceBox #tokyo::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 35px;
	height: 35px;
	top: 0;
	left: 2px;
	bottom: 1px;
	background: url(../img/icon_d_tokyo.png) no-repeat;
	background-size: cover;
	z-index: 1;
}

.hotelArea01 .box01 .priceArea .rightArea .priceFrame .priceBox #osaka::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 35px;
	height: 35px;
	top: 8px;
	left: 2px;
	bottom: 1px;
	background: url(../img/icon_d_osaka.png) no-repeat;
	background-size: cover;
	z-index: 1;
}

.hotelArea01 .box01 .priceArea .rightArea .priceFrame .priceBox #nagoya::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 35px;
	height: 35px;
	top: 8px;
	left: 2px;
	bottom: 1px;
	background: url(../img/icon_d_nagoya.png) no-repeat;
	background-size: cover;
	z-index: 1;
}

.hotelArea01 .box01 .plan {
	margin-top: 10px;
	line-height: 1.3em;
	font-size: 12px;
}

.subHotelArea .hotelBox01:nth-child(3n) {
	margin-right: 0;

}

.subHotelArea .hl01 {
	font-size: 12px;

}



/* ========== tab ========== */
.modTabArea {
	margin: 20px auto 0;
	text-align: center;
	width: 950px;
}

.modTabArea li {
	background: #CCCCCC;
	display: inline-block;
	margin: 0 10px 0 0;
}

.modTabArea li:last-child {
	margin-right: 0;
}

.modTabArea li a {
	width: 175px;
	padding: 15px 0;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.modTabArea li.active {
	font-weight: bold;
	background: #CC0000;
}

.modTabArea li.active a {
	color: #FFF !important;
	pointer-events: none;
}

.modTabArea li.active a:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-top: 14px solid #CC0000;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: auto;
}

.modTabArea li a:hover {
	text-decoration: none;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}


.domtour940 .dtr940 {
	background: url(/common_rn/img/bg_booking940_mdl.gif) repeat-y 0 0;
	zoom: 1;
	width: 940px;
}