@charset "utf-8";
/***/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, img, hr {
	margin: 0;
	padding: 0;
}
a:link {
	outline: none; /* for Firefox */
 hlbr:expression(this.onFocus=this.blur()); /* for IE */
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/***/

body {
	font-family: Microsoft JhengHei !important;
}
/****/

.topDv {
	border-top: 6px solid #a9d7f5;
	background: #fff;
	border-bottom: 5px solid #23a1f3;
}
.logo {
	border: 0;
	float: left;
	padding: 0 !important;
}
.logo span {
	display: none;
}
.phone {
	margin-top: 40px;
	padding: 0 !important;
}
.phone img {
	float: left;
}
.call {
	color: #ef4c0b;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	display: block
}
/*******menu*******/

.menuDv {
	float: right;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0 !important;
}
#menu101id42 ul {
	margin: 0;
	padding: 0;
}
#menu101id42 li {
	margin: 0;
	padding: 0;
}
#menu101id42 a {
	margin: 0;
	padding: 0;
}
#menu101id42 ul {
	list-style: none;
}
#menu101id42 a {
	text-decoration: none;
}
#menu101id42 {
}
#menu101id42 > ul > li {
	float: left;
	position: relative;
}
#menu101id42 > ul > li > a {
	color: #000;
	font-size: 15px;
	line-height: 50px;
	padding: 15px 15px;
	-webkit-transition: color .15s;
	-moz-transition: color .15s;
	-o-transition: color .15s;
	transition: color .15s;
}
#menu101id42 > ul > li > a:hover {
	border-bottom: 2px solid #c33702;
}
.mainDvA {
	background: url(../img/mainbg.jpg) no-repeat;
	background-size: cover;
	padding: 20px 0;
	clear: both;
}
.title04 {
	font-size: 20px;
	font-weight: bold;
	padding-top: 20px;
}
.txt01 {
	line-height: 18px;
}
.title05 {
	color: #f06c1d;
	font-size: 20px;
	font-weight: bold;
	padding-top: 20px;
}
.mainDvB {
	background: #e6e7e8;
	padding: 20px 0;
	clear: both;
}
/**表單**/

.title02 {
	color: #23a0f1;
	font-size: 25px;
	display: block;
	font-weight: bold;
}
.title03 {
	font-weight: bold;
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
}
/**Footer**/

.ftDv {
	background: #104568 url(../img/footbg.jpg) no-repeat 100% 0;
	background-size: 548px 100%;
	padding: 20px 0;
}
.icon01 {
	background: url(../img/home.png) no-repeat;
}
.icon02 {
	background: url(../img/fax.png) no-repeat;
}
.icon03 {
	background: url(../img/phone.png) no-repeat;
}
.icon01, .icon02, .icon03 {
	padding-left: 25px;
	color: #fff;
	list-style: none;
	margin-bottom: 5px;
}
.clear {
	padding: 0 !important;
	margin: 0 !important;
	float: left;
}
.ftMenu {
	text-align: right;
	color: #fff;
}
.ftMenu a {
	color: #fff;
	margin: 0px 10px;
}
.ftMenu a:hover {
	color: #FC0
}
/***product Img***/

.grid {
	position: relative;
	overflow: hidden;
}
/* Common style */

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	/*min-width: 320px;

	max-width: 480px;

	max-height: 360px;

	background: #3085a3;*/

	text-align: center;
	cursor: pointer;
}
.grid figure img {
	position: relative;
	display: block;
	width: 100%;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before,  .grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption,  .grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Anchor will cover the whole item by default */

/* For some effects it will show as a button */

.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	color: #fff;
}
.grid figure h2 span {
	font-weight: 800;
}
.grid figure h2,  .grid figure p {
	margin: 0;
	color: #fff;
}
.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
/*---------------*/

/***** Sadie *****/

/*---------------*/



figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
}
figure.effect-sadie h2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #000;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}
figure.effect-sadie figcaption::before,  figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	font-size:14px;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
}
figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
	transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}
figure.effect-sadie:hover figcaption::before,  figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}



/****/

@media (max-width:767px) {
.phone {
	margin-top: 5px;
}
.logo img {
	width: 100%;
}
.call {
	font-size: 30px;
}
.phone img {
	width: 60px;
}
.menuDv {
	margin-top: 0;
}
.ftMenu {
	text-align: center;
	padding-top: 10px;
	clear: both;
}
}
