@charset "utf-8";

.areaTtl {
  text-align: center;
  padding: 1em 0;
}

.areaTtl img{
	width:auto%;
}

.old_bt a {
  display: inline-block;
  color: #63afce;
  font-size: 12px;
  padding-left: 14px;
  background: transparent url(../imgs/icn-arrR.png) left center no-repeat;
  -webkit-background-size: 7px 11px;
  background-size: 7px 11px;
  transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
}

.old_bt a:hover {
  -moz-opacity: 0.5;
  opacity: 0.5;
}

@media only screen and (max-width:480px) {

.old_bt a {
  display: block;
  width: 100%;
  color: #63afce;
  font-size: 12px;
  text-align: center;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 0;
  background: none;
}

.old_bt a:before {
  content: "";
  width: 7px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  background: transparent url(../imgs/icn-arrR.png) left center no-repeat;
  -webkit-background-size: 7px 11px;
  background-size: 7px 11px;
  padding-right: 10px;
}
}

/* --------------------------------------------------
topMain
 -------------------------------------------------- */
#topMain {
  margin-bottom: 1em;
}

/* flex-direction-nav */
#topMain .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 23px;
  height: 52px;
  margin: -26px 0 0;
  opacity: 1;
}

#topMain .flex-direction-nav a:hover {
  -moz-opacity: 0.5;
  opacity: 0.5;
}

#topMain .flex-direction-nav .flex-next {
  background: transparent url(../imgs/mainSlide-next.png) 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  right: 30px;
}

#topMain .flex-direction-nav .flex-prev {
  background: transparent url(../imgs/mainSlide-prev.png) 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  left: 30px;
}

@media only screen and (max-width:800px) {

#topMain .flex-direction-nav a {
  width: 10px;
  height: 22px;
  margin: -16px 0 0;
}

#topMain .flex-direction-nav .flex-next {
  right: 5px;
}

#topMain .flex-direction-nav .flex-prev {
  left: 5px;
}
}

/* flex-control-nav */
#topMain .flex-control-nav {
  text-align: center;
  margin-top: 15px;
}

#topMain .flex-control-nav li {
  display: inline-block;
  margin-left: 20px;
}

#topMain .flex-control-nav li:first-child {
  margin-left: 0;
}

#topMain .flex-control-nav li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  background-color: transparent;
  text-indent: -9999em;
  width: 6px;
  height: 6px;
  border: 1px solid #00316c;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  transition: all .5s ease-in-out 0s;
  -webkit-transition: all .5s ease-in-out 0s;
}

#topMain .flex-control-nav li a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 1px solid #00316c;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all .5s ease-in-out 0s;
  -webkit-transition: all .5s ease-in-out 0s;
}

#topMain .flex-control-nav li a.flex-active,
#topMain .flex-control-nav li a:hover {
  background-color: #00316c;
}

#topMain .flex-control-nav li a.flex-active:before {
  width: 16px;
  height: 16px;
  -moz-opacity: 1;
  opacity: 1;
}

/* --------------------------------------------------
video
 -------------------------------------------------- */
#video {
width:100%;
padding:2em 0;
}

#video .text1 {
	text-align:center;
}

#video .text1 video{
	width:auto;
	height:auto;
	max-width:95%;
}

@media (max-width:768px) {
#video {
min-height:inherit;
}
}

/* --------------------------------------------------
info
 -------------------------------------------------- */
#info {
width:100%;
min-height:460px;
background:url(../imgs/info_bg.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: cover;
padding:5em 0;
}

#info .text1 {
	text-align:center;
}

@media (max-width:768px) {
#info {
position:static;
min-height:inherit;
}
}

/* --------------------------------------------------
service
 -------------------------------------------------- */
#service {
text-align: center;
background:url(../imgs/service_bg.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: cover;
padding:5em 0;
}

#service .inner{
	max-width:1020px;
}

#service a {
	color:#000;
}

#service ul {
	margin-left: 3px;
	overflow: hidden;
}
#service li {
	width: 18%;
	font-size: 18px;
	float: left;
	margin-left: 25px;
	text-align: center;
}
#service li.first {
	margin-left: 0;
}
#service .title {
	width: auto;
	margin: 1em 0;
	text-align: center;
	font:700 10px/15px arial;
}
#service .img {
	width: auto;
	height: auto;
	overflow: hidden;
	position: relative;
	background: url(../img/img-about-04.png) no-repeat 0 0;
}
#service .img img {
	width: 100%;
}

#service .old_bt {
float:right;
display:block;
width:178px;
height:41px;
line-height:41px;
margin-bottom:1em;
text-align:center;
color:#666;
border:1px solid #74b0d7;
}

#service .old_bt:hover {
-moz-opacity: 1;
opacity: 1;
}

@media only screen and (max-width:960px) {
#service {
-moz-background-size:100%;
-webkit-background-size:100%;
-o-background-size:100%;
background-size: cover;
}
#service .inner{
width:100%;
}
#service li {
margin-left: .7em;
}
}

@media (max-width:768px) {
.WLS{display:none}
#service .inner{
width:85%;
margin 0 auto;
}
#service li {
	width: 50%;
	margin: 0;
}
#service li .img{
	width: 75%;
	height: auto;
	margin:0 auto;
}
#service .old_bt {
float:none;
margin:1em auto;
font-size:120%;
line-height:3em;
width:80%;
height:3em;
margin-top:1.5em;
}
}

/* --------------------------------------------------
clientsArea
 -------------------------------------------------- */
#clientsArea {
text-align: center;
background:url(../imgs/ca_bg.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: cover;
padding:5em 0;
}

#clientsArea .areaTtl {
  padding: 1em 0 3em 0;
}

#clientsArea .inner{
	max-width:1020px;
}
#clientsArea ul {
	overflow: hidden;
}
#clientsArea li {
	width: 26%;
	font-size: 18px;
	float:left;
	margin-left: 25px;
	text-align: center;
	padding: 20px;
	background:#FFF;
}
#clientsArea li.first {
	margin-left: 0;
}
#clientsArea .title {
	text-align: center;
	font:20px/2em arial;
}
#clientsArea .date {
	text-align: center;
	font:700 14px/2em arial;
	color:#0066cc;
	margin-bottom:1em;
}
#clientsArea .img {
	width: auto;
	height: auto;
	overflow: hidden;
	position: relative;
	background: url(../img/img-about-04.png) no-repeat 0 0;
}
#clientsArea .img img {
	width: 100%;
}

@media only screen and (max-width:960px) {
#clientsArea {
-moz-background-size:100%;
-webkit-background-size:100%;
-o-background-size:100%;
background-size: cover;
}
#clientsArea .inner{
width:100%;
}
#clientsArea li {
margin-left: .7em;
}
}

@media (max-width:768px) {
#clientsArea .inner{
	width:85%;
	margin 0 auto;
}
#clientsArea li {
	width: auto;
	margin: 0 0 1em 0;
}
#clientsArea .img{
	width: 100%;
	height: auto;
	margin:0 auto;
}
}

/* --------------------------------------------------
about
 -------------------------------------------------- */
#about .table {
	width: 92%;
	max-width: 900px;
	margin: 0 auto;
	padding: 2em 0 60px 0;
	min-height:640px;
}


/* --------------------------------------------------
contact
 -------------------------------------------------- */
#contact {
	text-align: center;
	background:#e9f1ff;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	padding:2em 0 1em 0;
}

#contact .inner{
	max-width:1020px;
}

@media only screen and (max-width:960px) {
#contact {
-moz-background-size:100%;
-webkit-background-size:100%;
-o-background-size:100%;
background-size:100%;
padding-bottom:1em;
}
#contact .inner{
width:100%;
}
#contact li {
margin-left: .7em;
}
}

/* --------------------------------------------------
table
 -------------------------------------------------- */
.table {
	width: 92%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 0 60px 0;
	text-align:left;
}

.table dl {
	border-bottom: 1px dotted #5a7995;
	font-size: 0;
	line-height: 1;
	letter-spacing: 0;
	padding: 5px 0;
}

.table input[type="text"] {
	border:1px solid #5a7995;
	background:#e9f1ff;
	line-height:30px;
	width:80%;
	padding:0 .5em;
}

.table input[type="submit"] {
	background:#00416a;
	border:0;
	color:#FFF;
	width:150px;
	font-size:16px;
	line-height:32px;
	cursor:pointer;
}

.table textarea {
	border:1px solid #5a7995;
	background:#e9f1ff;
	width:98%;
	height:20em;
	padding:1%;
	margin:1em 0 0 0;
}

.table .line{
	height:1px;border:none;border-bottom:2px solid #002a4c;
	padding-top:5px;
	margin-bottom:1em;
}

.table h3{
	font-size: 20px;
	line-height:36px;
	padding: 15px 0 5px 0;
	color:#002a4c;
}

@media screen and (max-width: 420px) {
.table dl {
	padding: 15px 0;
}
}


.table dl dt {
	display: inline-block;
	color: #002a4c;
	font-size: 15px;
	line-height:30px;
	width: 25%;
	padding: 1% 0;
	max-width: 220px;
	vertical-align: top;
}

@media screen and (max-width: 420px) {
.table dl dt {
  width: 96%;
  padding: 1% 2%;
}
}

.table dl dd {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  width: 75%;
  max-width: 680px;
  padding: 1% 0;
  vertical-align: top;
}

@media screen and (max-width: 420px) {
.table dl dd {
  width: 96%;
  padding: 1% 2%;
}
}

/* --------------------------------------------------
table2
 -------------------------------------------------- */
.table2 {
	width: 92%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 0 60px 0;
	text-align:left;
}

.table2 dl {
	border-bottom: 1px dotted #5a7995;
	font-size: 0;
	line-height: 1;
	letter-spacing: 0;
	padding: 5px 0;
}

.table2 input[type="text"] {
	border:1px solid #5a7995;
	background:#FFF;
	line-height:30px;
	width:80%;
	padding:0 .5em;
}

.table2 input[type="submit"] {
	background:#00416a;
	border:0;
	color:#FFF;
	width:150px;
	font-size:16px;
	line-height:32px;
	cursor:pointer;
}

.table2 textarea {
	border:1px solid #5a7995;
	background:#FFF;
	width:98%;
	height:20em;
	padding:1%;
	margin:1em 0 0 0;
}

.table2 .line{
	height:1px;border:none;border-bottom:2px solid #002a4c;
	padding-top:5px;
	margin-bottom:1em;
}

.table2 h3{
	font-size: 20px;
	line-height:36px;
	padding: 15px 0 5px 0;
	color:#002a4c;
}

@media screen and (max-width: 420px) {
.table2 dl {
	padding: 15px 0;
}
}


.table2 dl dt {
	display: inline-block;
	color: #002a4c;
	font-size: 15px;
	line-height:30px;
	width: 25%;
	padding: 1% 0;
	max-width: 220px;
	vertical-align: top;
}

@media screen and (max-width: 420px) {
.table2 dl dt {
  width: 96%;
  padding: 1% 2%;
}
}

.table2 dl dd {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  width: 75%;
  max-width: 680px;
  padding: 1% 0;
  vertical-align: top;
}

@media screen and (max-width: 420px) {
.table2 dl dd {
  width: 96%;
  padding: 1% 2%;
}
}

/* --------------------------------------------------
clients_list
 -------------------------------------------------- */
#clients {
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
}

#clients .block{
	text-align:center;
	display:inline-block;
	width:33%;
	padding-bottom:2em;
}

#clients .block img{
	width:95%
}

#clients .block h3{
	color:#0c4385;
	font-size:25px;
	line-height:1.3em;
	margin-top:.7em;
}

#clients .block span{
	color:#999;
	font-size:18px;
	line-height:1.5em;
}

@media screen and (max-width: 768px) {
#clients .block{
	width:100%;
	margin:0;
}
}

/* --------------------------------------------------
product_list
 -------------------------------------------------- */
#product_paging *, #product_list *{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
 
#product_paging,
#product_list
{margin:0 auto;max-width:1020px;padding:0}

#product_list, #product_paging{margin-bottom:2em}
#product_paging .control{width:100%;color:#FFF;font:15px/2em '微軟正黑體';border:none;border-top:2px solid #3b548a;background:#7790b9; cursor:pointer}
/*#product_paging .control:hover{color:#FFF;background:#666;transition: background .5s}*/
/*#product_paging .programs-control-active{color:#FFF;background: #666}*/
#product_list .item{
	text-align:center;
	padding-top:4px;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background:url(../imgs/product_block_bg.jpg) no-repeat;
}
#product_list .item img{width:100%;height:100%}
#product_list .title{font:700 18px/1.5em '微軟正黑體';padding:.2em 0; border-top:1px dotted #8e8e8e; border-bottom:1px dotted #8e8e8e; margin:0 4px;}
#product_list .files{padding:.5em 0;}
#product_list .files a{font:14px/15px '微軟正黑體';color:#0e75c2;}

@media only screen and (max-width:960px) {
	#product_paging,
	#product_list{width: 92%;}
}

@media (max-width:768px) {
}

/* --------------------------------------------------
service_list
 -------------------------------------------------- */
#service_list {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 60px 0;
}

#service_list .block{
	display:inline-block;
	width:50%;
	vertical-align:top;
}

#service_list .block .info{
	margin:0 1em 2em 1em;
}

#service_list .block .info .text{
	padding:1em 2em 3em 2em;
	background:#e6f0f6;
}

#service_list ul li{
	font-size:16px;
	line-height:30px;
	color:#666;
	list-style-type:decimal;
	margin-left:1em;
}

#service_list .block img{
	width:100%;
}

#service_list .block h3{
	color:#FFF;
	font-size:16px;
	line-height:44px;
	padding-left:1.3em;
	background:url(../imgs/service_title.png) no-repeat;
}

@media screen and (max-width: 768px) {
#service_list .block{
	width:100%;
	margin:0;
}
}

/* --------------------------------------------------
rollover
 -------------------------------------------------- */

.rollover{
opacity: 1;
transition: opacity .4s ease;
-moz-transition: opacity .4s ease;
-webkit-transition: opacity .4s ease;
}
.rollover:hover {opacity:0.6}

/* --------------------------------------------------
pagination
 -------------------------------------------------- */
.pagination2 {
clear:both;
margin: 2em auto;
text-align:center;
padding:0;
}
.pagination2 > li {
display: inline;
}
.pagination2 > li > a,
.pagination2 > li > span {
position: relative;
padding: 0 18px;
font:12px/12px '微軟正黑體';
color: #1e1e5a;
text-decoration: none;
border-left:1px solid #3d3d3d;
margin:2px 0;
}
.pagination2 > li:first-child > a,
.pagination2 > li:first-child > span {
margin-left: 0;
}
.pagination2 > li:last-child > a,
.pagination2 > li:last-child > span {
}
.pagination2 > li > a:hover,
.pagination2 > li > span:hover,
.pagination2 > li > a:focus,
.pagination2 > li > span:focus {
z-index: 2;
}
.pagination2 > .active > a,
.pagination2 > .active > span,
.pagination2 > .active > a:hover,
.pagination2 > .active > span:hover,
.pagination2 > .active > a:focus,
.pagination2 > .active > span:focus {
z-index: 3;
color: #3d3d3d;
font-weight:700;
cursor: default;
}
.pagination2 .arrow{border:none;padding: 0;}
.pagination2 .first{border:none}

div.verror{color:#f00;line-height:2em; text-align:left}