/*----------------------------------------------------
ticket201702-01
------------------------------------------------------*/
/*  font */
.ticket201702-01 .gaiyo .gaiyoTtl,
.ticket201702-01 .gaiyo  dl dt,
.passDetail h3{
	font-family: "Hiragino Maru Gothic W4 JIS2004", 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ticket201702-01 .gaiyo .gaiyoTtl {
	text-align: center;
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.ticket201702-01 .gaiyo  dl dt {
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 15px 0;
}
.ticket201702-01 .gaiyo dl dd {
	background-color: #E5D4B9;
	padding: 20px;
	font-size: 1.05rem;
}
.ticket201702-01 .gaiyo .skyliner {
	margin-bottom: 25px;
}
.ticket201702-01 .gaiyo .skyliner dt {
	background-color: #182980;
}
.ticket201702-01 .gaiyo .nikkoPass dt {
	background-color: #801C21;
}
.ticket201702-01 .skylinerBlock,
.ticket201702-01 .passBlock{
	margin-bottom: 25px;
}
.ticket201702-01 .passBlock img {
	width: 100%;
	height: auto;
	max-width: 412px;
}
.ticket201702-01 .skylinerBlock img {
	width: 100%;
	height: auto;
	max-width: 600px;
}
.ticket201702-01 .keytxt {
	margin-bottom: 0 !important;
}
.ticket201702-01 .howto ol {
	counter-reset:number; /* 名前を付けたカウンターをリセット */
	margin-bottom: 20px;
}
.ticket201702-01 .howto ol li:before {
	/* カウンタ（数字になる部分） */
	counter-increment: number;
	content: counter(number); /* カウンター呼び出し */
	/* style */
	border: 1px solid #333;
	border-radius: 100%;
	width: 16px;
	height: 16px;
	display: inline-block;
	text-align: center;
	margin-right: 4px;
	line-height: 16px;
}
.ticket201702-01 .passDetail h3 {
	border: none !important;
	background-color: #182980;
	color: #fff !important;
	padding: 10px 15px;
	font-size: 1.2rem !important;
	margin-bottom: 0 !important;
}
.ticket201702-01 .passDetail table {
	margin-top: 0 !important;
}
.ticket201702-01 .passDetail table ul {
	margin-bottom: 20px;
}
.ticket201702-01 .mb0 {
	margin-bottom: 0 !important;
}
.ticket201702-01 .skyTime {
	width: 100%;
	height: auto;
	max-width: 383px;
}