<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*--------------------------------------
----------------------------------------
	1.ヘッダー
		assist-nav
	2.container
	3.primary
	4.main
		パンクズナビ
	6.トップページ
		カードサマリー
		特集記事一覧
		最新記事
	7.カード詳細
	8.用語集
	9.Sitemap
	10.リンク
	11.サイドバー 左
	11.サイドバー 右
	12.フッター
----------------------------------------
---------------------------------------*/


body {
	text-align: center;
	background-image: url(/image/body-bg.jpg);
	background-repeat: repeat-x;
}





div#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: left;
	background-image: url(/image/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}



/*------------------------ ヘッダー ------------------------*/

div#header {
	position: relative;
	height:120px;
	width:960px;
	margin: 0 auto;
}

div.wrap {
	width: 800px;
	padding: 0 0 0px 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;}

 
div#header h1{
	padding: 5px 0px;
	font-size: 9px;
	font-weight: normal;
	line-height: 1.2em;
	text-align: right;
}


div#header span.branding img{
	margin: 15px;
}


div#header span.ad-header {
	position: absolute;
	top: 30px;
	right: 0px;
}




div#assist-nav {
	position: absolute;
	top: 20px;
	right: 0px;
	padding: 0px;
	margin: 0px;
}


div#assist-nav ul {
	padding: 0px;
	margin: 0px;
}


div#assist-nav li {
	padding: 0px;
	margin: 5px;
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
	display: block;
	list-style-position: inside;
	list-style-type: none;
}


div#assist-nav li a:link,
div#assist-nav li a:visited,
div#assist-nav li a:hover,
div#assist-nav li a:active {
	color: #222;
}


div#assist-nav li a {
	text-decoration: underline;
}


div#assist-nav li a:hover {
	text-decoration: none;
}




/*------------------------ ナビゲーション ------------------------*/

div#nav {
	clear: both;
	padding: 0px;
	margin: 0;
	background-image: url(/NZ/image/BG_nav.png);
	background-position: center top;
	background-repeat: repeat-x;
	height: 30px;
}



div#nav ul {
	height: 30px;
}


div#nav li {
	float: left;
	display: block;
	list-style-position: inside;
	list-style-type: none;
	padding:5px 15px;
	font-size: 12px;
}


div#nav li a {
	height: 30px;
/*	width: 100px;*/
	padding: 0;
	overflow: hidden;
	color: #FFFFFF;
	text-transform: capitalize;
	display: block;
	text-align:center;
}





div#nav li a:hover {
	text-decoration: none;
}



div#nav li.nav5 {
	float: left;
	display: block;
	list-style-position: inside;
	list-style-type: none;
}




/*------------------------ container ------------------------*/

div#container {
	width: 800px;
	margin: 0 auto;
	position:relative;
}



div#container:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}

div#container {
	display: inline-block;
}


/* exlude MacIE5 \*/
* html div#container { height: 1% }

div#container {
	display: block;
}

/* end MacIE5 */



div#container .row2R {
	float: right;
	width: 48%;
	display: block;
}

div#container .row2L {
	float: left;
	width: 48%;
	display: block;
}

div#container h2{
}

div#container ul,div#container ol {
	margin: 10px;
}



div#container ul li {
	list-style-position: outside;
	list-style-type: disc;
}

div#container ol li {
	list-style-position: outside;
	list-style-type: decimal;
}



div#container li a{
}

div#container dl {
	margin: 20px 0;
}



div#container dl dt {
	margin: 0 0 0.4em 0;
	font-weight: bold;
}



div#container dl dd {
	margin: 0 0 1.1em 20px;
}

/*------------------------ パンクズナビ ------------------------*/
div#container ol.breadcrumbs_list {
	margin: 0 0 10px 0;
}


div#container ol.breadcrumbs_list li {
	float: left;
	font-size: 10px;
	color: #000;
	line-height: 1em;
	list-style-position: outside;
	list-style-type: none;
}


div#container ol.breadcrumbs_list li a {
	padding: 0 15px 0 0;
	margin: 0 10px 5px 0;
	color: #666666;
	background-image: url(/image/sankaku.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}



div#container div#language{ position:absolute; top:0px;right:0px;}
div#container div#language ul{ margin: 5px 10px 0 0px;}
div#container div#language ul li{float: left; list-style:none; margin: 0 0 0 10px;}


/*------------------------ main ------------------------*/

div#main {
	width: 740px;
	padding: 0 30px 30px 30px;
	background:#fff;
}


p.catch{ text-align:center; line-height:3em; margin:0;}





div#main h2{
	border-bottom:1px solid #e0e0e0;
	margin:0px 0 40px 0;
	padding:40px 0 0px 0;
	font-size:1.4em;
}



div#main h3{
	border-bottom:1px solid #e0e0e0;
	margin:20px 0 10px 0;
	font-size:1.2em;
	
}


div#main h4{
	font-weight:bold;
}


div#main h5{
}




/*------------------------ 時刻表 ------------------------*/


div#main table.timetable {
	margin: 20px 0;
	font-size:0.9em;
}



div#main table.timetable th{
	padding: 0.5em;
	border: solid 1px #adadad;
	font-weight: bold;
	vertical-align:middle;
	background: #eee;
}


div#main table.timetable td{
	padding: 0.5em;
	border: solid 1px #adadad;
	text-align:center;
	vertical-align:middle;
	background: #fff;
}


div#main table.timetable tr.even td {
	background: #eee;
}


div#main table.departure th{
	
	font-weight: bold;
	vertical-align:middle;
	background: #fff;
	border: solid 1px #adadad;
	text-align:center;
	padding: 0.5em;
	width:140px;
}


div#main table.departure td{
	padding: 0.5em 1em;
	border: solid 1px #adadad;
	vertical-align:middle;
	background: #fff;
}


div#main table.departure tr.even td,
div#main table.departure tr.even th {
	background: #eee;
}

div#main table.departure td ul {
	margin: 0;
	padding: 0;
}

div#main table.departure td li {
	float: left;
	padding: 0.1em 1.5em 0.1em 1.5em ;
	font-size: 1.1em;
	list-style: none;
	background-image: url(/image/sankaku2.png);
	background-repeat: no-repeat;
	background-position: left center;
}

div#main table.departure td li a{
	text-decoration: underline;
}

div#main table.departure td li a:hover{
	text-decoration: none;
}


div#main p.utc {
	font-size:1.2em;
}


ul.destination {


}



ul.destination li {
	font-size: 1.2em;
}



div#container ul.airportdetail {margin:10px; list-style:none;}
div#container ul.airportdetail li {float:left; margin: 0px 10px; list-style:none;}

/*------------------------ リンク ------------------------*/


div#mutual-link {


}



div#mutual-link li {
	margin-top: 10px;
}


div#mutual-link li dl {
	margin: -20px 0 0 15px;
}


div#mutual-link li dt {
	

}


div#mutual-link li dd {
	margin-left: 20px;
	font-size: 12px;
}


/*------------------------ プロフィール ------------------------*/


div#main table.profile {
	width: 480px;
	margin: 20px;
}



div#main table.profile th{
	padding: 10px 20px;
	border-bottom: solid 1px #adadad;
	font-weight: normal;
}


div#main table.profile td{
	padding: 10px 20px;
	border-bottom: solid 1px #adadad;
}


div#main table.profile td ol{
	padding: 0;
	margin: 0;
}



div#main table.profile td ol li{
	padding: 0;
	margin: 0;
	list-style-position: inside;
}






/*------------------------ サイドバー　左 ------------------------*/


div#side-left {
	float: left;
	width: 160px;
	margin-right: 20px;
	overflow: hidden;
}


div#side-left ul {
	padding: 0;
	margin: 0;
	list-style-position: outside;
	list-style-type: none;
}


div#side-left li {
	padding: 0 0 0 16px;
	font-size: 11px;
	line-height: 3.0em;
	background-image: url(/image/pochi4.gif);
	background-position: left center;
	background-repeat: no-repeat;
}


div#side-left li a{
	color: #333;
}


div#side-left li a:hover{
	
}




/*
div#side-left ul {
	padding: 0;
	margin: 0;
	border-top: solid 1px #999;
	list-style-position: outside;
	list-style-type: none;
}


div#side-left li {
	height: 20px;
	padding: 5px;
	margin: 0;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	border-left: solid 1px #999;
}


div#side-left li a {
	color: #756566;
}

*/


/*------------------------ サイドバー　右 ------------------------*/


div#side-right {
	float: right;
	width: 160px;
	overflow: hidden;
}


div#side-right ul.contents{
	margin:0 0 20px 0;
	padding:0;
}

div#side-right ul.contents li{
	list-style:none outside;
	
	
}


/*------------------------ group ------------------------*/

div#group {
	clear: both;
	width: 960px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 5px 0 0 0;
}


div#group:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}

div#group {
	display: inline-block;
}


/* exlude MacIE5 \*/
* html div#group { height: 1% }

div#group {
	display: block;
}

/* end MacIE5 */
 

div#group h2{
	margin-bottom:15px;
	padding-bottom:3px;
	border-bottom:1px solid #CCC;
	color:#333;
	font-weight:bold;
	font-size:0.9em;
}


div#group ul{
	margin: 0 20px;
	text-align:center;
}

div#group li{
	width:140px;
	margin: 10px 20px;
	float:left;
	text-align:center;
	font-size:11px;
	line-height:1.4em;
}

div#group li a {
	
}


div#group li a:hover {
	text-decoration: underline;
}


div#group li span{
	margin:0; 
	display:block; 
	text-align:center;
}





/*------------------------ footer ------------------------*/

div#footer {
	clear: both;
	width: 960px;
	background-image: url(/image/jestoicon32.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 5px 0 0 0;
}


div#footer:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}

div#footer {
	display: inline-block;
}


/* exlude MacIE5 \*/
* html div#footer { height: 1% }

div#footer {
	display: block;
}

/* end MacIE5 */
 

div#footer li a{
	color: #333;
}


div#footer p.top{
	float: right;
	margin: 0 170px 0 0;
	font-size: 10px;
}


div#footer p.top a {
	padding: 3px 3px 0 3px;
	font-weight: bold;
	color: #000;
	display: block;
	background-color: #eee;
}


div#footer p.top a:hover {
	color: #537DE0;
	background-color: #eee;
}





div#footer div#info {
	float: right;
	padding: 0;
	margin: 20px 0 0 0;
}


div#footer div#info ul {
	padding: 0;
	margin: 8px 0 0 0;
}


div#footer div#info li {
	float: left;
	padding: 0;
	margin: 0;
	font-size: 10px;
	line-height: 1em;
	display: block;
	list-style-position: inside;
	list-style-type: none;
}


div#footer div#info li a {
	padding: 3px 5px ;
	margin: 0;
	color: #333;
}


div#footer div#info li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #bbb;
}


div#footer div#info li.home a:hover {
	background-color: #537DE0;
}




div#footer p.copyright{
	float: left;
	padding: 3px 0;
	margin: 20px 0 0 48px;
	font-size: 10px;
	color: #bbb;
}


/*--------------------------------------
	glossary
---------------------------------------*/

div#glossary_menu {
	width: 80px;
	float: left;
	display: block;
	
	
}

div#glossary_menu ul {
	margin: 0px;
	padding: 0px;
	
}

div#glossary_menu ul li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-type: none;
	list-style-position: outside;
}

div#glossary_menu li a {
		
}

div#glossary_main {
	width: 640px;
	float: right;
	display: block;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
}


/*--------------------------------------
	lounge
---------------------------------------*/

div#lounge_menu {
	width: 120px;
	float: left;
	display: block;
	
	
}

div#lounge_menu ul,
div#lounge_menu dl,
div#lounge_menu dl dt, 
div#lounge_menu dl dd{
	margin: 0px;
	padding: 0px;
	
}

div#lounge_menu ul li {
	list-style-type: disc;
	list-style-position: inside;
}

div#lounge_menu li a {
		
}

div#lounge_main {
	width: 600px;
	float: right;
	display: block;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
}

#detail-detail {
	margin: 0;
	padding: 0;


}

#detail-detail table {
	width:558px;
	margin: 5px;
	padding: 0;
	border-collapse:collapse;
	border: solid 1px #cdb892;


}


#detail-detail table th{
	font-size: 11px;
	border: solid 1px #cdb892;
	text-align: center;
	padding: 5px 2px;
	background-color: #e6dece;
	color: #5D5D5D;
	font-weight: bold;
	width: 93px;


}

#detail-detail table tr td{
	font-size: 11px;
	border: solid 1px #cdb892;
	padding: 5px 3px 5px 10px;
	background-color: #f6f6f6;


}



/*------------------------ カード詳細ページ ------------------------*/

div#main div.card-image{
	margin: 20px 0 0 0;
}



div#main div.card-image img{
	margin: 0 30px;
}


div#main div.card-catch{
	margin: 20px 0 0 0;
}


div#main div.card-catch div.phrase{
	padding: 0;
	margin: 0 0 20px 20px;
}



div#main div.card-catch div.phrase span{
	padding: 0 0 0 0;
	margin: 0 0 0em 0;
	font-size: 1em;
	color: #000;
	background-color: #ffff00;
}

	

div#main div.card-catch ul{
	padding: 0;
	margin: 0;
	border-left: solid 1px #f0f0f0;
}


div#main div.card-catch ul li{
	padding-left: 5px;
	margin: 0px 0 12px 20px;
	border-left: solid 14px #f0f0f0;
	line-height: 1em;
	list-style-position: outside;
	list-style-type: none;
}


div#main table.card-detail {
	margin: 20px 0;
}


div#main table.card-detail tr{
	



}


div#main table.card-detail th{
	padding: 1em;
	border: solid 1px #ddd;
	font-weight: normal;
	vertical-align: middle;
	text-align: center;
	background: #eee;
	font-size:0.9em;
	width:100px;
}


div#main table.card-detail td{
	padding: 1em;
	border: solid 1px #ddd;
	vertical-align: middle;
	font-size:0.9em;
}




div#main div.apply-button {
	margin: 50px 0;
}


div#main div.apply-button p {
	color: #fff;
	text-align: center;
}



div#main div.apply-button a img {
	padding: 5px 10px;
	border: solid 5px #555;
	background-color: #555;
}


div#main div.apply-button a:hover img{
	border: solid 5px #999;
}


div#main table.basic4 th {
	padding: 0.5em 1.0em;
	vertical-align: middle;
	text-align: center;
	background: #fff;
}

div#main table.basic4 td {
	padding: 0.5em 1.0em;
	vertical-align: middle;
}

/*ニュージーランド特集*/
#main .nz-table,#main .nz-table2,#main .nz-info{
	margin-top:10px;
	margin-bottom:10px;
}

#main .nz-table th{
	border:1px solid #CCC;
	padding:4px;
	width:200px;
}
#main .nz-table td{
	border:1px solid #CCC;
	padding:5px;
	width:250px;
}

#main .nz-table2 th{
	border:1px solid #CCC;
	padding:4px;
	width:200px;
}
#main .nz-table2 td{
	border:1px solid #CCC;
	padding:5px;
	width:100px;
}

#main .nz-info th{
	border:1px solid #CCC;
	padding:6px;
	width:100px;
}
#main .nz-info td{
	border:1px solid #CCC;
	padding:6px;
	width:500px;
}
#main .menu_nz{
	margin-top:20px;
	margin-bottom:20px;
}
#main h4{
	font-size:13px;
	border-left:solid 5px #1f7784;
	padding-left:5px;
	margin-bottom:5px;
	margin-top:30px;
}
#main h5{
	font-size:12px;
	padding-left:5px;
	font-weight:bold;
}
</pre></body></html>