﻿@charset "utf-8";

.PageOverview
{
	height:auto;
}

.LoginUser{
    height:0px;
}

.ProgressFrame
{
	display:none;
}

.MenuMei
{
	position:static;
	margin-bottom:12px;
}
table {
    border-spacing: 0px;
}

td {
    padding: 0;
}

.JosenYoyaku {
    min-width: initial;
}


a {
    text-decoration: none;
}

.MainContentArea {
    width: auto;
    max-width: 1430px;
}

.MainContentArea [class^=hizuke-button-]::before {
    top: 26px;
}

/*ADD START 2022/12/26 ジャンボフェリー対応(深夜便注意ラベル追加)*/
.ChuijikoSetsumei {
    font-size: 16px;
    font-weight: bold;
    color: #5D5D5D;
    padding-top: 10px;
    padding-bottom: 10px;
}
/*ADD END   2022/12/26 ジャンボフェリー対応(深夜便注意ラベル追加)*/
.KusekiTableSetsumei {
    font-size: 16px;
    font-weight: bold;
    color: #5D5D5D;
    padding-top: 5px;
    padding-bottom: 5px;
}

.Kuseki {
    text-align: left;
    margin: 0 auto;
    font-size: 11pt;
    padding: 0px;
}

.Kuseki .Close
{
	text-align:center;
}

.KusekiPaging {
    font-size: 10pt;
    font-weight: bold;
    color: #5D5D5D;
    display: flex;
    gap: 5px;
}

[class^=item0] {

}

.item01 {
    flex-basis: 240px;
}
.item02,
.item03 {
    flex-basis: 240px;
}
.item04 {
    margin-left: auto;
    display: flex;
    gap: 5px;
}

[class^=item4] {
    
}


.KusekiPaging input[type="image"]
{
    height:30px;
    margin-right:20px;
}


.KusekiPaging img
{
	vertical-align:middle;
}


.TableKuseki {
    border-collapse: collapse;
    border: solid 1px #D5D5D5;
    line-height: 1.1em;
    table-layout: fixed /*セル幅固定*/
}

.TableKuseki tr:nth-child(odd)
{
	background-color:none;
}

.TableKuseki td.th {
    width: 90px;
    background-color: none;
    /*セル内での文字列折り返し*/
    white-space: normal;
    overflow-wrap: break-word
}

.TableKuseki td.th:nth-of-type(1)
{
	border-right:solid 1px #707070;
}

/*乗用車列非表示*/
.TableKuseki tr td:nth-child(2) {
    display:none;
}

/*二輪列非表示*/
.TableKuseki tr td:nth-child(3) {
    display: none;
}

/*乗船便列の幅*/
.TableKuseki tr td:nth-child(1) {
    width: 140px;
    left: 0;
    position: sticky;
}
/*等級列の幅*/
.TableKuseki tr td:nth-child(n+2) {
    width: 60px;
}

/*乗用車、二輪、ペットケージ、サイクルピット列の背景色*/
.TableKuseki tr td:nth-of-type(2) {
    background-color: #D3D3D3 !important;
}
.TableKuseki tr td:nth-of-type(3) {
    background-color: #D3D3D3 !important;
}

.TableKuseki tr td:nth-of-type(18) {
    background-color: #D3D3D3 !important;
}

.TableKuseki tr td:nth-of-type(19) {
    background-color: #D3D3D3 !important;
}

/*ヘッダー行の背景色(上書き)*/
.TableKuseki > tbody > tr:nth-of-type(1) > td {
    background-color: #b9d3e8 !important;
}


.TableKuseki td.Title
{
	width:100px;
	border-right:solid 1px #707070;
    background-color:white;
}

.TableKuseki td.Value {
    width: 150px;
}

.TableKuseki td
{
	text-align:center;
	color:black;
	font-size:12pt;
	font-weight:bold;
	color:#5D5D5D;
	border:0;
	border-left:solid 1px #D5D5D5;
	padding:1px 5px 1px 5px;
}

.TableKuseki td a.PageMove
{
	font-size:10pt;
}

.TableKuseki td.Sankaku
{
	text-align:center;
	color:black;
	padding:5px 5px 5px 5px;
}

.TableKuseki td.Batsu
{
	text-align:center;
	color:black;
	font-size:10pt;
	font-weight:normal;
	padding:5px 5px 5px 5px;
}

.TableKuseki td.Haihun
{
	text-align:center;
	color:black;
	font-size:10pt;
	font-weight:normal;
	padding:5px 5px 5px 5px;
}

.hizuke-button-left,
.hizuke-button-right
{
    position:relative;
    display:table-cell;
}

.hizuke-button-left input,
.hizuke-button-right input
{
    display:table-cell;
    text-align:left;
    vertical-align:middle;
    border-radius:0px;
    cursor:pointer;
    font-size:14px;
    font-family:inherit;
	color:black;
	border:1px solid black;
	height:59px;
    width:100%;
	background-color:#FFFFFF;
}

.hizuke-button-left input
{
    padding-left:25px;
    padding-right:13px;
}

.hizuke-button-right input
{
    padding-left:10px;
    padding-right:25px;
}


.hizuke-button-left::before
{
    content:'';
    width:8px;
    height:8px;
    border:0px;
    border-left:3px solid black;
    border-top:3px solid black;
    -ms-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
    position:absolute;
    top:16px;
    left:12px;
    pointer-events:none;
}

.hizuke-button-right::before
{
    content:'';
    width:8px;
    height:8px;
    border:0px;
    border-right:3px solid black;
    border-top:3px solid black;
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    position:absolute;
    top:16px;
    right:10px;
    pointer-events:none;
}
.close-button
{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	border-radius:0px;
	cursor:pointer;
	font-family:inherit;
	font-size:22px;
	font-weight:bold;
	background-color:white;
	border:1px solid black;
	color:black;
	width:162px;
	height:52px;
}

.PageFooter {
    margin-top:0px
}


/*----------------------------------------------------------*/
/* ドロップダウンリストの設定 */

.SelectWrap {
    width:100%;
    height: 59px;
    position: relative;
    display: inline-block;
}

.SelectWrap select {
    width: 100%;
    height: 100%;
}

.InputCell select {
    font-size: 14px;
    padding-left: 10px;
}

.josenEnableFrame {
    border: solid 1px;
    border-radius: 3px;
    width: 256px;
    background-color: #FFFFFF;
    line-height: 56px;
}

.InputHizukeIcon {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    padding-left: 14px;
    padding-right: 16.53px;
}

.InputCell input[type="text"],
.InputCell input[type="password"] {
    font-size: 12px;
    text-indent: 1em;
}

.InputHizukeText,
.InputHizukeTextDisable {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
}

.divMsg {
    background-color: #b9d3e8;
    font-weight: bold;
    color: #5D5D5D;
    width: 100%;
    text-align: center;
}

/*ADD START 2023/02/06 ジャンボフェリー対応(フォントサイズ変更)*/
.KusekiPaging span,
.KusekiPaging select {
    font-size: 18px;
    font-weight: bold;
    color: #5D5D5D;
}

.KusekiPaging select {
    padding-left: 10px;
}

/*ADD END   2023/02/06 ジャンボフェリー対応(フォントサイズ変更)*/

.KusekiSetsumei {
    display: table;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: none;
    font-size: 12px;
    font-weight: normal;
    color: #232323;
    width: 100%;
    background-color: #EEE;
    text-align: center
}

.divKusekiSetsumei {
    padding-top: 10px;
}

.divChuki {
    padding-top: 5px;
    padding-bottom: 10px;
}