@charset "utf-8";
/* CSS Document */


div.header {
	width:auto;
	height:100px;
	text-align:center;
	position:relative;
	margin-bottom:50px;
}
div.banner {
	border:1px solid black;
}
div.banner_left {
	display:inline-block;
	text-align:left;
	line-height:35px;
	height:35px;
	width:49%;
	vertical-align:middle;
}
div.banner_right {
	display:inline-block;
	text-align:right;
	line-height:35px;
	height:35px;
	width:49%;
	vertical-align:middle;
}
div.menu {
	margin-top:25px;
	display:inline-block;
}
span.button {
	display:inline-block;
	width:200px;
	height:50px;
	line-height:50px;
	font-size:18px;
	border:solid 3px black;
	border-radius:20px;
	color:black;
	background-color:gray;
	text-align:center;
	margin-left:4px;
	margin-right:4px;
}
span.button:hover {
	background-color:white;
}
span.button_small {
	display:inline-block;
	width:150px;
	height:25px;
	line-height:25px;
	font-size:14px;
	border:solid 3px black;
	border-radius:10px;
	margin-left:5px;
	margin-right:5px;
	color:black;
	background-color:gray;
	text-align:center;
}
span.button_small:hover {
	background-color:white;
}
div.content {
	text-align:center;
}
a {
	text-decoration:none;
	color:black;
}
div.searchbox {
	text-align:center;
}
div#table_div {
	width:100%;
	margin-top:25px;
	overflow:auto;
}
table {
	margin-left:auto;
	margin-right:auto;
	border:black solid 1px;
	border-spacing:0px;
	text-align:left;
}
table.repair_form td {
	padding:5px;
}
tr {
	
}
td {
	padding-left:15px;
	padding-right:15px;
	vertical-align:top;
	border-bottom: 1px solid black;
}
td.header {
	background-color:gray;
	font-weight:bold;
}
table.sheet {
	width:1024px;
	margin-top:5px;
	margin:1px solid black;
}
table.sheet td {
	border:1px solid gray;
	vertical-align:top;
	font-size:24px;
}
table.sheet td.heading {
	background-color:gray;
	font-weight:bold;
	font-size:24px;
}
table.sheet td.details {
	vertical-align:middle;
}
