@charset "UTF-8";

/** タグ再定義 */
* {
	font-family: 'Noto Sans Mono', monospace;
}
html {
	
}
body, input, select, textarea, button, .ui-btn {
	font-size: .875rem;
	line-height: 1.3rem;
}
body * {
	font-size: 1rem;
	line-height: 1.3rem;
}
h1 {
	font-size: 1rem;
}

/** 全体的な定義 */
#_ui_body {
	/*background-image: none !important;*/
	background-color: #FFFFFF;
}

/** ヘッダ */
#_ui_body > header {
	min-height: 64px;
	background: #045ea7;
	background-image: url(../image/img_logo.svg);
	background-repeat: no-repeat;
	background-position: 1.5rem center;
	box-shadow: 0 0 1rem .5rem #ccc;
	text-shadow: none;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
	color: #fff;
	padding-left: 1rem;
	padding-right: 1rem;
}

div#a_header_item{
	margin-right: 1rem;
}

#_ui_body > header a {
	color: #fff;
}

#a_header_item {
	line-height: 2rem;
	padding-bottom: .5rem;
}

#a_header_item a {
	position: relative;
	margin-left: 1.5rem;
}
#a_header_item a::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: .4rem;
    height: .4rem;
    border-bottom: 1px solid;
    border-right: 1px solid;
    transform: rotate(-45deg);
    left: -.8rem;
    top: .45rem;
}

/** フッター */
#_ui_body > footer {
	min-height: 64px;
	background-color: #F2F2F2;
	background-image: url(../image/img_footer_txt.svg);
	background-repeat: no-repeat;
	background-position: center;
	/*border-bottom: 2px solid #007FA9;*/
	/*border-top: 1px solid #ddd;*/
	text-shadow: none;
	padding: .3rem;
}

/** コンテンツ */
#container {
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
	padding: 1rem 1rem;
}
/** タイトル */
.title {
	color: inherit;
	font-size: 2rem;
	font-weight: bold;
	border-top: none;
	border-bottom: none;
	padding: 0;
	margin: 1rem 0;
	position: relative;
	white-space: nowrap;
}
.title::before {
	content: "";
}

/** ボタン */
.action {
	display: inline-block;
}
.action > button,
.action > input[type='button'] {
	line-height: 1.25rem;
	font-weight: normal;
	border: none;
	background-color: #045ea7;
	color: white;
	border-radius: .25rem;
	text-shadow: none;
	box-shadow: none;
	white-space: nowrap;
	padding: .35rem .5rem;
	margin: 0 .3rem;
	border-radius: .15rem;
	cursor: pointer;
	font-size: 1rem;
	/*min-width: 8rem;*/
	/*left: auto !important;*/
}
.action > button:focus,
.action > button:hover,
.action > input[type='button']:focus,
.action > input[type='button']:hover {
	background-color: #034983;
	border: none;
	color: #fff;
	text-shadow: none;
}
button .icon_text {
	display: inline-block;
	line-height: 1rem;
	font-size: 1rem;
	padding-top: .25rem;
}
*[type='button'], *[type='submit'], button {
	font-size: 100%;
	background-color: #F6F6F6;
	border: 1px solid #C5C5C5;
	color: #333333;
	white-space: nowrap;
	padding: .3rem .5rem;
	margin: 0 .3rem;
	border-radius: .15rem;
	cursor: pointer;
	line-height: 1rem;
}
*[type='button']:hover, *[type='submit']:hover, button:hover {
	background-color: #efefef;
}
.label {
	display: table-cell;
	width: auto;
	max-width: 12.5rem;
	padding: .5rem 1rem .5rem 0;
	text-align: left;
	color: #333;
	background-color: transparent;
	border: none;
	white-space: normal;
}

/** カレンダーボタン */
#sidF_PASSWORD_EXPIRATION_DATE_field button,
#sidF_ACCOUNT__EXPIRATION_DATE_field button,
#sidF_IDOU_DATE_field button,
#sidF_UPDATE_DATE_field button,
#sidF_KAITEI_NENGETSU_field button,
#sidF_BIRTHDAY_field button,
#sidF_SHUTOKU_DATE_field button,
#sidF_TEKIYO_NENGETSU_field button,
#sidF_IKUJI_SHURYO_DATE_field button,
#sidF_SOSHITSU_DATE_field button,
#sidF_OPERATION_TIME_FROM_field button,
#sidF_OPERATION_TIME_TO_field button
{
	width: 24px;
	height: 24px;
	padding: 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-color: transparent;
	background-image: url(../image/date_range_blue_24dp.svg);
	background-repeat: no-repeat;
	border: none;
	vertical-align: middle;
}

/** アイコン */
.info-icon::before {
	content: "";
	width: 24px;
	height: 24px;
	display: inline-block;
	background-image: url(../image/info_black_24dp_w.svg);
	background-repeat: no-repeat;
}

/** テーブル */
table.group th,
table.group td {
	font-weight: normal;
	border: none;
	border-width: 0;
	padding: 0.35rem 0.5rem;
	text-align: left;
	border : 1px solid rgba(192, 192, 192, 1);
}
table.group th {
	background-color: #cfdfeb;
}

table.group tr.odd,
table.group tr.even,
table.group tr.scrollodd,
table.group tr.scrolleven{
 background: #ffffff;
}

/** テーブル・レイアウトテーブル */
table {
	border-collapse: collapse;
}
table:has(table.article) {
	/*width: 100%;*/
}
table.article {
	/*width: 100%;*/
}
table.article td {
	
}
td {
	padding: 0;
}
td table div.part {
	font-weight: bold;
	margin-bottom: .75rem;
}

table.group td *[type='button']{
	display: block;
	margin : auto;
}
.group th a {
	color: #060606;
	text-decoration: underline;
}

/** 境界線 */
div.part_line {
    border-bottom-color: transparent;
    border-bottom-width: 0;
    border-bottom-style: solid;
}

/** フォーム */
fieldset.part_box {
	/*padding: 0.35rem 0.5rem;*/
	/*margin: 0 .3rem;*/
	padding: .5rem 0;
	margin: 0;
	display: inline-block;
	min-width: 0;
	/*border: display;*/
	/*background-color: #F9F9F9;*/
}

*[type='text'],
*[type='password'],
textarea,
select {
    border-color: #999999;
}
*[type='text'],
*[type='password'],
textarea {
	padding: 3px 5px;
}
select {
	padding: 4.5px 2px;
}
label {
	font-weight: bold;
	color: #777;
}

/** 固有ID調整 */
[id^="sidF_FORM_GUIDE_"],
[id^="sidF_FORM_GUIDE2_"]
{
		margin-top : 35px;
		margin-bottom : 35px;
}
#TH_g_list {
	border : 1px solid rgba(192, 192, 192, 1);
	background-color: #F9F9F9;
}
.G_LIST_header_row {
	height : 40px;
}
.G_LIST_body_row {
	height : 30px;
}

.G_LIST_body_row span[id$="sidF_NAME_KANJI"],
.G_LIST_body_row span[id$="sidF_NAME"],
.G_LIST_body_row span[id$="sidF_SHIMEI"],
.G_LIST_body_row span[id$="sidF_NAME_KANA"],
.G_LIST_body_row span[id$="sidF_SHIMEI_KANA"],
.G_LIST_body_row span[id$="sidF_ADDRESS"]{
	white-space: nowrap;
}