﻿/********************/
/*以下調整版        */
/********************/

/********************/
/*全体              */
/********************/
table
{
  border: 1px #000000 solid;
  border-collapse: collapse;
}
td
{
    /*border: 1px #000000 solid;*/
	/*padding-top:0px;*/
	/*padding-left:5px;*/
	/*margin:0px;*/
}
/*
select:disabled{
	color:#000000;
    background-color: #777777;
}
input:disabled{
	color:#000000;
    background-color: #BBBBBB;
}
*/
a
{
	color: #0068b7;
}

a:hover
{
	color: #0091FF;
}

h1 {
  /*border-bottom: solid 3px #5472cd;*/
  /*width:fit-content;*/
  /*margin-bottom:25px;*/
}

body
{
	height:90vh;
}

footer{
	/*margin-top: auto;*/
	/*height:5vh;*/
	/*width:97vw;*/
	/*text-align:center;*/

}
.input-group
{
	margin-top:10px;
	width:100%;
}
input.big{
    transform: scale(1.4);
}
.checkbox-inline
{
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0px 0px 0px 0px;
    transform: scale(1.4);
  opacity: 0;
}
.bi-eye-fill
{
  margin-bottom:0px;
  padding-top:10px;
}

.main {
	margin-top: 0px;
	font-size: 12px;
	margin-left: 200px;
	min-height: 70vh;
}
.menu-detail{
	/*margin-bottom:40px;*/
}
.main-margin-left
{
	margin-left:30px;
}
.center
{
	text-align:center;
}
.hissu
{
	color:#FF0000;
	vertical-align:text-top;
	font-weight:bold;
}

.mark
{
	color:#FF0000;
	vertical-align:text-top;
	font-weight:bold;
}
.change-shinsei
{
	color:#FF0000;
}
.link-list
{
	color:#00a1e9;
}

.container
{
	width:1366px
}

/********************/
/*リンク　　         */
/********************/
/*
.link
{
	color: #0068b7 !important;
}

.link:hover
{
	color: #0091FF !important;
}
*/

/********************/
/*ボタン用枠         */
/********************/
.btn-table{
  border: 0px #000000 solid;
  width: 500px;
  margin-top:50px;
}
.btn-td{
  border: 0px #000000 solid;
}
/*.btn-area
{
  margin-top:50px;
}
*/
.btn-daisu-open-area
{
  padding-left:50px;
}
.btn-box{
	width:100%;
	text-align:center;
    padding-top:4px;
    padding-bottom:7px;
    padding-right:5px;
}

.btn-ichiran{
	text-align:center;
	padding-top:3px;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:8px;
}

/********************/
/*ボタン             */
/********************/

.btn
{
	-webkit-appearance: none;
	-moz-appearance:none;
	appearance:none;
	border-radius: 5px;
	font-size:13px;
	width:200px;
	font-weight: bold;
	text-align:center;
	user-select:none;
	cursor:pointer;
}

.btn-main
{
	-webkit-appearance: none;
	-moz-appearance:none;
	appearance:none;
	border-radius: 5px;
	font-size: 13px;
	width:100px;
	font-weight: bold;
	text-align:center;
	user-select:none;
	cursor:pointer;
}
.btn-back
{
	-webkit-appearance: none;
	-moz-appearance:none;
	appearance:none;
	border-radius: 5px;
	font-size: 13px;
	width:auto;
	font-weight: bold;
	text-align:center;
	user-select:none;
	cursor:pointer;
}
.btn-small
{
	-webkit-appearance: none;
	-moz-appearance:none;
	appearance:none;
	border-radius: 5px;
	font-size: 13px;
	width:50px;
	font-weight: bold;
	text-align:center;
	user-select:none;
	cursor:pointer;
}
.btn-large
{
	-webkit-appearance: none;
	-moz-appearance:none;
	appearance:none;
	border-radius: 5px;
	font-size: 13px;
	width:150px;
	font-weight: bold;
	text-align:center;
	user-select:none;
	cursor:pointer;
}
.btn-list
{
	-webkit-appearance: none;
	-moz-appearance:none;
	appearance:none;
	border-radius: 5px;
	font-size: 15px;
	width:50px;
	font-weight: bold;
	text-align:center;
	user-select:none;
	cursor:pointer;
}
.btn-orange
{
	background-color: #FF4F02;
	color: #FFFFFF;
	box-shadow: 0 0.3em #8B4513;
}
.btn-grey
{
	background-color: #D3D3D3;
	color: #000000;
	box-shadow: 0 0.3em #A9A9A9;
}
.btn-gold
{
	background-color: #fac559;
	color: #FFFFFF;
	box-shadow: 0 0.3em #C0C0C0;
}

.btn-height-large
{
    height: 42px;
}

/* ボタンをマウスホバーしたとき、ボタンを薄くする */
.btn-box button:hover
{
	opacity: .7;
}
/*ボタンをクリックしたとき、ボタンを下に移動する*/
.btn-box button:active
{
	transform: translateY(0.2em);
}
/********************/
/*色              */
/********************/
.red
{
	color:#FF0000;
}
.gray
{
	background-color:#DDDDDD;
}

/********************/
/*文字              */
/********************/

.text-black
{
	color:#000000;
	vertical-align:text-top;
	font-weight:bold;
}
.text-red
{
	color:#FF0000;
	vertical-align:text-top;
	font-weight:bold;
}
/********************/
/*表              */
/********************/
.table-noboder
{
	border:none;
}
table-center
{
	margin-left: auto;
    margin-right: auto;
}
.table-title
{
	background-color:#DDDDDD;

}

.table-title-center
{
	background-color:#DDDDDD;

}

.table-number{
	text-align:right;
}
.table-cell
{
		vertical-align:top;
}

/********************/
/*ドロップダウンリスト */
/********************/
.ddl-shacho
{
	text-align:right;
	width:60px;

}
.ddl-shahaba
{
	text-align:right;
	width:60px;
}
.ddl-kubun
{
	width:60px;
}
.ddl-shashu
{
	width:90px;
}
.ddl-dengen
{
	width:70px;
}
.ddl-ninzu
{
	text-align:right;
	width:60px;
}
.ddl-itaku
{
	width:60px;
}
.ddl-kukan
{
	width:180px;
}
.ddl-ship
{
	width:90px;
}

.above-table {
	margin-top: 30px;
	margin-bottom: 10px
}

/* エラー
---------------------------------- */
#contents div#error {
	width:100%;
	font-size:85%;
	margin-bottom:30px;
	padding:5px 0 0 0px;
}
#contents div#error table {
	border:1px solid #E91515;
	width:60%;
	background-color:#FCE0E0;
	margin:0 auto;
}
#contents div#error table td.title {
	background-color:#E91515;
	padding:5px 0 5px 0;
	color:#ffffff;
	text-align:center;
}
#contents div#error table td.message {
	color:#ff0000;
	padding:10px 50px 10px 50px;
	line-height:1.5;
	text-align:left;

}
/* Notification
---------------------------------- */
#contents div#notification {
	width:100%;
	font-size:85%;
	margin-top:30px;
	margin-bottom:50px;
	padding:5px 0 0 0px;
}
#contents div#notification table {
	border:1px solid #4F68E8;
	width:60%;
	background-color:#DFE5FF;
	margin:0 auto;
}
#contents div#notification table td.title {
	background-color:#4F68E8;
	padding:5px 0 5px 0;
	color:#ffffff;
	text-align:center;
}
#contents div#notification table td.message {
	color:#333366;
	padding:10px 50px 10px 50px;
	line-height:1.5;
	text-align:left;
}
/********************/
/*ヘッダ        */
/********************/

.page-title
{
	background-color: #DDDDDD; 
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	font-size: 40px;
	color: #000080;
	font-weight: bold;
	
}

.title-eria
{
	width:100%;
	border:none;
	margin-left:0px;
	margin-top:0px;
}
.system-title
{
	border:none;
	text-align:left;
	vertical-align:middle;
	padding:0px
}

.logo-title
{
	border:none;
	text-align:right;
	vertical-align:middle;
	padding:0px
}
.logo-title-nm
{
	width:300px;
	vertical-align:middle;
}
.sys-title-nm
{
	width:250px;
	vertical-align:middle;
	padding-left:0px
	
}
.user-title
{
	border:none;
	padding-top:15px;
	padding-bottom:5px;
}
.img-link
{
  text-decoration:none;
}

.page-user-label
{
	font-size: 30px;
	color: #000000;
}

/********************/
/*フッタ			*/
/********************/
.footer-design
{
	color:#808080;
    margin-top: auto;
	height:5vh;
	width:97vw;
	text-align:center;
   	font-size:12px;



}

/**************************************/
/*ログイン・パスワード設定          */
/**************************************/
.login-body
{
	height:70vh;
	display:flex;
 	justify-content:center;
 	align-items:center;
	text-align:center;
}

.login-item {
    flex-grow:1;
}
.pass-parent
{
  display:inline-block;
  white-space: nowrap;
  vertical-align: baseline;
  padding-left:30px;
}
.my-auto {
	display: inline-block;
	/* 
	position: absolute;
	position: relative;
	width: 40px;
	height: 28px;
	top: 5px;
	left: -33px;
	padding-top: 0px;
	padding-bottom: 0px;
	*/
	bottom: 5px;
	right: -5px;
}
.initial-pw
{
 margin-top:40px;
 margin-bottom:40px;
}
.pw-title
{
	width:100%
}


.pw-body
{
	margin-top:50px;
	text-align:center;
	width:100%
}
.sent-mail
{
	font-weight:bold;
}

.td-user-lbl
{
	border:none;
	vertical-align:bottom;
	padding-top:15px;
}
.td-user-info
{
	border:none;
	text-align: left;
	vertical-align:bottom
}

.td-login-lbl{
	border:none;
	vertical-align:middle;
	padding-top:15px;
}

.td-login-txt {
	border: none;
	text-align: left;
	padding-top: 15px;
}

/* ログインユーザー */
	.user-name-label {
	display:inline-block;
    color: #FFFFFF;
	background-color: #1E90FF;
	border-radius:3px;
	border:0;
    font-weight: bold;
    width:200px;
}
/* パスワード変更 */
.user-name-label-change {
	display:inline-block;
    color: #FFFFFF;
	background-color: #1E90FF;
	border-radius:3px;
	border:0;
    font-weight: bold;
    width:250px;
}
/********************/
/*メニュー          */
/********************/
.menu {
	background-color: #FFF8DC;
	width: 200px;
	float: left;	
}
.nav-area
{
	list-style: none;
	padding-left: 5px;
	display: table;
   	width:200px;
   	margin:0;
}
.nav-area li:before
{
    padding-right: 0.4em;
}
.nav-link
{
  text-decoration:none;
  padding-top:10px;
}
.collapse-group
{
	padding-left: 0px;
	margin-left:0px

}
.pc-global-menu
{
	display:inline-block;
	width:200px;
}
.pc-global-menu-collapse
{
	list-style: none;
    padding-top:5px;
    padding-bottom:5px;
}
.collapse_text
{    
	display: inline-block;
	width:70%;
    padding-top:5px;
}
.menu-indent
{
	text-indent:1em
}
/********************/
/*利用者情報        */
/********************/
.table-user
{
	text-align: left;
	vertical-align:baseline;
	width:580px;
}
.td-user-item{
	width:200px;
	padding:5px;
}
.td-user-data{
	width:380px;
	padding:5px;
}
.td-user-mail1{
	border-bottom: none;
}
.td-user-mail2{
	border-top: none;
}
.td-user-pw{
	border:none;
	padding-top: 5px;	
}

.around-txt-pw
{
	margin-top:10px
}
.email-control
{
    width: 300px;
}

/********************/
/*車両情報        */
/********************/
.table-car
{
	text-align: left;
	vertical-align:middle;
    width:380px;
	
}

.table-car-list
{
	text-align: left;
	vertical-align:middle;
    width:460px;
	
}
.td-car-item{
	width:130px;
	padding:5px;
}
.td-car-data{
	width:250px;
	padding:5px;
}

.td-torokuNo-item
{
}
.td-shashu-item
{
	width:80px;
}
.td-shahaba-item
{
	width:50px;
}
.td-shacho-item
{
	width:50px;
}
.td-car-btn
{
	width:100px;
}
.td-shacho-data
{
	text-align:right;
    padding-right:5px;
}
.td-shahaba-data
{
	text-align:right;
}
/****登録番号テキスト****/
/*陸運局名*/
.txt-toroku-rikuun
{
	font-size:12px;
	width:48px;
}
.txt-toroku-rikuun_2
{
	font-size:12px;
	width:60px;
}
/*分類番号*/
.txt-toroku-bunruino
{
	font-size:12px;
	width:22px;
}
.txt-toroku-bunruino_2
{
	font-size:12px;
	width:22px;
    margin-left:5px;
}
/*ひらがな*/
.txt-toroku-kana
{
	font-size:12px;
	width:12px;
}

.txt-toroku-kana_2
{
	font-size:12px;
	width:12px;
    margin-left:5px;
}
/*番号*/
.txt-toroku-sharyono
{
	font-size:12px;
	width:27px;
	text-align:right;

}
.txt-toroku-sharyono_2
{
	font-size:12px;
	width:27px;
	text-align:right;
    margin-left:5px;

}
/****登録番号 表****/
.table-area
{
	width:48px;
	border-right:none;
	padding-right:0;
	border-right:none;
	
}
.table-area_2
{
	width:60px;
	border-right:none;
	padding-right:0;
	border-right:none;
	
}
.table-class
{
	width:22px;
	border-left:none;
	border-right:none;
	padding-right:0px;
	padding-left:0px;

}
.table-kana
{
	width:12px;
	border-left:none;
	border-right:none;
	padding-right:0px;
	padding-left:0px;
}
.table-shiteinumber
{
	width:32px;
	border-left:none;
	border-right:none;
	padding-right:5px;
	padding-left:0px;
	text-align:right;

}
/*余白*/
.lbl-toroku-padding
{
	width:130px;
	border-left:none;

}
/********************/
/*便選択        */
/********************/
.daiya-img-title
{
	font-size:14px;

}
.daiya-img
{
	width:600px;
}

/*運航カレンダー説明*/
.above-calendar
{
	border:none;
	width:1000px;
}

.above-calendar-ship
{
	border:none;
}
.above-calendar-msg
{
	border:none;
	width:700px;
	text-align:right;
}
/*運航カレンダー*/

.calendar-header
{
	margin-top:30px;
	margin-left:30px;
	width:1000px;
}
.boarding-sailingCalendar-ground
{
    border: 1px solid #afafb0;
    background-color: #ffffff;
    padding-top: 5px;
    padding-left: 7px;
    padding-bottom: 5px;
}
.boarding-sailingCalendar-table
{
    background-color: #ffffff;
    border: 1px solid #afafb0;

}
.boarding-sailingCalendar-table td
{
    text-align: center;
    padding-left: 4px;
    padding-right: 4px;
    border: 1px solid #afafb0;
	white-space: nowrap;
}
.boarding-sailingCalendar-ym
{
    border: 1px solid #696969;
    color: #ffffff;
    background-color: #696969;
    padding-left: 5px;
}
.calendar-ym
{
    border: 1px solid #1f3687;
    color: #ffffff;
    background-color: #1f3687;
    padding-left: 5px;
}
.calendar-item
{
	background-color:#e4f5fd;
	color: #1f3687;
}
.under-calendar
{
	margin-top:50px;
}
.bin-multiple
{
	color:#FFA500!important;
}

.bin-ishikari-guide
{
	color:#000000!important;
}

.bin-ishikari
{
	color:#000000!important;
}

.bin-ishikari:hover
{
	color:#999999!important;
}

.bin-kiso-guide
{
	color:#32cd32!important;
}
.bin-kiso
{
	color:#32cd32!important;
}
.bin-kiso:hover
{
	color:#3DFF3D!important;
}

.bin-kitakami-guide
{
	color:#ff69b4!important;
}
.bin-kitakami
{
	color:#ff69b4!important;
}
.bin-kitakami:hover
{
	color:#FFB3D9!important;
}
.boarding-sailingCalendar-tdDay
{
    width:20px;
}
.boarding-sailingCalendar-tdNon
{
    background-color: #c0c0c0;
}
.boarding-sailingCalendar-tdK
{
    background-color: #ffff66;
}
.boarding-sailingCalendar-tdT
{
    background-color: #99ff66;
}
.boarding-sailingCalendar-tdI
{
    background-color: #ffc489;
}
.inattive-cell{
	background-color: #a9a9a9;

}

/********************/
/*乗船申請共通      */
/********************/
.table-width-jousen-joho
{
	width:800px;
    table-layout: fixed;
}
.table-width-shinsei-joho
{
	width:1000px;
    table-layout: fixed;
}
.table-status-gap {
    border-top: none;
    border-bottom: none;
}
.td-shinsei-joho-blank{
    width:5px;
}
}
.boarding-status-cap
{
	text-align:left;
}
.title-ship
{
	width:50px;
}
.title-kukan
{
	width:50px;
}
/*乗船日*/
.table-jousen
{
	width:100px;
}
/*チェックボックス*/
.table-check
{
	width:50px;
}
/*区間タイトル*/
.table-kukan
{
	width:150px;
}
/*船名タイトル*/
.table-ship
{
	width:300px;
}
/*確認リンク*/
.table-confirm
{
	width:100px;
}
/*船名*/
.td-ship
{
	text-align:left;
	border-right:none;
	width:50px;
	white-space: nowrap;
}
/*便明細*/
.td-bin
{
	text-align:left;
	border-left:none;
	width:200px;
}
/*船名便名(一覧用)*/
.td-ship-bin
{
	text-align:left;
	width:300px;
}
/*申請状況（台数）*/
.table-status-title
{
	width:100px;
	background-color:#DDDDDD;
	
}
.table-status-data
{
	width:30px;
	text-align:right;
}
/*ライン*/
.boarding-hr
{
    //height: 1px;
    width: 1136px;
    //background-color: #000000;
    margin-top: 15px;
    //margin-left: 210px;
    margin-bottom: 15px;
    border: 1px solid #000000;
}

/*申請台数*/
.boarding-daisu-td
{
    padding-left: 10px;
    padding-right: 10px;
    border: 0px solid #000000;
}

/*積荷*/
.txt-tsumini
{
	width:140px;
}

/*台数*/
.txt-daisu
{
	width:50px;
	text-align:right;

}
.table-width
{
	width:1136px;
}

/*申請一覧タイトル*/
.shinsei-title
{
	border: none;
	text-align:left;
	vertical-align:bottom;
}

/*申請ボタン上部*/

.shinsei-btn{
	border: none;
	text-align:right;
	padding-bottom:5px;
	
}

.toroku-btn-width
{
	width:30px;
}

.txt-celisius
{
	width:50px;
	text-align:right;
	margin-top:2px;
}
.boarding-biko-area 
{
	resize: none;
	width: 160px;
	height: 80px;
	margin-bottom:5px;
}
.td-kensaku-jousen
{
	width:260px;
	padding:5px;
	text-align:left;

}

.td-kensaku-jousen-st
{
	width:90px;
	padding:5px;
   border-right : 0px #000000 solid;

}
.txt-kensaku-jousen
{
	width:85px;
}

.td-kensaku-between{
	width:20px;
	text-align:center;
    padding:0px;
   border-right : 0px #000000 solid;
   border-left : 0px #000000 solid;
}
.td-kensaku-jousen-ed
{
	width:90px;
	padding:5px;
   border-left : 0px #000000 solid;
}

.td-kensaku-jousen-blank{
	width:65px;
}

.td-kensaku-kukan
{
	width:190px;
	padding:5px;
	text-align:left;
}

.td-kensaku-ship
{
	width:100px;
	padding:5px;
	text-align:left;
}


.change-shinsei
{
	
}
/* 申請状況確認用内容 */
.boarding-list-size{
    width:1009px;
    

}

.boarding-status-list-h
{
    height: 50px;
}
.boarding-status-list2-h
{
    height: 40px;
}

.boarding-status-list-dais td
{
    border-bottom: 0px solid #000000;
}
.boarding-status-list-lower td
{
    border-top: 0px solid #000000;
}

.boarding-yoyakuzumi
{
    background-color: #fddfa0;
}
.boarding-shinseicyu
{
    //background-color: #FFFF11;
    background-color: #fdfca0;
}
.boarding-cancelWait{
    background-color: #d4f7b2;
}
.boarding-cancelReservations{
    background-color: #fee1ed;
}
.boarding-cancelWaitPossible{
    background-color: #95f5ad;
}
.boarding-cancelImpossible{
    background-color: #e4e4ec;
}
.boarding-end{
    //background-color: #00BFFF;
    background-color: #e2f8fd;
}

.list-number{
	text-align:right;
	width:50px
}
.td-noborder{
	border: none;
	padding: 5px;
	margin-top:10px;
}
.align-left{
	text-align: left;
}

.table-cell-center
{
	text-align:center;
}
.text-tourokubango-unyushikyoku
{
	width:85px;
}
.text-tourokubango-kubun
{
	width:30px;
}




.boarding-status-item
{
	color:#000000;
	background-color: #DDDDDD;
	//width:80px;
}

.td-chk
{
	width:20px
}

.td-status
{
	width:60px
}

.td-kbn
{
	width:36px;
	text-align:center;

}

.td-shashu
{
	width:84px
}

.td-shacho
{
	width:60px
}

.td-shahaba
{
	width:60px
}


.td-tsumini
{
	width:155px
}

.td-dengen
{
	width:60px
}

.td-driver
{
	width:60px
}

.td-daisu {
	width: 40px;
}

.td-height {
	height: 50px;
	padding-left: 1px;
}

.td-tsumini-itaku
{
	width:60px;
	text-align:center;

}

.td-oroshi-itaku
{
	width:60px;
	text-align:center;

}

.td-memo
{
	width:200px
}
/* 申請状況確認用項目 */
.boarding-status {
	color: #000000;
	background-color: #DDDDDD;
}
.boarding-status-item1
{
	color:#000000;
	background-color: #DDDDDD;
	width:20px;
}
.boarding-status-item2
{
	color:#000000;
	background-color: #DDDDDD;
	width:50px;
}
.boarding-status-item3
{
	color:#000000;
	background-color: #DDDDDD;
	width:80px;
}
.boarding-status-item4{
	color:#000000;
	background-color: #DDDDDD;
	width:100px;
}
.boarding-status-item6{
	color:#000000;
	background-color: #DDDDDD;
	width:60px;
}
.boarding-status-item7
{
	color:#000000;
	background-color: #DDDDDD;
	width:200px;
}
.boarding-status-item12{
	color:#000000;
	background-color: #DDDDDD;
}

.boarding-status-item13
{
	color:#000000;
	background-color: #DDDDDD;
	width:150;
}
.delete-top
{
	border-top:none;;
}
.message-box
{
    color: #FF0000;
    background-color: #FFC0CB;
    border: 2px solid #FF0000;
    margin-left: 225px;
    margin-right: 30px;
    margin-bottom:40px;
}
.boarding-daisu-table
{
    border: 0px solid #000000;
}

.joutai
{
	text-align:center;
	padding-top:10px;
	vertical-align:top;
}

.table-td
{
	vertical-align:top;
	padding-top:10px;
}
/* ご案内
---------------------------------- */
#contents div#annai {
	width:100%;
	font-size:85%;
	margin-bottom:30px;
	padding:5px 0 0 0px;
	float:center;
}
#contents div#annai table {
	border:1px solid #E91515;
	width:60%;
	background-color:#FCE0E0;
	margin:0 auto;
}
#contents div#annai table td.title {
	background-color:#E91515;
	padding:5px 0 5px 0;
	color:#ffffff;
	text-align:center;
    font-size: 15px;
}
#contents div#annai table td.message {
	color:#ff0000;
	padding:10px 30px 10px 30px;
	line-height:1.5;
	text-align:left;
    font-size: 13px;
}

.position-relative
{
	position:relative;
}

input::-ms-reveal,
input::-ms-clear {
	display: none;
}

.field-icon {
	float: right;
	margin-left: -25px;
	margin-top: 2px;
	position: relative;
	z-index: 2;
}

.error-field {
	border: 1px solid #dc3545;
}

.hiddencol {
	display: none;
}

.table-title th {
	text-align: left;
	font-weight: 100;
	padding-left: 5px;
}

.table-title-center th {
	text-align: center;
	font-weight: 100;
	padding-left: 5px;
}

.table-title-center span {
    text-align: left;
    display: inline-block;
}

.visibility-hidden {
	visibility: hidden;
}

.display-none {
	display: none;
}

.modalBackground {
	background-color: Black;
	filter: alpha(opacity=90);
	opacity: 0.8;
}

.modalPopup {
	background-color: #FFFFFF;
	border-width: 3px;
	border-style: solid;
	border-color: black;
	padding: 20px;
	width: auto;
	height: auto;
	max-height: 70vh;
	min-width: 500px;
	overflow: auto;
} 

table caption
{
	text-align: left;
}

.white-space-nowrap {
	white-space: nowrap;
}

.text-align-center {
	text-align: center!important;
}

.under-calendar-tbl {
	overflow-y: auto;
	max-height: 225px;
	display: block;
	width: fit-content;
	border: 1px;
}

.calendar-item th {
	font-weight: 100;
}

.no-font {
	font-family: initial; 
}

.title-height {
	height: 400px !important;
}

.attention_msg{
	height:38px;
}

.hisshu-msg {
    margin-top:4px;
}

.table-top-answer{
    	width:900px;
}

.table-search-list{
    	width:690px;
        table-layout: fixed;

}

.table-date-list{
    	width:300px;
        table-layout: fixed;

}