﻿/* CSS for user SP */
/*-------------------- header --------------------*/
#header {
	flex-flow: column;
	align-items: center;
	justify-content: center;
}
/*-------------------- tables --------------------*/
/* table list */
.tbl_list {
	width: 96%;
	margin: 0.5em 2%;
}
/* table input */
.tbl_input {
	width: 96%;
	margin: 0.5em 2%;
}
.tbl_input th {
	line-height: 2em;
}
.tbl_input tbody th {
	padding-bottom: 0;
}
.tbl_input tbody td {
	padding-top: 0;
	text-align: center;
	border-bottom: 1px solid white;
}
.tbl_input input[type="text"] {
	box-sizing: border-box;
	width: 100%;
}
.tbl_input input.pwi {
	width: calc(100% - 2em);
}
.tbl_input button.pwb {
	text-align: center;
	width: 2em;
}