@charset "utf-8";
/* CSS Document */

/*---------- 共通 ----------*/

body{
	font-size:78%;line-height:1.3;
}

a:link {
	color:#0077b3;text-decoration:none;
}

a:visited{
	color:#0077b3;text-decoration:none;
}

table{
	border:none;
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
}

.radius{
	border-radius: 4px;
	display:inline;
}

/*---------- submitBtn ----------*/

#submitBtn,
.submitBtn03 input #submitBtn:hover{	
	width: 200px;
	height: 30px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
	background:#e99312;
	background: -moz-linear-gradient(top center, #f59b14 0%, #e99312 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#f59b14), to(#e99312));
	background: -ms-linear-gradient(top center, #f59b14 0%, #e99312 100%);
	border-style: none;	
}

#submitBtn:hover,
.submitBtn03 input #submitBtn:hover{
	cursor: pointer;
	background:#e99312;
	background: -moz-linear-gradient(top center, #eda943 0%, #e99315 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#eda943), to(#e99315));
	background: -ms-linear-gradient(top center, #eda943 0%, #e99315 100%);	
}




/*---------- box03 ----------*/

#box03{
	width: 300px;
	margin: 0;
	padding: 0;
}

#box03 .map{
	width: 300px;
	height: 275px;
	margin: 0;
	padding: 0;
	background:url(../img/map02.jpg) no-repeat center top;
	position: relative;
}

#box03 .map p{
	margin: 0;
	padding: 0;
	line-height: 1.1;
}

#box03 .map p a{
	display: block;
	margin: 0;
	padding: 2px 3px 1px;
	text-decoration: none;
}

#box03 .map p a{
	cursor:pointer;
	font-size: 11px;
}

#box03 .map p a:hover{
	color: #82b7fb;	
}

#box03 .map p.nordicRegion{
	position: absolute;
	top: 55px;
	left: 50px;
}
#box03 .map p.westernEurope{
	position: absolute;
	top: 91px;
	left: 26px;
}


#box03 .map p.asia{
	position: absolute;
	top: 120px;
	left: 64px;
	font-size: 11px;
}
#box03 .map p.africa{
	position: absolute;
	bottom: 104px;
	left: 25px;
}
#box03 .map p.australia{
	width: 110px;
	position: absolute;
	bottom: 35px;
	left: 74px;
	font-size: 11px;
}
#box03 .map p.ameica{
	position: absolute;
	top: 52px;
	left: 175px;
	font-size: 11px;
}
#box03 .map p.guam{
	position: absolute;
	bottom: 118px;
	left: 166px;
}
#box03 .map p.hawaii{
	position: absolute;
	bottom: 91px;
	left: 193px;
}

#box03 table{
	width: 300px;
	font-size: 12px;
}

#box03 table,
#box03 table tr,
#box03 table td{
	border: 1px solid #e6e6e6;	
}

#box03 table td{
	width: 40px;	
	padding: 8px 0 8px 10px;	
}

#box03 table td.planTxt{
	width: 80px;
	text-align:center;
	padding-left:0;
}

#box03 table td.tripTxt{
	text-align: center;
	padding-left:0;
}

#box03 table td .areaTxt{
	margin: 0 10px 0 0;	
}

#box03 .submitBtn03{
	text-align: center;	
}


@media only screen and (max-width: 767px) {
	
.smpnone {
	display: none;
	}

#box03{
	width:100%;
}

#box03 table{
	width:100%;
	margin:10px auto;
}

#box03 select{
	font-size:11px;
}
	
}

