@charset "shift_jis";
/* CSS Document */

.headMainVisual {
	width: 100%;
	height: 480px;
	background: #000 url(/share/domtour/jaldp/hok_ouenwari/img/head_bg.jpg) center top no-repeat;
	position: relative;
}
.headMainVisual .headMainTtl {
	position: absolute;
	width: 430px;
	height: 350px;
	left: 0;
	right: 0;
	top: 79px;
	margin: auto;
}
.tourDetailBox {
	padding-top: 10px;
}
.tourDetailBox .tourDetailTtl {
	position: relative;
	line-height: 92px;
	padding-left: 37px;
	background-image: -webkit-linear-gradient( -45deg, #f274ae 25%, #ef4f98 25%, #ef4f98 50%, #f274ae 50%, #f274ae 75%, #ef4f98 75%, #ef4f98);
	background-image: linear-gradient( -45deg, #f274ae 25%, #ef4f98 25%, #ef4f98 50%, #f274ae 50%, #f274ae 75%, #ef4f98 75%, #ef4f98);
	-webkit-background-size: 23px 23px;
	background-size: 23px 23px;
	background-attachment: fixed;
}
.tourDetailBox .tourDetailTtl .stamp01, .tourDetailBox .tourDetailTtl .stamp02 {
	position: absolute;
	top: -22px;
}
.tourDetailBox .tourDetailTtl .stamp01 {
	right: 189px;
}
.tourDetailBox .tourDetailTtl .stamp02 {
	right: 15px;
}
.tourDetailBox .tourDetailTxt {
	border: 4px solid #f067a6;
	border-top: none;
	padding: 35px 40px 39px;
}

.txtList li.detailLine{
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding-top: 17px;
}
.txtList > li.fcRD.detailLine{
	background-position: 0 25px;
}
.tabs_parent{
	padding-bottom: 16px;
}
.tabs_parent > li{
	border-left: none;
}
.tabs_parent > li.current,
.tabs_parent > li.current > a{
	background: #c00;
}
.tabs_parent > li a{
	font-size: 20px;
	padding: 34px 0;
	background: #999999;
}
.tabs_parent > li > a,
.tabs_parent > li > a:visited,
.tabs_parent > li > a:focus{
	color: #fff;
}
.tabs_parent > li.current:after{
	background-image: none;
	background-color: #c00;
	width: 28px;
	height: 28px;
	-webkit-transform:rotate(38deg) skew(-10deg);
	transform:rotate(38deg) skew(-10deg);
	bottom: -12px;
	z-index: -1;
}
.tabs_parent > li > a > span{
	display: none;
}
.space{display: inline-block;margin-left: 1em;}