@charset "UTF-8";

.user {
	min-width: 1290px;
	font-size: 14px;
}
.second.user main {
	margin-bottom: 100px;
}
.second.user header #header_contents {
	width: 1100px;
	padding-bottom: 23px;
}
.second.user header #header_contents p {
	margin: 0;
}
.second.user header #header_contents #logo {
	margin-right: 50px;
	margin-left: 60px;
}
.second.user header #header_contents #login_block {
	float: right;
	margin-top: -42px;
}
.second header nav,
.second header #btn_hamburger {
	display: none;
}
.second.user header #header_contents img,
.second.user header #header_contents #logo,
.second.user header #header_contents #logo_legal {
	width: unset;
}
.second.user footer {
	min-width: 1290px;
	bottom: 10px;
	padding: 0;
}
.second.user footer .wrap {
	width: 980px;
	margin: 0 auto;
}
.second.user footer #go_top {
	display: none;
}
.second.user footer #go_top a {
	width: unset;
}
.second.user > footer #copyright {
	margin: 1em 0 0 0;
}

/*  ユーザ検索---------------------------------------------------*/

section.search table#search_info {
	width: 800px;
	margin: 1em auto;
}
section.search table#search_info th {
	vertical-align: middle;
}
section.search table#search_info th input[type="button"] {
	float: right;
}
section.search table#search_info td {
	width: 560px;
}
section.search table#search_info td input.center,
section.search table#search_info td input.fullname {
	width: 300px;
}
section.search table#search_info ul {
	margin: 0;
}
section.search table#search_info ul li {
    list-style-type: none;
}
section.search table#search_info tr.user_type ul li {
    display: inline-block;
}
section.search table#search_info tr.login_id input {
    width: 400px;
}
section.search table#search_info tr.user_name input {
    width: 200px;
}
ul#ope_area  {
	margin: 0;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	list-style: none;
	width: 405px;
	position: absolute;
	top: 15px;
	right: 0;
}
ul#ope_area  li {
	margin: 0;
}
ul#ope_area  li a {
	width: 125px;
}

/*  ユーザ検索結果---------------------------------------------------*/
table#search_result th {
    text-align: center;
}
table#search_result td {
	vertical-align: middle;
}
table#search_result .belong {
	width: 105px;
	word-break: break-all;
}
table#search_result .company {
	width: 205px;
}
table#search_result .utype {
	width: 90px;
	word-break: break-all;
}
table#search_result .login_id {
	width: 212px;
	word-break: break-all;
}
table#search_result .name {
	width: 120px;
}
table#search_result .password {
	width: 120px;
}
table#search_result .operate {
	width: 80px;
}
table#search_result td.belong,
table#search_result td.utype,
table#search_result td.operate {
    text-align: center;
}
table#search_result ul.buttons {
	margin: 0;
}
table#search_result ul.buttons li {
	display: inline-block;
	margin: 0;
}
table#search_result a.button {
	width: 35px;
	display: block;
	margin: 1px 0;
	padding: 1px 0;
	border-radius: 5px;
	text-decoration: none;
	font-size: 95%;
}
table#search_result tr.retired {
    background-color: #f4f4f4;
}

/*  ユーザ情報入力・更新---------------------------------------------------*/
table#user_area {
	width: 800px;
	margin: 1em auto;
}
table#user_area th {
	vertical-align: middle;
}
body#input table#user_area th.pswd_main {
	vertical-align: middle;
	width: 71px;
}
body#input table#user_area th.pswd_sub {
	vertical-align: middle;
	width: 155px;
}
body#input table#user_area td input[type="text"] {
	width: 400px;
}
body#input table#user_area ul {
	margin: 0;
}
body#input table#user_area ul li {
	display: inline-block;
}
body#input table#user_area ul#belong_type li {
	display: block;
}

/*  ユーザ情報更新 確認・完了---------------------------------------------------*/

body#confirm  table#user_area th,
body#complete table#user_area th {
	width: 236px;
}

/*  一括登録---------------------------------------------------*/
table#shelf_csv {
	width: 700px;
	margin: 1em auto;
}
table#shelf_csv th {
	width: 200px;
	text-align: center;
	vertical-align: middle;
}
table#shelf_csv td{
	vertical-align: middle;
	word-break: break-all;
}


/* 確認 -----------------------------------------------*/




/* パスワード変更 -----------------------------------------------*/

table#password_update {
	width: 500px;
	margin: 1em auto;
}
table#password_update th {
	width: 180px;
	text-align: left;
	vertical-align: middle;
}
table#password_update td{
	vertical-align: middle;
	word-break: break-all;
}
table#password_update td input {
	width: 290px;
}

