@charset "utf-8";

#contentsHeader h1 {
	margin: 0;
	padding: 5px 10px 0 47px;
	font-size: 2.5rem;
	color: #0157a0;
	border-bottom: 3px solid #0157a0;
	background: url("../../images/ab_confirm_icon.png") no-repeat;
	background-position: 5px 10px;
  background-size: 35px;
}

.tourArea .areaTab {
	border-bottom: 3px solid #0b83d9;
}

.tourArea .areaTab li {
	height: 65px;
	border-top: 2px solid #0b83d9;
	border-left: 2px solid #0b83d9;
	border-right: 2px solid #0b83d9;
	background: url(../../images/icon_index01_a.png) no-repeat center 50px #fff;
	font-weight: bold;
}
.tourArea .areaTab li.cur {
	background: #0b83d9;
	color: #fff;
}
.tourArea .areaTab li a {
	width: 100%;
	height: 65px;
	color: #19547c;
	line-height: 1.3
}
@media screen and (max-width: 767px) {
	.tourArea .areaTab li {
		background: url(../../images/icon_index01_a.png) no-repeat center 45px #fff;
	}
	.tourArea .areaTab li,
	.tourArea .areaTab li a {
		height: 55px;
	}
	.tourArea .areaTab li.cur,
	.tourArea .areaTab li a {
		font-size: 1.2rem;
	}
}
.tourArea .areaTab li a:hover {
	background: #0b83d9;
}

.tourSchedule {
	border: 2px solid #0b83d9;
}

.tourSchedule h2 {
	background: #0b83d9;
}

.monthTab li {
	background: #e0f1ff;
	border-radius: 20px;
}
.monthTab li.cur {
	background: #9ec5e6;
	border-radius: 20px;
}

.tabsInner {
	background: #9dc5e8;
}

.subAreaList li {
	background: url(../../images/icon_index02.png) no-repeat;
}

.tabsInner h3 {
	color: #0061a6;
}
.selectdiv:after {
  color: #0057a5;
}

/*table
======================*/
#tabs th {
	background: #2d84d1;
	border: 1px solid #9bc6e9;
}
#tabs td {
	border:1px solid #9bc6e9;
}
.cose_discption, .course_tb02, .cose_no_midashi {
	background: #2d84d1;
}
@media screen and (min-width: 768px) {
	.tableHeader_02 td {
		border-bottom: 2px solid #9bc6e9!important;
	}
}
@media screen and (max-width: 767px) {
	.tableHeader_01 th {
		padding-top: 7px!important;
	}
	.tableHeader_01 th,
	.tableHeader_01 td {
		padding-bottom: 6px!important;
	}
	#tabs th::after {
		border-top: 1px solid #9bc6e9;
	}
	.tableHeader_01 th::after,
	.tableHeader_01 td::after {
		border-bottom: 1.2px solid #9bc6e9!important;
	}
	.tableHeader_01 td::after {
		border-top: 1px solid #9bc6e9;
	}
	.tableHeader_02 td::after {
		border-bottom: 2px solid #9bc6e9;
	}
}
/*====================*/