@charset "UTF-8";

wrapper{
	background-color: #f5f5f5;
}

/****************************
ヘッダーの設定 START
****************************/
header{
	display: block;
	width: 100%;
	text-align: center;
}
header h1{
	/*display: none;*/
	padding: 50px;
	margin: auto;
	background: #444;
	color: #FFF;
	font-weight: 900;
}
/****************************
ヘッダーの設定 END
****************************/


/****************************
ヘッダーメニューの設定 START
****************************/
gnav{
    background: rgba(0, 0, 0, 0.8);
	color: #fff;
	border-bottom: 1px solid #e1e1e1;
}
gnav ul li a,
gnav ul li a:link{
	color: #fff;
}
/****************************
ヘッダーメニューの設定 END
****************************/


/****************************
ツアーポイントの設定 START
****************************/
point{
	background: #999;
	padding: 50px;
	color: #FFF;
	font-weight: 900;
	text-align: center;
}
/****************************
ツアーポイントの設定 END
****************************/
.window{
	width: 1100px;
	margin: 0 auto;
}


/****************************
申し込みフローの設定 START
****************************/

.apply th{
	width: 150px;
	background-color: #eee;
	border-color: #ccc !important;
	vertical-align: top;
	text-align: center;
}
.apply td{
		border-color: #ccc !important;
}
.cancel th{
	background-color: #eee;
	border-color: #ccc !important;
	text-align: center;
}
.cancel td{
		border-color: #ccc !important;
}
flow .stepbox{
	border: 1px solid #444
}
flow .stepbox .index{
	background: #444;
}
flow .stepbox .index span{
	background: #FFF;
	border: 1px solid #444;
}
flow .stepbox h5{
	color: #FFF;
}
flow .stepbox dl.account,
flow .stepbox dl.account dt,
flow .stepbox dl.account dd{
	border: 0 !important;
}
flow .stepbox .account li{
	display: inline-block;
	margin-right: 20px;
}
/****************************
申し込みフローの設定 END
****************************/