@charset "utf-8";
/* CSS Document */
* {
	font-family: "微軟正黑體";
}
#map-container {
	height: 300px
}
.google-maps {
	position: relative;
	padding-bottom: 90%;
	// (450 ÷ 500 = 0.9 = 90%) height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#captchaDiv {
	position: relative;
}
#captchaImg {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.imgBorderR {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #999;
}
header {
	background-image: url(../images/bg/bgHeader-news.jpg);
	position: relative;
}
.cUrl {
	color: #999;
}
#clients {
	background-image: url(../images/bg/bgClient-1.jpg);
	background-repeat: repeat;
}
#about {
	background-image: url(../images/bg/bgAbout.jpg);
	background-repeat: repeat;
}
#portfolio {
	background-image: url(../images/bg/bgAbout.jpg);
	background-repeat: repeat;
}
#blog {
	background-image: url(../images/bg/bgClient.jpg);
	background-repeat: repeat;
}
.wordWhite {
	color: #fff;
}
.boxShadow {
	box-shadow: inset 0px 1px 1px rgba(10%,10%,30%,0.3);
}
.tags {
  list-style: none;
  margin: 0;
  overflow: hidden; 
  padding: 0;
}

.tags li {
  float: left; 
}

.tag {
	border-radius: 3px 0 0 3px;
	color: #fff;
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding: 0 20px 0 23px;
	position: relative;
	margin: 0 10px 10px 0;
	text-decoration: none;
	-webkit-transition: color 0.2s;
	border: 1px solid #333;
	font-family: "王漢宗細黑體繁";
	font-size: 1.2em;
	font-weight: 500;
}

.tag::before {
  background: url(../images/bg/bgAbout.jpg);
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}


.tag:hover {
	background-color: #9EDF80;
	color: #FFF;
}

.tag:hover::after {
   border-left-color:  #fbcd32; 
}

.tags li {
  float: left; 
}

.tagTitle {
  background: #693;
  border-radius: 3px 0 0 3px;
  color: #fff;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.tagTitle::before {
  background: url(../images/bg/bgAbout.jpg);
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tagTitle::after {
  background: url(../images/bg/bgAbout.jpg);
  border-bottom: 13px solid transparent;
  border-left: 10px solid #693;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.tag2s {
  list-style: none;
  margin: 0;
  overflow: hidden; 
  padding: 0;
}

.tag2s li {
  float: left; 
}

.tag2 {
  background: #FFF;
  border-radius: 3px 0 0 3px;
  color: #693;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.tag2::before {
  background: url(../images/bg/bgClient.jpg);
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tag2::after {
  background: url(../images/bg/bgClient.jpg);
  border-bottom: 13px solid transparent;
  border-left: 10px solid #FFF;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.tag2:hover {
  background-color: #fbcd32;
  color: #a7a7a7;
}

.tag2:hover::after {
   border-left-color:  #fbcd32; 
}

.tag2s li {
  float: left; 
}

.tag2Title {
  background: #FFF;
  border-radius: 3px 0 0 3px;
  color: #693;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.tag2Title::before {
  background: url(../images/bg/bgClient.jpg);
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tag2Title::after {
  background: url(../images/bg/bgClient.jpg);
  border-bottom: 13px solid transparent;
  border-left: 10px solid #FFF;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}


.paddingPt{
	padding-top:1em;
}

.titleWord{
	font-size:1em;
	color:#693;
	font-weight:bold;
	margin-left:10px;
	}
.titleWord2{
	font-size:1em;
	color:#693;
	font-weight:bold;
	padding-left:10px;
	}
.proTypeWord{
	font-size:1.2em;
	}
.blogImg{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	}
