@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{
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: 12px;
background-image:url(../img/bg_body.png);}

div#header {
text-align: right;
height: 67px;
border-top: solid 3px #00508f;
background-color: #fff;
padding: 0 37px 0 37px;
box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}
div#header p#logo {
vertical-align: middle;
display: table-cell;
height: 67px;
}
div#header p#user {
float: right;
max-width: 50%;
margin: 18px 0 0 0;
}
div#header p#user img {
margin: 0 0 0 20px;
}

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;
border-top: solid 3px #00508f;
background-color: #fff;
}

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

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

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;
}

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 {
font-size: 14px;
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: 14px;
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 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 {
font-size: 14px;
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 table {
width:1000px;

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

form#list table tr:hover td {
background-color: #e9f5ff;
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: #00508f;
border: solid 1px #00508f;
}

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

/*detail*/
form#detail {
font-size: 14px;
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 h2 {
text-align: left;
font-size: 20px;
width:1000px;
/*max-width: 100%;*/
margin: 10px auto 10px ;
}
form#detail h2 img {
margin: 0 0 0 30px;
}

form#detail table {
width:1000px;

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;
}
