@charset "utf-8";
/* CSS Document */

#breadcrumbs {
	width: 960px;
	margin: 0 auto;
	color:#efefef;
}

#breadcrumbs a{
	color:#efefef;
}

#content-main {
	width: 100%;
}

#content-main .conBox {
	width: 960px;
	margin: 0 auto;
}

#content-main .conBox th{
    color: #efefef;
	background-color: #000080;;
}

#content-main .conBox_b {
	padding: 0 0 20px;
}

#content-main .conBox_b h2{
	color: #efefef;
}

#content-main .conBox_b ul{
	color: #efefef;
}

#content-main .conBox_w {
	background-color: #FFF;
	padding: 0 0 20px;
	overflow: hidden;
}

#content-main .conBox p, #content-main .conBox ul, #content-main .conBox ol {
	line-height: 2;
	margin-bottom: 20px;
}

#mainImg {
	text-align: center;
	background: url(../route01/images/main_route01.jpg) no-repeat center;
	background-size: cover;
	min-height: 200px;
}

#mainImg02 {
	text-align: center;
	background: url(../route02/images/main_route02.jpg) no-repeat center;
	background-size: cover;
	min-height: 200px;
	border-top: 1px solid #748baa;
}

#cargo {
	color: #FF3333;
	font-weight: bold;
	font-size: 16px;
}

h3 {
	margin: 0 0 10px;
	font-size: 24px;
	color: #00417e;
	border-top: 3px solid #617395;
	border-bottom: 2px dashed #ccc;
	padding: 10px 10px 7px;
	background-color: #efefef;
}
h3b {
	margin: 0 0 10px;
	font-size: 16px;
	color: #000000;
	border-top: 0px solid #617395;
	border-bottom: 0px dashed #ccc;
	padding: 10px 10px 7px;
	background-color: #efefef;
}

/* 航路図
-----------------------------------------------------*/

#regularLine {
	width: 440px;
	float: left;
	margin: 0 20px 20px;
}

/* タイムテーブル
-----------------------------------------------------*/

.timetable {
	width: 440px;
	float: left;
	margin: 0 20px 20px;
}

.timetable_en {
	width: 100%;
	float: none;
	margin: 0 0 20px;
}

.timetable table {
	width: 100%;
	margin: 0 0 10px;
}

.timetable th, td {
	border: 2px dashed #efefef;
	color: #efefef;
	text-align: center;
}

.timetable .sun td {
	background-color: #FFEEF2 !important;
}

.timetable th {
	padding: 4px 2px;
	background-color: #000080;
	
}

.timetable td {
	padding: 2px 2px;
	background-color: #fcfcfc;
}

.timetable td img {
	vertical-align: baseline;
	margin: 0 6px;
}

.timetable p {
	 color: #fcfcfc;
}

.tax-notice.title {
	font-weight: bold;
	text-decoration: underline;
	font-size: 1.2em;
}

.tax-notice.note.cargo {
	max-width: 700px;
}

.tax-notice.table {
	display: table;
	margin: 10px;
}

.tax-notice.table .caption {
	display: table-caption;
	font-size: 1.2rem;
}

.tax-notice.table .tr {
	display: table-row;
}

.tax-notice.table .th, .td {
	display: table-cell;
	min-width: 130px;
	border: 0.5px dashed #efefef;
	padding: 3px;
	color: #666;
	vertical-align: middle;
}

.tax-notice.table .th {
	text-align: center;
	vertical-align: middle;
	background-color: #C7D6EE;
}

.tax-notice.table .td {
	background-color: #fcfcfc;
}

.tax-notice.table .letter {
	text-align: center;
}

.tax-notice.table .digit {
	text-align: right;
}

.notice a {
	background-color: #ceb849;
	border: 1px solid #ceb849;
	border-radius: 35px;
}

.notice a:hover {
	background-color: #B99b00;
	border: 1px solid #333;
}

.notice a::before {
	content: '';
	position: absolute;
	top: calc(50% - 5px);
	right: -35px;
	transform: rotate(30deg);
	width: 12px;
	height: 1px;
	background-color: #333;
}

.notice a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -35px;
	transform: translateY(-50%);
	width: 70px;
	height: 1px;
	background-color: #333;
}

/* テーブル
-----------------------------------------------------*/

table {
	width: 100%;
}

table {
	margin: 0 0 10px;
}

th, td {
	padding: 10px;
	border: 2px dashed #efefef;
	color: #666;
}

th {
	background: #C7D6EE;
}

td {
	background-color: #fcfcfc;
}

/* コメント　tel
-----------------------------------------------------*/

.tel img {
	vertical-align: middle;
	padding-right: 4px;
	padding-bottom: 1px;
}

.textRed {
	color: #FF0033;
	font-size: 120%;
}