@charset "utf-8";

/*------------------------------------*/
/* 全体の設定 */
/*------------------------------------*/
html,body,#container {min-height: 880px;}
html {
	background: #fafafa;	/*背景色*/
}
body {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0px;
	background: #fff;
	
	box-shadow: 0 0 8px gray;
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form,select {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
a {
	color: #0A0A0A;
}

/*------------------------------------*/
/* ヘッダー */
/*------------------------------------*/
header {
	border-bottom: 1px solid #ccc;
}
/*ロゴ画像*/
header #logo {
	float: left;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
}
header #logo img {
	max-width: 60%; 
}

/*------------------------------------*/
/* メニュー */
/*------------------------------------*/
#menu {
	clear:both;
}
#menu li {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}
#menu li+ li {
  border-left: 0;
  border-right: 1px solid #333;
}

/*------------------------------------*/
/* コンテンツ */
/*------------------------------------*/
#contents {
	clear: both;
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 0px 20px 20px 20px;
}

@media screen and (max-width: 767px) {
	#contents {
		padding: 0px 10px 20px 10px;
	}
}


/*------------------------------------*/
/* メイン */
/*------------------------------------*/
#main {
	float: left;
	min-height: 450px;
	width: 100%;
}

/*h2タグ*/
#main h2 {
	clear: both;
	margin: 10px 0px;
	color: #fff;
	background: #005B98;
	padding: 5px 20px;
	font-size: 20px;
}

/*h2タグの１文字目*/
#main h2::first-letter {
	border-left: 3px solid #fff;
	padding-left: 10px;
}
/*h3タグ*/
#main h3 {
	clear: both;
	margin-bottom: 20px;
	font-size: 20px;
	background: #d3edff;
	padding: 5px 20px;
}
/*h3タグの１文字目*/
#main h3::first-letter {
	border-left: 3px solid #262f71;
	padding-left: 10px;
}

/*------------------------------------*/
/* 本船動静 */
/*------------------------------------*/
#vesselschedule {
	clear:both;
}
#vesselschedule a {
	margin-right: 6px;
	margin-bottom: 6px;
}

/*------------------------------------*/
/* お知らせ */
/*------------------------------------*/
#news {
	clear:both;
}
#newstopics {
	width: 100%;
	height: 160px;
	overflow-y: scroll;
}
#news li {
	color: #000;
	font-size: 16px;
}
#news a {
	color: blue;
	text-decoration: underline;
}

/*------------------------------------*/
/* ダウンロード */
/*------------------------------------*/
#download {
	clear:both;
}
#download li {
	padding: 1px 0px;
	font-size: 16px;
}

/*------------------------------------*/
/* 動画 */
/*------------------------------------*/
#youtube {
	clear:both;
}
#youtube p {
	font-size: 16px;
}
#youtube a {
	color: blue;
	text-decoration: underline;
}

/*------------------------------------*/
/* 免責事項 */
/*------------------------------------*/
#disclaimer {
	clear:both;
	margin-top: 40px;
}
#disclaimer p {
	font-size: 12px;
}

/*------------------------------------*/
/* インフォメーション */
/*------------------------------------*/
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	margin-bottom: 30px;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.infotable {
	width: 100%;
	margin-bottom: 30px;
}

.infotable th,
.infotable td {
	border: 1px solid #ddd;
	padding: 10px;
}

.infotable th {
	width: 25%;
	background-color: #f2f2f2; 
	font-weight: normal;
}

.infotable a {
	color: blue;
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.infotable,
	.infotable tbody,
	.infotable tr,
	.infotable td,
	.infotable th {display:block;}
	.infotable th {width:100%;}
}


/*------------------------------------*/
/* よくある質問 */
/*------------------------------------*/
.qatable {
	width: 100%;
	margin-bottom: 30px;
}

.qatable th,
.qatable td {
	border: 1px solid #ddd;
	padding: 10px;
}

.qatable th {
	width: 25%;
	background-color: #f2f2f2; 
	font-weight: normal;
}

@media screen and (max-width: 767px) {
	.qatable,
	.qatable tr,
	.qatable td,
	.qatable th {display:block;}
	.qatable th {width:auto;}
}

/*------------------------------------*/
/* コピーライト */
/*------------------------------------*/
#copyright {
	clear: both;
	height: 20px;
	text-align: center;
	font-size: 12px;
	background: #333;
	color: #fff;
}
