@charset "utf-8";

#container {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}

header h1 {
	font: 35px 'Impact', sans-serif;
	text-align: center;
}

header nav ul {
	height: auto;
	padding-left: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

header nav ul li {
	float: none;
	border-right: 0;
}
header nav ul li a {
	line-height: 40px;
}

header nav ul li:first-child {
	border-left: 0;
}

header nav ul li {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000));
	background: -webkit-linear-gradient(#333, #000);
	background: linear-gradient(#333, #000);
	-webkit-box-shadow: 0px 2px 5px #bebebe;
	box-shadow: 0px 2px 5px #bebebe;
	text-align: center;
}
header nav ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
}
header nav ul li a:hover {
	background-color: #333;
	color: #FFF;
}
header nav ul li:first-child {
	border-radius: 6px 6px 0 0;
}
header nav ul li:last-child {
	border-radius: 0 0 6px 6px;
}

#main, #sub {
	float: none;
	width: auto;
}
#main p {
	padding: 3;
}
#sub ul li a {
	padding: 5px;
}

footer {
	background: #000;
	background: -webkit-linear-gradient(#333, #000);
	background: linear-gradient(#333, #000);
	color: #FFF;
	padding: 5px 0px 5px 0px;
	line-height: 1.2;
}
footer a {
	color: #FFF;
}

#new dl {
	height: auto;
	padding-left: 0;
	overflow: hidden;
	max-height: 0;
	margin-bottom: 1em;
}

#new dt {
	float: none;
	width: auto;
}

#new dd {
	border-bottom: 1px solid #d2d2d2;
	padding-left: 0;
}
#new dd img {
	vertical-align: middle;
}

#new h1:hover +dl{
	max-height: 400px;
	overflow: auto;
}

.ta1 td{
	width: auto;
	padding: 2px;
}

.ta1 th{
	width: auto;
	padding: 2px;
}

#service #main article p {
	margin-left: 0;
}

#service header,
#service2 header nav,
#service2 #sub {
	display: none;
}

#service figure img {
	width: 100%;
	height: auto;
}

