<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#mainTitle{
	width: 100%;
	background-image: url('bg_title.jpg') ;
  background-size: cover;
	height: 250px;
}
#mainTitle h1{
        margin:0;
        text-align: center;
        padding-top: 50px;
        font-size:50px;
        font-weight: bold;
        color: #0696d7;
        text-shadow: 2px 2px 0px #fff;
        line-height: 120%;
 }
 #mainTitle h1 span{
 	font-size: 24px;
 	color: #666;
 }
.subtitle {
	position: relative;
	padding-bottom: .5em;
	font-size: 20px;
	margin-bottom: 1em;
}
.subtitle::before,
.subtitle::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	height: 4px;
}
.subtitle::before {
	z-index: 2;
	width: 15%;
	background-color:  #0696d7;
}
.subtitle::after {
	width: 100%;
	background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
	background: repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
}
table.abh {
	width: 100%;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:20px 20px 20px 0;
	border:#ccc 1px solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
	font-size: 16px;
}
table.abh th {
	padding:25px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}

table.abh tr td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	vertical-align: middle;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table.abh tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table.abh tr:last-child td{
	border-bottom:0;
}

table.abh tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}
#faq table {
  width: 100%;
  border: solid 1px #ececec;
  cursor: pointer;
}
#faq table:hover {
  border: solid 1px #0696d7;
}
#faq table tr:first-child td {
  border-top: none;
}
#faq table td {
  float: none;
  display: table-cell;
}
#faq table td.namber {
  font-size: 28px;
  width: 85px;
  border-right: solid 1px #ececec;
  text-align: center;
  vertical-align: middle;
  color: #0696d7;
}
#faq table td.question {
  background-color: #f7f7f7;
  padding: 20px 25px;
  font-size: 22px;
  line-height: 1.2;
  vertical-align: middle;
  color: #777;
  text-align: left;
}
#faq table td.icon {
  background-color: #f7f7f7;
  width: 90px;
  background-image: url(icon_plus.png);
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
}
#faq table.active {
  width: 100%;
  border: solid 1px #0696d7;
}
#faq table.active td.namber {
  font-size: 28px;
  width: 85px;
  border-right: solid 1px #0696d7;
  text-align: center;
  vertical-align: middle;
  background-color: #0696d7;
  color: #fff;
}
#faq table.active td.question {
  background-color: #fff;
  font-size: 22px;
  vertical-align: middle;
  color: #666;
}
#faq table.active td.icon {
  background-color: #fff;
  vertical-align: middle;
  background-image: url(icon_minus.png);
}
#faq .answer {
  display: none;
  padding: 30px;
  background-color: #f7f7f7;
  border-right: solid 1px #ececec;
  border-left: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
}
#faq .answer p {
  width: 100%;
  font-size: 18px;
  line-height: 32px;
}
#faq .question_box {
  margin-bottom: 15px;
}
.paper{
  width: 100%;
  font-size:0;
}
.recItem{
  width: 330px;
  float: left;
  margin: 0 20px 20px 0;
  padding: 1em;
  border-radius: 10px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#ebebeb');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#ebebeb')";
  background-image: -moz-linear-gradient(top, #ffffff, #ebebeb);
  background-image: -ms-linear-gradient(top, #ffffff, #ebebeb);
  background-image: -o-linear-gradient(top, #ffffff, #ebebeb);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#ebebeb));
  background-image: -webkit-linear-gradient(top, #ffffff, #ebebeb);
  background-image: linear-gradient(top, #ffffff, #ebebeb);
  border:1px solid #ccc;
  text-align: center;
}
.recItem:nth-of-type(2n){
  margin-right: 0;
}
.recItem:hover{
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#f9ffe8');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#f9ffe8')";
  background-image: -moz-linear-gradient(top, #ffffff, #f9ffe8);
  background-image: -ms-linear-gradient(top, #ffffff, #f9ffe8);
  background-image: -o-linear-gradient(top, #ffffff, #f9ffe8);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#f9ffe8));
  background-image: -webkit-linear-gradient(top, #ffffff, #f9ffe8);
  background-image: linear-gradient(top, #ffffff, #f9ffe8);
}
.recItem a:hover{
  text-decoration: none;
}
.recItem dd{
  color: #333 !important;
}
.recItem dd p.name{
  font-size: 16px;
  font-weight: bold !important;
}
.recItem dd p.maker{
  font-size: 14px;
}

h3{font-size: 30px;}</pre></body></html>