@charset "utf-8";

/******************************
link
******************************/
#header a {
	color: #3F3F3F;
}

#header a:hover {
	text-decoration: none;
}
/******************************
float
******************************/
.clearfix:after{
  display: block;
  visibility:hidden;
  clear: both;
  height: 0;
  content: ".";
  font-size:0;
}
/******************************
header
******************************/
#header {
/*	height: 170px;*/
	height: 155px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
}
#header #headerInner {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	padding-right: 0px;
	/*
	padding-right: 15px;
	padding-left: 15px;
	*/
	width: 1140px;
/*	height: 160px;*/
	height: 155px;
}
#header #headerInner #headerLogo {
	position: absolute;
/*	top: 10px;*/
	top: 6px;
	/*left: 3px;*/
	width: 200px;
}
#header #headerInner #headerLogo a img {
	width: 200px;
}
#header #headerInner #headerLogo a img.sp_logo {
	display: none;
}
#header #headerInner h2 {
	position: absolute;
	top: 84px;
	/*left: 15px;*/
	width: 250px;
	height: 21px;
	font-size: 20px;
	/*font-weight: bold;*/
/*	color: #858585;*/
	color: #585858;
}
#header #headerInner h3 {
	position: absolute;
	/*top: 88px;*/
	top: 82px;
	/*left: 270px;*/
	width: 500px;
	height: 21px;
	font-size: 16px;
	/*font-weight: bold;*/
	color: #858585;
}
#header #headerInner p {
	position: absolute;
	/*top: 88px;*/
	top: 82px;
	/*left: 270px;*/
	width: 500px;
	height: 21px;
	font-size: 16px;
	/*font-weight: bold;*/
	color: #858585;
}

/******************************
globalNav
******************************/
#header #globalNav {
	position: absolute;
/*	top: 120px;*/
	top: 112px;
	/*left: 15px;*/
}
#header #globalNav > li {
	float: left;
}
#header #globalNav > li > a {
	height: 31px;
	display: block;
	background-image: url(../images/arrow1.png);
	background-repeat: no-repeat;
}
#header #globalNav > li > a .textS {
	font-size: 10px;
	display: block;
	line-height: 10px;
}
#header #globalNav > li > a .textL {
	font-size: 15px;
	display: block;
	line-height: 25px;
}
#header #globalNav a {
	width: 110px;
}
#header #globalNav .tour a {
	background-position: 40px 20px;
	text-decoration:none;
}
#header #globalNav .air a {
	background-position: 26px 20px;
	text-decoration:none;
}
#header #globalNav .hotel a {
	background-position: 45px 20px;
	text-decoration:none;
}
#header #globalNav .optional a {
	width: 130px;
	background-position: 67px 20px;
	text-decoration:none;
}
#header #globalNav .rail a {
	background-position: 32px 20px;
	text-decoration:none;
}

/******************************
subNav
******************************/
#header #subNav {
	position: absolute;
	top: 0px;
	right: 0px;
/* 20141106 */
/*	width: 260px;*/
	width: 301px;
	height: 80px;
}
#header #subNav #subNav01 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D9D9D9;
	height: 26px;
	overflow: hidden;
}
#header #subNav #subNav01 li {
	float: left;
	font-size: 11px;
	text-align: center;
	line-height: 23px;
}
#header #subNav #subNav01 .first-child {
	height: 26px;
	width: 107px;
	color: #065538;
}
#header #subNav #subNav01 .second-child {
	height: 26px;
	width: 100px;
	background-color: #065538;
	background-image: url(../images/header_subMenu_partation.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#header #subNav #subNav01 .second-child a {
	color: #FFFFFF;
}
#header #subNav #subNav01 .third-child {
	height: 26px;
	width: 92px;
	background-color: #065538;
}
#header #subNav #subNav01 .third-child a {
	color: #FFFFFF;
}
#header #subNav #subNav02 {
	padding-top: 4px;
/* 20141106 */
/*	width: 100%;*/
	width: 300px;
/*	height: 52px;*/
	height: 48px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D9D9D9;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D9D9D9;
/*	padding-top: 11px;*/
	padding-top: 10px;
}
#header #subNav #subNav02 li {
	float: left;
	padding-left:21px;
	/* width: 50%; */
	height:21px;
}
#header #subNav #subNav02 li a {
	height: 12px;
	/*width: 77px;*/
	overflow: hidden;
	font-size: 10px;
	line-height: 13px;
	display: block;
	padding-left:13px;
	background-image: url(../images/arrow2.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#header #subNav #subNav02 li a:hover {
	text-decoration: underline;
}
/******************************
headerFreeDial
******************************/
#header #headerFreeDial {
	position: absolute;
/*	top: 80px;*/
	top: 78px;
	right: 0px;
/*	width: 270px;*/
	width: 280px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 67px;
	color: #858585;
	margin-top:9px;
}
#header #headerFreeDial span {
	display: block;
}
#header #headerFreeDial .FD01 {
	font-size: 10px;
	line-height: 20px;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
}
#header #headerFreeDial .FD02 {
	font-size: 26px;
	line-height: 30px;
	text-align: right;
	padding-right: 5px;
/*	letter-spacing: -2px;*/
	letter-spacing: -1px;
}
#header #headerFreeDial .FD02s {
	font-size: 10px;
	line-height: 30px;
	text-align: left;
	position: absolute;
	background-image: url(../images/header_freeDial_Logo.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 28px;
}
#header #headerFreeDial .FD03 {
	font-size: 10px;
/*	line-height: 15px;*/
	line-height: 13px;
	text-align: right;
	padding-right: 5px;
}
