@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%);
}


/*---------- box02 ----------*/

#box02{
	width: 300px;
	margin: 0;
	padding: 0;
}

#box02 .mapArea{
	width: 300px;
	height: 275px;
	margin: 0;
	padding: 0;
	text-align: center;	
	background: #d5ebf9;
}

#box02 .map{
	width: 300px;
	height: 275px;
	margin: 0;
	padding: 0;
	background:url(../img/map01.jpg) no-repeat center top;
	position: relative;
}


#box02 .map p{
	margin: 0;
	padding: 0;
}

#box02 .map p a{
	display: block;
	margin: 0;
	padding: 2px 3px 1px;
	background-color: #fff;
	border: 1px solid #82b7fb;
	border-radius: 4px;
	text-decoration: none;
}

#box02 .map p a:hover{
	color: #82b7fb;	
}

#box02 .map p.okinawa{
	position: absolute;
	top: 92px;
	left: 50px;	
}
#box02 .map p.hokkaido{
	position: absolute;
	top: 80px;
	right: 100px;
}
#box02 .map p.chugoku{
	position: absolute;
	bottom: 90px;
	left: 110px;	
}
#box02 .map p.sanyo{
	position: absolute;
	bottom: 90px;
	left: 30px;	
}
#box02 .map p.sanin{
	position: absolute;
	bottom: 105px;
	left: 70px;	
}
#box02 .map p.hokuriku{
	position: absolute;
	bottom: 125px;
	left: 110px;	
}
#box02 .map p.koushinetsu{
	position: absolute;
	bottom: 150px;
	left: 130px;	
}
#box02 .map p.kyushu{
	position: absolute;
	bottom: 15px;
	left: 25px;	
}
#box02 .map p.shikoku{
	position: absolute;
	bottom: 40px;
	left: 70px;	
}
#box02 .map p.kansai{
	position: absolute;
	bottom: 50px;
	left: 110px;	
}
#box02 .map p.tokai{
	position: absolute;
	bottom: 55px;
	left: 150px;	
}
#box02 .map p.kanto{
	position: absolute;
	bottom: 75px;
	right: 75px;	
}
#box02 .map p.tokyo{
	position: absolute;
    bottom: 45px;
    right: 175px;	
}
#box02 .map p.syutoken{
	position: absolute;
	bottom: 70px;
    right: 140px;
}
#box02 .map p.kitakanto{
	position: absolute;
	bottom: 95px;
    right: 130px;	
}
#box02 .map p.tohoku{
	position: absolute;
	top: 150px;
	right: 50px;	
}


#box02 table{
	width: 300px;
	font-size: 12px;
}

#box02 table,
#box02 table tr,
#box02 table td{
	border: 1px solid #e6e6e6;	
}

#box02 table td.planTxt{
	width: 95px;
	text-align:center;
}
#box02 table td{
	width: 330px;
	padding: 8px 0 8px 3px;	
}

#box02 table td.departure input{
	ime-mode: disabled;
	width: 40px;
	border-radius:4px;
	border: 1px solid rgb(169, 169, 169);	
}

#box02 table td.departure .day{
	width: 60px;
	float:left;
}

#box02 table td.submit{
	text-align: center;
	vertical-align: bottom;
	padding: 10px 0;
}



@media only screen and (max-width: 767px) {
	
.smpnone {
		display: none;
	}

#box02{
	width:100%;
}

#box02 table{
	width:100%;
	margin:10px auto;
}

#box02 select{
	font-size:11px;
}

#box02 table td.departure .day{
	width: 31%;
	float:left;
}
	
}