<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ------------------------------------------
  CONFIG STYLES
--------------------------------------------- */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 *behavior: url(boxsizing.htc);
/*pointer-events: none;*/
}
/*html {
    -webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: auto;
}*/
#wrapper {
	background-color: #fff;
}
a {
	color: #333;
}
a:hover {
	text-decoration: underline;
}
a:active,
a:hover {
	outline: 0;
}
a img {
	border-style: none;
}
a,
a img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.clearfix:before,
main:before,
.clearfix:after,
main:after {
	content: "";
	display: table;
}
.clearfix:after,
main:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom: 1;
}
 @-webkit-viewport {
width: device-width;
}
@-moz-viewport {
width: device-width;
}
@-ms-viewport {
width: device-width;
}
@-o-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
#page-top {
	text-align: right;
	margin-bottom: 2em;
	font: 80% "Lucida Console", Monaco, monospace;
}
#page-top a:before {
	font-family: 'FontAwesome';
	content: '\f0d8';
	margin-right: .5em;
}
.container {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:60px;
}
.container:after {
	content:"";
	display:block;
	clear:both;
	height:0;
}



#ttlH1{
	padding-top:4em;
	position:relative;
	text-align:center;
	z-index:3;
}
#ttlH1 h1{
	font-size:36px;
	color:#fff;
	line-height:1;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.8);
}


#search {
	background: url(../images/search_bg.jpg) no-repeat center center;
	background-size: cover;
	margin-bottom: 4em;
 position:relative;
}
#search::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background-color: #000;
	opacity: .4;
}
form#search-form {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2em;
	padding-bottom: 4em;
  position:relative;
  z-index:1;
}
#search-form input[type=text],
#search-form input[type=submit] {
	font-family: 'FontAwesome';
}
#search-form .input-area {
}
#search-form input[type=text] {
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	background-color: #fff;
	width: 660px;
	height: 3em;
	line-height: 1;
	float: left;
	border: 1px solid #fff;
	padding: 1em;
	margin-bottom: 1em;
}
#search-form input[type=text]:focus {
	border: solid 1px #006ab8;
}
#search-form input[type=submit] {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#aaa));
	background-image: -webkit-linear-gradient(top, #ddd, #aaa);
	background-image: -moz-linear-gradient(top, #ddd, #aaa);
	background-image: -ms-linear-gradient(top, #ddd, #aaa);
	background-image: -o-linear-gradient(top, #ddd, #aaa);
	background-image: linear-gradient(top, #ddd, #aaa);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr=#ffdddddd, EndColorStr=#ffaaaaaa); /* IE6-9 */
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.8);
	cursor: pointer;
	width: 40px;
	height: 3em;
	float: right;
}
form#search-form p {
	text-align: center;
  color:#fff;
}
#home-menu {
}
#home-menu .menu {
	float: left;
	width: 200px;
	margin-right: 20px;
	margin-bottom: 2em;
}
#home-menu .menu:nth-of-type(5n) {
	margin-right: 0;
}
.menu h2 {
	margin-bottom: 1em;
}
.menu h2 a {
	display: block;
	background-color: #006ab8;
	color: #fff;
	text-align: center;
	padding-top: .5em;
	padding-bottom: .5em;
	text-decoration: none;
}
#home-menu .menu:nth-of-type(8) h2 {
	letter-spacing: -.1em;
}
.menu h2 a:hover {
	opacity: .8;
}
#home-menu .menu nav {
	height: 9em;
	overflow: hidden;
}
.menu nav a:before {
	font-family: 'FontAwesome';
	content: '\f0da';
	margin-right: .5em;
}
.menu nav ul {
	font-size: 90%;
}
.menu nav ul li {
	border-bottom: 1px dotted #ccc;
	padding-bottom: .5em;
	margin-bottom: .5em;
}
.menu nav ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.menu nav ul a {
	display: block;
}
.menu nav ul a:hover {
	text-decoration: none;
	color: #006ab8;
}
.mCSB_inside &gt; .mCSB_container {
	margin-right: 20px;
}
.mCSB_inside &gt; .mCSB_container{ margin-right: 20px; }
.mCS-dir-rtl &gt; .mCSB_inside &gt; .mCSB_container{margin-left: 20px;}
.mCSB_scrollTools .mCSB_draggerRail{background-color:#e5e5e5;}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color: #94c2e4;}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#006ab8;}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#006ab8;}

aside {
	width: 240px;
	float: left;
}
aside .menu {
	margin-bottom: 2em;
}
article {
	width: 700px;
	float: right;
}
article header.result {
	padding-top: 2em;
	padding-bottom: 2em;
	border-top: 5px solid #0065aa;
	border-bottom: 5px solid #0065aa;
	margin-bottom: 4em;
}
article header.result h1 {
	text-align: center;
	font-size: 140%;
	color: #0065aa;
}
article table {
	border-collapse: collapse;
	width: 100%;
}
article table thead {
}
article table thead th {
	border: 1px solid #b9b9b9;
	background-color: #eaf3fa;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
}
article table tbody th,
article table tbody td {
	border: 1px solid #b9b9b9;
	padding: 1em;
}
article table tbody th {
	color: #006ab8;
}
article span.dxf,
article span.pdf {
	width: 32px;
	height: 40px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
article span.dxf a,
article span.pdf a {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -999em;
}
article span.dxf a:hover,
article span.pdf a:hover {
	opacity: .5;
}
article span.dxf a {
	background: url(../images/icon_dxf.gif) no-repeat center center;
}
article span.pdf a {
	background: url(../images/icon_pdf.gif) no-repeat center center;
}
aside .top{
  margin-bottom:1em;
  }
aside .top a{
  background-color:#efefef;
  display:block;
  text-align:center;
  padding-top:1em;
  padding-bottom:0.7em;
  color:#333;
  text-decoration:none;
  border:1px #0065aa solid;
  }
aside .top a:hover{
   background-color:#fff;
  }
aside .top a i{
  vertical-align:text-top;
		margin-top:-4px;
  }
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px){
.container{
	width:auto;
	margin-left:auto;
	margin-right:auto;
	}


#ttlH1{
	padding-top:2em;
}
#ttlH1 h1{
	font-size:22px;
}	
#search{
	padding:0 0px;
}
form#search-form{
	width:300px;
	padding-top:1em;
	padding-bottom:2em;
}
#search-form input[type=text],
#search-form input[type=submit]{
font-family:'FontAwesome';
}
#search-form .input-area{}
#search-form input[type=text]{
	width: 260px;
}
#search-form input[type=text]:focus {
border:solid 1px #006ab8;
}

/*=============================================================
menu
=============================================================*/
#home-menu{
	margin:0 12px;
}
#home-menu .container{
	margin:0 -5px;
}
#home-menu .menu{
	width: 50%;
	margin-right:0;
	padding:0 5px;
	box-sizing:border-box;
}
.menu nav ul a{
	display:block;
	padding:5px;
}


/*=============================================================
article
=============================================================*/
article{
	width:auto;
	float:none;
	margin:0 12px !important;
}
article header.result h1{
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	}
article table{
	width:700px;
	}
article table thead{}
article table thead th{
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	}
/*=============================================================
aside
=============================================================*/
aside{
	width:auto;
	float:none;
	padding-top:60px !important;
}
aside .top{
  margin-bottom:1em;
		margin-left:12px;
		margin-right:12px;
}
}
	</pre></body></html>