@charset "utf-8";
/*検索ボックス*/
.search_box div {
	margin-bottom: 5px;
	font-size: 12px;
}
TEXTAREA, SELECT {
	font-size: 12px;
}
.search_menu {
	height: 42px;
}
.search_menu li {
	float:left;
}
.search_box {
	height: 138px;
	border: 1px solid #D6D6D6;
	background-image: url(/images/search_back.png);
	padding: 10px;
}
.t1 {
	border-collapse: collapse;
}
.t1 td {
	padding: 5px;
}/*大切なお知らせ*/
.caution_box {
	height: 45px;
	border: 1px solid #D6D6D6;
	background-color: #F8F8F8;
	background-image: url(/images/important_message.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
.caution_box ul {
	padding-left: 140px;
	display: block;
	padding-top: 5px;
	font-size: 12px;
	line-height: 18px;
}
/*新着情報&一押し*/
.whats_new_box {
	width:234px;
	padding-bottom: 8px;
}
.whats_new_box_in {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #039;
	border-right-color: #039;
	border-bottom-color: #039;
	border-left-color: #039;
	background-color: #FFFFCC;
	font-size: 12px;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	list-style-type: none;
}
.whats_new_box_in li {
	padding: 5px;
	list-style-type: none;
	background-image: url(/images/list_head.png);
	background-repeat: no-repeat;
	text-indent: 10px;
	background-position: 3px;
}
/* 目的地個別リスト*/
.two_in_box {
	display:block;
	margin-top: 10px;
}
.aim_container {
	width:337px;
	background-color: #EEF4FF;
	border-left:1px #A5C9FF solid;
	border-right:1px #A5C9FF solid;
	border-bottom:1px #A5C9FF solid;
	float:left;
	margin-bottom:7px;
}
.aim_title_back {
	background-image: url(/images/country_title_back.png);
	height: 19px;
	text-indent: 20px;
	padding-top: 5px;
}
.aim_title_back a {
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
}
.aim_title_back a:hover {
	color: #F60;
}
.aim_list {
	line-height:150%;
}
.aim_list li {
	float:left;
	display:block;
	padding:1px 3px;
	white-space:nowrap;
	font-size:15px;
}
.aim_list p {
	padding-left: 8px;
}
/*バナー関連*/
.info_description {
	font-size:10px;
}
.info_banner {
  font-size:12px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 15px;
}
.info_box {
	background-image: url(/images/spl_box.png);
	height: 180px;
	padding-top: 30px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}
.info_box a {
  background-image: url(/images/information_li.png);
  list-style-type: none;
  white-space: nowrap;
  display: block;
  font-size: 12px;
  margin-bottom: 3px;
  line-height: 130%;
  padding-left: 10px;
  height: 23px;
  width: 207px;
  margin-left: 8px;
  background-repeat: no-repeat;
  text-indent: 8px;
  padding-top: 3px;
  font-weight: bold;
}
.info_box2 {
	background-image: url(/images/spl_box2.png);
	height: 180px;
	padding-top: 30px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}
.info_box2 a {
  background-image: url(/images/procedures_li.png);
  list-style-type: none;
  white-space: nowrap;
  display: block;
  font-size: 12px;
  margin-bottom: 3px;
  line-height: 130%;
  padding-left: 10px;
  height: 23px;
  width: 207px;
  margin-left: 8px;
  background-repeat: no-repeat;
  text-indent: 8px;
  padding-top: 3px;
  font-weight: bold;
}
.info_box2 a:hover {
	color:#F30;
}
.info_box a:hover {
	color:#F30;
}
/*特集ボックス*/
.whats_new_box_in p {
	font-size: 12px;
	line-height: 18px;
	display: block;
	margin-top: 5px;
	margin-bottom: 2px;
	padding-right: 3px;
	padding-left: 3px;
}
/*右寄せ*/
.right {
	text-align: right;
}
