@charset "utf-8";
/* CSS Document */

/*=========================*/
/*reset*/
/*=========================*/
html, body, h1, h2, h3, h4, h5, h6,
p, address, ul, ol, li, dl, dt, dd,
table, th, td, form, button {
font-size: 100%;
margin: 0;
padding: 0;
list-style-type: none;
}

img {
border-style: none;
max-width: 100%;
vertical-align: bottom;
 }

/*=========================*/
/*common*/
/*=========================*/

body {
font-family: sans-serif;
font-size: 16px;
background-image:url(../img/bg_body.png);}

div#header {
text-align: right;
height: 67px;
border-bottom: solid 3px #ffef00;
background-color: #fff;
padding: 0 37px 3px 37px;
box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}

div#header:after {
content: "";
display: block;
height: 3px;
margin: 0 -37px;
background-color: #c8d800;
}

div#header p#logo {
vertical-align: middle;
display: table-cell;
height: 67px;
}

div#header p#logo svg{
	fill: ccc;
}

div#header p#user {
float: right;
max-width: 50%;
margin: 18px 0 0 0;
}
div#header a#passchange {
color: black;
margin-right: 20px;
}
div#header p#user img {
margin: 0 0 0 20px;
}

div#header.header__flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding-top: 3px;
	box-sizing: border-box;
	height: auto;
}

div#header.header__flex:after {
	display: none;
}

.header__flex-left {
	display: flex;
	align-items: center;
	width: 60%;
	gap: 1rem;
}

div#header.header__flex p#logo {
	margin-right: 2rem;
	display: grid;
	place-items: center;
}
	div#header.header__flex p#user {
	float: none;
	margin: 0;
}

.header__flex-right {
	width: min(25%, 200px);
	padding: 5px 0;
}	




div#footer {
width: 100%;
position: fixed;
bottom: 0px;
clear: both;
}


div#footer a {
display: block;
text-align: right;
margin: 0 50px 0 0;
}
	
div#footer address {
text-align: center;
font-style: normal;
height: 35px;
padding: 15px 0 0 0;
display: block;
font-size: 12px;
border-top: solid 3px #4a4a4a;
background-color: #fff;
position: relative;
}

button {
cursor: pointer;
border:none;
background-color:transparent;
}

/*TOP*/
form#login {
font-size: 16px;
text-align: center;
margin: 120px 0 120px 0;
}

form#login .title_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1rem;
}

form#login .title_wrap .i {
	width: 100px;
}

form#login .login__title {
	width: auto;
	display: inline-block;
	color:#96c800;
	font-size: 2.5rem;
	font-weight: 700;
}

form#login .login__title .s {
	font-size: 1.5rem;
}


form#login table {
margin: 5px auto 20px;
border-spacing: 10px 25px;
}

form#login table th {
text-align: right;
}
form#login table td {
max-width: 315px;
white-space: nowrap;
}
form#login table td div.alert {
	color: #DA0000;
}

form#login input[type = text],
form#login input[type = password] {
-webkit-appearance:none;
-webkit-appearance:none;
-webkit-box-sizing: border-box;
-khtml-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
font-size: 20px;
height:40px;
width: 100%;
border: solid 2px #d8d8d8;
border-radius: 0;
}

/*maker*/
form#maker {
text-align: center;
margin: 20px 37px 120px;
padding: 50px 0 0 0;
/*background-image: url(../img/logo_att.png);*/
background-repeat: no-repeat;
background-position: right top;
}

form#maker table {
margin: 50px auto 50px;
border-spacing: 10px 15px;
}

/*search*/
form#search {
font-size: 16px;
text-align: center;
margin: 20px 37px 120px;
padding: 50px 0 0 0;
/*background-image: url(../img/logo_att.png);*/
background-repeat: no-repeat;
background-position: right top;
}

form#search .title01 {
	font-size: 2rem;
	color: #96c800;	
	font-weight: 700;
}

form#search table {
margin: 5px auto 20px;
border-spacing: 10px 15px;
}

form#search table th {
text-align: right;
}
form#search table td{
max-width: 420px;
}

form#search td.selecters {
overflow: hidden;
}
form#search select{
overflow:hidden;
-webkit-appearance:none;
-webkit-box-sizing: border-box;
-khtml-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
font-size: 20px;
height:48px;
border: solid 2px #d8d8d8;
border-radius: 0;
/*background-image: url(../img/bt_arrow.png);*/
background-color: #fff;
background-repeat: no-repeat;
background-position: 81.5% top;

padding:5px;
width:420px;
/*width: 100%;*/


}

form#search option {
-webkit-appearance:none;
-webkit-box-sizing: border-box;
-khtml-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
font-size: 20px;
height:48px;
width: 100%;
padding: 5px;
border: solid 2px #d8d8d8;
border-radius: 0;
background-position: right top;
}

form#search input[type = text] {
-webkit-appearance:none;
-webkit-box-sizing: border-box;
-khtml-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
font-size: 20px;
height:40px;
width: 100%;
border: solid 2px #d8d8d8;
border-radius: 0;
}

form#search #back{
	overflow:hidden;
}
form#search #resetBtn{
	margin:0 5px 10px 5px;
}
form#search #searchBtn{
	margin:0 5px 10px 5px;
}


/*list*/
form#list {
text-align: center;
margin: 20px 37px 120px;
padding: 10px 0 0 0;
/*background-image: url(../img/logo_att.png);*/
background-repeat: no-repeat;
background-position: right top;
}

form#list .title01 {
	font-size: 2rem;
	color: #96c800;	
	font-weight: 700;
}

form#list table {
width:100%;

margin: 20px auto 20px;
border-collapse: collapse;
}

form#list table tr:hover td {
background-color: #faffb1;
cursor: pointer;
}
form#list table th {
padding: 5px 0 10px 0;
background-color: #d6d6d6;
border-top: solid 2px #868686;
}

form#list table th+th {
border-left: solid 1px #868686;
}

form#list table td {
height: 50px;
background-color: #fff;
border-top: solid 1px #868686;
border-bottom: solid 1px #868686;
}

form#list table td+td {
border-left: solid 1px #868686;
}

div#pager {
display: table;
border-spacing: 5px;
margin: 0 auto 40px;
}

div#pager a {
color: #222222;
line-height: 1;
text-decoration: none;
text-align: center;
vertical-align: middle;
display: table-cell;
width: 28px;
height: 28px;
background-color: #fff;
border: solid 1px #ababab;
}

div#pager a.selected {
color: #fff;
background-color: #c8d800;
border: solid 1px #c8d800;
}

.count {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	top: 0px;
	/*top: 16px;*/
	text-align: right;
}

/*detail*/
form#detail {
text-align: center;
margin: 10px 37px 120px;
padding: 10px 0 0 0;
/*background-image: url(../img/logo_att.png);*/
background-repeat: no-repeat;
background-position: right top;
}

form#detail .title01{
	font-size: 2rem;
	color: #96c800;	
	font-weight: 700;
}

form#detail h2 {
text-align: left;
font-size: 20px;
width:100%;
/*max-width: 100%;*/
margin: 10px auto 10px ;
}
form#detail h2 img {
margin: 0 0 0 30px;
}

form#detail table {
width:100%;

margin: 0 auto 20px;
border-collapse: collapse;
border-top: solid 2px #868686;
border-bottom: solid 2px #868686;
}

form#detail table th {
text-align: left;
width: 170px;
padding: 0 20px 0 20px;
background-color: #d6d6d6;
border-top: solid 1px #868686;
border-bottom: solid 1px #868686;
}

form#detail table td {
height: 50px;
width: 260px;
background-color: #fff;
border-top: solid 1px #868686;
border-bottom: solid 1px #868686;
}

form#detail #back{
	overflow:hidden;
}
form#detail #backtotop{
	margin:0 5px 10px 5px;
}
form#detail #backtosearch{
	margin:0 5px 10px 5px;
}

p#back {
margin: 50px 0 0 0;
}

#bt_qrsearch a {
	position: absolute;
	right: 20px;
	top: 90px;
}

form#search input#QRcodetext {
	margin-top: 80px;
	margin-bottom: 30px;
	width: 80%;
	max-width: 600px;
	padding-left: 20px;
	height: 60px;
}

#btns {
    line-height: 1;
}

#QRcodetext:focus {
	background-color: #ffffce;
}

.attention {
	margin: 20px 0 80px 0;
}

/* password */

form#password {
	text-align: center;
	margin: 120px 0 120px 0;
}
form#password table {
	margin: 5px auto 20px;
	border-spacing: 10px 25px;
}
form#password table th {
	text-align: right;
}
form#password table td {
	max-width: 315px;
}
form#password input[type = password] {
	-webkit-appearance:none;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 20px;
	height:40px;
	width: 300px;
	border: solid 2px #d8d8d8;
	border-radius: 0;
}
form#password .err_row,
form#password .alert.message {
	color: #DA0000;
	text-align: left;
	padding-left: 10px;
	white-space: nowrap;
}

/* popup */

.textcenter {
	text-align: center;
}

.textcenter p.message {
	font-size: 20px;
	line-height: 1.8;
	margin-top: 40px;
	margin-bottom: 60px;
}

.closetext {
	margin-top: 40px;	
}

.closetext a {
	color:#444;
}
#popup.background {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	width: 100vw;
	background-color: rgba(0, 0, 0, 0.4);
}
#popup .alert {
	padding: 5vw 12vw;
	background: white;
	border-radius: 10px;
	border: solid 1px #aaa;
}
#popup p {
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 3vw;
}

/* change password popup */

#passwordpopup.background {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	width: 100vw;
	background-color: rgba(0, 0, 0, 0.4);
}
#passwordpopup .alert {
	padding: 5vw 9vw;
	background: white;
	border-radius: 10px;
	border: solid 1px #aaa;
}
#passwordpopup .message {
	margin-bottom: 3vw;
}
#passwordpopup p {
	font-size: 1.5em;
	text-align: center;
}
#passwordpopup .buttons > p {
	margin-top: 3vw;
}
#passwordpopup a {
	font-size: 0.8em;
	color: black;
}


/* navbtn */

.navbtn__inner {
	width: min(1200px, 98%);
	margin: auto;
	padding: 100px 0;
}

.navbtn__wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	gap: 1.5rem;
}
@media only screen and (max-width: 900px){
  .navbtn__wrap {
		grid-template-columns: 1fr;
	}
}


.navbtn__btn {
	padding: 1rem;
	border: 1px solid #000;
	border-radius: 10px;
	background: #fff;
}

.navbtn__btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.5rem;
	-webkit-transition: opacity 0.3s ease-in-out;
    transition:opacity 0.3s ease-in-out;
		text-decoration: none;
}

.navbtn__btn a .i{
	width: 100px;
}

.navbtn__btn a .login__title{
	width: auto;
	display: inline-block;
	color:#96c800;
	font-size: 2rem;
	font-weight: 700;
}
.navbtn__btn a .login__title .s{
	font-size: 1.25rem;
}

.navbtn__btn a .login__title .dib{
	display: inline-block;
}

.navbtn__btn a:hover {
	opacity: 0.7;
}


