/* 建設現場IoT-PF -- Copyright(C)2020 NTT DOCOMO */
/* 2020対応 */
/*
・001_共通系（style_2020.cssの上書き含む）
・ページ個別
*/

/* ログイン画面 */
/*
main.area_full.for_login form {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #EFEFEF;
	width: 100%;
}
*/

/*ボタンタグ変更対応 ココカラ*/
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	font-family: "メイリオ", sans-serif;
	margin: 0px;
	font-size: 14px;
}
table td button {
	font-size: 12px;
}
.btn_submit button {
	width: 240px;
	line-height: 60px;
	font-size: 14px;
}
.area_action .btn_submit button {
	line-height: 60px;
}
.btn_back button,
.btn_delete button {
	width: 95px;
	line-height: 30px;
	font-size: 14px;
}
/*ボタンタグ変更対応 ココマデ*/
/* AzureAD対応 */
.text-divider {
  display: flex;
  align-items: center;
  color: #a9a9a9;
}
.text-divider::before,
.text-divider::after {
  content: '';
  height: 1px;
  background-color: #a9a9a9;
  flex-grow: 1;
}

.alert_newtateras {
	text-align: center;
	background-color: #FEB2C7;
}
.alert_newtateras span {
	color: #BA0027;
	text-decoration: underline;
	text-decoration-color: #BA0027;
}