@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	佐渡汽船ライナー

//////////////////////////////////////////////////////////////////////////////*/

/** 共通ファイルの継承 **/
@import url( "../../../css/common.css" );

/*------------------------------------------------------------------------------

	contents

------------------------------------------------------------------------------*/

main .inspan .timetable_box + p {
	margin-top: .5em;
	text-align: right;
}

main .text_box figure {
	width: 80%;
	margin: 1.5em auto .5em;
}

main .inspan thead th:first-child,
main .inspan tbody th {
	width: 30%;
	text-align: center;
}

main thead th:not(:first-child),
main tbody td:not(:first-child) {
	text-align: center;
}

main thead th:first-child {
    background-color: transparent;
    line-height: 1;
    color: inherit;
}

main table.nonumber th {
	background-color: rgba(47,60,69,.65);
	color: #FFF;
}

main table.nonumber td {
	text-align: center;
}
main .suspension {
	display: block;
	font-size: .875em;
}

@media screen and (max-width: 767px){

main .inspan .timetable_box + p {
	text-align: left;
}

main .text_box figure {
	width: 100%;
}

main .fee tbody td {
	text-align: left;
}

}



