/* 画面サイズ設定*/
.base {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	font-size: 18px;
}

/* システムヘッダー枠設定*/
.systemHeader {
	width: 100%;
	height: 64px;
	position: fixed;
	background-color: #add6ff; /* ヘッダーの背景色を指定する */
	z-index: 2;
}

/* 画面ボディ枠設定*/
.screenBody {
	width: 100%;
	height: 100%;
	margin-top: 62px;
	display: flex;
	flex-direction: row;
	z-index: 1;
	background-color: #ffffff;
	position: fixed;
}

.screenBody .Submain {
	background-color: #eaf4ff;
}

/* 業務画面の枠設定*/
.mainArea {
	width: 100%;
	resize: horizontal;
	display: flex;
	flex-direction: column;
	background-color: #eaf4ff;
	overflow-y: auto;
	position: fixed;
	top: 64px;
	bottom: 50px;
	resize: none;
}

/* ヘッダーのボディ */
.headBody {
	margin: 0px; /* bodyの外側の余白を指定する */
	padding: 0px; /* bodyの内側余白を指定する(上:右:下:左) */
	font-family: Meiryo;
	font-size: 14px;
	width: 100%;
	height: 64px;
	position: fixed;
	background-color: #add6ff; /* ヘッダーの背景色を指定する */
	margin-bottom: 0px; /*1画面収める後*/
	border: 3px solid #c2c2c2;
	z-index: 2;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* ボディ */
body {
	font-family: Meiryo;
	font-size: 18px;
	background-color: #eaf4ff; /* 背景色を指定する */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	width: 100%;
	max-width: 1920px;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: hidden;
}

label {
	font-size: 18px;
}

input {
	font-size: 18px;
}

button {
	font-size: 0.94vw;
}

select {
	font-size: 18px;
	border: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
}

textArea {
	font-family: Meiryo;
	font-size: 0.94vw;
	resize: none;
}

/* 業務画面のヘッダ、フッタ */
@media screen {
	#main {
		background-color: #eaf4ff; /* 背景色を指定する */
		font-size: 18px;
		flex: 1;
		padding: 0px 15px 0px 15px;
		width: 100%;
		height: 100%;
	}
	.footer {
		font-size: 0.94vw;
		color: #000000; /* フォントの色を指定する */
		background-color: #eaf4ff;
		position: fixed;
		bottom: 0;
		/*left: 0px;  */
		width: 100%;
		height: 50px;
		border-top: 2px solid #c2c2c2;
		padding-right: 2px;
		padding-top: 2px;
		padding-left: 5px;
	}
}

/* 参照画面のヘッダ、フッタ */
@media screen {
	/* ヘッダ */
	.SubHeader {
		font-size: 0.94vw;
		position: fixed; /* ヘッダーを固定する */
		width: 37%; /* ヘッダーの横幅を指定する */
		height: 70px; /* ヘッダーの高さを指定する */
		color: #000000; /* フォントの色を指定する */
		background-color: #eaf4ff;
		right: 0;
		top: 55px;
	}
	.Submain {
		flex: 1;
		font-size: 0.94vw;
		padding: 0px 20px 50px 30px;
		width: 100%;
		height: calc(100vh - 224px);
		background-color: #eaf4ff;
		margin-bottom: 50px;
	}

	/* フッタ */
	.SubFooter {
		font-size: 0.94vw;
		position: fixed; /* フッターを固定する */
		bottom: 0; /* 下部から配置の基準位置を決める */
		right: 0; /*右から配置の基準位置を決める  */
		width: 37%; /* ヘッダーの横幅を指定する */
		height: 45px; /* ヘッダーの高さを指定する */
		color: #000000; /* フォントの色を指定する */
		background-color: #eaf4ff;
		margin: 0px auto;
		border-top: 2px solid #c2c2c2;
		padding-top: 5px;
	}
}

form[name=InKensau] {
	margin-bottom: 10px;
}

hr {
	margin: 5px 0 5px 0;
}

/**********************************
 * オブジェクト毎のスタイル設定
 **********************************/

/* ヘッダタイトル用 */
.styHeadTitle {
	display: block;
	font-size: 24px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
}

/* 画面ヘッダ日付用 */
styHeadDate {
	border-style: none;
	font-size: 14px;
}

/* ラベル項目見出し用 */
.itemLabel {
	font-weight: bold;
	padding-left: 5px;
	border-left: 5px solid #7fffff;
}
/* ラベル項目見出し用２（試しで追加） */
.itemLabel2 {
	padding-bottom: 10%;
}

/* ラベル項目見出し用 */
.itemLabel3 {
	font-weight: bold;
	padding-left: 5px;
	border-left: 5px solid #7fffff;
	width: 160px;
}

/* ラベル項目見出し用 */
.itemLabel4 {
	width: 400px;
}

/* ラベル項目見出し用 */
.itemLabel5 {
	font-weight: bold;
	padding-left: 5px;
	border-left: 5px solid #7fffff;
	width: 215px;
}

/* ラベル項目見出し用 */
.itemLabel6 {
	font-weight: bold;
	padding-left: 5px;
	border-left: 5px solid #7fffff;
	width: 150px;
}

/* ラベル項目見出し用 */
.itemLabel7 {
	font-weight: bold;
	padding-left: 5px;
	border-left: 5px solid #7fffff;
	width: 210px;
}

/* ボタン設定 */
.green_btn {
	font-size: 0.94vw;
	text-align: center;
	padding: 0px 10px;
	height: 30px;
	color: #ffffff;
	border: solid 1px;
	border-radius: 5px;
	background-color: #00B050;
	cursor: pointer;
	cursor: hand;
}

/* ボタン設定 */
.blue_btn {
	text-align: center;
	padding: 0px 10px;
	padding-bottom: 22px;
	height: 22px;
	color: #ffffff;
	border: solid 1px;
	border-radius: 5px;
	background-color: #1E7CFF;
	cursor: pointer;
	cursor: hand;
}

/* ボタン設定 ブルー 非活性 */
.blue_btn:disabled {
	text-align: center;
	padding: 0px 10px;
	padding-bottom: 22px;
	height: 22px;
	color: #d0d0d0;
	border: solid 1px;
	border-radius: 5px;
	background-color: #808080;
	cursor: default;
}

/* ボタン設定 オレンジ */
.orange_btn {
	padding: 0px 10px;
	height: 30px;
	color: #ffffff;
	border: solid 1px;
	border-radius: 5px;
	background-color: #eb6101;
	cursor: pointer;
	cursor: hand;
}

/* ボタン設定 オレンジ 非活性*/
.orange_btn:disabled {
	padding: 0px 10px;
	height: 30px;
	color: #e0e0e0;
	border: solid 1px;
	border-radius: 5px;
	background-color: #808080;
	cursor: default;
}

/* ボタン設定 */
.blue_btn_menu {
	padding: 0px 10px;
	color: #ffffff;
	border: solid 1px;
	border-radius: 5px;
	background-color: #1E7CFF;
	cursor: pointer;
	cursor: hand;
	transition: background-color 0.2s;
	width: 270px;
	height: 45px;
	line-height: 20px;
	text-align: center;
	margin-left: 20px;
	font-size: 16px;
}

/* ボタン設定 ブルー 非活性 */
.blue_btn_menu:disabled {
	padding: 0px 10px;
	color: #d0d0d0;
	border: solid 1px;
	border-radius: 5px;
	background-color: #808080;
	cursor: pointer;
	cursor: hand;
	transition: background-color 0.2s;
	width: 270px;
	height: 45px;
	line-height: 20px;
	text-align: center;
	margin-left: 20px;
	font-size: 16px;
}

/* ボタン設定 */
.gray_btn_menu {
	padding: 0px 10px;
	color: black;
	border: solid 0.5px;
	Border-color:gray;
	border-radius: 5px;
	background-color: rgb(240, 240, 240);
	cursor: pointer;
	cursor: hand;
	transition: background-color 0.2s;
	width: 270px;
	height: 45px;
	line-height: 20px;
	text-align: center;
	margin-left: 20px;
	font-size: 16px;
}

/* ボタン設定 */
.blue_btn_big {
	text-align: center;
	padding: 0px 10px;
	height: 42px;
	color: #ffffff;
	border: solid 1px;
	border-radius: 5px;
	background-color: #1E7CFF;
	cursor: pointer;
	cursor: hand;
}

/* ボタン設定 ブルー 非活性 */
.blue_btn_big:disabled {
	text-align: center;
	padding: 0px 10px;
	height: 42px;
	color: #d0d0d0;
	border: solid 1px;
	border-radius: 5px;
	background-color: #808080;
	cursor: default;
}

/* ボタン設定 オレンジ */
.orange_btn_big {
	padding: 0px 5px;
	height: 42px;
	color: #ffffff;
	border: solid 1px;
	border-radius: 5px;
	background-color: #eb6101;
	cursor: pointer;
	cursor: hand;
}

/* ボタン設定 オレンジ 非活性*/
.orange_btn_big:disabled {
	padding: 0px 5px;
	height: 42px;
	color: #e0e0e0;
	border: solid 1px;
	border-radius: 5px;
	background-color: #808080;
	cursor: default;
}

/* チェックボックス */
input[type=checkbox]:checked {
	background-color: white;
}

/* テキストボックスの高さ */
input[type="text"] {
	height: 23px;
}

/* ボタンの幅・フォントサイズ */
input[type="button"] {
	width: 140px;
	font-size: 18px;
	font-family: Meiryo;
}

/* dateTimepickerで利用するカレンダーイメージの設定 */
img.ui-datepicker-trigger {
	cursor: pointer;
	margin-left: 7px !important;
	vertical-align: middle;
	width: 40px;
	height: 40px;
}

/* テーブルの項目の縦余白 */
.tbl_height_pad {
	border-collapse: collapse;
	background-color: #ffffff;
	background-color: #eaf4ff;
	line-height: 0;
	height: 2px;
}

.tbl_height_pad tr {
	border-bottom: 6px solid #ffffff;
	border-bottom: 6px solid #eaf4ff;
	line-height: 0;
	height: 2px;
}

/* テーブルの項目の縦余白 */
.tbl_height_pad2 {
	border-collapse: collapse;
	background-color: #ffffff;
	background-color: #eaf4ff;
	line-height: 0;
	height: 2px;
}

.tbl_height_pad2 tr {
	border-bottom: 1.26vh solid #ffffff;
	border-bottom: 1.26vh solid #eaf4ff;
	line-height: 0;
	height: 2px;
}

.main table {
	margin-left: 25px;
}

#searchPage {
	margin-bottom: 5px;
}

#searchPage table {
	margin-left: auto;
	margin-right: auto;
}

#searchContent {
	margin-bottom: 5px;
}

#searchContent table {
	margin-left: auto;
	margin-right: auto;
}

.loginFooter {
	color: #000000; /* フォントの色を指定する */
	background-color: #ffffff;
	height: 57px; /* ヘッダーの高さを指定する */
	overflow: hidden;
	position: fixed;
	bottom: 0px;
	width: 100%;
	border-top: 2px solid #c2c2c2;
	padding-right: 11px;
	border-right: 3px solid #c2c2c2;
	border-left: 3px solid #c2c2c2;
	padding-top: 10px;
}

#loginHeater {
	position: relative;
	top: 55px;
	width: 2000px;
}

#inputRequired {
	vertical-align: top;
	color: red;
	font-size: 14px;
}

.focusOutStyle {
	border: none;
	color: #000000;
	background-color: #FFFFFF;
	pointer-events: none;
	outline: none;
}

.focusOutStyle2 {
	border: none;
	color: #000000;
	background-color: #FFFFFF;
	outline: none;
}

span.browse_btn {
	background-color: #EEEEEE;
	padding: 3px;
	font-size: 0.94vw;
	border: 1px solid #333333;
	border-radius: 2px;
}

span.disable_btn {
	background-color: #EFEFEF4D;
	color: #5555554D;
	padding: 3px;
	font-size: 0.94vw;
	border: 1px solid #5555554D;
	border-radius: 2px;
}

/* 非活性対応（ラジオボタン）*/
/* input[type="radio"]:disabled+span {
	color: #bbb;
} */

/* 間隔統一（ラジオボタン） */
input[type="radio"]+span {
	padding-left: 5px;
	padding-right: 10px;
}

/* 非活性対応（チェックボックス）*/
input[type="checkbox"]:disabled+input[type="hidden"]+span {
	color: #bbb;
}

/* 間隔統一（チェックボックス）*/
input[type="checkbox"]+input[type="hidden"]+span {
	padding-left: 5px;
	padding-right: 10px;
}

/*------------------------------
 * 備考などのテーブル行を結合する際に中身がからのTDでもつぶれないようにするスタイル
 *------------------------------*/
.tbl_td_fix_height {
	display: inline-block;
	min-height: 28px !important;
	width: 100%;
	border: none !important;
	border-bottom: 1px solid !important;
}
/*------------------------------
 * 備考などのテーブル行を結合する際に中身がからのTDでもつぶれないようにするスタイル
 *------------------------------*/
.tbl_td_fix_height_last_row {
	display: inline-block;
	min-height: 28px !important;
	width: 100%;
	border: none !important;
}

/*------------------------------
 * エラー時の赤反転スタイル
 *------------------------------*/
/* .errorStyle {
	background-color: red !important;
} */

/*------------------------------
 * 発注入力ファックス番号相違
 *------------------------------*/
.faxNumDiffStyle {
	background-color: #FFFF66 !important;
}

/* ヒントテーブル */
.hint_table {
	border-collapse: collapse;
}

.hint_table td {
	font-size: 13px;
}

/* 一覧項目パディング設定 */
.table_padding td {
	padding-left: 3px;
	padding-right: 3px;
}

/*数値項目右寄せ設定*/
.numberLabelStyle {
	text-align: right;
	font-size: 0.94vw;
	font-family: Meiryo;
}

/* リスト行の偶数行、奇数行の背景色(ヘッダー合わせて) */
.stripe_color td {
	background-color: #FFFFFF;
}

.stripe_color tr:nth-child(odd) td {
	background-color: #EEFFFF;
}

.disable_color td {
	background-color: #808080 !important;
}

.table_td1 {
	width: 200px;
	padding-left: 10px;
}

.table_td2 {
	width: 200px;
	padding-left: 10px;
}

.table1 {
	border-collapse: collapse;
	border: 1px solid #5555554D;
}

.main_contents {
	width: 100%;
	resize: horizontal;
	display: flex;
	flex-direction: column;
	background-color: #eaf4ff;
	padding-top: 10px;
	resize: none;
}

.menu {
	font-size: 11.2706px;
}

.underline {
	float: left;
	border-bottom: solid 2px #D2D2D2;
	height: 2px;
	width: 430%;
}

.loginEncStyle {
	padding: 9px 18px;
	padding: 0px 5px;
	margin: 0px auto 10px auto;
	width: 90%;
	/* 太線で角を丸く */
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-top: solid 5px #00A1C1;
	border-bottom: solid 5px #00A1C1;
	border-right: solid 5px #00A1C1;
	border-left: solid 5px #00A1C1;
}

.loginEncStyle table {
	margin-left: auto;
	margin-right: auto;
}

.loginEncStyle td {
	font-size: 20px;
}

.loginEncStyle2 {
	padding: 9px 18px;
	padding: 0px 5px;
	background-color: #FFFFFF;
	margin: 1.75vh auto 1.75vh auto;
	width: 90%;
	border-top: solid 5px #00A1C1;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.loginEncStyle2 table {
	margin-left: auto;
	margin-right: auto;
	line-height: 1.4;
}

.loginEncStyle2 td {
	font-size: 20px;
}

.loginInfoStyle table {
	margin-left: auto;
	margin-right: auto;
	padding: 0px 50px;
}

.loginInfoStyle td {
	height: 20px;
	font-size: 18px;
}

.tblMenu td {
	height: 55px;
}

#TblResult table {
	border-color: #D9E5FF;
}

.HikitoriTblResult {
	border-color: #D9E5FF;
	width: 96%;
	border-collapse: collapse;
	table-layout: fixed;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

.HikitoriTblResult th {
	text-align: left;
	padding-left: 5px;
	font-size: 16px;
}

.HikitoriTblResult td {
	font-size: 16px;
}

.chgPassInfo {
	line-height:22px;
}

.chgPassInfo label {
	padding: 0 0 0 20px;
}

/* メインヘッダ */
.mainHdr {
	display: block;
}

