
/* ※末端に_resの付いている要素はレスポンシブデザイン対応 */

/* スクロールバーデザイン */

::-webkit-scrollbar {
  background: #eee;
	width: 5px;
  height: 5px;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb {
  background-color: #aaa;
	border-radius: 20px;
}

/* スペーステーブル */

table.common_class_table_space{
  border  : solid 0px #ffffff;
}

tr.common_class_tr_space00{
  border  : solid 0px #ffffff;
  height  : 0px;
}

tr.common_class_tr_space01{
  border  : solid 0px #ffffff;
  height  : 1px;
}

tr.common_class_tr_space03{
  border  : solid 0px #ffffff;
  height  : 3px;
}

tr.common_class_tr_space05{
  border  : solid 0px #ffffff;
  height  : 5px;
}

tr.common_class_tr_space10{
  border  : solid 0px #ffffff;
  height  : 10px;
}
tr.common_class_tr_space20{
  border  : solid 0px #ffffff;
  height  : 20px;
}
tr.common_class_tr_space30{
  border  : solid 0px #ffffff;
  height  : 30px;
}

tr.common_class_tr_space50{
  border  : solid 0px #ffffff;
  height  : 50px;
}

/* スペースDIV */
div.common_class_div_space02,
div.common_class_div_space02_res
{
	height:  2px;
}
div.common_class_div_space05,
div.common_class_div_space05_res
{
	height:  5px;
}
div.common_class_div_space10,
div.common_class_div_space10_res
{
	height: 10px;
}
div.common_class_div_space20,
div.common_class_div_space20_res
{
	height: 20px;
}
div.common_class_div_space30,
div.common_class_div_space30_res
{
	height: 30px;
}
div.common_class_div_space40,
div.common_class_div_space40_res
{
	height: 40px;
}
div.common_class_div_space50,
div.common_class_div_space50_res
{
	height: 50px;
}


/* その他 */

/* ページタイトル　左詰め・下線部タイプ・FIXあり */
div.common_class_div_title{
	position: fixed;
	width: 100%;
	top:0;
	background   : #FFFFFF; /*タイトル背景色*/
}
table.common_class_t_title{
	margin: 0;
	padding: 0;
	width   : 98%;
}
td.common_class_td_title1{
	text-align: left;
	color   : #375623;
	font-size: 130%;
}
td.common_class_td_title2{
	text-align: right;
}
hr.common_class_hr_title{
	border  : solid 1px #375623;
	width   : 98%;
	margin  : 2px;
}

/* ページタイトル　中央詰めタイプ・FIXなし */
div.common_class_div_title_type2,
div.common_class_div_title_type2_res
{
	width: 100%;
	color   : #375623;
	font-size: 140%;
	text-align: center;
}


/* コメント */
p.common_class_p_comment1_res{
	font-size: 90%;
	display:inline-block;
	margin :0;
}

/* メッセージ */
p.common_class_p_message,
p.common_class_p_message_res
{
	color   : #666666;
	text-align: center;
	display:inline-block;
	font-size: 90%;
	margin:0;
}

p.common_class_p_message_left_res
{
	color   : #666666;
	text-align: left;
	display:inline-block;
	font-size: 90%;
	margin:0;
}

/* エラーメッセージ */
p.common_class_p_message_err,
p.common_class_p_message_err_res
{
	display: inline-block;
	width:100%;
	color   : #ff0000;
	background: #FBE5D6;
	padding-top: 5px;
	padding-bottom: 5px;
	animation                :common_flash4 0.5s linear infinite;
	animation-iteration-count:1; /*回数*/
}

/* メッセージ２ */
p.common_class_p_message2{
	color   : #648ACE;
	background:#EBF0F9;
	text-align: center;
	font-weight: normal;
	font-size: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 100%;
	animation                :common_flash3 0.5s linear infinite;
	animation-iteration-count:1; /*回数*/
}

/*完了メッセージ３*/
p.common_class_p_message3{
	color   : #008000;
	background:#F0FFF0;
	text-align: center;
	font-weight: normal;
	font-size: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	animation                :common_flash2 0.5s linear infinite;
	animation-iteration-count:1; /*回数*/
}


/* 注意書き*/
p.common_class_p_message_caution{
	color   : #ff0000;
	background:	#FBE5D6;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 100%;
	border  : solid 1px #ff0000;
}

p.common_class_p_message_caution2{
	color   : #008000;
	background:#F0FFF0;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 3px;
	border  : solid 1px #008000;
}


/*完了メッセージ*/
p.common_class_p_message_complete,
p.common_class_p_message_complete_res
{
	color   : #008000;
	background:#F0FFF0;
	text-align: center;
	font-weight: normal;
	font-size: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	animation                :common_flash2 0.5s linear infinite;
	animation-iteration-count:1; /*回数*/
}

p.common_class_p_message_caution3_res
{
	color   : #4472C4;
	background:#DAE3F3;
	text-align: center;
	font-weight: normal;
	font-size: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	animation                :common_flash3 0.5s linear infinite;
	animation-iteration-count:1; /*回数*/
}

@keyframes common_flash1{
	0%,100% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}
@keyframes common_flash2 {
	0%,100% {
		color   : #008000;
		background:#F0FFF0;
	}
	50% {
		color   : #FFFFFF;
		background:#357B7B;
	}
}

@keyframes common_flash3 {
	0%,100% {
		color   : #648ACE;
		background:#EBF0F9;
	}
	50% {
		color   : #FFFFFF;
		background:#648ACE;
	}
}

@keyframes common_flash4 {
	0%,100% {
		color   : #ff0000;
		background:#FBE5D6;
	}
	50% {
		color   : #FFFFFF;
		background:#ff0000;
	}
}

/* ボタン(span) */
span.common_class_span_button1,
span.common_class_span_button1_res,
span.common_class_span_button2
{
	color   : #ffffff;
	font-weight:bold;
	display: inline-block;
	text-align :center;
	vertical-align :center;
	border-radius: 12px; /*角丸み*/
	padding-top: 10px;
	padding-bottom: 10px;
	width: 300px;
	font-size: 120%;
	cursor: pointer; /*カーソル時アイコン */
	user-select: none;
}
span.common_class_span_button1,
span.common_class_span_button1_res
{
	background: #357B7B;
	border  : none;
}
span.common_class_span_button2
{
	background: #4472C4;
	border  : none;
}

span.common_class_span_button3_res
{
	color   : #ffffff;
	font-weight:normal;
	display: inline-block;
	text-align :center;
	vertical-align :center;
	border-radius: 12px; /*角丸み*/
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100px;
	font-size: 90%;
	cursor: pointer; /*カーソル時アイコン */
	background: #0070C0;
	border  : none;
	user-select: none;
}

span.common_class_span_button4_res
{
	color   : #ffffff;
	font-weight:normal;
	display: inline-block;
	text-align :center;
	vertical-align :center;
	border-radius: 15px; /*角丸み*/
	padding-top: 5px;
	padding-bottom: 5px;
	width: 200px;
	font-size: 90%;
	cursor: pointer; /*カーソル時アイコン */
	background: #0070C0;
	border  : none;
	user-select: none;
}

/* 並列 */
span.common_class_span_dual_button1,
span.common_class_span_dual_button2
{
	color   : #ffffff;
	font-weight:bold;
	display: inline-block;
	text-align :center;
	vertical-align :center;
	border-radius: 12px; /*角丸み*/
	padding-top: 10px;
	padding-bottom: 10px;
	width: 150px;
	font-size: 120%;
	cursor: pointer; /*カーソル時アイコン */
	user-select: none;
}
span.common_class_span_dual_button1
{
	background: #357B7B;
	border  : none;
}
span.common_class_span_dual_button2
{
	background: #4472C4;
	border  : none;
}




/* 入力エリア */
table.common_class_t_detail1,
table.common_class_t_detail1_res
{
	width: 350px;
	/*margin-left: 10px;*/
}

table.common_class_t_detail1_sub_res
{
	width: 420px;
	margin-left: 30px;
}

table.common_class_t_detail1_short,
table.common_class_t_detail1_short_res
{
	width: 330px;
	margin-left: 10px;
}
td.common_class_td_detail1_header,
td.common_class_td_detail1_header_res
{
	width: 100%;
	text-align: left;
	font-size: 90%;
	color   : #666666;
}
td.common_class_td_detail1_value,
td.common_class_td_detail1_value_res,
td.common_class_td_detail1_value2,
td.common_class_td_detail1_value_non_active,
td.common_class_td_detail1_value_non_active_res,
td.common_class_td_detail1_value_err
{
	width: 100%;
	text-align: left;
	border  : solid 1px #aaa;
	border-radius: 6px; /*角丸み*/
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	background   : #ffffff;
  font-size: 95%;
}
td.common_class_td_detail1_value_non_active,
td.common_class_td_detail1_value_non_active_res
{
	background: #ffffe0;
  color: #444;
}
td.common_class_td_detail1_value_err{
	background: #ffe4e1;
	border-color: #ff0000;
}
td.common_class_td_detail1_value2{
	padding-left: 5px;
	color   : #666666;
	background: #FFF8E5;
}

/* テキスト */
input.common_class_text1,
input.common_class_text1_res,
input.common_class_text1_border
{
	font-size: 100%;
	width: 98%;
	background-color:transparent;/*背景透過*/
}
input.common_class_text1,
input.common_class_text1_res
{
	border:none;
}

input.common_class_text2_res
{
	font-size: 100%;
	width: 65%;
	border  : solid 1px #555555;
}

input.common_class_text3_res
{
	text-align:right;
	font-size: 100%;
	width: 100px;
	border  : solid 1px #555555;
	padding-right:5px;
}

input.common_class_text1_border{
	border  : solid 1px #555555;
}

/* SELECT */
select.common_class_select1,
select.common_class_select1_res
{
	font-size: 100%;
	width: 98%;
	background-color:transparent;/*背景透過*/
	border:none;
}

/* Radio */
label.common_class_radio1_label_res
{
	font-size: 100%;
}
input.common_class_radio1_res
{
}

/* チェックボックス */
label.common_class_check1_label_res
{
	font-size: 100%;
}
input.common_class_check1_res {
	/*
	-ms-transform: scale(2.0, 2.0);
	-webkit-transform: scale(2.0, 2.0);
	transform: scale(2.0, 2.0);
	vertical-align: middle;
	*/
}

/* 注意書き */
span.common_class_span_caution{
	color   : #4472C4;
	font-size: 75%;
}


/* 右寄せDIV */
div.common_class_div_align_right,
div.common_class_div_align_right_res
{
	text-align:right;
	width:440px;
}
div.common_class_div_align_right_res2
{
	text-align:right;
	width:500px;
}

/* 左寄せDIV */
div.common_class_div_align_left,
div.common_class_div_align_left_res
{
	text-align:left;
	width:330px;
}
div.common_class_div_align_left2
{
	text-align:left;
	width:400px;
}

/* 中央寄せDIV */
div.common_class_div_align_center{
	text-align:center;
}

/* 表示オンリーspan */
span.common_class_span_only_display{
	font-size: 100%;
	color   : #666666;
}

/* サブタイトル */
table.common_class_t_title_sub,
table.common_class_t_title_sub_res
{
	margin: 0;
	padding: 0;
	width   : 390px;
}
td.common_class_td_title1_sub,
td.common_class_td_title1_sub_res
{
	text-align: left;
	color   : #666666;
	font-size: 100%;
}
td.common_class_td_title1_sub2,
td.common_class_td_title1_sub2_res
{
	text-align: right;
	color   : #666666;
	font-size: 100%;
}
hr.common_class_hr_title_sub,
hr.common_class_hr_title_sub_res
{
	border-top  : solid 1px #666666;
	border-bottom:none;
	border-left:  none;
	border-right: none;
	width   : 390px;
	margin  : 0px;
}

/* 赤字span*/
span.common_class_span_red
{
	color: #FF0000;
	font-size: 90%;
}

span.common_class_span_exist_update
{
	color: #00B050;
	font-size: 70%;
	display:none;
}

p.common_class_p_exist_update{
	color   : #ff0000;
	text-align: left;
	display:none;
	margin:0px;
	cursor: pointer; /*カーソル時アイコン */
	animation: common_flash1 2s linear infinite; /* 点滅アニメーションセット */
	z-index:1;
}

/* その他span */
span.common_class_span_etc{
	font-size: 100%;
	color   : #666666;
}

/* お問合せ */
div.common_div_contact{
	font-size:0.9em;
	color:#666666;
	/*
	border:solid 1px #666666;
	*/
	width:380px;
	padding-top:0.7em;
	padding-bottom:0.7em;
	padding-left:0.7em;
	background:#f5f5f5;
	text-align: left;
}

/* ロゴimg */
div.common_class_div_logo_res{
	width   : 280px;
}
img.common_class_img_logo_res{
	width   : 100%;
}

/* ヘッダー(固定表示) */
div.common_class_div_header_right_res{
	display: none;
	width:100px;
	text-align:right;
	position: fixed;
	top:10px;
	z-index: 100;
	margin-left:70%;
}

/* フッター(固定表示) */
div.common_class_div_footer_right_res{
	width:100px;
	text-align:right;
	position: fixed;
	bottom:10px;
	z-index: 100;
	margin-left:70%;
}

/* 一番上へ・下へ */
span.common_class_span_scroll_res{
	color   : #ffffff;
	font-weight:normal;
	display: inline-block;
	text-align :center;
	vertical-align :center;
	border-radius: 12px; /*角丸み*/
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right:40px;
	width: 100%;
	font-size: 90%;
	cursor: pointer; /*カーソル時アイコン */
	/*
	background-color: rgb(0,112,192,0.6);
	*/
	background-color: rgb(0,0,0,0.3);
	border  : none;
}


/* Chrome、Safari */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox、IE */
input[type="number"] {
  -moz-appearance:textfield;
}


span.common_class_span_button_arrow_base
{
	font-size:90%;
	padding-left  : 1.5em;
	padding-right : 1.0em;
	padding-top   : 0.2em;
	padding-bottom: 0.3em;
	display:inline-block;
	text-align:center;
	cursor: pointer;
	user-select: none;
	/*
	color:#FFFFFF;
	background:#444444;
	*/
	color   : #444444;
	background: #eeeeee;
	border: 1px solid #666666;
	border-radius: 1em;
}

span.common_class_span_button_arrow_base:hover
{
	/*
	background: #357B7B;
	*/
	background: #E6F2DE;
}

span.common_class_span_button_delete{
	color: #FF0000;
}
span.common_class_span_button_delete:hover{
	background: #FFCCCC;
}

.common_arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.common_arrow::before,
.common_arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

/* > : 左寄せ*/
.common_sample5-2::before{
	left: 0.3em;
	width: 0.3em;
	height: 0.3em;
	border-top: 2px solid #666666;
	border-right: 2px solid #666666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* 検索結果データなしメッセージ */
div.common_class_div_search_result_none_message {
	display: none;
	position: fixed;
	z-index: 800;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.5);
	animation : commonFadeIn 0.5s;
	animation-fill-mode: both;
}
div.common_class_div_search_result_none_message_content{
  background-color: #FFFFFF;
	width: 400px;
  /* height: 200px; */
	height: auto;
	margin: 20% auto;
	font-size :90%;
	padding: 2em;
}
div.common_class_div_search_result_none_message_footer{
	text-align:center;
}
@keyframes commonFadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

div.common_class_div_common_dialog {
	display: none;
	position: fixed;
	z-index: 9999;
  left: 150px; /* メニュー部横幅分ずらす */
  top:calc(35px + 32px); /* (ヘッダー部高さ + 画面タイトル部高さ)分ずらす */
	height: 100%;
  width:calc(100% - 150px); /* フルサイズ - メニュー部横幅 */
	overflow: auto;
	background-color: rgba(0,0,0,0.3);
}
div.common_class_div_common_dialog_content{
	background-color: white;
	width: 350px;
	height: auto;
	margin: 30vh auto;
	text-align: left;
	border:solid 2px #aaa;
	padding: 10px;
	font-size:90%;
	color: #444444;
}
div.common_class_div_common_dialog_footer{
	margin-top:20px;
}


/* ModelCreateHeader関連 */
table.common_frame_class_table_header {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 35px;
  width: 100%;
  color: #525252;
}

td.common_frame_class_td_header_left {
  width: 65%;
  text-align: left;
  padding-top: 6px;
  padding-left: 8px;
}

td.common_frame_class_td_header_right {
  width: 35%;
  text-align: right;
  padding-top: 6px;
  padding-right: 10px;
  font-size: 90%;
}

a.common_frame_class_a_header_right {
  font-size: 85%;
  color: #525252;
  margin-left: 5px;
}



/* ModelCreateMenu関連 */
div.common_frame_class_div_menu {
  position: fixed;
  left: 0px;
  top: 35px;
  background: #F2F2F2;
  width: 150px;
  height: 100vh; /* ヘッダー分を除いた高さ */
  overflow: auto;
}

ul.common_frame_class_ul_menu {
  list-style: none; /* デフォルトの箇条書き記号を消す */
  padding: 0;
  margin: 0 0 18px 0; /* 下余白 */
  text-align: left;
}

li.common_frame_class_li_menu {
  padding-left: 15px;
}
li.common_frame_class_li_menu:hover {
  background-color: #DDEBF7;
  cursor: pointer;
}
li.common_frame_class_li_menu::before {
  content: "\025B6"; /* ▶ のUnicodeコード */
  color: #000000;
  margin-right: 5px;
  font-size:7px;
  vertical-align:middle;
}

/* ↓↓↓　★★★ツールチップ吹き出し　↓↓↓ */
span.common_frame_class_span_menu {
  position: absolute;
  display: none;
  pointer-events: none; /* 親依存のクリックイベントを起動しない */
  padding: 2px;
  color: #595959;
  background-color: #F2F2F2;
  width:180px;
  left : 100%;
  font-size: 80%;
  z-index: 9999;
  border: solid 3px #A6A6A6;
  box-sizing: border-box;
}
li.common_frame_class_li_menu:hover span.common_frame_class_span_menu {
  display: inline;
}
span.common_frame_class_span_menu::before {
  content: "";
  position: absolute;
  top: 5%;
  left: -16px;
  border-right: 16px solid #A6A6A6;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  z-index: 198;
}
span.common_frame_class_span_menu::after {
  content: "";
  position: absolute;
  top: 9%;
  left: -11px;
  border-right: 11px solid #F2F2F2;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  z-index: 199;
}
/* ↑↑↑　★★★ツールチップ吹き出し　↑↑↑ */

a.common_frame_class_a_menu {
  text-decoration: none;
  text-underline-offset: 2px;
  color:#404040;
  font-size:12px;
}
li.common_frame_class_li_menu:hover a.common_frame_class_a_menu {
  text-decoration: underline;
  font-weight: bold;
}

span.common_frame_class_span_menu_auth_title {
  color: #262626;
  font-size: 11px;
  display: block;
}

span.common_frame_class_span_menu_auth {
  width: 80%;
  display: block;
  margin: 2px;
  padding: 0.5px;
  font-size: 80%;
}

span.common_frame_class_span_menu_auth_nasi {
  text-align: center;
  color: #666666;
}
span.common_frame_class_span_menu_auth_green,
span.common_frame_class_span_menu_auth_yellow {
  text-align: left;
  padding-left: 3px;
  color: #262626;
  font-weight: bold;
}
span.common_frame_class_span_menu_auth_green {
  background: #E2EFDA;
  border: solid 1px #70AD47;
}
span.common_frame_class_span_menu_auth_yellow {
  background: #FFF2CC;
  border: solid 1px #FFC000;
}

a.common_frame_class_a_menu_manual,
a.common_frame_class_a_menu_auth_list
{
  font-size: 11px;
  text-underline-offset: 2px;
  color: #404040;
  margin-left: 1px;
  margin-right: 1px;
}

p.common_frame_class_p_menu_contact {
  margin: 4px 0;
  font-size: 11px;
  color: #404040;
}

a.common_frame_class_a_menu_contact {
  text-underline-offset: 2px;
  color: #404040;
}


/* 各画面ヘッダー部 */
div.common_frame_class_div_content_header_base {
	position:fixed;
  left: 150px; /* メニュー部横幅分ずらす */
	top: 35px; /* ヘッダー部高さ分ずらす */
	background:#F2F2F2;
	width:calc(100% - 150px); /* フルサイズ - メニュー部横幅 */
	height:32px;
	text-align:left;
  line-height: 32px;
}
span.common_frame_class_span_content_header_title {
  color:#666666;
	padding-left:8px;
	font-size:90%;
	font-weight:bold;
}
span.common_frame_class_span_content_header_title::before {
	content: "\025B6"; /* ▶ のUnicodeコード */
	color: #666666;
	margin-right: 5px;
	font-size:7px;
  vertical-align:middle;
}

/* 各画面ボディ部 */
div.common_frame_class_div_content_body_base {
  position:fixed;
	left: 150px; /* メニュー部横幅分ずらす */
	top:calc(35px + 32px); /* (ヘッダー部高さ + 画面タイトル部高さ)分ずらす */
	width:calc(100% - 150px); /* フルサイズ - メニュー部横幅 */
	height:calc(100vh - 35px - 32px - 50px); /* フルサイズ - ヘッダー部高さ - 画面タイトル部高さ - フッター部高さ */
	overflow-x:auto;
	overflow-y:hidden;
}

div.common_frame_class_div_content_body {
  position: relative;
  height: auto;
}


/* 各画面フッター部 */
div.common_frame_class_div_content_footer_base {
  position: fixed;
  left: 150px;
  bottom: 0px;
  width: calc(100% - 150px);
  height: 50px;
}

/* 操作Menu */
div.common_frame_class_div_ope_menu_base {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  height: auto;
  width: 180px;
  color: #595959;
  background-color: #F2F2F2;
  font-size: 90%;
}

div.common_frame_class_div_ope_menu {
  position: relative;
  padding: 10px 10px 10px 10px;
}

span.common_frame_class_span_ope_menu_item {
  display: block;
  text-align: left;
  margin-bottom: 5px;
  cursor: pointer;
}
span.common_frame_class_span_ope_menu_item::before {
  content: "\025B6"; /* ▶ のUnicodeコード */
	color: #666666;
	margin-right: 5px;
	font-size:7px;
  vertical-align:middle;
}
span.common_frame_class_span_ope_menu_item:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: bold;
}

div.common_frame_class_div_ope_menu_close_button {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 4px;
}



/* 処理中アニメーション */
div.common_class_div_loading{
  display: none;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 200;
  background-color: rgba(255, 255, 255, 0.7); /* 白の透過 */
  table-layout: fixed;
  border-collapse: collapse;
  padding-top: 0px;
  justify-content: center;
  align-items: center;
}
div.common_class_div_loading_sub{
  position: relative;
  width: auto;
  height: auto;
}

div.common_class_div_loading_text {
    font-size: 1.5em;
    color: #404040;
    text-align: center;
    animation: common_flash5 2s ease-in-out infinite;
}


/* 一覧系画面　検索条件関連 */
div.common_class_div_cond{
	display: inline-block;
	width: 100%;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #f9f9f9;
}

table.common_class_t_cond_base{
	border-collapse: collapse;
	table-layout: fixed;
}

td.common_class_td_cond_base{
	vertical-align: top;
}

div.common_class_div_cond_item,
div.common_class_div_cond_order_item /*▼*/
{
	display: inline-block;
	align-items: center;
	font-size: 90%;
	text-align :left;
	border-bottom: 1px solid #aaa;
	width:270px;
	height: 38px;
	margin-right:8px;
}


table.common_class_t_cond {
	height:100%;
	width :100%;
	font-size: 100%;
}

td.common_class_td_cond_header {
	width:22%;
	font-size: 75%;
	text-align: center;
	color: #404040;
}

td.common_class_td_cond_body {
	width:78%;
}

input.common_class_text_cond,
select.common_class_select_cond {
	width:99%;
	color: #404040;
	border: solid 1px #ccc;
}

span.common_class_span_cond1 {
	color: #3B3838;
	font-size: 90%;
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 2px;
}


/* ダイアログベース共通（バックの黒い部分） */
div.common_class_div_dialog_base {
	display: none;
	position: fixed;
	z-index: 9999;
  left: 150px; /* メニュー部横幅分ずらす */
  top:calc(35px + 32px); /* (ヘッダー部高さ + 画面タイトル部高さ)分ずらす */
	height: 100%;
  width:calc(100% - 150px); /* フルサイズ - メニュー部横幅 */
	overflow: auto;
	background-color: rgba(0,0,0,0.3);
}


/*チェックボックスマークCSS*/
.common_checkmark_checked{
  padding-left:15px;
  position:relative;
}
.common_checkmark_checked:before,
.common_checkmark_checked:after{
  content:"";
  display:block;
  position:absolute;
}
.common_checkmark_checked:before{
  width:12px;
  height:12px;
  background:#ffffff;
  border:1px solid #444444;
  border-radius: 3px;
  left:0;
  top:2px;
}
.common_checkmark_checked:after{
  border-left:2px solid #548235;
  border-bottom:2px solid #548235;
  width:6px;
  height:3px;
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
  left:3px;
  top:6px;
}
.common_checkmark_checked:hover{
  border:2px solid #548235;
}

.common_checkmark_uncheck{
  padding-left:15px;
  position:relative;
}
.common_checkmark_uncheck:before,
.common_checkmark_uncheck:after{
  content:"";
  display:block;
  position:absolute;
}
.common_checkmark_uncheck:before{
  width:12px;
  height:12px;
  background:#ffffff;
  border:1px solid #444444;
  border-radius: 3px;
  left:0;
  top:2px;
}
.common_checkmark_uncheck:hover{
  border:2px solid #548235;
}

div.common_class_div_err_message{
  color   : #FF0000;
  background:#FBE5D6;
  text-align: center;
  font-weight: normal;
  font-size: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
  animation: common_flash4 0.5s linear infinite;
  animation-iteration-count:1; /*回数*/
}



/* ---------------------レスポンシブ部分--------------------- */

/* PCブラウザ想定 */
@media (min-width: 1000px) {
	/* 画面(ブラウザ)サイズ1000px以上の場合に適応されるCSS */
	/* ※上記までに基礎として設定しているためここでは何も定義しない※ */
}

/* スマホ想定 */
@media (max-width: 999px) {
	/* 画面(ブラウザ)サイズ1000pxに満たない場合に適応されるCSS */

	body {
		-webkit-text-size-adjust: 100%;
	}

}
