<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 801px) {
/*==========================================
 pc/tab
===========================================*/
#top .mi h3:after{
 border-color: rgba(6,155,22,1.00);
}

#top #mv,#top #menuBox {
 margin: 0px 0px 80px;
}

#top #mv {
	height: 800px;
 overflow: hidden;
 position: relative;
}

#top #mv h2{
 margin: auto;
 width: 1000px;
 height: 200px;
 font-size: 35px;
 font-weight: bold;
 line-height: 2.00;
 color: rgba(255,255,255,1.00);
 text-align: center;
 text-shadow: 
 1px 1px 9px rgba(10,58,0,0.80), 
 -1px -1px 9px rgba(10,58,0,0.80), 
 -1px 1px 9px rgba(10,58,0,0.80), 
 1px -1px 9px rgba(10,58,0,0.80);
 position: absolute;
 top: 50px;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: 5;
}

#top #mv .bx-viewport{
 left: 0px;
 border: none;
 -webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none; 
 box-shadow: none;
}

#top #mv .bxslider img{
 width: 100%;
 height: auto;
}

#top #mv .main-container {
  overflow: hidden;
  padding-bottom: 150px;
}

#top #menuBox .menu {
 margin: 0px auto;
 padding: 0px;
 width: 1000px;
 overflow: hidden;
}

#top #menuBox .menu ul{
 margin: 0px 0px 0px -13px;
 padding: 0px;
 width: 1000px;
 display: table;
 border-collapse: separate;
 border-spacing: 13px 0px;
 vertical-align: middle;
}

#top #menuBox .menu li{
 margin: 0px 5px;
 padding: 0px 0px 16px;
 width: 190px;
 font-size: 18px;
 color: rgba(255,255,255,1.00);
 text-align: center;
 display: table-cell;
 background-color: rgba(41,88,248,1.00);
 position: relative;
 overflow: hidden;
 z-index: 1;
}

#top #menuBox .menu li:before{
 content: "";
	width: 0;
	height: 100%;
 background-color: rgba(21,137,255,1.00);
 display: block;
	position: absolute;
	left: -20%;
	top: 0;
	z-index: 0;
	-webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-ms-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transform: skew(133deg, 0deg);
	-moz-transform: skew(133deg, 0deg);
	-ms-transform: skew(133deg, 0deg);
	transform: skew(133deg, 0deg);
}

#top #menuBox .menu li:hover:before {
 width: 200%;
}

#top  #menuBox .menu .phBox{
 margin: 0px;
 padding: 0px 0px 16px;
 width: 190px;
 height: 245px;
 display: block;
 overflow: hidden;
}

#top #menuBox .menu img{
 margin: 0px;
 padding: 0px;
 width: auto;
 height: 245px;
}

#top #menuBox .menu li a{
	position: relative;
	z-index: 0;
 display: block;
 color: rgba(255,255,255,1.00);
}

#top #menuBox .menu .small{
 font-size: 12px;
 line-height: 1.2;
}

#top #newsBox,#top #linkBox {
 margin: 0px 0px 60px;
}

#top #newsBox{
 padding: 40px 0px; 
 background-color: rgba(239,239,239,1.00);
}

#top #newsBox .news dl{
 font-size: 16px;
 font-weight: bold;
 margin: 0px 0px 40px;
 border-bottom: 4px dotted rgba(184,176,175,1.00); 
}

#top #newsBox .news dt{
 padding: 0px 16px;
}

#top #newsBox .news dd a{
 margin: 6px 4px;
 padding: 0px 12px;
 line-height: 40px;
 border-radius: 10px;
 -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
}

#top #newsBox .news dd a:hover{
 background-color: rgba(200,200,200,1.00);
}

#top #newsBox .news .btn {
 font-size: 16px;
 font-weight: bold;
 text-align: right;
}

#top #newsBox .news .btn a{
 text-decoration: underline;
}

#top #newsBox .news .btn a:hover{
 text-decoration: none;
}

#top #linkBox ul{
 padding: 0px;
	text-align: center;
}

#top #linkBox li{
 padding: 0px;
	text-align: center;
	width: 300px;
	display: inline-block;
}

#top #linkBox img{
 width: 240px;
 height: auto;
	border: 1px solid #ddd;
}


/*-------------service-------------*/
#service .titBox{
 background: url(../images/service_tit_bg.jpg) no-repeat center;
 background-size: 100% auto;
}

#service .mi h3:after{
 border-color: rgba(4,129,255,1.00);
}

#service .contentArea{
 margin: 0px auto 80px;
 padding: 0px 0px 34px;
 text-align: center;
 border-bottom: 2px solid rgba(220,220,220,1.00);
}

#service .chara h4{
 padding: 0px 0px 20px;
 font-size: 24px;
 color: rgba(4,129,255,1.00);
}

#service .chara p{
 padding: 0px 0px 40px;
}

#service .btn {
 margin: 0px auto 60px;
 width: 500px;
 font-size: 13px;
 font-weight: bold;
 text-align: center;
 line-height: 60px;
 border: 2px solid rgba(21,137,255,1.00);
 background-color: rgba(255,255,255,1.00); 
}

#service .btn a{
 color: rgba(21,137,255,1.00); 
 -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
}

#service .btn a:hover{
 color: rgba(255,255,255,1.00);
 background-color: rgba(21,137,255,1.00); 
}

/*-------------company-------------*/
#company .titBox {
 background: url(../images/company_tit_bg.jpg) no-repeat center;
 background-size: 100% auto;
}

#company .mi h3:after {
 margin: 0px auto 10px;
 border-color: rgba(4,129,255,1.00);
}

#company .contentBox{
 margin: 0px 0px 80px; 
 padding: 60px 0px;
 background-color: rgba(234,245,255,1.00);
}

#company .contentArea:nth-of-type(even) {
 padding: 0px 0px 80px;
}

#company .contentArea .txtBox p{
 text-align: center;
 padding: 0px 0px 32px;
}

#company .contentArea .txtBox p:last-child{
 padding: 0px;
}

#company .contentArea .chartBox {
 margin: 0px 40px 0px 0px;
 width: 480px;
 border-top: 1px solid rgba(200,200,200,1.00);
 float: left;
}

#company .contentArea .chartBox:nth-of-type(odd) {
 margin: 0px;
 width: 480px;
 border-top: 1px solid rgba(200,200,200,1.00);
 float: left;
}

#company .contentArea .chartBox dl{
 padding: 30px 0px;
 width: 480px;
 border-bottom: 1px solid rgba(200,200,200,1.00);
}

#company .contentArea .chartBox dt{
 width: 112px;
 float: left;
}

#company .contentArea .chartBox dd{
 width: 368px;
 float: left;
}

#company .contentArea .chartBox a{
 font-weight: normal;
 text-decoration: underline;
}
#company .contentArea .chartBox a:hover{
 font-weight: bold;
 text-decoration: none;
}

#company .contentArea .pb30{ 
 padding-bottom: 30px;
}

#company .contentArea .historyBox dl{
 padding: 30px 0px;
 border-bottom: 1px solid rgba(200,200,200,1.00);
}

#company .contentArea .historyBox dt{
 width: 150px;
 float: left;
}

#company .contentArea .historyBox dd{
 float: left;
}

/*-------------recruit-------------*/
#recruit .titBox {
 background: url(../images/recruit_tit_bg.jpg) no-repeat center;
 background-size: 100% auto;
}

#recruit .mi {
 padding: 0px 0px 20px;
}

#recruit .mi h3:after {
 border-color: rgba(4,129,255,1.00);
}

#recruit .contentArea {
 padding: 0px 0px 80px;
}

#recruit .contentArea .requirementsBox {
 margin: 0px;
 border-top: 1px solid rgba(200,200,200,1.00);
}

#recruit .contentArea .requirementsBox dl{
 padding: 30px 0px;
 border-bottom: 1px solid rgba(200,200,200,1.00);
}

#recruit .contentArea .requirementsBox dl:after{
 content: "";
 clear: both;
 display: block;
}

#recruit .contentArea .requirementsBox dt{
 width: 200px;
 float: left;
}

#recruit .contentArea .requirementsBox dd{
 float: left;
}

#recruit .contentArea .requirementsBox .col2{
 margin: 0px 50px 0px 0px;
}

#recruit .contentArea .flow{
 text-align: center;
}

/*-------------staff-------------*/
#staff .titBox {
 background: url(../images/staff_tit_bg.jpg) no-repeat center;
 background-size: 100% auto;
}

#staff .StaffBox {
 margin: 0px 0px 50px;
}

#staff .StaffBox dl {
 margin: 10px 0px 0px;
}

#staff .StaffBox dl dt {
	width: 250px;
}
#staff .StaffBox dl dd {
 margin: 0px;
	width: 720px;
}
#staff .StaffBox dl dd p:first-child {
 font-size: 12px;
}
#staff .StaffBox dl dd h4 {
 margin: 0px 0 10px;
 font-weight: bold;
}

#staff .StaffBox:nth-child(odd) dl dt {
 margin: 0px 0px 0px 30px;
	float: right;
}
#staff .StaffBox:nth-child(odd) dl dd {
	float: left;
}
#staff .StaffBox:nth-child(odd) dl dd p:first-child,#staff .StaffBox:nth-child(odd) dl dd h4 {
 text-align: right;
}
#staff .StaffBox:nth-child(even) dl dt {
 margin: 0px 30px 0px 0;
	float: left;
}
#staff .StaffBox:nth-child(even) dl dd {
	float: right;
}

/*-------------news-------------*/
#news .titBox {
 background: url(../images/news_tit_bg.jpg) no-repeat center;
 background-size: 100% auto;
}
#news .news {
 font-size: 14px;
 margin: 0px 0px 60px;
}
#news .news dl{
 font-size: 16px;
 font-weight: bold;
 margin: 0px 0px 40px;
 border-bottom: 4px dotted rgba(184,176,175,1.00); 
}
#news .news dt{
 padding: 0px 16px;
}
#news .news dd a{
 margin: 6px 4px;
 padding: 0px 12px;
 line-height: 40px;
 border-radius: 10px;
 -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
}
#news .news dd a:hover{
 background-color: rgba(200,200,200,1.00);
}
#news .news .btn {
 font-size: 16px;
 font-weight: bold;
 text-align: right;
}
#news .news .btn a{
 display: inline-block;
 text-decoration: underline;
}
#news .news .btn a:hover{
 text-decoration: none;
}

/*-------------contact-------------*/
#contact .titBox {
 background: url(../images/contact_tit_bg.jpg) no-repeat center;
 background-size: 100% auto;
}
#contact .intro {
 padding: 0 0 30px;
}
#contact .intro em {
 font-weight: bold;
	color: #F00;
}
#contact .contactBox {
 margin: 0px auto 50px;
	width: 800px;
}
#contact .contactBox dl {
 padding: 20px 0;
 display: table;
	border-bottom: 1px dotted #999;
}
#contact .contactBox dl:first-child {
	border-top: 1px dotted #999;
}
#contact .contactBox dl dt {
 width: 200px;
	text-align: center;
 display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}
#contact .contactBox dl dt em {
 font-weight: bold;
	color: #F00;
}
#contact .contactBox dl dd {
 width: 600px;
 display: table-cell;
	vertical-align: top;
}
#contact input[type="text"] {
 padding: 5px 10px;
	font-size: 14px;
	color: #000;
	border: 1px solid #ccc;
}
#contact .i_middle {
	width: 300px;
}
#contact .i_short {
	width: 200px;
}
#contact label {
 padding: 0px 15px 0 0;
}
#contact textarea{
 padding: 5px 10px;
	font-size: 14px;
	color: #000;
	border: 1px solid rgba(200,200,200,1.00);
	width: 500px;
	height: 200px;
	resize: none;
}
#contact .priBox {
 margin: 30px auto;
 padding: 10px;
	border: 3px solid #ccc;
	width: 750px;
	height: 250px;
	overflow-y: scroll;
}
#contact .priBox h3 {
 padding: 15px 0;
 font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
#contact .priBox p {
 padding: 0px 0 10px;
}
#contact .priBox p.cap {
 font-size: 12px;
	color: #000;
	text-align: right;
}
#contact .priBox em {
 font-size: 14px;
	color: #000;
	font-weight: bold;
}
#contact .pricheck {
 margin: 30px auto;
	padding: 15px;
	text-align: center;
	background: #eee;
}
#contact .pricheck label {
	cursor: pointer;
}
#contact p.bt_post {
 margin: 30px auto;
	text-align: center;
	font-size: 16px;
	color: #000;
}
#contact p.bt_post input[type='submit'] {
 padding: 10px 0;
	width: 180px;
 font-size: 24px;
	color: #FFF;
	font-weight: bold;
	background: #069b16;
	border: none;
	cursor: pointer;
}
#contact p.bt_post input[type='submit']:hover {
	background: #1589ff;
}
#contact p.introback {
 text-align: right;
}
#contact p.introback a {
	display: inline;
	color: #069b16;
	text-decoration: underline;
}
#contact p.introback a:hover {
	text-decoration: none;	
}
#contact p.bt_back {
 text-align: center;
}
#contact p.bt_back a {
	display: inline;
	color: #069b16;
	text-decoration: underline;
}
#contact p.bt_back a:hover {
	text-decoration: none;	
}
#contact p.error {
 color: #F00;
	font-weight: bold;
}

/*-------------privacy-------------*/
#privacy .titBox {
 background: url(../images/privacy_tit_bg.jpg) no-repeat center;
 background-size: 100% auto;
}

#privacy .mi h3:after {
 margin: 0px auto 10px;
 border-color: rgba(4,129,255,1.00);
}

#privacy .contentBox{
 margin: 0px; 
 padding: 60px 0px;
 background-color: rgba(234,245,255,1.00);
}

#privacy .contentArea .txtBox p{
 text-align: left;
 padding: 0px 0px 16px;
}
#privacy .contentArea .txtBox p.account {
 padding: 0px 0 30px;
 font-size: 14px;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#privacy .contentArea .txtBox p.account .date {
 font-size: 12px;
	font-weight: normal;
}

#privacy .contentArea .txtBox p.txt_right{
 text-align: right;
 padding: 30px 0px 50px;
	font-size: 12px;
	color: #000;
}



}

@media screen and (max-width: 800px) {
/*==========================================
 smp
===========================================*/
#top .mi h3:after{
 border-color: rgba(6,155,22,1.00);
}

#top #mv,#top #menuBox {
 margin: 0px 0px 60px;
}

#top #mv {
 width: 100%;
	height: 250px;
 position: relative;
}

#top #mv h2{
 margin: auto;
 width: 94%;
 height: 100px;
 font-size: 16px;
 font-weight: bold;
 line-height: 1.84;
 color: rgba(255,255,255,1.00);
 text-align: center;
 text-shadow: 
 1px 1px 9px rgba(10,58,0,0.80), 
 -1px -1px 9px rgba(10,58,0,0.80), 
 -1px 1px 9px rgba(10,58,0,0.80), 
 1px -1px 9px rgba(10,58,0,0.80);
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: 5;
}

#top #mv .bxslider{
	height: 250px;
 overflow: hidden;
}

#top #mv .bx-viewport{
 left: 0px;
 border: none;
 -webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none; 
 box-shadow: none;
}
#top #mv .bxslider img{
 width: auto;
 height: 250px;
}

#top #menuBox .menu {
 margin: 0px auto;
 padding: 0px;
}

#top #menuBox .menu ul{
 margin: 0px;
 padding: 0px;
 width: 100%;
 overflow: hidden;
 display: table;
 table-layout: fixed;
 border-collapse: separate;
 border-spacing: 0px 20px;
}

#top #menuBox .menu li{
 margin: 0px auto;
 font-size: 14px;
 height: 100px;
 vertical-align: middle;
 color: rgba(255,255,255,1.00);
 background-color: rgba(41,88,248,1.00);
 display: table-row;
 position: relative;
 z-index: 1;
}

#top #menuBox .menu .phBox{
 margin: -20px 0px 0px;
 padding: 0px 3% 0px 0px;
 width: 65%;
 height: 100px;
 overflow: hidden;
 float: left;
}

#top #menuBox .menu li a{
 padding: 20px 0px 0px;
 height: 80px;
 vertical-align: middle;
	position: relative;
	z-index: 0;
 display: block;
 color: rgba(255,255,255,1.00);
}


#top #menuBox .menu .small{
 font-size: 10px;
 line-height: 1.2;
}

#top #newsBox,#top #linkBox {
 margin: 0px 0px 60px;
}

#top #newsBox{
 padding: 60px 0px; 
 background-color: rgba(239,239,239,1.00);
}

#top #newsBox .news dl{
 margin: 0px 0px 40px;
 font-size: 12px;
 font-weight: bold;
 border-bottom: 4px dotted rgba(184,176,175,1.00); 
}

#top #newsBox .news dt{
 padding: 0px 3%;
}

#top #newsBox .news dd a{
 margin: 6px 1%;
 padding: 0px 2%;
 line-height: 1.8;
 border-radius: 10px;
 -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
}

#top #newsBox .news dd a:hover{
 background-color: rgba(200,200,200,1.00);
}

#top #newsBox .news .btn {
 margin: 0px auto;
 width: 80%;
 font-size: 13px;
 font-weight: bold;
 text-align: center;
 line-height: 60px;
 border: 2px solid rgba(21,137,255,1.00);
 background-color: rgba(255,255,255,1.00); 
}

#top #newsBox .news .btn a{
 color: rgba(21,137,255,1.00); 
 -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
}

#top #newsBox .news .btn a:hover{
 color: rgba(255,255,255,1.00);
 background-color: rgba(21,137,255,1.00); 
}

#top #linkBox li{
 margin: 0px auto;
 padding: 0px 0px 20px;
 width: 80%;
}

#top #linkBox li:last-child{
 padding: 0px;
}

#top #linkBox li img{
	border: 1px solid #ddd;
	}


/*-------------service-------------*/
#service .titBox{
 background: url(../images/service_tit_bg.jpg) no-repeat center center;
 background-size: cover;
}

#service .mi h3{
 margin: 0px 0% 20px;
}

#service .mi h3:after{
 border-color: rgba(4,129,255,1.00);
}

#service .contentArea{
 margin: 0px auto 60px;
 padding: 0px 0px 20px;
 text-align: center;
 border-bottom: 2px solid rgba(220,220,220,1.00);
 width: 94%;
}

#service .chara h4{
 padding: 0px 0px 10px;
 font-size: 16px;
 color: rgba(4,129,255,1.00);
}

#service .chara p{
 padding: 0px 0px 30px;
}

#service .btn {
 margin: 0px auto 60px;
 width: 80%;
 font-size: 13px;
 font-weight: bold;
 text-align: center;
 line-height: 60px;
 border: 2px solid rgba(21,137,255,1.00);
 background-color: rgba(255,255,255,1.00); 
}

#service .btn a{
 color: rgba(21,137,255,1.00); 
 -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
}

#service .btn a:hover{
 color: rgba(255,255,255,1.00);
 background-color: rgba(21,137,255,1.00); 
}

/*-------------company-------------*/

#company .titBox {
 background: url(../images/company_tit_bg.jpg) no-repeat top center;
 background-size: cover;
}

#company .mi h3 {
 font-size: 24px;
}

#company .mi h3:after {
 border-color: rgba(4,129,255,1.00);
}

#company .contentBox{
 margin: 0px 0px 80px; 
 padding: 60px 0px;
 background-color: rgba(234,245,255,1.00);
}

#company .contentArea:nth-of-type(even) {
 padding: 0px 0px 80px;
}

#company .contentArea .txtBox p{
 padding: 0px 0px 32px;
}

#company .contentArea .txtBox p:last-child{
 padding: 0px;
}
#company .contentArea .txtBox iframe{
 width: 100%;
	height: 250px;
}

#company .contentArea .bt{
 margin: 0px 40px 0px 0px;
 border-top: 1px solid rgba(200,200,200,1.00);
 width: 100%;
}

#company .contentArea .chartBox dl{
 padding: 20px 0px;
 width: 100%;
 border-bottom: 1px solid rgba(200,200,200,1.00);
}

#company .contentArea .chartBox dt{
 width: 25%;
 float: left;
}

#company .contentArea .chartBox dd{
 width: 75%;
 float: left;
}
#company .contentArea .chartBox a{
 font-weight: normal;
 text-decoration: underline;
}
#company .contentArea .chartBox a:hover{
 font-weight: bold;
 text-decoration: none;
}

#company .contentArea .historyBox dl{
 padding: 20px 0px;
 border-bottom: 1px solid rgba(200,200,200,1.00);
}

#company .contentArea .historyBox dt{
 width: 25%;
 float: left;
}

#company .contentArea .historyBox dd{
 width: 75%;
 float: left;
}

/*-------------recruit-------------*/
#recruit .titBox {
 background: url(../images/recruit_tit_bg.jpg) no-repeat scroll 50% 30%;
 background-size: cover;
}

#recruit .mi {
 padding: 0px 0px 20px;
}

#recruit .mi h3:after {
 border-color: rgba(4,129,255,1.00);
}

#recruit .contentArea {
 padding: 0px 0px 60px;
}

#recruit .contentArea .requirementsBox {
 margin: 0px;
 border-top: 1px solid rgba(200,200,200,1.00);
}

#recruit .contentArea .requirementsBox dl{
 padding: 20px 0px;
 border-bottom: 1px solid rgba(200,200,200,1.00);
}

#recruit .contentArea .requirementsBox dl:after{
 content: "";
 clear: both;
 display: block;
}

#recruit .contentArea .requirementsBox dt{
 margin: 0px 4% 0px 0%;
 width: 26%;
 float: left;
}

#recruit .contentArea .requirementsBox dd{
 width: 70%;
 float: left;
}

#recruit .contentArea .requirementsBox .col2{
 width: 35%;
}

/*-------------staff-------------*/
#staff .titBox {
 background: url(../images/staff_tit_bg.jpg) no-repeat center;
 background-size: 100% auto;
}
#staff .mi h3:after {
 border-color: rgba(4,129,255,1.00);
}

#staff .StaffBox {
 margin: 0px 0px 50px;
}

#staff .StaffBox dl {
 margin: 0px auto;
}

#staff .StaffBox dl dt {
 margin: 0px auto 20px;
	width: 50%;
	text-align: center;
}
#staff .StaffBox dl dd {
 margin: 0px auto;
	width: 95%;
}
#staff .StaffBox dl dd p:first-child {
 font-size: 12px;
}
#staff .StaffBox dl dd h4 {
 margin: 0px 0 10px;
 font-weight: bold;
}

/*-------------news-------------*/
#news .titBox {
 background: url(../images/news_tit_bg.jpg) no-repeat center;
 background-size: 100% auto;
}
#news .news {
 margin: 0px 0px 60px;
}
#news .news dl{
 margin: 0px 0px 40px;
 font-size: 12px;
 font-weight: bold;
 border-bottom: 4px dotted rgba(184,176,175,1.00); 
}
#news .news dt{
 padding: 0px 3%;
}
#news .news dd a{
 margin: 6px 1%;
 padding: 0px 2%;
 line-height: 1.8;
 border-radius: 10px;
 -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
}
#news .news dd a:hover{
 background-color: rgba(200,200,200,1.00);
}
#news .news .btn {
 margin: 0px auto;
 width: 80%;
 font-size: 13px;
 font-weight: bold;
 text-align: center;
 line-height: 60px;
 border: 2px solid rgba(21,137,255,1.00);
 background-color: rgba(255,255,255,1.00); 
}
#news .news .btn a{
 color: rgba(21,137,255,1.00); 
 -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
}
#news .news .btn a:hover{
 color: rgba(255,255,255,1.00);
 background-color: rgba(21,137,255,1.00); 
}

/*-------------contact-------------*/
#contact .titBox {
 background: url(../images/contact_tit_bg.jpg) no-repeat center;
 background-size: 100% auto;
}
#contact .intro {
 padding: 0 0 15px;
}
#contact .intro em {
 font-weight: bold;
	color: #F00;
}
#contact .contactBox {
 margin: 0px auto 30px;
	width: 100%;
}
#contact .contactBox dl {
 padding: 20px 0;
	width: 100%;
 display: table;
	border-bottom: 1px dotted #999;
}
#contact .contactBox dl:first-child {
	border-top: 1px dotted #999;
}
#contact .contactBox dl dt {
 padding: 0 2%;
 width: 26%;
	text-align: center;
 display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}
#contact .contactBox dl dt em {
 font-weight: bold;
	color: #F00;
}
#contact .contactBox dl dd {
 width: 70%;
 display: table-cell;
	vertical-align: top;
}
#contact input[type="text"] {
 padding: 5px 10px;
	font-size: 16px;
	color: #000;
	border: 1px solid #ccc;
}
#contact .i_middle {
	width: 80%;
}
#contact .i_short {
	width: 50%;
}
#contact label {
 padding: 0px 15px 0 0;
}
#contact textarea{
 padding: 5px 10px;
	font-size: 16px;
	color: #000;
	border: 1px solid rgba(200,200,200,1.00);
	width: 80%;
	height: 200px;
	resize: none;
}
#contact .priBox {
 margin: 30px auto;
 padding: 10px;
	border: 3px solid #ccc;
	width: 85%;
	height: 250px;
	overflow-y: scroll;
}
#contact .priBox h3 {
 padding: 15px 0;
 font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
#contact .priBox p {
 padding: 0px 0 10px;
}
#contact .priBox p.cap {
 font-size: 12px;
	color: #000;
	text-align: right;
}
#contact .priBox em {
 font-size: 14px;
	color: #000;
	font-weight: bold;
}
#contact .pricheck {
 margin: 30px auto;
	padding: 15px;
	text-align: center;
	background: #eee;
}
#contact .pricheck label {
	cursor: pointer;
}
#contact p.bt_post {
 margin: 30px auto;
	text-align: center;
	font-size: 16px;
	color: #000;
}
#contact p.bt_post input[type='submit'] {
 padding: 10px 0;
	width: 180px;
 font-size: 24px;
	color: #FFF;
	font-weight: bold;
	background: #069b16;
	border: none;
	cursor: pointer;
}
#contact p.bt_post input[type='submit']:hover {
	background: #1589ff;
}
#contact p.introback {
 text-align: right;
}
#contact p.introback a {
	display: inline;
	color: #069b16;
	text-decoration: underline;
}
#contact p.introback a:hover {
	text-decoration: none;	
}
#contact p.bt_back {
 text-align: center;
}
#contact p.bt_back a {
	display: inline;
	color: #069b16;
	text-decoration: underline;
}
#contact p.bt_back a:hover {
	text-decoration: none;	
}
#contact p.error {
 color: #F00;
	font-weight: bold;
}

/*-------------privacy-------------*/
#privacy .titBox {
 background: url(../images/privacy_tit_bg.jpg) no-repeat center;
 background-size: 100% auto;
}

#privacy .mi h3:after {
 margin: 0px auto 10px;
 border-color: rgba(4,129,255,1.00);
}

#privacy .contentBox{
 margin: 0px;
 padding: 60px 0px;
 background-color: rgba(234,245,255,1.00);
}

#privacy .contentArea .txtBox p{
 text-align: left;
 padding: 0px 0px 16px;
}
#privacy .contentArea .txtBox p.account {
 padding: 0px 0 30px;
 font-size: 14px;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#privacy .contentArea .txtBox p.account .date {
 font-size: 12px;
	font-weight: normal;
}

#privacy .contentArea .txtBox p.txt_right{
 text-align: right;
 padding: 30px 0px 50px;
	font-size: 12px;
	color: #000;
}

}

@media screen and (min-width:500px) and ( max-width:800px) {
#top #mv {
 height: 400px;
}
#top #mv .bxslider {
 height: 400px;
}
#top #mv .bxslider img{
 width: auto;
 height: 400px;
}

}</pre></body></html>