html, body{
	font-family: "微軟正黑體", Arial;
	margin: 0px;
	padding: 0px;
	background-color: #f4f4f4 !important;
	height: 100%;
	width: 100%;
	font-size: 15px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.clean { clear: both; line-height: 0;font-size: 0; margin:0; padding:0;}

/*************************
*
*   header & MENU
*
*************************/
@media (min-width: 985px) {
header {
	background-color: #fff;
	border: none;
	height: 80px;
	box-shadow: 1px 3px 5px rgba(0,0,0,.3);
	position: fixed;
	line-height: 50px;
	z-index: 9999;
	width: 100%;
	left: 0px;
	top: 0px;
}
header nav {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	max-width: 1200px;
	height: 80px;
	display: block;
}
header nav .logo {
	display: block;
	position: absolute;
	left: 10px;
	top: 12px;
	line-height: 44px;
	font-size: 24px;
	color: #333;
	text-decoration: none;
	height: 44px;
}
header nav .logo img {
	height: 44px;
	margin-right: 10px;
}
header nav > .menubox {
	display: inline-block !important;
	float: right;
	margin-right: 10px;
	font-size: 18px;
	margin-bottom: 0px;
	font-family: "微軟正黑體", "Arial Black";
	margin-top: 20px;
}

/*第一層選單*/
header nav > ul > li {
	display: block;
	margin-right: 2px;
	margin-left: 2px;
	position: relative;
	transition: all 0.2s ease-in;
	height: 40px;
	float: left;
	padding: 4px;
	border-radius: 5px;
}
header nav > ul > li:hover {
	transition: all 0.2s ease-in;
	background: #438aba;
}
header nav > ul > li > a {
	display: block;
	color: #333;
	line-height: 30px;
	transition: all 0.2s ease-in;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	border-radius: 4px;
	border: 1px solid #fff;
}
header nav > ul > li:hover > a {
	transition: all 0.2s ease-in;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #a5c8de;
	background: #438aba;
}
header nav > ul > li > .join {
	background-color: #e99214;
	line-height: 30px;
	margin-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 20px;
	color: #FFF;
	transition: all 0.2s ease-in;
}
header nav > ul > li > .join:hover {
	transition: all 0.2s ease-in;
	color: #FFF;
	background-color: #f9a62d;
}
header nav > ul  > li i {
	display: inline-block;
	width: 16px;
	background-image: url(../images/submenu.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	margin-left: 2px;
	font-size: 0px;
	color: rgba(255,255,255,0);
	float: left;
}

/*第二層選單*/
header nav >ul>li>ul{
	width: 200px;
	background-color: #fff;
	position: absolute;
	top: 50px;
	left: 50%;
	text-align: center;
	line-height: 40px;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transition: all 0.2s ease-in;
	box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
	font-size: 13px;
	padding: 5px;
}
header nav >ul>li>ul>li{
	display: block;
	line-height: 40px;
}
header nav >ul>li>ul>li>a{
	text-align: center;
	display: block;
	width: 100%;
	color: #333;
	text-decoration: none;
	transition: all 0.2s ease-in;
	border-bottom: 1px dashed #CCC;
}
header nav >ul>li>ul>li>a:hover{
	background-color: #f5f5f5;
	transition: all 0.2s ease-in;
}
header nav >ul>li>ul>li:nth-last-child(1) a {
	border-bottom: none;
}
#nav-btn{
	display: none;
}
.sub-menu{
	display: none;
}
header nav >ul>li:hover > .sub-menu{
	display: block;
}
}
@media (max-width: 984px) {
header {
	background-color: #fff;
	border: none;
	height: 60px;
	box-shadow: 1px 3px 5px rgba(0,0,0,.3);
	position: fixed;
	line-height: 60px;
	z-index: 9999;
	width: 100%;
	left: 0px;
	top: 0px;
}
header nav {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	max-width: 1200px;
	height: 60px;
	display: block;
}
header nav .logo {
	display: block;
	position: absolute;
	left: 10px;
	top: 7px;
	line-height: 40px;
	font-size: 18px;
	color: #333;
	text-decoration: none;
	font-weight: 400;
}
header nav .logo img {
	height: 40px;
}
header nav > .menubox {
	display: none;
	line-height: 50px;
	margin-right: 20px;
	font-size: 16px;
	position: absolute;
	left: 0px;
	top: 61px;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
}
/*第一層選單*/
header nav > ul  > li {
	border-bottom: solid 1px rgba(255,255,255,.3);
	position: relative;
	text-align: center;
}
header nav > ul > li > a {
	display: block;
	color: #fff;
	line-height: 50px;
	transition: all 0.2s ease-in;
	text-decoration: none;
}
header > ul > li > a:hover {
	transition: all 0.2s ease-in;
}
header nav > ul  > li i {
	display: block;
	width: 100%;
	height: 50px;
	position: absolute;
	z-index: 50;
	left: 0px;
	top: 0px;
	color: #FFF;
	text-align: right;
	line-height: 50px;
	box-sizing: border-box;
	padding-right: 5px;
	padding-left: 5px;
}
/*第二層選單*/
header nav >ul>li>ul>li{
border-bottom: solid 1px #333;

}
header nav >ul>li>ul>li:first-child{
border-top: solid 1px #333;
}
header nav >ul>li>ul>li:last-child{
border: 0;
}
header nav >ul>li>ul>li>a{
	text-align: center;
	display: block;
	width: 100%;
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dashed #CCC;
}
header nav >ul>li>ul>li>a:last-child{
	border-bottom: none;
}
header nav >ul ,.sub-menu {
	display: none;
	background-color: rgba(0,0,0,.8);
}
header nav #nav-btn {
	background-color: #FFF;
	display: block;
	height: 38px;
	width: 40px;
	position: absolute;
	top: 11px;
	right: 15px;
	border-radius: 3px;
	border: 1px solid #999;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
header nav #nav-btn b {
	background-color: #666;
	display: block;
	height: 2px;
	width: 100%;
	margin-top: 6px;
	margin-bottom: 6px;
}
/*第一層選單*/
header nav >ul>li{ 
line-height: 3em;
}
}
/*************************
*
*   首頁
*
*************************/
.index-banner-area {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.index-banner-area .banner-pic .sp-slides .sp-slide img {
  display: block;
  width: 100%;
}
.index-section-title {
  text-align: center;
  font-size: 52px;
  font-family: "Roboto", "Microsoft JhengHei", sans-serif;
  margin-bottom: 60px;
}
.index-section-title .en {
  font-size: 62px;
  font-weight: bold;
}
.index-section-title2 {
  margin-bottom: 20px;
}
.index-section-subtitle {
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.5;
}
@media (min-width: 985px) {
.index-box {
	padding-top: 80px;
}
}
@media (max-width: 984px) {
.index-box {
	padding-top: 60px;
}
}
.index-box article {
	position: relative;
	background-color: #fff;
}
@media (min-width: 550px) {
.index-box article h2 {
	font-size: 3em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
}
@media (max-width: 549px) {
.index-box article h2 {
	font-size: 2.3em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	line-height: 1.5;
}
}
/*************************
*
*   首頁--服務項目
*
*************************/
@media (min-width: 768px) {
.index-box article .service {
	display: block;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 100px;
	padding-right: 50px;
	padding-left: 50px;
}
.index-box article .service > div {
	padding-right: 20px;
	padding-left: 20px;
	font-size: 1.5em;
}
.index-box article .service > div a {
	border-radius: 50%;
	display: block;
	margin-bottom: 30px;
	background-color: #efefef;
	max-width: 200px;
	margin-right: auto;
	margin-left: auto;
	color: #333;
	text-decoration: none;
}
}
@media (max-width: 767px) {
.index-box article .service {
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.index-box article .service > div {
	padding-right: 20px;
	padding-left: 20px;
	font-size: 1.5em;
	margin-bottom: 30px;
}
.index-box article .service > div a {
	border-radius: 50%;
	display: block;
	margin-bottom: 10px;
	background-color: #efefef;
	max-width: 200px;
	margin-right: auto;
	margin-left: auto;
	color: #333;
	text-decoration: none;
}
}
.index-box article .service > div a img {
	width: 100%;
}
/*************************
*
*   首頁--關於我們
*
*************************/
@media (min-width: 768px) {
.index-box article .about_usbg {
	display: block;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #fafafa;
}
.index-box article .about_us {
	display: block;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-right: 50px;
	padding-left: 50px;
}
.index-box article .about_us span {
	font-size: 1.2em;
}
}
@media (max-width: 767px) {
.index-box article .about_usbg {
	display: block;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #fafafa;
}
.index-box article .about_us {
	display: block;
	max-width: 100%;
	text-align: center;
	padding-right: 30px;
	padding-left: 30px;
	box-sizing: border-box;
}
.index-box article .about_us span {
	font-size: 1.2em;
}
}
/*************************
*
*   首頁--客戶案例
*
*************************/
.index-box article .index-works {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	text-align: center;
	background-color: #fafafa;
}
.index-works-area {
	overflow: hidden;
	position: relative;
}
.index-works-list {
  width: 100%;
}
@media (min-width: 600px) {
.index-works-list .work {
  float: left;
  width: 1001px;
}
.index-works-list .work .box:nth-child(4n+1) .pic img {
  width: 583px;
  height: 500px;
}
.index-works-list .work .box:nth-child(4n+2) .pic img {
  width: 418px;
  height: 250px;
}
.index-works-list .work .box:nth-child(4n+3) .pic img {
  width: 209px;
  height: 250px;
}
.index-works-list .work .box:nth-child(4n+4) .pic img {
  width: 209px;
  height: 250px;
}
}
@media (max-width: 599px) {
.index-works-list .work {
  float: left;
  width: 1350px;
}
.index-works-list .work .box:nth-child(4n+1) .pic img {
  width: 350px;
  height: 300px;
}
.index-works-list .work .box:nth-child(4n+2) .pic img {
  width: 500px;
  height: 300px;
}
.index-works-list .work .box:nth-child(4n+3) .pic img {
  width: 250px;
  height: 300px;
}
.index-works-list .work .box:nth-child(4n+4) .pic img {
  width: 250px;
  height: 300px;
}
}
.index-works-list .work .box {
  float: left;
  transition: .3s;
}
.index-works-list .work .box .pic {
  width: 100%;
}
.index-works-list .work .box .pic img {
  width: 100%;
  height: auto;
  display: block;
}
.index-works-list .work .box a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.index-works-list .work .box:hover {
  opacity: .6;
}
.index-works-list:after {
  content: "";
  display: block;
  clear: both;
}
/*************************
*
*   首頁--價格方案
*
*************************/
@media (min-width: 768px) {
.index-box article .pricebg {
	display: block;
	padding-top: 70px;
	padding-bottom: 100px;
	background-color: #fff;
}
.index-box article .price {
	display: block;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-right: 50px;
	padding-left: 50px;
}
.index-box article .price .pricebtn {
	margin-bottom: 30px;
}
.index-box article .price .pricebtn a {
	font-size: 18px;
	color: #000;
	border: 1px solid #333;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 5px;
	margin-left: 5px;
	border-radius: 5px;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
}
.index-box article .price .pricebtn .activity {
	color: #fff;
	border: 1px solid #438aba;
	background-color: #438aba;
}
.index-box article .price > div > h3 {
	color: #438aba;
}
.index-box article .price > div > .sub2 {
	margin-bottom: 60px;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.index-box article .price .pricebox1 {
	display: none;
}
.index-box article .price .pricebox2 {
	display: none;
}
.index-box article .price .show {
	display: block;
}
.index-box article .price > div > div {
	padding: 0px;
	margin-left: -1px;
}
.index-box article .price ul {
	display: block;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 10px;
	overflow: hidden;
}
.index-box article .price > div {
	position: relative;
}
.index-box article .price > div .standard {
	width: calc(100% + 20px);
	position: absolute;
	left: -10px;
	top: -15px;
	z-index: 50;
	box-shadow:0px 0px 9px rgba(0,0,0,.3);
}
.index-box article .price > div .standard li {
	padding-top: 17px;
	padding-bottom: 17px;
}
.index-box article .price ul li {
	border-bottom: 1px solid #e6e7e8;
	padding-top: 15px;
	padding-bottom: 15px;
}
.index-box article .price ul li:nth-child(odd) {
	background-color: #fafbfb;
}
.index-box article .price ul li:nth-child(1) {
	background-color: #fff;
}
.index-box article .price ul li .t1 {
	color: #438aba;
	font-size: 25px;
}
.index-box article .price ul li .t2 {
	color: #45474d;
	font-size: 25px;
}
.index-box article .price ul li.type2 {
	color: #fff;
	background-color: #77b4dd;
}
.index-box article .price ul li b {
	font-size: 18px;
}
.index-box article .price ul li span {
	font-size: 45px;
}
.index-box article .price ul li i {
	font-size: 13px;
	font-style: normal;
	text-align: center;
	display: block;
}
.index-box article .price ul li a {
	color: #fff;
	background-color: #77b4dd;
	font-size: 15px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	border-radius: 8px;
	text-decoration: none;
}
}
@media (max-width: 767px) {
.index-box article .pricebg {
	display: block;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #fff;
}
.index-box article .price {
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}
.index-box article .price .pricebtn {
	margin-bottom: 30px;
}
.index-box article .price .pricebtn a {
	font-size: 15px;
	color: #000;
	border: 1px solid #333;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 5px;
	margin-left: 5px;
	border-radius: 5px;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
}
.index-box article .price .pricebtn .activity {
	color: #fff;
	border: 1px solid #438aba;
	background-color: #438aba;
}
.index-box article .price > div > h3 {
	font-size: 20px;
	color: #438aba;
}
.index-box article .price > div > .sub2 {
	margin-bottom: 30px;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.index-box article .price .pricebox1 {
	display: none;
}
.index-box article .price .pricebox2 {
	display: none;
}
.index-box article .price .show {
	display: block;
}
.index-box article .price > div > div {
	padding: 0px;
}
.index-box article .price ul {
	display: block;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 10px;
	overflow: hidden;
}
.index-box article .price > div {
	position: relative;
}
.index-box article .price > div .standard {
}
.index-box article .price > div .standard li {
}
.index-box article .price ul li {
	border-bottom: 1px solid #e6e7e8;
	padding-top: 10px;
	padding-bottom: 10px;
}
.index-box article .price ul li:nth-child(odd) {
	background-color: #fafbfb;
}
.index-box article .price ul li:nth-child(1) {
	background-color: #fff;
}
.index-box article .price ul li .t1 {
	color: #438aba;
	font-size: 20px;
}
.index-box article .price ul li .t2 {
	color: #45474d;
	font-size: 20px;
}
.index-box article .price ul li.type2 {
	color: #fff;
	background-color: #77b4dd;
}
.index-box article .price ul li b {
	font-size: 15px;
}
.index-box article .price ul li span {
	font-size: 36px;
}
.index-box article .price ul li i {
	font-size: 12px;
	font-style: normal;
	text-align: center;
	display: block;
}
.index-box article .price ul li a {
	color: #fff;
	background-color: #77b4dd;
	font-size: 15px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	border-radius: 8px;
	text-decoration: none;
}
}
/*************************
*
*   內頁--框架
*
*************************/
@media (min-width: 985px) {
.mainbg {
	padding-top: 80px;
	background-color: #FFF;
}
.main-header {
	width: 100%;
    height: 0;
    padding-bottom: 14.46%;
    overflow: hidden;
    position: relative;
}
}
@media (max-width: 984px) and (min-width: 485px) {
.main-header {
	width: 100%;
    height: 0;
    padding-bottom: 22%;
    overflow: hidden;
    position: relative;
}
.mainbg {
	padding-top: 60px;
	background-color: #FFF;
}
}
@media (max-width: 484px) {
.main-header {
	width: 100%;
    height: 0;
    padding-bottom: 41.67%;
    overflow: hidden;
    position: relative;
}
.mainbg {
	padding-top: 60px;
	background-color: #FFF;
}
}
.main-header span {
	max-width: 1200px;
	z-index: 1;
	color: #FFF;
	text-align: center;
	display: block;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.main-header span h1 {
	font-weight: 600;
	font-size: 3em;
}
.main-header span h3 {
	font-weight: 400;
	font-size: 2em;
}
.main-header .txt {
    max-width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.main-header .bg {
	width: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

@media (min-width: 768px) {
.main {
	display: block;
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
.main aside {
	padding-right: 20px;
	padding-left: 20px;
}
.main aside .aside-title {
	margin-bottom: 10px;
}
.main aside .aside-title img {
	width: 100%;
}
.main aside ul {
	padding-left: 5px;
	padding-right: 5px;
}
.main aside ul li {
	height: 40px;
	color: #666666;
	font-size: 1.2em;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: #CCCCCC 1px solid;
}
.main aside ul li a {
	color: #666666;
	text-decoration: none;
	background-image: url(../images/sidebar-list_link.png);
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	padding-left: 20px;
}
.main aside ul li a:hover {
	font-weight: bold;
}
.main aside ul li .activity {
	background-image: url(../images/sidebar-list_hover.png);
	color: #5a94d2;
	font-weight: bold;
}
.main aside .adbox {
	padding-right: 5px;
}
.main aside .adbox img {
	width: 100%;
	margin-bottom: 10px;
}
.main article {
	padding-right: 20px;
	padding-left: 20px;
}
}
@media (max-width: 767px) {
.main {
	display: block;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 30px;
}
.main aside {
	padding-right: 20px;
	padding-left: 20px;
}
.main aside .aside-title {
	margin-bottom: 10px;
	display: none;
}
.main aside .aside-title img {
	width: 100%;
}
.main aside ul {
}
.main aside ul li {
	height: 40px;
	color: #666666;
	font-size: 1em;
	line-height: 40px;
	display: inline-block;
	margin-bottom: 5px;
}
.main aside ul li a {
	color: #666666;
	text-decoration: none;
	background-image: url(../images/sidebar-list_link.png);
	background-position: 7px center;
	background-repeat: no-repeat;
	display: block;
	padding-left: 17px;
	padding-right: 5px;
	border: 1px solid #CCCCCC;
}
.main aside ul li a:hover {
	font-weight: bold;
}
.main aside ul li .activity {
	color: #5a94d2;
	font-weight: bold;
	border: 1px solid #5a94d2;
	background-image: url(../images/sidebar-list_hover.png);
}
.main aside .adbox {
	display: none;
}
.main article {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}
}
.main article .roadsearchbox {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 30px;
	color: #999;
}
.main article .roadsearchbox a {
	color: #333;
}
.main aside section {
}

/*************************
*
*   about
*
*************************/
@media (min-width: 768px) {
.about {
	font-size: 1em;
	line-height: 1.5;
}
.about span {
	display: block;
}
.about .purpose {
	text-align: center;
	margin-top: 20px;
}
.about .purpose img {
	width: 100%;
	max-width: 300px;
}
}
@media (max-width: 767px) {
.about {
	font-size: 1em;
	line-height: 1.5;
}
.about span {
	display: block;
}
.about .purpose {
	text-align: center;
	margin-top: 20px;
}
.about .purpose img {
	width: 100%;
	max-width: 300px;
}
}
/*************************
*
*   news
*
*************************/
@media (min-width: 768px) {
.news {
	font-size: 1em;
	line-height: 1.5;
}
.news .newsContent {
	display: block;
	padding-top: 10px;
}
.news .newsContent ul {
}
.news .newsContent ul li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	line-height: 2.5;
}
.news .newsContent ul li .newsdate {
	display: inline-block;
	padding-right: 20px;
	color: #1A6697;
	padding-left: 10px;
}
.news .newsContent ul li .newslist {
	display: inline-block;
}
.news .newsContent ul li .newslist a {
	color: #666666;
}
.news .newsContent #message_pages {
	color: #666666;
	border: 1px solid #999;
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 30px;
	line-height: 2.5;
	margin-top: 20px;
}
.news .newsContent #message_pages span {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-right: 6px;
	padding-left: 4px;
}
.news .newsContent #message_pages a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-right: 6px;
	padding-left: 4px;
}
.news .newsContent .share-box {
	margin-bottom: 20px;
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	line-height: 30px;
	background-color: #b9dbf2;
}
.news .newsContent .news-main  {
	min-height: 220px;
}
.news .newsContent .share-box b {
	font-weight: normal;
}
}
@media (max-width: 767px) {
.news {
	font-size: 1em;
	line-height: 1.5;
}
.news .newsContent {
	display: block;
}
.news .newsContent ul {
}
.news .newsContent ul li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	line-height: 2.5;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}
.news .newsContent ul li .newsdate {
	display: inline-block;
	padding-right: 20px;
	color: #1A6697;
	padding-left: 10px;
	position: absolute;
	left: 0px;
	top: 10px;
	line-height: 1.5;
}
.news .newsContent ul li .newslist {
	display: block;
	padding-left: 90px;
	line-height: 1.5;
}
.news .newsContent ul li .newslist a {
	color: #666666;
}
.news .newsContent #message_pages {
	color: #666666;
	border-radius: 30px;
	line-height: 2;
	margin-top: 20px;
	text-align: center;
}
.news .newsContent #message_pages b {
	font-weight: normal;
	display: block;
}
.news .newsContent #message_pages span {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-right: 4px;
	padding-left: 2px;
}
.news .newsContent #message_pages b span:nth-last-child(1) {
	border-right: none;
}
.news .newsContent #message_pages a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-right: 4px;
	padding-left: 2px;
}
.news .newsContent #message_pages a:nth-last-child(1) {
	border-right: none;
}
.news .newsContent .share-box {
	margin-bottom: 20px;
	padding-right: 5px;
	padding-left: 10px;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	line-height: 30px;
	background-color: #b9dbf2;
}
.news .newsContent .news-main  {
}
.news .newsContent .share-box b {
	display: none;
}
}

.news .newsContent .share-box .newsdetail-date {
	color: #1a7dc1;
	display: block;
	line-height: 30px;
	text-align: left;
}
.news .newsContent .share-box .share-facebook {
	display: inline-block;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background-image: url(../images/share-facebook.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 2px;
	margin-left: 2px;
	vertical-align: top;
	background-color: #333;
}
.news .newsContent .share-box .share-facebook:hover {
	background-color: #3b5998;
}
.news .newsContent .share-box .share-pinterest {
	display: inline-block;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background-image: url(../images/share-pinterest.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 2px;
	margin-left: 2px;
	background-color: #333;
	vertical-align: top;
}
.news .newsContent .share-box .share-pinterest:hover {
	background-color: #d94e54;
}
.news .newsContent .share-box .share-google-plus {
	display: inline-block;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background-image: url(../images/share-google-plus.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 2px;
	margin-left: 2px;
	background-color: #333;
	vertical-align: top;
}
.news .newsContent .share-box .share-google-plus:hover {
	background-color: #e24b30;
}
.news .newsContent .share-box .share-twitter {
	display: inline-block;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background-image: url(../images/share-twitter.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 2px;
	margin-left: 2px;
	background-color: #333;
	vertical-align: top;
}
.news .newsContent .share-box .share-twitter:hover {
	background-color: #1da1f2;
}
.news .newsContent .newsback  {
	text-align: center;
	display: block;
	margin-top: 20px;
}
.news .newsContent .newsback a {
	color: #FFF;
	background-color: #1a7dc1;
	display: inline-block;
	line-height: 2;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 5px;
	font-size: 1.2em;
}
.news .newsContent .newsback a:hover {
	background-color: #58b2f0;
	text-decoration: none;
}
/*************************
*
*   service
*
*************************/
@media (min-width: 768px) {
.service {
	font-size: 1em;
	line-height: 1.5;
}
.service .service-main {
	display: block;
	padding-top: 10px;
}
.service .service-main #submenu {
	margin-bottom: 20px;
}
.service .service-main .style1 {
	color: #FFF;
}
.service .service-main .style2 {
	color: #FFF;
	font-weight: bold;
}
}
@media (max-width: 767px) {
.service {
	font-size: 1em;
	line-height: 1.5;
}
.service .service-main {
	display: block;
}
}
.service .gotop {
	text-align: right;
	display: block;
	margin-top: 30px;
}
.service .gotop a {
	color: #FFF;
	text-decoration: none;
	background-color: #333;
	padding-right: 5px;
	padding-left: 5px;
	border-radius: 5px;
}
/*網站建置表格樣式*/
.stb1 {
	background-color: #CCC;
	margin-top: 20px;
}
.stb1 td {
	padding-top: 15px;
	padding-bottom: 15px;
}
.s-t1 {
	color: #438aba;
	font-size: 25px;
}
.s-t2 {
	color: #45474d;
	font-size: 25px;
}
.s-price {
	font-size: 30px;
}
/*************************
*
*   service--價格方案
*
*************************/
@media (min-width: 900px) {
.service .pricebox h3 {
	color: #438aba;
}
.service .pricebox .sub2 {
	margin-bottom: 50px;
}
.service .pricebox {
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 13px;
	padding-bottom: 30px;
}
.service .pricebox > div {
	padding: 0px;
	margin-left: -1px;
}
.service .pricebox ul {
	display: block;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	box-shadow:0px 0px 9px rgba(0,0,0,.15);
}
.service .pricebox > div {
	position: relative;
}
.service .pricebox > div .standard {
	width: calc(100% + 20px);
	position: absolute;
	left: -10px;
	top: -15px;
	z-index: 50;
}
.service .pricebox > div .standard li {
	padding-top: 17px;
	padding-bottom: 17px;
}
.service .pricebox ul li {
	border-bottom: 1px solid #e6e7e8;
	padding-top: 15px;
	padding-bottom: 15px;
}
.service .pricebox ul li:nth-child(odd) {
	background-color: #fafbfb;
}
.service .pricebox ul li:nth-child(1) {
	background-color: #fff;
}
.service .pricebox ul li .t1 {
	color: #438aba;
	font-size: 25px;
	font-weight: bold;
}
.service .pricebox ul li .t2 {
	color: #45474d;
	font-size: 25px;
	font-weight: bold;
}
.service .pricebox ul li.type2 {
	color: #fff;
	background-color: #77b4dd;
}
.service .pricebox ul li b {
	font-size: 15px;
}
.service .pricebox ul li span {
	font-size: 24px;
}
.service .pricebox ul li i {
	font-size: 13px;
	font-style: normal;
	text-align: center;
	display: block;
}
.service .pricebox ul li a {
	color: #fff;
	background-color: #77b4dd;
	font-size: 15px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	border-radius: 8px;
	text-decoration: none;
}
}
@media (max-width: 899px) {
.service .pricebox > h3 {
	font-size: 20px;
	color: #438aba;
}
.service .pricebox > .sub2 {
	margin-bottom: 20px;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.service .pricebox {
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 13px;
	padding-bottom: 0px;
}
.service .pricebox > div {
	padding: 0px;
}
.service .pricebox ul {
	display: block;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
}
.service .pricebox > div {
	position: relative;
}
.service .pricebox > div .standard {
}
.service .pricebox > div .standard li {
}
.service .pricebox ul li {
	border-bottom: 1px solid #e6e7e8;
	padding-top: 10px;
	padding-bottom: 10px;
}
.service .pricebox ul li:nth-child(odd) {
	background-color: #fafbfb;
}
.service .pricebox ul li:nth-child(1) {
	background-color: #fff;
}
.service .pricebox ul li .t1 {
	color: #438aba;
	font-size: 20px;
	font-weight: bold;
}
.service .pricebox ul li .t2 {
	color: #45474d;
	font-size: 20px;
	font-weight: bold;
}
.service .pricebox ul li.type2 {
	color: #fff;
	background-color: #77b4dd;
}
.service .pricebox ul li b {
	font-size: 15px;
}
.service .pricebox ul li span {
	font-size: 24px;
}
.service .pricebox ul li i {
	font-size: 12px;
	font-style: normal;
	text-align: center;
	display: block;
}
.service .pricebox ul li a {
	color: #fff;
	background-color: #77b4dd;
	font-size: 15px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	border-radius: 8px;
	text-decoration: none;
}
}

/*線上客服*/
@media (min-width: 768px) {
.service .service-main2 .service2-box .l-pic {
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
.service .service-main2 .service2-box2 table {
	margin-top: 30px;
}
.service .service-main2 .service2-box2 .s-load {
}
.service .service-main2 .service2-box ul li {
}
}
@media (max-width: 767px) {
.service .service-main2 .service2-box .l-pic {
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	margin-bottom: 20px;
}
.service .service-main2 .service2-box2 table {
	margin-top: 0px;
}
.service .service-main2 .service2-box2 .s-load {
	margin-top: 20px;
}
.service .service-main2 .service2-box ul li {
	line-height: 40px;
}
}
.service .service-main2 {
	display: block;
	padding-top: 10px;
}
.service .service-main2 .service2-box,.service .service-main2 .service2-box2 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.service .service-main2 .l-pic img {
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.service .service-main2 .service2-box .r-text {
	padding-right: 10px;
	padding-left: 10px;
}
.service .service-main2 .service2-box2 ul li {
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 20px;
}
.service .service-main2 .service2-box2 ul li .l-pic {
	padding-right: 10px;
	padding-left: 0px;
	text-align: center;
}
.service .service-main2 .service2-box2 ul li .r-text {
	padding-right: 0px;
	padding-left: 10px;
}
.service .service-main2 .service2-box2 ul li .r-text span {
	color: #1A6697;
    font-weight: bold;	
}
.service .service-main2 .service2-box2 .s-load span {
	color: #1A6697;
    font-weight: bold;
}
/*虛擬主機*/
.service .service-main3 {
	display: block;
	padding-top: 10px;
}
.service .service-main3 #submenu {
	margin-bottom: 20px;
}
.service .service-main3 table {
	background-color: #999;
}
.service .service-main3 table th {
	background-color: #F3F3F3;
}
.service .service-main3 table td {
	background-color: #fff;
}
.service .service-main3 table td i {
	font-style: normal;
	color: #C00;
}
.service .service-main3 table .tt1 {
	background-color: #0000ff;
	font-weight: bold;
	color: #FFF;
}
.service .service-main3 table .tt2 {
	background-color: #ff0000;
	font-weight: bold;
	color: #FFF;
}
.service .service-main3 table .tt3 {
	background-color: #999999;
	font-weight: bold;
	color: #FFF;
}
/*手機軟體*/
.service .service-main4 {
	display: block;
	padding-top: 10px;
}
.service .service-main4 img {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
/*企業郵箱*/
.service .service-main5 {
	display: block;
	padding-top: 10px;
}
.service .service-main5 h3 {
	font-size: 24px;
	color: #D80003;
	margin-top: 15px;
	display: block;
	font-weight: 600;
}
.service .service-main5 h4 {
	font-size:18px;
	color:#1a6697;
	margin-top:10px;
	margin-bottom:10px;
	display:block;
	font-weight: 700;
}
.service .service-main5 .box {
	border-bottom: 1px dashed #CCC;
	margin-top:20px;
	padding-bottom: 15px;
}
@media (min-width: 768px) {
.service .service-main5 .box .l-pic {
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
.service .service-main5 .box .r-text b {
	font-size:18px;
	color:#1a6697;
	margin-bottom:10px;
	display:block;
}
.service .service-main5 .box2 {
	margin-top: 20px;
}
.service .service-main5 .box2 li {
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
.service .service-main5 .box2 li .l-pic {
	padding-right: 10px;
	padding-left: 0px;
	text-align: center;
}
.service .service-main5 .box2 li .r-text {
	padding-right: 0px;
	padding-left: 10px;
}
.service .service-main5 .box2 li .r-text b {
	font-size:18px;
	color:#1a6697;
	margin-bottom:5px;
	display:block;
}
.service .service-main5 .box3 {
	width: 100%;
	border-bottom: 1px dashed #CCC;
	margin-top: 20px;
	padding-bottom: 15px;
	display: table;
}
.service .service-main5 .box3 .row {
	display: table-row;
}
.service .service-main5 .box3 .l-pic {
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	display: table-cell;
	float: none;
}
.service .service-main5 .box3 .r-text {
	padding-right: 10px;
	padding-left: 10px;
	display: table-cell;
	vertical-align: middle;
	float: none;
}
.service .service-main5 .box3 .r-text b {
	font-size:18px;
	color:#1a6697;
	margin-bottom:10px;
	display:block;
}
}
@media (max-width: 767px) {
.service .service-main5 .box .l-pic {
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	margin-bottom: 20px;
}
.service .service-main5 .box .r-text b {
	font-size: 16px;
	color: #1a6697;
	margin-bottom: 10px;
	display: block;
	text-align: center;
}
.service .service-main5 .box2 {
	margin-top: 40px;
}
.service .service-main5 .box2 li {
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.service .service-main5 .box2 li .l-pic {
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	margin-bottom: 20px;
}
.service .service-main5 .box2 li .r-text {
	padding-right: 0px;
	padding-left: 0px;
}
.service .service-main5 .box2 li .r-text b {
	font-size:16px;
	color:#1a6697;
	margin-bottom:5px;
	display:block;
	text-align: center;
}
.service .service-main5 .box3 {
	width: 100%;
	border-bottom: 1px dashed #CCC;
	margin-top: 20px;
	padding-bottom: 15px;
	display: block;
}
.service .service-main5 .box3 .l-pic {
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	display: block;
}
.service .service-main5 .box3 .r-text {
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	vertical-align: middle;
}
.service .service-main5 .box3 .r-text b {
	font-size: 18px;
	color: #1a6697;
	margin-bottom: 10px;
	display: block;
}
}
.service .service-main5 .box .l-pic img {
	width: 100%;
	max-width: 200px;
	margin-right: auto;
	margin-left: auto;
}
.service .service-main5 .box .r-text {
	padding-right: 10px;
	padding-left: 10px;
}
.service .service-main5 .box2 li .l-pic img {
	width: 100%;
	max-width: 120px;
	margin-right: auto;
	margin-left: auto;
}
.service .service-main5 .box2 li .r-text span {
	color:#b45f06;
}
.service .service-main5 .box3 .l-pic img {
	width: 100%;
	max-width: 200px;
	margin-right: auto;
	margin-left: auto;
}
.service .service-main5 .box3 .r-text ul {
	padding-left: 25px;
}
.service .service-main5 .box3 .r-text ul li {
	list-style-type: disc;
}
/*網路行銷*/
.service .service-main6 {
	display: block;
	padding-top: 10px;
}
.service .service-main6 img {
	max-width: 100%;
}
/*網路行銷*/
.service .service-main8 {
	display: block;
	padding-top: 10px;
}
.service .service-main8 h3 {
	font-size: 24px;
	color: #D80003;
	margin-top: 15px;
	display: block;
	font-weight: 600;
}
.service .service-main8 ol {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.service .service-main8 ol li {
	margin-bottom: 10px;
}
.service .service-main8 ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-type: disc;
}
.service .service-main8 ul li {
	margin-bottom: 5px;
}
.service .service-main8 .dl {
	display: block;
	margin-top: 20px;
}
.service .service-main8 .dl a {
	color: #FFF;
    background-color: #1a7dc1;
    display: inline-block;
    line-height: 2;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 5px;
    font-size: 1.2em;
}
.service .service-main8 .dl a:hover {
	background-color: #58b2f0;
	text-decoration: none;
}
/*大樓管理系統*/
.service .service-main9 {
	display: block;
	padding-top: 10px;
}
.service .service-main9 h3 {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
}
.service .service-main9 h4 {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.service .service-main9 .more {
	display: block;
	margin-top: 20px;
}
.service .service-main9 .more a {
	color: #FFF;
    background-color: #1a7dc1;
    display: inline-block;
    line-height: 2;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 5px;
    font-size: 1.2em;
}
.service .service-main9 .more a:hover {
	background-color: #58b2f0;
	text-decoration: none;
}
/*************************
*
*   design-flow
*
*************************/
.design-flow {
	font-size: 1em;
	line-height: 1.5;
}
.design-flow .design-flow-main {
	display: block;
	padding-top: 10px;
}
.design-flow .design-flow-main img {
	width: 100%;
	margin-top: 20px;
}
@media (min-width: 768px) {
.design-flow .design-flow-main .procedure_bg {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	position: relative;
}
.design-flow .design-flow-main .procedure_bg .step_arrow {
	border-radius: 10px;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	height: 150px;
	width: 165px;
	margin-right: 10px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
}
.design-flow .design-flow-main .procedure_bg .step_arrow .step {
	border-radius: 10px;
    background-color: #b9dbf2;
    width: 150px;
    text-align: center;
    height: 150px;
    font-size: 15px;
    color: #1A6697;
    font-weight: bold;
    padding-top: 35px;
    padding-right: 20px;
    padding-left: 20px;
}
.design-flow .design-flow-main .procedure_bg .step_arrow .step .style9 {
	color: #5FAFE4;
    font-size: 24px;
    line-height: 30px;
}
.design-flow .design-flow-main .procedure_bg .step_textbg {
	display: block;
	padding-left: 175px;
	box-sizing: border-box;
}
.design-flow .design-flow-main .procedure_bg .step_text {
	border-radius: 10px;
	border: 1px solid #b9dbf2;
	display: block;
	min-height: 150px;
	padding: 10px;
}
}
@media (max-width: 767px) {
.design-flow .design-flow-main .procedure_bg {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	position: relative;
}
.design-flow .design-flow-main .procedure_bg .step_arrow {
	border-radius: 10px;
	background-image: url(../images/arrow2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
	width: 100%;
	display: block;
}
.design-flow .design-flow-main .procedure_bg .step_arrow .step {
	border-radius: 10px;
	background-color: #b9dbf2;
	text-align: center;
	font-size: 15px;
	color: #1A6697;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	padding-bottom: 15px;
}
.design-flow .design-flow-main .procedure_bg .step_arrow .step .style9 {
	color: #5FAFE4;
    font-size: 24px;
    line-height: 30px;
}
.design-flow .design-flow-main .procedure_bg .step_textbg {
	display: block;
	box-sizing: border-box;
}
.design-flow .design-flow-main .procedure_bg .step_text {
	border-radius: 10px;
	border: 1px solid #b9dbf2;
	display: block;
	padding: 10px;
}
}
/*************************
*
*   inquiry
*
*************************/
.inquiry {
	font-size: 1em;
	line-height: 1.5;
}
.inquiry .inquiry-main {
	display: block;
	padding-top: 10px;
}
@media (min-width: 768px) {
.inquiry .inquiry-main form {
	border:1px #B9DBF2 solid;
	padding:20px;
	width:100%;
	margin-top:20px;
}
.inquiry .inquiry-main form > div {
	padding-left: 100px;
	position: relative;
	margin-bottom: 10px;
}
.inquiry .inquiry-main form > div span {
	width: 90px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: right;
}
.inquiry .inquiry-main form > div span i {
	color: #C00;
	font-style: normal;
}
.inquiry .inquiry-main form > div label {
	white-space: nowrap;
	display: inline-block;
	font-weight: normal;
}
.inquiry .inquiry-main form > div input[type="text"] {
	width: 100%;
}
.inquiry .inquiry-main form > div .short {
	width: auto !important;
}
.inquiry .inquiry-main form > div select {
	width: 100%;
	height: 28px;
}
.inquiry .inquiry-main form > div textarea {
	width: 100%;
}
.inquiry .inquiry-main form .btnbox {
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
}
.inquiry .inquiry-main form .btnbox input[type="submit"],.inquiry .inquiry-main form .btnbox input[type="reset"] {
	color: #FFF;
	background-color: #1a7dc1;
	display: inline-block;
	line-height: 2;
	padding-right: 20px;
	padding-left: 20px;
	border-radius: 5px;
	font-size: 1.2em;
	margin-right: 5px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.inquiry .inquiry-main form .btnbox input[type="submit"]:hover,
.inquiry .inquiry-main form .btnbox input[type="reset"]:hover {
	background-color: #58b2f0;
	text-decoration: none;
}
}
@media (max-width: 767px) {
.inquiry .inquiry-main form {
	border: 1px #B9DBF2 solid;
	width: 100%;
	margin-top: 20px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}
.inquiry .inquiry-main form > div {
	padding-left: 100px;
	position: relative;
	margin-bottom: 10px;
}
.inquiry .inquiry-main form > div span {
	width: 90px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: right;
}
.inquiry .inquiry-main form > div span i {
	color: #C00;
	font-style: normal;
}
.inquiry .inquiry-main form > div label {
	white-space: nowrap;
	display: inline-block;
	font-weight: normal;
}
.inquiry .inquiry-main form > div input[type="text"] {
	width: 100%;
}
.inquiry .inquiry-main form > div .short {
	width: auto !important;
}
.inquiry .inquiry-main form > div select {
	width: 100%;
	height: 28px;
}
.inquiry .inquiry-main form > div textarea {
	width: 100%;
}
.inquiry .inquiry-main form .btnbox {
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
}
.inquiry .inquiry-main form .btnbox input[type="submit"],.inquiry .inquiry-main form .btnbox input[type="reset"] {
	color: #FFF;
	background-color: #1a7dc1;
	display: inline-block;
	line-height: 2;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 5px;
	font-size: 1.2em;
	margin-right: 5px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.inquiry .inquiry-main form .btnbox input[type="submit"]:hover,
.inquiry .inquiry-main form .btnbox input[type="reset"]:hover {
	background-color: #58b2f0;
	text-decoration: none;
}
}
/*************************
*
*   contact
*
*************************/
.contact {
	font-size: 1em;
	line-height: 1.5;
}
.contact .contact-main {
	display: block;
	padding-top: 10px;
}
@media (min-width: 768px) {
.contact .contact-main form {
	border:1px #B9DBF2 solid;
	padding:20px;
	width:100%;
}
.contact .contact-main form > div {
	padding-left: 100px;
	position: relative;
	margin-bottom: 10px;
}
.contact .contact-main form > div span {
	width: 90px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: right;
}
.contact .contact-main form > div span i {
	color: #C00;
	font-style: normal;
}
.contact .contact-main form > div label {
	white-space: nowrap;
	display: inline-block;
	font-weight: normal;
}
.contact .contact-main form > div input[type="text"] {
	width: 100%;
}
.contact .contact-main form > div .short {
	width: auto !important;
}
.contact .contact-main form > div select {
	width: 100%;
	height: 28px;
}
.contact .contact-main form > div textarea {
	width: 100%;
}
.contact .contact-main form .btnbox {
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
}
.contact .contact-main form .btnbox input[type="submit"],.contact .contact-main form .btnbox input[type="reset"] {
	color: #FFF;
	background-color: #1a7dc1;
	display: inline-block;
	line-height: 2;
	padding-right: 20px;
	padding-left: 20px;
	border-radius: 5px;
	font-size: 1.2em;
	margin-right: 5px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.contact .contact-main form .btnbox input[type="submit"]:hover,
.contact .contact-main form .btnbox input[type="reset"]:hover {
	background-color: #58b2f0;
	text-decoration: none;
}
}
@media (max-width: 767px) {
.contact .contact-main form {
	border: 1px #B9DBF2 solid;
	width: 100%;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}
.contact .contact-main form > div {
	padding-left: 100px;
	position: relative;
	margin-bottom: 10px;
}
.contact .contact-main form > div span {
	width: 90px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: right;
}
.contact .contact-main form > div span i {
	color: #C00;
	font-style: normal;
}
.contact .contact-main form > div label {
	white-space: nowrap;
	display: inline-block;
	font-weight: normal;
}
.contact .contact-main form > div input[type="text"] {
	width: 100%;
}
.contact .contact-main form > div .short {
	width: auto !important;
	margin-bottom: 5px;
}
.contact .contact-main form > div select {
	width: 100%;
	height: 28px;
}
.contact .contact-main form > div textarea {
	width: 100%;
}
.contact .contact-main form .btnbox {
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
}
.contact .contact-main form .btnbox input[type="submit"],.contact .contact-main form .btnbox input[type="reset"] {
	color: #FFF;
	background-color: #1a7dc1;
	display: inline-block;
	line-height: 2;
	padding-right: 20px;
	padding-left: 20px;
	border-radius: 5px;
	font-size: 1.2em;
	margin-right: 5px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.contact .contact-main form .btnbox input[type="submit"]:hover,
.contact .contact-main form .btnbox input[type="reset"]:hover {
	background-color: #58b2f0;
	text-decoration: none;
}
}
/*付款方式*/
.contact .contact-main .paytitle {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #1A6697;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	line-height: 40px;
	text-align: center;
}
.contact .contact-main .payrow {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
.contact .contact-main .payrow .banklogo {
	text-align: center;
	padding: 15px;
}
.contact .contact-main .payrow .banklogo img {
	width: 100%;
	max-width: 300px;
}
.contact .contact-main .payrow .bankinfo span {
	color: #5FAFE4;
    font-size: 24px;
}
@media (min-width: 768px) {
.contact .contact-main .payrow .bankinfo {
	padding: 15px;
	line-height: 30px;
}
}
@media (max-width: 767px) {
.contact .contact-main .payrow .bankinfo {
	padding: 15px;
	line-height: 30px;
	text-align: center;
}
.contact .contact-main .payrow .bankinfo b {
	display: block;
}
}
/*友情連結*/
.contact .contact-main .linkcode {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	text-align: center;
}
.contact .contact-main .linkcode .pic {
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.contact .contact-main .linkcode .code {
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.contact .contact-main .linkcode .code textarea {
	width: 100%;
}
.contact .contact-main .linklogo li {
	margin-bottom: 10px;
	text-align: center;
}
/*F&Q*/
.qa-box {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.qa-box li {
	background-color: #f8f8f8;
	padding: 10px;
	margin-bottom: 10px;
}
.qa-box li table th {
	white-space: nowrap;
	vertical-align: top;
	padding: 5px;
}
.qa-box li table td {
	padding: 5px;
}
/*************************
*
*   footer
*
*************************/
@media (min-width: 985px) {
footer {
	display: block;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #333;
}
footer .f-top {
	display: table;
	position: relative;
	margin-bottom: 10px;
}
footer .f-logo {
	display: table-cell;
	background-image: url(../images/f-logo.png);
	background-repeat: no-repeat;
	background-position: center 10px;
	width: 300px;
	padding-top: 60px;
	text-align: center;
	padding-bottom: 10px;
}
footer .f-logo .linebtn {
	background-color: #333;
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: auto 100%;
	display: inline-block;
	height: 35px;
	border-radius: 30px;
	overflow: hidden;
	padding-left: 40px;
	color: #FFF;
	text-decoration: none;
	padding-right: 15px;
	line-height: 35px;
}
footer .f-logo .linebtn:hover {
	background-color: #4ecd00;
}
footer .f-logo .fbbtn {
	background-color: #333;
	background-image: url(../images/fb.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: auto 100%;
	display: inline-block;
	height: 35px;
	border-radius: 30px;
	overflow: hidden;
	padding-left: 40px;
	color: #FFF;
	text-decoration: none;
	padding-right: 15px;
	line-height: 35px;
}
footer .f-logo .fbbtn:hover {
	background-color: #3b5998;
}
footer .copyright {
	display: table-cell;
	padding-right: 20px;
	padding-left: 20px;
	box-sizing: border-box;
	vertical-align: middle;
}
footer .copyright .f-nav {
	display: block;
}
footer .copyright .f-nav ul {
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #999;
	padding-top: 5px;
	padding-bottom: 5px;
}
footer .copyright .f-nav ul li {
	float: left;
	text-align: center;
	display: block;
	width: 14.25%;
	line-height: 1.2;
	border-right: 1px solid #999;
}
footer .copyright .f-nav ul li:nth-last-child(2) {
	border-right-style: none;
}
footer .copyright .f-nav ul li a {
	color: #999;
}
footer .copyright .f-nav ul li a:hover {
	color: #333;
	text-decoration: none;
}
footer .copyright span {
	display: block;
}
footer .copyright address {
	display: inline-block;
	margin: 0px;
}
footer .copyright .tel {
	display: inline-block;
}
}
@media (max-width: 984px) and (min-width: 675px) {
footer {
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #333;
}
footer .f-top {
	display: block;
	position: relative;
	margin-bottom: 10px;
}
footer .f-logo {
	display: block;
	background-image: url(../images/f-logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 50px;
	margin-bottom: 10px;
}
footer .f-logo .linebtn {
	background-color: #333;
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: auto 100%;
	display: inline-block;
	height: 35px;
	border-radius: 30px;
	overflow: hidden;
	padding-left: 40px;
	color: #FFF;
	text-decoration: none;
	padding-right: 15px;
	line-height: 35px;
}
footer .f-logo .linebtn:hover {
	background-color: #4ecd00;
}
footer .f-logo .fbbtn {
	background-color: #333;
	background-image: url(../images/fb.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: auto 100%;
	display: inline-block;
	height: 35px;
	border-radius: 30px;
	overflow: hidden;
	padding-left: 40px;
	color: #FFF;
	text-decoration: none;
	padding-right: 15px;
	line-height: 35px;
}
footer .f-logo .fbbtn:hover {
	background-color: #3b5998;
}
footer .copyright {
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	box-sizing: border-box;
}
footer .copyright .f-nav {
	display: block;
}
footer .copyright .f-nav ul {
	padding-top: 5px;
	padding-bottom: 5px;
}
footer .copyright .f-nav ul li {
	float: left;
	text-align: center;
	display: block;
	width: 14.25%;
	line-height: 1.2;
	border-right: 1px solid #999;
}
footer .copyright .f-nav ul li:nth-last-child(2) {
	border-right-style: none;
}
footer .copyright .f-nav ul li a {
	color: #999;
}
footer .copyright .f-nav ul li a:hover {
	color: #333;
	text-decoration: none;
}
footer .copyright span {
	display: block;
}
footer .copyright address {
	display: inline-block;
	margin: 0px;
}
footer .copyright .tel {
	display: inline-block;
}
}
@media (max-width: 674px) {
footer {
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 0.8em;
	color: #333;
}
footer .f-top {
	display: block;
	position: relative;
	margin-bottom: 10px;
}
footer .f-logo {
	display: block;
	background-image: url(../images/f-logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 50px;
	margin-bottom: 10px;
}
footer .f-logo .linebtn {
	background-color: #333;
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: auto 100%;
	display: inline-block;
	height: 35px;
	border-radius: 30px;
	overflow: hidden;
	padding-left: 40px;
	color: #FFF;
	text-decoration: none;
	padding-right: 15px;
	line-height: 35px;
}
footer .f-logo .linebtn:hover {
	background-color: #4ecd00;
}
footer .f-logo .fbbtn {
	background-color: #333;
	background-image: url(../images/fb.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: auto 100%;
	display: inline-block;
	height: 35px;
	border-radius: 30px;
	overflow: hidden;
	padding-left: 40px;
	color: #FFF;
	text-decoration: none;
	padding-right: 15px;
	line-height: 35px;
}
footer .f-logo .fbbtn:hover {
	background-color: #3b5998;
}
footer .copyright {
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	box-sizing: border-box;
}
footer .copyright .f-nav {
	display: none;
}
footer .copyright span {
	display: block;
	margin-bottom: 5px;
}
footer .copyright address {
	display: block;
	margin-bottom: 5px;
}
footer .copyright .tel {
	display: block;
}
#kfoLayer1 {
	display: none;
}
}
footer .f-bottom {
	display: block;
	line-height: 1.5;
	padding-right: 20px;
	padding-left: 20px;
	box-sizing: border-box;
}
