@charset "utf-8";
/* CSS Document */


/* --------------------------------------------------
	00a. Resetting default margin and padding
-------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, big, cite, code, del, em, font, img, small, strong,
b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body{
  line-height: 150%;
}
ol, ul{
  list-style: none;
}
blockquote, q{
  quotes: none;
}
blockquote::before, blockquote::after,
q::before, q::after{
  content: '';
  content: none;
}

:focus{
  outline: 0;
}

ins{
  text-decoration: none;
}
del{
  text-decoration: line-through;
}

table{
  border-collapse: collapse;
  border-spacing: 0;
}
table, th, td{
  border: 1px solid;
}
sup{
	font-size:70%;
}

/* --------------------------------------------------
	00b. HTML, Body, Anchor
-------------------------------------------------- */
html{
	overflow-y: scroll;
} /* for mozilla: always display scrollbar */

body{
	color: #000;
	font-family: Myriad, Helvetica, Arial,"Meiryo", "メイリオ", sans-serif; 
	_font-family: 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 13px;
	*font-size: 82%;
	line-height: 180%;
	word-break: break-all; 
	-webkit-text-size-adjust:none;
}
html.osMac body,
body.osMac{
	font-family: Myriad, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo","メイリオ",  sans-serif;
}
body.en{
	word-break: normal; 
}

/*
Font-size list (base: 13px)
 62% =  8px
 70% =  9px
 77% = 10px
 85% = 11px        162% = 21px        239% = 31px
 93% = 12px        170% = 22px        247% = 32px
100% = 13px        177% = 23px        254% = 33px
108% = 14px        185% = 24px        262% = 34px
116% = 15px        193% = 25px        270% = 35px
124% = 16px        200% = 26px        277% = 36px
131% = 17px        208% = 27px        285% = 37px
139% = 18px        216% = 28px        293% = 38px
147% = 19px        224% = 29px        300% = 39px
154% = 20px        231% = 30px        308% = 40px
*/

a{
	color: #333;
}	
a:link, a:visited{
	text-decoration: underline;
  color : blue;
}
a:hover, a:active{
	text-decoration: none;
}

:selection{
	text-shadow: none !important;
}

.opacity
{	opacity: .5; /* FireFox, Webkit, Opera */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE5.5+ */
}


/* --------------------------------------------------
	01. base
-------------------------------------------------- */

#container{
	width:952px;
	position:relative;
	margin: 0 auto;
	padding:0;
	border-right:solid 1px #000000;
	border-left:solid 1px #000000;	
}
/*お知らせ*/
#container p.btn_info{
	position:absolute;
	top:45px;
	left:400px;
	z-index:100;
}
#container p.btn_info a img{
	position:relative;
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
#container p.btn_info a:hover img{
	position:relative;
	opacity:1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

/*飛島北・南CTボタン*/
#container p.btn_newport{
	position:absolute;
	top:45px;
	left:400px;
	z-index:100;
}
#container p.btn_newport a img{
	position:relative;
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
#container p.btn_newport a:hover img{
	position:relative;
	opacity:1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

#header{
	border-top:solid 20px #a0c7e6;	
	height:85px;
	background:url(../images/base/logo_nfk2.gif) 680px 45px no-repeat;
	position: relative;
	}
	#header h1.logo{
	padding:17px 0 0 10px;
	float:left;
	position:relative;
	display:inline;
	
	}
	#header ul.subnavi{
    margin: 0;
		width: fit-content;
		position:absolute;
    top: 15px;
    right: 20px;
	}
* html #header ul.subnavi{
		margin: 15px 0 0 400px;
		width:290px;
		position:absolute;
	}
	#header ul.subnavi li{
		float:left;
		background:url(../images/base/arw_sml.gif) left no-repeat;
		padding:0 20px 0 15px;
		font-size:90%;
    padding-right: 10px;
	}
	#header ul.subnavi li a{
		color:#aeb3d0;
		text-decoration:none;
	}
	#header ul.subnavi li a:hover{
		color:#223785;
		text-decoration:none;
	}

#contents{
	display:block;
	width:750px;
	margin: 0 0 0 100px;
	overflow: hidden;
	position: relative;
	zoom:1;	
}
#contents_wide{
	display:block;
	width:800px;
	margin: 0 0 0 76px;
	overflow: hidden;
	position: relative;
	zoom:1;	
}
#footer{
	border-top: solid 10px #d2d8e6;
	margin: 30px 0 0 0;
	padding: 20px 0 0 0;
}
#footer dl{
	float:left;
	margin: 0 0 0 18px;
	font-size:85%;
	line-height:1.5;
	width:138px;
}
#footer dl.f01{
	width:120px ;
}
#footer dl.f02{
	width:160px;
}
#footer dl.f03{
	width:160px;
}
#footer dl.f04{
	width:160px;
}
#footer dl.f06{
	width:100px;
}
#footer dl.f07{
	width:100px;
}

#footer dt{
	margin: 0 0 5px 0;
	padding:0;
}
#footer dd{
	margin: 0 0 0 15px;
	padding:0 0 0 15px;
	text-indent:-15px;
}
#footer dt a{
	background:url(../images/base/arw_big.gif) left no-repeat;
	padding: 5px 0 5px 20px;
	color:#4181b9;
	text-decoration:none;
}
#footer dt a:hover{
	color:#223785;
	text-decoration:none;
}
#footer dd a{
	background:url(../images/base/arw_sml.gif) left no-repeat;
	padding: 0 0 0 17px;
	color:#4181b9;
	text-decoration:none;
}
#footer dd a:hover{
	color:#223785;
	text-decoration:none;
}

#footer p.caution{
	font-size:85%;
	margin: 20px 0 5px 20px;
	clear:both;
}

#footer div.f_info{
	background-color:#d3e0f1;
	padding: 10px 10px 10px 20px;
	border-bottom: 10px solid #afbce8;
	font-size:85%;
}
#footer div.f_info span{
	color:#666666;
}


/* --------------------------------------------------
	02. top
-------------------------------------------------- */

div.topimage{
	display:block;
	padding: 10px 0 30px 0;
}

.fadein{
	position:relative; width:952px; height:436px;
}
.fadein img{
	position:absolute; left:0; top:0;width:952px;height:436px;
}

div.wrap_topimg{
	position:relative;	
}

div.news{
	padding: 15px 18px;
	margin-bottom: -30px;
	height: 33px;
}

div.news::after{
	content: "";
	display: block;
	clear: both;
}

div.news .news_ttl h2{
	display: block;
	padding: 5px 10px;
	margin: 0 20px 0 0;
	background-color: red;
	color: #fff;
	float: left;
}

div.news ul{
	float: left;
}

div.news ul li .ttl,
div.news ul li .date,
div.news .pdf{
	display: inline-block;
	font-size: 110%;
	vertical-align: middle;
}

div.news ul li .ttl{
	font-weight: bold;
	width: 400px;
}

div.news ul li .date{
	margin-right: 5px;
}

div.news a:hover img{
  opacity: 0.70;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  -ms-filter: "alpha(opacity=70)";
}

/* --------------------------------------------------
	03. /hajime/
-------------------------------------------------- */

div.hajime{
	padding:50px 0 50px 0;
	}

div.hajime div.hajime_left{
	float:left;
	width:220px;
}
div.hajime div.hajime_right{
	float:left;
	width:530px;
}
div.hajime p.txt{
	padding: 20px 0 20px 0;
	color:#333;
	display:block;
	text-align:justify;
	letter-spacing:-0.03em;
}

/* --------------------------------------------------
	04. /port/
-------------------------------------------------- */

div.port{
	padding:50px 0 50px 0;
	margin:0;
	display:block;
	}

div.port p.txt{
	padding:35px 0 0 0;
	}

div.port h3{
	padding:35px 0 10px 0;
	}

div.port h4{
	padding:35px 0 10px 0;
	}

div.port div.nagoyaport_left{
	display:inline-block;
	vertical-align:top;
	width:350px;
	margin: 0 0 0 10px;
	}
div.port div.nagoyaport_right{
	display:inline-block;
	width:350px;
	margin: 0 0 0 30px;
	}

div.port h4{
	padding: 5px 0 5px 0;
	}

div.portplan{
	background:transparent url('../port/images/img_nagoya02.png') center top no-repeat;
	padding-top:280px;
}
div.port h3#ct{
	margin-bottom:30px;
}
#img_nagoya01{
	display:block;margin:0 auto 20px;
}

/* 別窓 */
h3.title_opwin{
	color:#5282CE;
	font-size:16px;
	font-weight:bolder;
	margin:20px 0 20px 0;
}



/* --------------------------------------------------
	05. /container/
-------------------------------------------------- */

div.container{
	padding:50px 0 50px 0;
	margin:0;
	display:block;
	}
div.container div.map{
	float:right;
	margin: 0 0 50px 0;
	}
	div.container div.map span{
	font-size:85%;
	padding-top:5px;
	}
div.container h2{
	margin: 50px 0 0 0;
	}
div.container h3{
	margin: 35px 0 20px 0;
	}
div.container p.txt{
	padding:0 10px 0 10px;
	}
div.container div.nabeta01{
	float:left;
	width:425px;
	margin: 20px 0 0 0;
	}
div.container div.nabeta02{
	float:left;
	width:305px;
	margin: 20px 0 0 0;
	}
div.container div.nabeta03, div.container div.nabeta05{
	float:left;
	width:380px;
	margin: 20px 0 0 0;
	}
div.container div.nabeta04, div.container div.nabeta06{
	float:left;
	width:350px;
	margin: 20px 0 0 0;
	}
div.container h4{
	margin: 35px 0 20px 0;
	clear:both;
	}
div.container table.tbl_container{
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border:2px solid #000;
	width:750px;
	}
div.container table.tbl_container th, div.container table.tbl_container td{
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	border-collapse:separate;
	padding:6px;
	font-size:83%;
	/*letter-spacing:-0.1em;*/
	letter-spacing:-0.06em;
	line-height:180%;
	vertical-align:middle;
	}
div.container table.tbl_container th{
	background-color:#ddd;

	}
div.container table.tbl_container td{
	text-align:center;
	}
div.container table.tbl_container td.td_menu{
	background-color:#f9eedd;
	text-align:left;
	}
div.container table.tbl_container td.td_nobtmline{
	border-bottom:none !important;
	}
div.container table.tbl_container td.td_dotline{
	border-top: 1px dashed #666666 !important;
	}
div.container div.box550{
	width:auto/*550px*/;
	margin: 20px 0 20px;
	} 

div.container table.tbl_download{
	position:relative;
	margin:40px 0 20px 0;
	padding:0;
	width:750px;
	}
div.container table.tbl_download th{
	background:url(../container/images/bg_title_pdf.jpg) repeat-y left;
	text-align:left;
	vertical-align:middle;
	padding:5px 0 0 20px;
	margin:0;
	color:#333;
	font-size:16px;
	line-height:1;
	font-weight:bolder;
	width:640px;
	border-bottom:10px solid #fff;
}
div.container table.tbl_download td{
	padding: 5px 0px 5px 0px;
	border-bottom:10px solid #fff;
	}
div.container table.tbl_download span{
	display:block;
	font-size:14px;
	font-weight:normal;
	float:right;
	text-align:right;
	padding:0 50px 0 0;
	}
div.container table.tbl_download a:hover img{
  opacity: 0.70;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  -ms-filter: "alpha(opacity=70)";
}
div.container sup{
	line-height:100%;
}
div.container .small{
	font-size:86%;
}
div.container figure{
	margin:1em auto 2em;text-align:center;
}
div.container figcaption{
	text-align:left;
}
div.container .list{
	font-size:0;
}
div.container .list figure{
	font-size:13px;display:inline-block;
}
div.container .list figure:first-of-type{
	margin-right:38px;
}
div.container table.tbl_container th.w25{
	width:22%;
}

/* --------------------------------------------------
	06. /ferry/
-------------------------------------------------- */

div.ferry h2{
	margin: 100px 0 35px 0;
	}
div.ferry div.map_ferry{
	position:relative;
	width:100%;
	margin: -170px 0 24px 0;
	text-align:right;
	}
div.ferry div.map_ferry a{
	display:inline-block;
	margin:0 1em 1em 0;
	vertical-align:bottom;
	}
div.ferry h3{
	margin: 10px 0 20px 0;
	clear:both;
	}
div.ferry p.txt_left{
	width:400px;
	height:470px;
	margin: 20px 0 0 10px;
	}
div.ferry p.img_right{
	position:absolute;
	margin: -50px 0 0 250px;
	width:500px;
	}
div.ferry div.img01{
	float:left;
	width:425px;
	margin: 20px 0 0 0;
	}
div.ferry div.img02{
	float:left;
	width:305px;
	margin: 20px 0 0 0;
	}
div.ferry table.tbl_ferry{
	margin:20px 0 30px 0;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	}
div.ferry table.tbl_ferry th, div.ferry table.tbl_ferry td{
	font-size:90%;
	line-height:110%;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	vertical-align:middle;
	}
div.ferry table.tbl_ferry th{
	padding: 5px 0 5px 0;
	background-color:#B8C7E3;
	}
div.ferry table.tbl_ferry td.mid{
	background-color:#F3F2F0;
	padding: 20px 0 20px 0;
	}
div.ferry table.tbl_ferry td{
	padding:5px;
	background-color:#E9F3F2;
	text-align:center;
	}




/* --------------------------------------------------
	07. /ferry/
-------------------------------------------------- */


/* --------------------------------------------------
	08. /corporate/
-------------------------------------------------- */

div.corporate h2{
	margin: 35px 0 35px 0;
	}
div.corporate div.contents750{
	width:750px;
	margin: 0 0 0 25px;
	}
div.corporate h3{
	font-size:110%;
	}
div.corporate h4{
	margin: 35px 0 20px 0;
	}
div.corporate table.tbl_corporate{
	margin:20px 0 20px 0;
	}
div.corporate table.tbl_corporate th{
	height:33px;
	font-size:110%;
	}
	div.corporate table.tbl_corporate th span{
	display:block;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	background:#aadee4;
	padding:10px 0 10px 0;
	margin:5px 10px 0 0;
		
	}
div.corporate table.tbl_corporate td{
	padding: 5px 0 5px 5px;
	font-size:107%;
	line-height:200%;
	}
/*div.corporate table.tbl_corporate td.philosophy {
	position: absolute;
	top: 8px;
	left: 5px;
}*/
div.corporate table.tbl_corporate td.philosophy img{
	position: relative;
	top: 13px;
	left: 0;
}
div.corporate table.tbl_corporate2{
	margin:0 0 20px 0;
	padding:0;
	}
div.corporate table.tbl_corporate2 th {
	}
div.corporate table.tbl_corporate2 td{
	padding: 5px 0px 5px 0px;
	}
div.corporate p.season{
	margin:0 0 5px 0;
	background:#eee;
	padding:5px 0 5px 10px;	
}
div.corporate a:hover img{
  opacity: 0.70;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  -ms-filter: "alpha(opacity=70)";
}

div.corporate table.tbl_corporate3{
	background:url(../corporate/images/bg_title_pdf.jpg) repeat-y left;
	position:relative;
	margin:0 0 20px 0;
	padding:0;
	width:750px;
	}
div.corporate table.tbl_corporate3 th{
	text-align:left;
	vertical-align:middle;
	padding:3px 0 0 20px;
	margin:0;
	color:#333;
	font-size:14px;
	line-height:1.4em;
	font-weight:bolder;
	width:500px;
	border-bottom:10px solid #fff;
}
div.corporate table.tbl_corporate3 td{
	text-align:right;
	vertical-align:middle;
	padding: 5px 0px 5px 0px;
	border-bottom:10px solid #fff;
	}


/* --------------------------------------------------
	09. /datas/
-------------------------------------------------- */

div.datas h2{
	padding: 35px 0 35px 0;
	}
div.datas h3{
	background-color:#BDD2CD;
	padding: 5px 0 5px 10px;
	font-size:160%;
	margin: 10px 0 20px 0;
	clear:both;
	}
	div.datas h3 span{
	display:block;
	position:absolute;
	font-size:10px;
	line-height:140%;
	font-weight:normal;
	margin: -24px 0 0 420px;
	}
	* html div.datas h3 span{
	display:block;
	position:absolute;
	font-size:63%;
	margin: -3px 0 0 390px;
	padding:0;
	}
div.datas h4.short{
	background:url(../datas/images/bg_blue_short.gif) no-repeat;
	width:380px;
	height:22px;
	padding: 0px 0px 0px 20px;
	margin: 0 0 10px 0;
	font-size:110%;
	color:#fff;
	}
div.datas h4.long{
	background:url(../datas/images/bg_blue_long.gif) no-repeat;
	width:775px;
	height:22px;
	padding: 0px 0px 0px 20px;
	font-size:110%;
	color:#fff;
	clear:both;
	}
div.datas div.datas_left{
	float:left;
	width:400px;
	}
div.datas div.datas_right{
	position:relative;
	float:left;
	width:390px;
	}
div.datas ul.data_list01{
	margin:20px 0 20px 0;
	position:relative;
	overflow:hidden;
	zoom:1;
	}
div.datas ul.data_list01 li{
	float:left;
	}
div.datas ul.data_list01 li.slide{
	position:absolute;
	top:0;
	right:0;
	}
div.datas p.caution1{
	font-size:80%;
	position:absolute;
	top:20px;
	right:0px;
	text-align:right;
	}
div.datas h3.link{
	background-color:#dbeab8;
	padding: 5px 0 5px 10px;
	font-size:160%;
	margin: 40px 0 20px 0;
	clear:both;
}
div.datas ul.otherlink{
	margin:0 0 20px 10px;
	padding:0;
	list-style:none;
	font-size:120%;
}
div.datas ul.otherlink li {
}
div.datas ul.otherlink li a{
	background:url(../images/base/arw_big.gif) left center no-repeat;
	padding:0 0 0 20px;
	text-decoration:none;
	color:#4181b9;
}
div.datas ul.otherlink li a:hover{
	color:#223785;
}


/* --------------------------------------------------
	10. /access/
-------------------------------------------------- */

div.access h2{
	margin: 35px 0 20px 0;
}
div.access #map02{
	border:1px solid #ccc;
	border-left:none;
	border-right:none;
	padding:40px 0;
	margin:50px 0;
}
div.access #map03{
	margin-bottom:2em;
}

/* --------------------------------------------------
	11. /link/
-------------------------------------------------- */

div.link h2{
	margin: 35px 0 0 0;
		
}

div.link table.tbl_link{
	margin: 25px 0 50px 0;
		
}
div.link table.tbl_link th, div.link table.tbl_link td{
	padding:5px;		
}
div.link table.tbl_link th{
	border-top: 10px solid #fff;
	background-color:#abf4b0;
	text-align:left;	
}
div.link table.tbl_link td{
	border-bottom: 1px dotted #ccc;
}

.link #link_list{
	margin:35px 0 50px 0;padding:0;border-bottom:1px solid #eee;
}
.link #link_list dt{
	background:#abf4b0;padding:5px;font-weight:bold;margin-top:10px;
}
.link #link_list dd{
	border-top:1px solid #eee;padding:5px;
}
.link #link_list dt +dd{
	border:none;
}
.link #link_list dd a{
	display:block;float:right;width:55%;
}



/* --------------------------------------------------
	12. /sitemap/
-------------------------------------------------- */

div.sitemap h2{
	margin: 35px 0 35px 0;
}
div.sitemap dl{
	width:700px;
}
div.sitemap dt{
	background:url(../sitemap/images/icon_circle.gif) 0px 4px no-repeat;
	font-weight:bolder;
	font-size:110%;
	padding: 0 0 0 17px;
	margin: 30px 0 10px 0;
	border-bottom: 1px dotted #ccc;
}
div.sitemap dd{
	background:url(../sitemap/images/icon_circle_sml.gif) 10px 4px no-repeat;
	padding: 0 0 0 27px;
	margin: 10px 0 10px 0;
	border-bottom: 1px dotted #ccc
;
}
div.sitemap a{
	text-decoration:none;
	color:#0033CC;
}
div.sitemap a:hover{
	text-decoration:underline;
	color:#0033CC;
}



/* --------------------------------------------------
	99. common css
-------------------------------------------------- */

/*align*/
.txt_right{
	text-align:right;
}
.txt_left{
	text-align:left;
}
.txt_center{
	text-align:center;
}

/*float*/
.fltr{
	float:right;
}
.fltl{
	float:left;
}

/*margin*/

.mt10{
	margin-top:10px;
}
.mt20{
	margin-top:20px;
}
.mt30{
	margin-top:30px;
}
.mt40{
	margin-top:40px;
}
.mt50{
	margin-top:50px;
}
.mt100{
	margin-top:100px;
}

.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}
.mb40{
	margin-bottom:40px;
}
.mb50{
	margin-bottom:50px;
}
.mb100{
	margin-bottom:100px;
}


/*clearfix*/

.clearfix::after{
	 
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix{
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix{
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}

/* お知らせリンク非表示 */
#container > p.btn_info > a {
  display: none;
}