@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300);
/*checkbox*/
.cb1 {
	padding:0px 0px;
}
.cb1 input[type="checkbox"] {/*隱藏原生*/
    /*display:none;*/
    position: absolute;
    left: -9999px;
}
.cb1 input[type="checkbox"] + label span {
    display:inline-block;
    width:20px;
    height:20px;
    margin:-3px 4px 0 0;
    vertical-align:middle;
    background:url("../images/check_radio_sheet2.png") left top no-repeat;
    cursor:pointer;
	background-size:80px 20px;
	transition: none;
	-webkit-transition:none;
}
.cb1 input[type="checkbox"]:checked + label span {
    background:url("../images/check_radio_sheet2.png") -20px top no-repeat;
	background-size:80px 20px;
	transition: none;
	-webkit-transition:none;
}
.cb1 label {
    cursor:pointer;
	display: inline-block;
	margin-right: 10px;
    /*-webkit-appearance: push-button;
    -moz-appearance: button;*/
}

/*radio*/
.ra1 {
	padding:0px 0 0 0px;
}
.ra1 input[type="radio"] {/*隱藏原生*/
    /*display:none;*/
    position: absolute;
    left: -9999px;
}
.ra1 input[type="radio"] + label span {
    display:inline-block;
    width:20px;
    height:20px;
    margin:-3px 4px 0 0;
    vertical-align:middle;
    background:url("../images/check_radio_sheet2.png") -40px top no-repeat;
    cursor:pointer;
	background-size:80px 20px;
	transition: none;
	-webkit-transition:none;
}
.ra1 input[type="radio"]:checked + label span {
    background:url("../images/check_radio_sheet2.png") -60px top no-repeat;
	background-size:80px 20px;
	transition: none;
	-webkit-transition:none;
}
.ra1 label {
    cursor:pointer;
	display: inline-block;
	margin-right: 10px;
    /*-webkit-appearance: push-button;
    -moz-appearance: button;*/
}

/*input*/
.xxx-input {
	color:#666666;
	font-size:16px;
	font-weight:normal;
	background-color:#FFFFFF;
	text-align:left;
	height:34px;
	padding:0 5px;
	border:1px solid #CCCCCC;
	border-radius: 0.35em;
}
.xxx-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

/*textarea*/
.xxx-textarea {
	color:#666666;
	font-size:16px;
	font-weight:normal;
	line-height:normal;
	background-color:#FFFFFF;
	text-align:left;
	height:100px;
	padding:5px 5px;
	border:1px solid #CCCCCC;
	border-radius: 0.35em;
}
.xxx-textarea:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

/*ie8-9下拉清單*/
.xxx-select {
	color:#666666;
	font-size:16px;
	font-weight:normal;
	background-color:#FFFFFF;
	text-align:left;
	height:34px;
	padding:0 0px 0 5px;
	border:1px solid #CCCCCC;
	border-radius: 0em;
}
/*moz下拉清單*/
@-moz-document url-prefix(){
.xxx-select {
	color:#666666;
	font-size:16px;
	font-weight:normal;
	background-color:#FFFFFF;
	background-image:url("../images/select_icon001.png");
	background-repeat:no-repeat;
	background-position:center right;
	background-size: 18px auto;
	text-align:left;
	height:34px;
	padding:0 25px 0 5px;
	border:1px solid #CCCCCC;
	border-radius: 0.35em;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
}
}
/*google下拉清單*/
@media screen and (-webkit-min-device-pixel-ratio:0){
.xxx-select {
	color:#666666;
	font-size:16px;
	font-weight:normal;
	background-color:#FFFFFF;
	background-image:url("../images/select_icon001.png");
	background-repeat:no-repeat;
	background-position:center right;
	background-size: 18px auto;
	text-align:left;
	height:34px;
	padding:0 25px 0 5px;
	border:1px solid #CCCCCC;
	border-radius: 0.35em;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
}
}
/*ie10-11下拉清單*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
.xxx-select {
	color:#666666;
	font-size:16px;
	font-weight:normal;
	background-color:#FFFFFF;
	background-image:url("../images/select_icon001.png");
	background-repeat:no-repeat;
	background-position:center right;
	background-size: 18px auto;
	text-align:left;
	height:34px;
	padding:0 25px 0 5px;
	border:1px solid #CCCCCC;
	border-radius: 0.35em;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
}
.xxx-select::-ms-expand {
    display: none;
}
}
.xxx-select:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

/* input placeholder */
::-webkit-input-placeholder { /* WebKit browsers */
    color: #999999;
	font-size: 15px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999999;
	font-size: 15px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999999;
	font-size: 15px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999999;
	font-size: 15px;
}

/*button*/
.xxx-button {
	color:#FFFFFF;
	font-size:16px;
	font-weight:normal;
	line-height:1.5em;
	background-color:#ff8714;
	text-align: center;
	white-space:nowrap;
	height:34px;
	padding:0 10px;
	border:1px solid #ff8714;
	border-radius: 0.35em;
}
.xxx-button:hover {
	background-color:#333333;
	border:1px solid #333333;
}
/*bg-icon*/
.bg-icon {
	background-color:transparent;
	background-repeat:no-repeat;
	background-position: center center;
	background-size: 24px 24px;
	vertical-align: top;
	display:inline-block;
	width:24px;
	height:24px;
	margin:0 5px 0 0;
}
.icon-001 {
	background-image:url("../images/icon007.png");
}

/*左右拉霸icon箭頭提示*/
.xxx-lr-arrow {
	display: none;
	background-color: transparent;
	background-image: url("../images/lr_icon.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 47px 9px;
	text-align: left;
	font-family: "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", "細明體", "MingLiU", "標楷體", "DFKai-sb", "serif";
	font-size: 13px;
	margin: 5px 0 10px 0;
	color: #BBBBBB;
}
/*---------------------------------------------------------*/
body {
	color: #34495e;
	background: #f5f5f5;
	font-family: "微軟正黑體", serif;
	font-weight: 300;
}
/* normalize.css v1.1.3 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}
html {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
html, button, input, select, textarea {
	font-family: sans-serif
}
body {
	margin: 0
}
a:focus {
	outline: thin dotted
}
a:active, a:hover {
	outline: 0
}
h1 {
	font-size: 32px;
	margin: 0.67em 0
}
h2 {
	font-size: 24px;
	margin: 0.83em 0
}
h3 {
	font-size: 18px;
	margin: 1em 0
}
h4 {
	font-size: 16px;
	margin: 1.33em 0
}
h5 {
	font-size: 13px;
	margin: 1.67em 0
}
h6 {
	font-size: 12px;
	margin: 2.33em 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: bold
}
blockquote {
	margin: 1em 40px
}
dfn {
	font-style: italic
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}
mark {
	background: #ff0;
	color: #000
}
p, pre {
	margin: 1em 0
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 16px;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}
q {
	quotes: none
}
q:before, q:after {
	content: '';
	content: none
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -0.5em
}
sub {
	bottom: -0.25em
}
dl, menu, ol, ul {
	margin: 1em 0
}
dd {
	margin: 0 0 0 40px
}
menu, ol, ul {
	padding: 0 0 0 40px
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic
}
/* clear */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix::before, .clearfix::after {
	content: "";
	display: table;
}
.clearfix::after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
/* HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
html, button, input, select, textarea {
	color: #222
}
html {
	font-size: 100%;
	line-height: 1.4
}
::-moz-selection {
background:#102834;
text-shadow:none;
color:#f05033
}
::selection {
	background: rgba(16,40,52,0.99);
	text-shadow: none;
	color: #f05033
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}
audio, canvas, img, video {
	vertical-align: middle
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0
}
textarea {
	resize: vertical
}
.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0
}
html {
	background-color: #FFF
}
body {
	font-family: 'GalanoGrotesque', sans-serif;
	font-weight: 400;
	font-size: 100%;
	line-height: 20px;
	color: #6a737b
}
strong, b, em, i {
	font-weight: 800;
	font-style: normal
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.1;
	color: #102834
}
h1.decor, h2.decor, h3.decor, h4.decor, h5.decor, h6.decor {
	background-image: url(/wp-content/themes/webidea2014/images/bkg_sidebar-header.png);
	background-repeat: no-repeat;
	background-position: 0 100%
}
h1.decor-center, h2.decor-center, h3.decor-center, h4.decor-center, h5.decor-center, h6.decor-center {
	background-position: 50% 100%
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 800
}
h1, h2 {
	font-size: 60px;
	margin: 1em 0
}
h1.decor, h2.decor {
	padding-bottom: 0.7em
}
h3, h4 {
	font-size: 28px;
	margin: 1.2em 0
}
h3.decor, h4.decor {
	margin-bottom: 1.1em;
	padding-bottom: 1.2em
}
h5, h6 {
	font-size: 20.5px;
	margin: 1em 0
}
h5.decor, h6.decor {
	margin-bottom: 1.2em;
	padding-bottom: 1.3em
}
p {
	margin: 1em 0
}
img, svg {
	max-width: 100%;
	height: auto
}
svg {
	max-height: 100%;
	display: inline-block
}
.icon_arrow_left {
	width: 40px;
	height: 50px;
	background: url(../images/arrows.png) 8px 5px no-repeat;
	display: block;
}
.icon_arrow_right {
	width: 40px;
	height: 50px;
	background: url(../images/arrows.png) -30px 5px no-repeat;
	display: block;
}
.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.input-block-level {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "微軟正黑體", serif;
	font-weight: Bold;
}
a {
	font-family: "微軟正黑體", serif;
	color: #FFF;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
a {
	color: #FFF;
	text-decoration: none
}
hr {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
}
.btn {
	font-weight: 400;
}
.btn-transparent {
	border: 3px solid #fff;
	background: transparent;
	color: #fff;
}
.btn-transparent:hover {
	border-color: rgba(255, 255, 255, 0.5);
}
a:hover, a:focus {
	color: #d9534f;
	text-decoration: none;
	outline: none;
}
.dropdown-menu {
	margin-top: -1px;
	min-width: 180px;
}
body > section {
	padding: 22px 0 10px 0;
}
.turquoise, .green-sea, .sun-flower, .orange, .emerald, .nephrits, .carrot, .pumkin, .peter-river, .belize-hole, .alizarin, .pomegranate, .amethyst, .wisteria, .clouds .silver, .wet-asphalt, .midnight-blue, .concrete, .asbestos {
	color: #fff;
}
.turquoise h1, .green-sea h1, .sun-flower h1, .orange h1, .emerald h1, .nephrits h1, .carrot h1, .pumkin h1, .peter-river h1, .belize-hole h1, .alizarin h1, .pomegranate h1, .amethyst h1, .wisteria h1, .clouds .silver h1, .wet-asphalt h1, .midnight-blue h1, .concrete h1, .asbestos h1, .turquoise h2, .green-sea h2, .sun-flower h2, .orange h2, .emerald h2, .nephrits h2, .carrot h2, .pumkin h2, .peter-river h2, .belize-hole h2, .alizarin h2, .pomegranate h2, .amethyst h2, .wisteria h2, .clouds .silver h2, .wet-asphalt h2, .midnight-blue h2, .concrete h2, .asbestos h2, .turquoise h3, .green-sea h3, .sun-flower h3, .orange h3, .emerald h3, .nephrits h3, .carrot h3, .pumkin h3, .peter-river h3, .belize-hole h3, .alizarin h3, .pomegranate h3, .amethyst h3, .wisteria h3, .clouds .silver h3, .wet-asphalt h3, .midnight-blue h3, .concrete h3, .asbestos h3, .turquoise h4, .green-sea h4, .sun-flower h4, .orange h4, .emerald h4, .nephrits h4, .carrot h4, .pumkin h4, .peter-river h4, .belize-hole h4, .alizarin h4, .pomegranate h4, .amethyst h4, .wisteria h4, .clouds .silver h4, .wet-asphalt h4, .midnight-blue h4, .concrete h4, .asbestos h4, .turquoise h5, .green-sea h5, .sun-flower h5, .orange h5, .emerald h5, .nephrits h5, .carrot h5, .pumkin h5, .peter-river h5, .belize-hole h5, .alizarin h5, .pomegranate h5, .amethyst h5, .wisteria h5, .clouds .silver h5, .wet-asphalt h5, .midnight-blue h5, .concrete h5, .asbestos h5, .turquoise h6, .green-sea h6, .sun-flower h6, .orange h6, .emerald h6, .nephrits h6, .carrot h6, .pumkin h6, .peter-river h6, .belize-hole h6, .alizarin h6, .pomegranate h6, .amethyst h6, .wisteria h6, .clouds .silver h6, .wet-asphalt h6, .midnight-blue h6, .concrete h6, .asbestos h6 {
	color: #fff;
}
.turquoise small, .green-sea small, .sun-flower small, .orange small, .emerald small, .nephrits small, .carrot small, .pumkin small, .peter-river small, .belize-hole small, .alizarin small, .pomegranate small, .amethyst small, .wisteria small, .clouds .silver small, .wet-asphalt small, .midnight-blue small, .concrete small, .asbestos small {
	color: rgba(255, 255, 255, 0.8);
}
.turquoise {
	background-color: #1abc9c;
}
.green-sea {
	background-color: #16a085;
}
.sun-flower {
	background-color: #f1c40f;
}
.orange {
	background-color: #f39c12;
}
.emerald {
	background-color: #e8e8e8;
}
.nephritis {
	background-color: #27ae60;
}
.carrot {
	background-color: #e67e22;
}
.pumkin {
	background-color: #d35400;
}
.peter-river {
	background-color: #3498db;
}
.belize-hole {
	background-color: #2980b9;
}
.alizarin {
	background-color: #e74c3c;
}
.pomegranate {
	background-color: #c0392b;
}
.amethyst {
	background-color: #9b59b6;
}
.wisteria {
	background-color: #8e44ad;
}
.clouds {
	background-color: #ecf0f1;
}
.silver {
	background-color: #bdc3c7;
}
.newsvideo {
	background-color: rgba(200, 160, 120, 0.8);
}
.newsvideo a:not(.btn) {
	color: #666;
}
.newsvideo a:not(.btn):hover {
	color: #C00;
}
.midnight-blue {
	background-color: #e60012;
}
.concrete {
	background-color: #95a5a6;
}
.asbestos {
	background-color: #7f8c8d;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	/* 16/9 ratio */

	padding-top: 30px;
	/* IE6 workaround*/

	height: 0;
	overflow: hidden;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main-slider {
	position: relative;
}
#main-slider .carousel h2 {
	font-size: 28px;
	padding-left: 30px;
	font-weight: normal;
	margin-top: 55px;
}
#main-slider .carousel p {
	font-size: 16px;
	padding-left: 32px;
	margin-top: -20px;
	color: #FFF;
}
 @media(max-width:480px) {
#main-slider .carousel h2 {
	padding-left: 0px;
}
#main-slider .carousel p {
	padding-left: 0px;
}
}
 @media(min-width:780px) {
body {
	font-size: 100%;
}
h3, .h3 {
	font-size: 26px;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	color: #fff;
}
}
#main-slider .carousel .btn {
	border: 3px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	border-radius: 0;
	margin-top: 5px;
}
#main-slider .carousel .btn:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
#main-slider .carousel .boxed {
	padding: 10px 15px;
	background-color: rgba(0, 0, 0, 0.8);
	display: inline-block;
}
#main-slider .carousel .item {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	height: 320px;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
}
#main-slider .carousel .item:first-child {
	top: auto;
	position: relative;
}
#main-slider .carousel .item.active {
	opacity: 1;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
	z-index: 1;
}
#main-slider .prev, #main-slider .next {
	position: absolute;
	top: 50%;
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
	display: inline-block;
	margin-top: -20px;
	font-size: 24px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 4px;
	z-index: 5;
}
#main-slider .prev:hover, #main-slider .next:hover {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}
#main-slider .prev {
	left: 10px;
}
#main-slider .next {
	right: 10px;
}
#main-slider .active .animation.animated-item-1 {
	-webkit-animation: fadeInUp 300ms linear 300ms both;
	-moz-animation: fadeInUp 300ms linear 300ms both;
	-o-animation: fadeInUp 300ms linear 300ms both;
	-ms-animation: fadeInUp 300ms linear 300ms both;
	animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2 {
	-webkit-animation: fadeInUp 300ms linear 600ms both;
	-moz-animation: fadeInUp 300ms linear 600ms both;
	-o-animation: fadeInUp 300ms linear 600ms both;
	-ms-animation: fadeInUp 300ms linear 600ms both;
	animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-3 {
	-webkit-animation: fadeInUp 300ms linear 900ms both;
	-moz-animation: fadeInUp 300ms linear 900ms both;
	-o-animation: fadeInUp 300ms linear 900ms both;
	-ms-animation: fadeInUp 300ms linear 900ms both;
	animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
	-webkit-animation: fadeInUp 300ms linear 1200ms both;
	-moz-animation: fadeInUp 300ms linear 1200ms both;
	-o-animation: fadeInUp 300ms linear 1200ms both;
	-ms-animation: fadeInUp 300ms linear 1200ms both;
	animation: fadeInUp 300ms linear 1200ms both;
}
#services .media {
	background-color: #ccc;
}
#services .media:hover .icon-md {
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.8);
}
#services .media img {
	max-width: 100%;
	height: auto;
}
#introduct {
	margin: 10px 0 20px 0;
}
#introduct p.big {
	color: #333;
	line-height: 1.5;
}
#title h1 {
	margin: 0;
	font-size: 36px;
	font-weight: 300;
}
.center {
	text-align: center;
}
.navbar-inverse {
	background-color: #FFFFFF;
	border: none;
	min-height: 80px;
}
.navbar-inverse .navbar-brand {
	font-size: 36px;
	line-height: 50px;
	color: #fff;
}
.navbar-inverse .navbar-brand img {
	width: 200px;
	height: 50px;
	margin-top:15px;
}
.navbar-inverse1 {
	background: url(../images/red-bg.png) #9e2925;
	background: url(../images/right-bg.png) 50% 0 no-repeat, url(../images/left-bg.png) 50% 0 no-repeat #9e2925;
	background-size: auto, auto, auto;
	-webkit-background-size: auto, auto, auto;
	-moz-background-size: auto, auto, auto;
	border: none;
	min-height: 50px;
	border-bottom: 5px #FF0000 solid;
	box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.075);
	-webkit-box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.075);
	z-index: 9;
}
.navbar-inverse .navbar-nav {
	margin-top: 8px;
	margin-right: 0;
	margin-left: 100px;
}
.navbar-inverse .navbar-nav > li > a {
	padding-top: 7px;
	padding-bottom: 7px;
	border-radius: 0px;
	color: #E3E3E3;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse.navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: rgba(255,255,255,.5);
}
.navbar-inverse .navbar-nav .dropdown-menu {
	background-color: #acacac;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0;
	padding: 0;
	margin-top: -3px;
}
.navbar-inverse .navbar-nav .dropdown-menu > li > a {
	padding: 8px 15px;
	color: #900;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a, .navbar-inverse .navbar-nav .dropdown-menu > li:focus > a, .navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
	background-color: rgba(0, 0, 0, 0.2);
	color: #FFF;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
	border-radius: 0 0 3px 3px;
}
.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
	background-color: rgba(0, 0, 0, 0.1);
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-top: 0;
}
.navbar-inverse .navbar-toggle {
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse1 .navbar-toggle:focus {
	background-color: #666;
}
.icon-lg {
	font-size: 48px;
	height: 108px;
	width: 108px;
	line-height: 108px;
	color: #fff;
	margin: 10px;
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
	display: inline-block !important;
	border-radius: 100%;
}
.icon-md {
	font-size: 36px;
	height: 68px;
	width: 68px;
	line-height: 68px;
	color: #fff;
	margin-right: 10px;
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
	display: block;
	border-radius: 50%;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	-o-transition: 500ms;
	transition: 500ms;
}
.gap {
	margin-bottom: 50px;
}
.big-gap {
	margin-bottom: 100px;
}
.no-margin {
	margin: 0;
	padding: 0;
}
.registration-form {
	border: 0;
	background-color: #fff;
	padding: 20px;
	display: inline-block;
}
#bottom {
	color: #fff;
}
#bottom h3 {
	margin-top: 0;
	margin-bottom: 15px;
}
#bottom .media-heading {
	display: block;
	font-weight: 400;
}
.row > div {
	margin: 12px 0px;
}
ul.unstyled {
	list-style: none;
	padding: 0;
	margin: 0;
}
/*Unordered Lists*/
ul.arrow, ul.arrow-double, ul.tick, ul.cross, ul.star, ul.rss {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.arrow li::before, ul.arrow-double li::before, ul.tick li::before, ul.cross li::before, ul.star li::before, ul.rss li::before, ul.arrow li::after, ul.arrow-double li::after, ul.tick li::after, ul.cross li::after, ul.star li::after, ul.rss li::after {
	font-size: 12px;
}
ul.arrow li::before, ul.arrow-double li::before, ul.tick li::before, ul.cross li::before, ul.star li::before, ul.rss li::before {
	margin-right: 5px;
}
ul.arrow li {
	width: 100%;
	background: url(../images/arrows_right.png) 0px 8px no-repeat;
	background-size: 10px 10px;
	display: inline-block;
	padding-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #8d4a21;
}
ul.arrow li .showdate {
	color: #069;
	padding-right: 10px;
}
ul.arrow-double li::before {
	content: "\f101";
}
ul.tick li::before {
	content: "\f00c";
}
ul.cross li::before {
	content: "\f00d";
}
ul.star li::before {
	content: "\f006";
}
ul.rss li::before {
	content: "\f09e";
}
#wbanner img {
	max-width: 100%;
	mix-height: auto;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
/*電子發票專區================================================*/
#page-part4 {
	position: relative;
	display: block;
	width: 100%;
	float: left;
	clear: both;
	margin: 0 0;
	padding: 0;
	box-sizing: border-box;
	background-color: white;/*padding-top: 50px;*//* padding-bottom: 50px;*/
}
.site-section4.section-einvoice {
	padding-top: 2em;
	background: #c8d7e1 url(../images/part4-bg.jpg) no-repeat;
	background-position: top left;
}
.site-section4 {
	clear: both;
	padding: 0 0 2em;
	position: relative;
	z-index: 1;
}
.site-section4-1.section-einvoice1 {
	padding-top: 3em;
	background-color: #eeeeee;
	background-position: top left;
}
.site-section4-1 {
	clear: both;
	padding: 0 0 2em;
	position: relative;
	z-index: 1;
}
/*電子發票專區-下方問與答=======================================*/
#FAQMAIN {
	width: 700px;
	margin: 60px auto;
}
/*---- 主選單 ----*/
#MAIN_NAV {
	background-color: #fb6363;
	width: 700px;
	margin: 0 auto;
	overflow: hidden;
}
#MAIN_NAV ul {
}
#MAIN_NAV li {
	float: left;
}
#MAIN_NAV li#NOW a {
	color: #002762;
	background-color: #f9f9f9;
}
#MAIN_NAV li a {
	border: 1px #CCCCCC solid;
	border-top: none;
	border-bottom: none;
	border-right: none;
	display: block;
	line-height: 40px;
	padding: 0 25px;
	background-color: #acacac;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	text-shadow: 1px #7f7f7f;
	text-decoration: none;
	font-family: "微軟正黑體", serif;
}
#MAIN_NAV li a:first child {
 border-right:1px #CCCCCC solid;
}
#MAIN_NAV li a:last-child {
	border-left: 1px #CCCCCC solid;
}
#MAIN_NAV li a:hover {
	background-color: #CCCCCC;
	color: #000000;
}
/*---- 內容區 ----*/
.acc-freight1 {
	background-color: #f9f9f9;
	width: 700px;
	height: auto;
	margin: 0;
	padding-top: 20px;
	border: 1px #CCCCCC solid;
	border-top: none;
	display: block;
	margin-bottom: 30px;
}
.acc-title1.qa1 h2 {
	width: 576px;
	height: auto;
	color: #333;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 25px;
	margin-left: 25px;
	/* [disabled]margin-bottom: 10px;
*/
	border-bottom: 1px #DADADA dotted;
	text-indent: 35px;
	text-align: justify;
	background: url(../images/q-icon1.png)no-repeat;
	display: block;
	font-weight: bold;
	cursor: pointer;
}
.acc-content1 .qa1-W {
	width: 580px;
	height: auto;
	color: #333;
	clear: both;
	border: 1px #DADADA solid;
	padding: 10px 20px 20px 20px;
	margin: 10px auto;
	margin-bottom: 25px;
	background-color: #FFF;
	display: block;
	line-height: 1.8;
	font-size: 15px;
}
.acc-freight1 .acc-content1 {
	width: 636px;
	background: none;
}
.acc-freight1 .acc-title1 {
	width: 636px;
	height: 50px;
}
.qa1-W h3 {
	font-size: 15px;
	text-align: justify;
	color: #333;
	line-height: 25px;
	padding: 0px 5px 0px 10px;
	margin-bottom: 5px;
}
.qa1-W h3 b {
	font-size: 15px;
	color: #F60;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
}
.qa1-W h3 strong {
	font-size: 15px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
}
.qa1-W h4 {
	text-align: justify;
	display: block;
	font-size: 15px;
	color: #333;
	line-height: 25px;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	margin-bottom: 5px;
}
.qa1-W h5 img {
	padding: 20px 5px 0px 50px;
}
#MAIN_NAV li.NOW a {
	background-color: #FFFFFF;
	color: #fb6363;
}
#menu li.NOW a {
	background-image: url(../images/con_sidebar_bg_over.png);
	background-repeat: repeat-x;
	color: #ffffff;
	background: #fb6363;
	background: -webkit-linear-gradient(#e87735 0%, #e5661b 100%);
	background: -moz-linear-gradient(#e87735 0%, #e5661b 100%);
}
/*電子發票專區內頁表單部分============================================================*/
.e-container {
	width: 980px;
	margin: 1% auto;
	background: #ccc;
	background: rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
}
.e-content {
	-webkit-border-radius: 8px 8px 10px 10px;
	-moz-border-radius: 8px 8px 10px 10px;
	border-radius: 8px 8px 10px 10px;
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
	z-index: 1;
}
.e-content header h3.title2 {
	font-size: 18px;
	color: #880303;
	padding: 10px\9;
	/*letter-spacing: 2px;*/
	line-height: 0;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, .7);
}
.e-content span.btn-out {
	float: right;
	position: relative;
	margin-top: -15px;
	font-size: 16px;
	color: #333;
	width: 58px;
	height: 32px;
	line-height: 31px;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	background-color: #FFF;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #999;
	opacity: 0.7;
}
.e-content span.btn-out:hover {
	opacity: 1;
}
.e-content > header {
	background-color: #d3d3d3;
	background-image: -moz-linear-gradient(center top, #d3d3d3, #acacac) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-image: -webkit-linear-gradient(top, #d3d3d3, #acacac);
	background-image: -o-linear-gradient(center top, #d3d3d3, #acacac) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-bottom: 1px solid #999;
	border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
	padding: 2px 30px;
	text-align: left;
}
.clearfix:after {
	clear: both;
	content: "";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.e-content > section {
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	padding: 20px 30px;
}
.well-e {
	width: 980px;
	margin: 0 auto;
	padding: 50px 0;
}
.b-form01-ee {
	width: 850px;
	margin: 0 auto;
	padding: 0;
}
/*特約地政士查詢============================================*/
#page-part5 {
	position: relative;
	display: block;
	width: 100%;
	float: left;
	clear: both;
	margin: 0 0;
	padding: 0;
	box-sizing: border-box;
	background-color: white;/*padding-top: 50px;*//* padding-bottom: 50px;*/
}
.site-section5.section-land {
	padding-top: 2em;
	background-color: #FFFFFF;
	background-position: top left;
}
.site-section5 {
	clear: both;
	padding: 0 0 9em;
	position: relative;
	z-index: 1;
}
/*公司簡介==========================================================================*/
.emerald, .emerald h1, .emerald h2, .emerald h3, .emerald h4, .emerald h5 {
	color: #fff;
}
.emerald {
	background-color: #e8e8e8;
}
#services .media {
	background-color: #ccc;
}
#services .media:hover .icon-md {
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.8);
}
#services .media img {
	max-width: 100%;
	height: auto;
}
/*履約保證服務==================================================================================*/
#page-part9 {
	background-color: white;
	padding:0;
	margin:0;
}
.site-section9.section-service {
}
.site-section9 {
	display:table;
	width:100%;
	padding: 0 0 0em;
}
.service-left-silber {
	background: #CCCCCC url(../images/service-bg.jpg) no-repeat;
	background-position: top left;
	vertical-align: top;
	display:table-cell;
	width: 480px;
	position: relative;
}
.just_dot {
	background-image: url(../images/dot.png);
	position: absolute;
	opacity: 0.5;
	left: 0px;
	top: 0px;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 0;
}
.service-silber {
	float: right;
	position: relative;
	top: 70px;
}
/*履約保證服務 側邊紅色選單部份===================================================================================*/
.service-nav {
	width: 266px;
}
.service-nav ul.menu_service {
	margin: 0;
	padding: 0;
}
.service-nav li {
	width: inherit;
	height: 50px;
	border-bottom: 1px solid #d7d6d6;
	background-color: #9e2925;
}
.service-nav li a {
	color: #FFF;
	font-size: 15px;
	display: block;
	height: inherit;
	line-height: 50px;
	text-align: right;
	padding-right: 65px;
	background-image: url(../images/service_nav_bg.png);
	background-repeat: no-repeat;
}
.service-nav li a:hover, .service-nav li.active a, .service-nav li.active a:hover {
	background-color: #f6f6f6;
	color: #252525;
	border-bottom: 1px solid #d7d6d6;
}
.service-nav li.active a, .service-nav .icon-sub:hover {
	background-position: 210px -44px;
}
.service-nav .icon-sub {
	background-position: 210px 6px;
}
/*履約保證服務 服務簡介內頁部份===============================================================*/
.service-main {
	background-color: #f6f6f6;
	vertical-align: top;
	display:table-cell;
	padding: 60px 0 0 0;
	margin: 0 0;
}
.service1-1 {
	margin:0 100px 80px 100px;
}
.service1-1 h3 img {
	margin-right: 5px;
}
.service1-1 h3 {
	font-size: 18px;
	color: #000;
	max-width:950px;
}
.service1-1 p {
	font-size: 18px;
	color: #000;
	line-height: 38px;
	max-width:950px;
}
.service1-2 {
	padding:30px 100px 30px 100px;
	background-color: #eceaea;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}
.service1-2 ul {
	padding:0;
	margin:0;
}
.service1-2 ul li {
	float: left;
	margin: 0 60px 0 0;
}
.service1-2-1 {
	padding-top: 30px;
}
.service1-2-1 .four-1 {
	width: 80px;
	height: 80px;
	background-color: #9e2925;
	border-radius: 50%;
	text-align: center;
	line-height: 80px;
	vertical-align: middle;
	padding-top: 10px;
}
.service1-2-1 .four-1 p {
	font-size: 18px;
	line-height: 0px;
	color: #EDEDED;
}
.service1-3 {
	min-height: 80px;
	background: #595656 url(../images/service-bg1.png);
}
.service1-3-r {
	width: 30px;
	min-height: 80px;
	float: left;
	background-color: #9e2925;
}
.service1-3-w {
	float: left;
}
.service1-3-w p {
	text-align: left;
	font-size: 13px;
	padding-left: 70px;
	margin:0;
	line-height: 80px;
	color: #FFF;
}
/*履約保證服務-服務架構示意圖內頁===============================================================*/
.service2-1 {
	margin: 0 100px 80px;
}
.service2-1 h3 img {
	margin-right: 5px;
}
.service2-1 h3 {
	font-size: 18px;
	color: #000;
}
.service2-1-1 img {
}
.service2-1-2 {
	display:none;
}
/*履約保證服務-服務架構示意圖內頁===============================================================*/
.service3-1 {
	margin: 0 100px 80px;
}
.service3-1 h3 img {
	margin-right: 5px;
}
.service3-1 h3 {
	font-size: 18px;
	color: #000;
}
.service3-1-1 img {
}
.service3-1-2 {
	display:none;
}
/*履約保證服務 -履約保證之保障說明內頁===============================================================*/

.service4-1 {
	margin: 0 100px 80px;
}
.service4-1 h3 img {
	margin-right: 5px;
}
.service4-1 h3 {
	font-size: 18px;
	color: #000;
}
.service4-1-1 p {
	font-size: 18px;
	color: #000;
	line-height: 35px;
	max-width:950px;
}
.service4-2-1 {
	width: 100%;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	color: #000;
	text-indent: 10px;
	background: rgba(227,227,227,1) url(../images/service-bg2.png);
}
.service4-2-1:before {
	content: '';
	width: 10px;
	height: 30px;
	float: left;
	background-color: #920d14;
}
/*履約保證服務-履約保證作業要點說明內頁===============================================================*/
.service5-1 {
	margin: 0 100px 80px;
}
.service5-1 h3 img {
	margin-right: 5px;
}
.service5-1 h3 {
	font-size: 18px;
	color: #000;
}
.service5-1-1 p {
	font-size: 18px;
	color: #000;
	line-height: 35px;
	max-width:950px;
}
/*聯絡我們============================================*/
#page-part7 {
	padding:0;
	position: relative;
	box-sizing: border-box;
	background-color: white;
}
.site-section7.section-contact {
	padding: 3em 15px;
	background-color: #FFFFFF;
	background-position: top left;
}
.site-section7 {
	clear: both;
	padding: 0 0 2em;
	position: relative;
	z-index: 1;
}
.contact-menu {
	max-width: 950px;
	margin: 0px auto;
}
.contact-title {
	display:table;
	width:100%;
	margin-bottom:20px;
	border-bottom: 1px #666666 dashed;
}
.contact-title-left {
	vertical-align:middle;
	display: table-cell;
	width:164px;
	padding-right:15px;
}
.contact-title-left img {
	width: 149px;
	height: 123px;
}
.contact-title-right {
	vertical-align:middle;
	display: table-cell;
}
.contact-title-right span {
	font-size: 16px;
	line-height: 1.6em;
	color: #069;
	text-align: left;
}
.contact-menu .contact-us {
	color: #444;
	margin-left: 30px;
}
.contact-menu .contact-us th {
	height: 50px;
	text-align: right;
	vertical-align: middle;
	padding: 0 12px;
}
.contact-menu .contact-us td {
	height: 50x;
	vertical-align: middle;
	font-size:16px;
}
.contact-menu .contact-us td input[type=text] {
	width: 250px;
	height: 30px;
	line-height: 1.5;
	padding-left: 5px;
	border: 1px solid #cdcdcd;
}
.contact-menu .contact-us td input[type=checkbox] {
	height: 10x;
	padding-left: 5px;
	margin: 0 10px;
}
.contact-menu .contact-us td input[type=text]:focus, .package-search textarea:focus {
	background: #eeeeee;
}
.contact-menu .contact-us textarea {
	width: 368px;
	height: 150px;
	padding: 5px;
	resize: none;
	border: 1px solid #cdcdcd;
}
.contact-menu .contact-us textarea:focus {
	background: #EEEEEE;
}
.btn-Area {
	text-align: center;
}
.contact-menu .btn-Area {
	margin:10px 0 0 0;
}
.btn-Area input[type=button], .btn-Area input[type=submit], .btn-Area input[type=reset] {
	background: #eb6100;
	border: none;
	color: #fff;
	padding: 15px 30px;
	cursor: pointer;
	font-family: "微軟正黑體", serif;
	font-size:16px;
	border-radius: 0.5em 0.5em 0.5em 0.5em;
}
.btn-Area input[type=button]:hover, .btn-Area input[type=submit]:hover, .btn-Area input[type=reset]:hover {
	background: #F33;
}
.message-t {
	color:#BF0003;
	font-size:16px;
	font-weight:normal;
	padding:10px;
	margin:10px 0;
	border:1px dashed #DDDDDD;
	border-radius: 0.35em;
}
/*well-login-left right Start*/
.first1span {
	display:table;
	width:100%;
	margin-bottom:10px;
}
.first1span-left {
	color:#898484;
	font-size:16px;
	font-weight:normal;
	display:table-cell;
	white-space:nowrap;
}
.first1span-leftwl {
	padding-left:16px;
}
.first1span-leftwl2 {
	padding-left:64px;
}
.first1span-left-textarea {
	vertical-align:top;
	padding-top:5px;
}
.first1span-right {
	display:table-cell;
	width:100%;
}
.first1span-righttr {
	text-align:right;
}
.first1span-right .login-input {
	width:100% !important;
}
.first1span-b {
	text-align:center;
}
.xxx-input-button {
	color:#FFFFFF;
	font-size:16px;
	background-color:#eb6100;
	padding:10px 15px;
	border:0;
	border-radius: 0.5em;
	cursor: pointer;
}
.xxx-input-button:hover {
	background-color:#ff3333;
}

/*well-login-left right END*/
.contact-form-main {
	max-width:700px;
	margin:0 auto;
}
.contact-form-main .xxx-textarea {
	width:100%;
}
.contact-form-main div:nth-child(1).first1span .xxx-input {
	margin-right:10px;
}
.contact-form-main div:nth-child(1).first1span .xxx-input, 
.contact-form-main div:nth-child(2).first1span .xxx-input, 
.contact-form-main div:nth-child(4).first1span .xxx-input {
	width:285px;
}
.contact-form-main .first1span-right .x3-1-input {
	text-align:center;
	width:60px;
}
.contact-form-main .first1span-right .x3-2-input {
	text-align:center;
}
.contact-form-main .first1span-right .x3-3-input {
	text-align:center;
	width:60px;
}

/*最新消息============================================*/
#bottom1 {
	color: #fff;
	margin: 0 0;
	padding: 0 0;
	padding: 45px 0;
}
#bottom1 h3 {
	margin-top: 0;
	margin-bottom: 15px;
}
#bottom1 .media-heading {
	display: block;
	font-weight: 400;
}
.news1 {
	background-color: rgba(200, 160, 120, .8);
}
.news2 {
	background-color: rgba(216, 216, 216, .8);
}
.news3 {
	background-color: rgba(255, 212, 215, .8);
}
.news1 a:not(.btn) {
	color: #666;
}
.news1 a:not(.btn):hover {
	color: #C00;
}
.news2 a:not(.btn) {
	color: #666;
}
.news2 a:not(.btn):hover {
	color: #C00;
}
.news3 a:not(.btn) {
	color: #666;
}
.news3 a:not(.btn):hover {
	color: #C00;
}
#move {
	position: relative;
	left: 30px;
	top: 0;
}
/*Unordered Lists*/
ul.arrow {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.arrow li::before {
	font-size: 12px;
}
ul.arrow li::before {
	margin-right: 5px;
}
ul.arrow li {
	width: 100%;
	background: url(../images/arrows_right.png) 0px 4px no-repeat;
	background-size: 10px 10px;
	display: inline-block;
	padding-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #8d4a21;
	margin: 4px 0px;
}
ul.arrow li .showdate {
	color: #069;
	padding-right: 10px;
}
#typo {
	margin: 0;
	padding: 0;
	background-color: #3498db;
	font-weight: bold;
	font-size: 110px;
	color: #fff;
	text-align: center;
	line-height: 310px;
	height: 310px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
#buttons1 {
	background-color: #ebc000;
}
#buttons2 {
	background-color: #01b169;
	height: 310px;
}
#images {
	width: 550px;
	height: 310px;
}
#easing {
	background-color: #019faa;
}
#typo .inner, #buttons1 .inner, #buttons2 .inner, #images .inner {
	position: relative;
	width: 506px;
	margin: 0 auto;
}
#buttons1 button {
	display: block;
	float: left;
	width: 224px;
	height: 80px;
	margin: 0 10px 20px;
	padding: 0;
	font-size: 16px;
	letter-spacing: 0.15em;
	color: #ebc000;
	background-color: #fff;
	border: none;
	border-radius: 20px;
}
#buttons2 button {
	display: block;
	position: absolute;
	width: 224px;
	height: 224px;
	overflow: hidden;
	padding: 0 0 35px;
	font-size: 16px;
	letter-spacing: 1px;
	color: #01b169;
	background-color: #fff;
	border: none;
	border-radius: 112px;
}
#buttons2 button:nth-child(1) {
	left: 10px;
}
#buttons2 button:nth-child(2) {
	left: 254px;
}
#buttons2 button:nth-child(3) {
	left: 498px;
}
#buttons2 button:nth-child(4) {
	left: 742px;
}
#images p {
	position: relative;
	width: 550px;
	height: 310px;
	margin: 0 auto 80px;
}
#images p strong {
	color: #fff;
	font-size: 24px;
}
/* Clearfix */
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
/* #images */
#images p {
	overflow: hidden;
}
#images p strong {
	position: absolute;
	display: block;
	z-index: 1;
	bottom: 0;
	width: 550px;
	height: 30px;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	padding: 30px;
	line-height: 0px;
}
#images p span {
	position: absolute;
	display: block;
	z-index: 0;
	top: 0;
	width: 550px;
	height: 380px;
	box-shadow: inset 0 0 50px rgba(50, 30, 0, 0.6), inset 0 0 100px rgba(50, 30, 0, 0.3);
	background: rgba(255, 155, 0, 0.2);
	opacity: 0;
}
#images p:nth-child(1) strong {
	opacity: 0;
}
#images p:nth-child(2) strong {
	opacity: 0;
	left: -200%;
}
#images p:nth-child(3) strong {
	bottom: -80px;
	background: rgba(34, 34, 34, 1);
}
#images p:nth-child(3) img {
	position: absolute;
	top: 0px;
}
/*履約價金進度查詢============================================*/
#page-part3 {
	position: relative;
	display: block;
	width: 100%;
	float: left;
	clear: both;
	margin: 0 0;
	padding: 0;
	box-sizing: border-box;
	background-color: white;/*padding-top: 50px;*//* padding-bottom: 50px;*/
}
.site-section3.section-price {
	padding-top: 3em;
	background: #eeeeee url(../images/part2-bg.jpg) no-repeat;
	background-position: bottom left;
}
.site-section3 {
	clear: both;
	padding: 0 0 2em;
	position: relative;
	z-index: 1;
}
.login-container {
	width: 550px;
	margin: 3% auto;
	background: #ccc;
	background: rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
}
.login-content {
	-webkit-border-radius: 8px 8px 10px 10px;
	-moz-border-radius: 8px 8px 10px 10px;
	border-radius: 8px 8px 10px 10px;
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
	z-index: 1;
}
.login-content header h3.title1 {
	font-size: 24px;
	color: #880303;
	padding: 10px\9;
	letter-spacing: 2px;
	line-height: 0;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, .7)
}
.login-content > header {
	background-color: #d3d3d3;
	background-image: -moz-linear-gradient(center top, #d3d3d3, #acacac) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-image: -webkit-linear-gradient(top, #d3d3d3, #acacac);
	background-image: -o-linear-gradient(center top, #d3d3d3, #acacac) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-bottom: 1px solid #999;
	border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
	padding: 2px 30px;
	text-align: center;
}
.clearfix:after {
	clear: both;
	content: "";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.login-content > section {
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	padding: 20px 30px;
}
.well-login {
	width: 320px;
	margin: 0 auto;
	padding: 50px 0;
}
.wiz-container11 {
	background: none repeat scroll 0 0 #fff9f7;
	margin: 0 0;
	-webkit-border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
}
/*表單部=============================================份*/ 
/* input placeholder */
::-webkit-input-placeholder { /* WebKit browsers */
 color: #999999;
 font-size:15px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #999999;
 font-size:15px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #999999;
 font-size:15px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
 color: #999999;
 font-size:15px;
}
.login-container .login-input {
	width: 250px !important;
	padding-left: 30px;
	margin: 10px;
	padding: 10px;
	border: 1px solid #CCC;
}
.b-form01-2b {
	display: inline-block;
}
.b-form01-2b1 {
	display: inline-block;
	margin-bottom: 10px;
}
.b-form01-2b2 {
	display: inline-block;
	margin-bottom: 10px;
	margin: 0 10px 0 10px;
}
/*驗證碼*/
.login-container .login-input-s {
	width: 120px !important;
	padding-left: 30px;
	margin: 10px;
	padding: 10px;
	border: 1px solid #CCC;
}
.remember-me {
	margin: 5px;
	margin-left: 50px;
}
.remember-me span {
	font-size: 10px;
	-webkit-transform : scale(0.83);/*解決Ghrome 最小字只有12px*/
	-moz-transform : scale(1);
	margin-top: -2px;
	margin-left: 5px;
}
.remember-me .forgetps a {
	font-size: 12px;
	-webkit-transform : scale(0.9);/*解決Ghrome 最小字只有12px*/
	-moz-transform : scale(1);
	margin-top: -2px;
	margin-left: 100px;
	color: #930;
}
.remember-me .forgetps a:hover {
	color: #F00;
}
.remember-me .checker {
	margin-left: 0px;
}
.login-container .login-btn {
	width: 240px !important;
	height: 50px;
	margin: 30px 50px 0px;
	background-color: #fb6363;
	font-size: 18px;
	color: #FFF;
	font-family: "微軟正黑體", serif;
}
/*驗證碼*/
.login-container .btn-nos {
	width: 100px !important;
	height: 40px;
	background-color: #666;
}
.login-container .btn-nos span.nos {
	font-size: 16px;
	line-height: 18px;
	color: #FFF;
	font-family: "微軟正黑體", serif;
}
/*履約價金進度查詢-修改密碼============================================*/
.price-container {
	width: 980px;
	margin: 1% auto;
	background: #ccc;
	background: rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
}
.price-content {
	-webkit-border-radius: 8px 8px 10px 10px;
	-moz-border-radius: 8px 8px 10px 10px;
	border-radius: 8px 8px 10px 10px;
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
	z-index: 1;
}
.price-content header h3.title2 {
	font-size: 24px;
	color: #880303;
	padding: 10px\9;
	line-height: 0;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, .7);
}
.price-content header h3.title2 span {
	font-size: 16px;
	color: #600;
	padding: 10px\9;
	line-height: 0;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, .7);
}
.price-content span.datetime {
	float: right;
	position: relative;
	margin-top: -37px;
	font-size: 16px;
	color: #000;
	right: 8%;
}
.price-content span.btn-out {
	float: right;
	position: relative;
	margin-top: -43px;
	font-size: 16px;
	color: #333;
	width: 58px;
	height: 32px;
	line-height: 31px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	background-color: #FFF;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #999;
	opacity: 0.7;
}
.price-content span.btn-out:hover {
	opacity: 1;
}
.price-content > header {
	background-color: #d3d3d3;
	background-image: -moz-linear-gradient(center top, #d3d3d3, #acacac) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-image: -webkit-linear-gradient(top, #d3d3d3, #acacac);
	background-image: -o-linear-gradient(center top, #d3d3d3, #acacac) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-bottom: 1px solid #999;
	border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
	padding: 8px 30px;
	text-align: left;
}
.clearfix:after {
	clear: both;
	content: "";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.price-content > section {
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	padding: 20px 30px;
}
.price-container11 {
	background: none repeat scroll 0 0 #fff9f7;
	margin: 0 0;
	-webkit-border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
}
.well-price {
	width: 100%;
	height: 600px;
	margin: 0 auto;
}
/*============價金履約保證系統1~6頁============*/
.price-silber {
	width: 20%;
	height: 100%;
	float: left;
	margin: 0;
	padding: 0 0;
	background: #eeeeee;
	border-radius: 0px 0px 0px 8px;
	-webkit-border-radius: 0px 0px 0px 8px;
	-moz-border-radius: 0px 0px 0px 8px;
}
.price-main {
	width: 80%;
	float: right;
	height: 100px;
	background-color: #EEE;
	border-bottom: 1px #999999 solid;
	box-shadow: -1px 0px 10px rgba(0, 0, 0, .1);
	margin: 0;
	padding: 0 0;
}
.menu-c1 {
	width: 100%;
	height: 100px;
	background-image: url(../images/price-bg1.gif);
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, .3);
	-webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, .3);
	-moz-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, .3);
}
.menu-nameg {
	width: 140px;
	margin: 40px auto;
}
.menu-nameg img {
	vertical-align: -8px;
}
.menu-nameg span {
	font-size: 15px;
	color: #333;
	padding-left: 10px;
}
/*sub nav*/
.sub-nav {
	width: 100%;
}
.sub-nav ul.menu_01 {
	width: 100%;
	min-height: 500px;
	margin: 0 0;
	padding: 0;
}
.sub-nav li {
	width: inherit;
	height: 50px;
	border-bottom: 1px solid #d7d6d6;
}
.sub-nav li a {
	color: #666666;
	font-size: 15px;
	display: block;
	height: inherit;
	line-height: 50px;
	padding-left: 30px;
	background-image: url(../images/sub_nav_bg.png);
	background-repeat: no-repeat;
}
.sub-nav li#abb a {
    color: #666666;
    font-size: 15px;
    display: block;
    height: inherit;
    line-height: 22px;
    padding-left: 30px;
    background-image: url(../images/sub_nav_bg.png);
    background-repeat: no-repeat;
}
.sub-nav li#abb a:hover,
.sub-nav li a:hover, .sub-nav li.active a, .sub-nav li.active a:hover {
	background-color: #fff;
	color: #252525;
	border-bottom: 1px solid #d7d6d6;
}
.sub-nav .user-sub {
	background-position: -3px 5px;
}
.sub-nav .info-sub {
	background-position: -3px -42px;
}
.sub-nav .three-sub {
	background-position: -3px -140px;
}
.sub-nav .three-subabb {
	background-position: -3px -153px;
}
.price-main-w {
	widht: 80%;
	margin: 20px auto;
	color: #333;
	line-height: 30px;
	margin-left: 30px;
}
.price-main-w span {
	font-size: 18px;
	color: #900;
	font-weight: bold;
	padding: 0px 10px;
}
/*修改密碼from*/
.price-main-f {
	widht: 100%;
	margin: 0 0;
	padding: 0 0;
}
.price-main-f1 {
	width: 720px;
	height: 300px;
	float: right;
	right: 3%;
	margin: 0 auto;
	position: relative;
	top: 30px;
	padding: 20px 120px;/*background-color: #999;*/
}
.price-main-f1 label.price-right {
	text-align: right;
	width: 80px;
}
.price-main-f1 .price-input {
	width: 250px !important;
	padding-left: 30px;
	margin: 10px;
	padding: 10px;
	border: 1px solid #CCC;
}
.price-main-f1 .price-btn {
	width: 240px !important;
	height: 50px;
	margin: 30px auto;
	margin-left: 100px;
	background-color: #fb6363;
	font-size: 18px;
	color: #FFF;
	font-family: "微軟正黑體", serif;
}
.price-main-f .line {
	width: 450px;
	height: 10px;
	border-bottom: 1px dashed #999;
}
.price-main-f .psword1 {
	width: 450px;
	font-size: 12px;
	line-height: 1.5;
	padding-top: 10px;
	color: #900;
}
/*基本資料檢視/ 修改===============================================*/
.price-main-f2 {
	width: 720px;
	height: 600px;
	float: right;
	right: 8%;
	margin: 0 auto;
	position: relative;
	top: 15px;
	padding: 0px 50px;/*background-color: #999;*/
}
.well-price2 {
	width: 100%;
	height: 1000px;/*=================重要========*/
	margin: 0 auto;
}
.price-main-f2-a {
	padding: 0 20px;
	margin-bottom: 20px;
}
.price-main-f2-a ul li {
	display: table;
	float: left;
	width: 45%;
	margin: 0 -5% 0 -5%;
}
.form01-n {
	color: #333333;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	width: 90px;
	display: inline;
}
.price-main-f2-a ul li.form01-nbb {
    display: table;
    float: right;
    width: 66%;
    margin: 0 -5% 0 -5%;
}

.page_02_m3 {
	width: 700px;
	height: auto;
}
.page-table_02 {
	padding: 0px 0px;
}
.page-table_02 ul {
	width: 700px;
}
.page-table_02 ul li {
	line-height: 1.5;
}
.b-form01-3 {
	width: 720px;
	margin: 0 auto;
	padding: 0;
}
.table-form1 {
	padding: 0px 10px;
}
.panel-heading .table1-input {
	width: 200px !important;
	padding-left: 30px;
	margin: 10px;
	padding: 5px;
	border: 1px solid #CCC;
}
.panel-heading .table1-input-long {
	width: 490px !important;
	padding-left: 30px;
	margin: 10px;
	padding: 5px;
	border: 1px solid #CCC;
}
.panel-heading {
	padding: 0px 15px !important;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel-heading label.area-no {
	padding: 0px 10px;
}
.panel-heading .area-move {
	padding-left: 70px;
}
.title-r {
	color: #600;
	font-size: 16px;
	font-weight: bold;
}
.title-r img {
	vertical-align: -2px;
	padding: 0px 10px;
}
/*價金履約保證系統---第二頁---表格部分==================================================*/
.div-tables {
	padding: 10px;
	margin-top: -10px;
}
.rwd-tables {
	width: 100%;
	border-collapse: collapse;
}
.rwd-tables tr:nth-of-type(odd) {
	background-color: #F5F5F5;
}
.rwd-tables th {
	padding: 12px;
	border: 1px solid #CCCCCC;
	text-align: center;
}
.rwd-tables td {
	padding: 12px;
	border: 1px solid #CCCCCC;
	text-align: left;
	padding-left: 10px;
}
.rwd-tables th {
	color: #000000;
	font-family: "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", "細明體", "MingLiU", "標楷體", "DFKai-sb", "serif";
	font-size: 16px;
	font-weight: bold;
	background-color: #EEEEEE;
}
.rwd-tables td {
	color: #333333;
	font-family: "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", "細明體", "MingLiU", "標楷體", "DFKai-sb", "serif";
	font-size: 100%;
}
/* Hide new mobile heading on desktop */
td div.rwd-tables.thead {
	display: none;
}
/*---------------有必要再設定---------------*/
.rwd-tables .tr_th {
}
.rwd-tables .tr_td {
}
.rwd-tables .th_1, .rwd-tables .td_1 {
}
.rwd-tables .th_2, .rwd-tables .td_2 {
}

/*---------------有必要再設定---------------*/
@media only screen and (max-width: 620px) {
.rwd-tables {
	width: auto;
}
table.rwd-tables, .rwd-tables thead, .rwd-tables tbody, .rwd-tables th, .rwd-tables tbody, .rwd-tables td, .rwd-tables tr {
	display: block;
}
.rwd-tables thead, .rwd-tables th {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.rwd-tables tfoot {
	display: block;
	text-align: right;
}
.rwd-tables tfoot td {
	display: inline-block;
}
td div.rwd-tables.thead {
	/*display: table-cell;
	vertical-align:middle;
	width:90px;
	border-right:1px solid #DDDDDD;*/
	border-bottom: 1px dashed #dddddd;
	display: block;
	font-size: 16px;
	color: #777777;
	background-color: #F5F5F5;
	padding: 5px 10px;
}
td div.rwd-tables.tbody {
	/*display: table-cell;
	vertical-align:middle;
	text-align:right;*/
	width: auto;
	font-size:16px;
	color: #333333;
	padding: 5px 10px;
}
.rwd-tables tr:nth-of-type(odd) {
	background-color: transparent;
}
.rwd-tables tfoot tr:nth-of-type(odd), .rwd-tables tfoot td {
	background: #333333;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: none;
}
.rwd-tables tr {
	border: 1px solid #CCCCCC;
	margin: 0px 0 15px 0;
}
.rwd-tables td {
	padding: 0px;
	border: none;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
	/*display:table;
	width:100%;*/
	font-size: 100%;
	color: inherit;
}
.rwd-tables td:last-child {
	border-bottom: 0px solid #CCCCCC;
}
/*---------------有必要再設定---------------*/
.rwd-tables .tr_th {
	display: none;
}
.rwd-tables .tr_td {
}
.rwd-tables .th_1, .rwd-tables .td_1 {
}
.rwd-tables .th_2, .rwd-tables .td_2 {
}
.rwd-tables .th_3, .rwd-tables .td_3 {
}
.rwd-tables .th_4, .rwd-tables .td_4 {
}
.rwd-tables .th_5, .rwd-tables .td_5 {
}
/*---------------有必要再設定---------------*/
}
/*價金履約保證系統---新增內20151106table==========================20151106==================================================*/
.well-price3-800 {
	width: 100%;
	height: 800px;/*=================重要========*/
	margin: 0 auto;
}
.well-price3-900 {
	width: 100%;
	height: 900px;/*=================重要========*/
	margin: 0 auto;
}
.well-price3-1000 {
	width: 100%;
	height: 1000px;/*=================重要========*/
	margin: 0 auto;
}
.well-price3-1100 {
	width: 100%;
	height: 1100px;/*=================重要========*/
	margin: 0 auto;
}
.well-price3-1200 {
	width: 100%;
	height: 1200px;/*=================重要========*/
	margin: 0 auto;
}
.well-price3-1300 {
	width: 100%;
	height: 1300px;/*=================重要========*/
	margin: 0 auto;
}
.well-price3-1400 {
	width: 100%;
	height: 1400px;/*=================重要========*/
	margin: 0 auto;
}
.well-price3-1500 {
	width: 100%;
	height: 1500px;/*=================重要========*/
	margin: 0 auto;
}
.div-tables-abb {
	padding: 10px;
	margin-top: 10px;
	margin-bottom:50px;
}
.rwd-tables-abb {
	width: 100%;
	border-collapse: collapse;
}
.rwd-tables-abb tr:nth-of-type(odd) {
	background-color: #F5F5F5;
}
.rwd-tables-abb th {
	padding: 12px;
	border: 1px solid #CCCCCC;
	text-align: center;
}
.rwd-tables-abb td {
	padding: 12px;
	border: 1px solid #CCCCCC;
	text-align: left;
	padding-left: 10px;
}
.rwd-tables-abb th {
	color: #000000;
	font-family: "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", "細明體", "MingLiU", "標楷體", "DFKai-sb", "serif";
	font-size: 15px;
	font-weight: bold;
	background-color: #EEEEEE;
}
.rwd-tables-abb td {
	color: #333333;
	font-family: "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", "細明體", "MingLiU", "標楷體", "DFKai-sb", "serif";
	font-size: 15px;
}
/* Hide new mobile heading on desktop */
td div.rwd-tables-abb.thead {
	display: none;
}


/*ie8-9下拉清單*/
.xxx-select {
	color: #666666;
	font-size: 16px;
	font-weight: normal;
	background-color: #FFFFFF;
	text-align: left;
	height: 34px;
	padding: 0 0px 0 5px;
	border: 1px solid #CCCCCC;
	border-radius: 0em;
	font-family: "微軟正黑體", serif;
}
/*moz下拉清單*/
@-moz-document url-prefix() {
.xxx-select {
 color:#666666;
 font-size:16px;
 font-weight:normal;
 background-color:#FFFFFF;
 background-image:url("../images/select_icon001.png");
 background-repeat:no-repeat;
 background-position:center right;
 background-size: 18px auto;
 text-align:left;
 height:34px;
 padding:0 25px 0 5px;
 border:1px solid #CCCCCC;
 border-radius: 0.35em;
 appearance: none;
 -webkit-appearance: none;
 -moz-appearance: none;
 -ms-appearance: none;
 -o-appearance: none;
}
}
/*google下拉清單*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
.xxx-select {
	color: #666666;
	font-size: 16px;
	font-weight: normal;
	background-color: #FFFFFF;
	background-image: url("../images/select_icon001.png");
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 18px auto;
	text-align: left;
	height: 34px;
	padding: 0 25px 0 5px;
	border: 1px solid #CCCCCC;
	border-radius: 0.35em;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
}
}
/*ie10-11下拉清單*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.xxx-select {
	color: #666666;
	font-size: 16px;
	font-weight: normal;
	background-color: #FFFFFF;
	background-image: url("../images/select_icon001.png");
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 18px auto;
	text-align: left;
	height: 34px;
	padding: 0 25px 0 5px;
	border: 1px solid #CCCCCC;
	border-radius: 0.35em;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
}
.xxx-select::-ms-expand {
 display: none;
}
}
.xxx-select:focus {
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	outline: 0 none;
}
 @media only screen and (max-width: 1024px) {
/*select*/
.xxx-select {
	font-size: 16px;
	height: 40px;
}
}
@media only screen and (max-width: 640px) {
.xxx-select {
	width: 100%;
}
}
/*=================價金履約保證系統--第三頁帳務明細查詢=============================================*/

.well-price3 {
	width: 100%;
	height: 800px;/*=================重要========*/
	margin: 0 auto;
}
.white {
	width: 150px;
	height: 40px;
	margin: 0 auto;
	background: #ededed;
	background-image: -moz-linear-gradient(center top, #fff, #ededed) repeat scroll 0 1px rgba(0, 0, 0,0.5);
	background-image: -webkit-linear-gradient(center top, #fff, #ededed) repeat scroll 0 1px rgba(0, 0, 0,0.5);
	background-image: -o-linear-gradient(center top, #fff, #ededed) repeat scroll 0 1px rgba(0, 0, 0, 0.5);
	border: 1px solid #b7b7b7;
	color: #333;
	cursor: pointer;
	display: inline-block;
	margin: 5px 2px;
	outline: medium none;
	text-align: center;
	text-decoration: none;
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top, #fff, #ededed);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.btn-center {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
section .e-table {
	margin: 20px auto;
}
.ct_table {
	border: 1px solid #999;
	background: none repeat scroll 0 0 #FEFEFE;
	font-size:18px;
	margin: auto;
	line-height: 1.5;
	width: 97%;
	border-collapse: inherit;
}
.ct_table .intable {
	vertical-align: middle;
	height: 2em;
	overflow: hidden;
}
.ct_table td {
	font-size: 13px;
	text-align: center;
	border: 1px dotted #CCCCCC;
	vertical-align: middle;
	padding: 3px;
}
.ct_table tr td:nth-child(7) {
	line-height: 1.5em;
}
table tr th .button {
	background: none repeat scroll 0 0 #e89300;
	margin-top: 10px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	padding: 8px 19px;
}
table tr th .book_new {
	background: none repeat scroll 0 0 #fcbc4e;
	margin-top: 15px;
	color: #FFFFFF;
	font-size: 15px;
	padding: 3px 15px;
	line-height: 1.2em\9;
}
table tr th .book_new:hover {
	background: none repeat scroll 0 0 #dc5130;
}
.odd-row-b {
	background-color: #f7efcd;
	line-height: 1.5;
	border: 1px solid #444;
}
.odd-row-c {
	background-color: #f7e079;
	line-height: 1.5;
	border-bottom: 1px dotted #ccc;
}
.odd-row-c a {
	font-size: 16px;
	text-decoration: none;
}
.odd-row-c a:hover {
	text-decoration: underline;
}
.odd-row {
	background-color: #fcf3cf;
	line-height: 1.4;
}
.odd-row th:not(.last) {
	border-right: 1px solid #ccc;
	text-align: center;
}
.odd-row th {
	vertical-align: middle;
	font-weight: bold;
	font-size: 15px;
	color: #333;
	text-align: center;
}
.even-row {
	background-color: #F6F6FF;
}
.print_btn {
	font-size: 16px;
	padding: 3px;
	text-decoration: none;
	color: #606060;
	border: solid 1px #b7b7b7;
	background: -moz-linear-gradient(center top, #ffffff 0%, #efefef 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-image: -webkit-linear-gradient(top, #fff, #efefef);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.print_btn:hover {
	background: orange;
	color: #000;
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.print_btn:active {
	color: #999;
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
.pagination {
	font-size:16px;
	text-align: center;
	vertical-align: middle;
	margin: 0 120px;
}
.pagination span {
	color: #900;
	margin: 0 0;
	text-align: center;
}
.pagination a {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: -moz-linear-gradient(center top, #ffffff 0%, #efefef 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-image: -webkit-linear-gradient(top, #fff, #efefef);
	border-color: #aaa;
	border-image: none;
	border-style: solid none solid solid;
	border-width: 1px medium 1px 1px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	color: #333;
	float: left;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	min-width: 14px;
	padding: 0 7px;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0 10px;
}
.pagination a:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top, #fff, #dcdcdc);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.pagination .current {
	background: #efefef;
	cursor: default;
	border: 1px solid #ccc;
	color: #333;
	margin: 0 10px;
}
/*============價金履約保證系統-買賣方登入---查詢結果頁============*/
#page-part33 {
	position: relative;
	display: block;
	width: 100%;
	float: left;
	clear: both;
	margin: 0 0;
	padding: 0;
	box-sizing: border-box;
	background-color: white;/*padding-top: 50px;*//* padding-bottom: 50px;*/
}
.site-section33.section-price {
	padding-top: 3em;
	background: #eeeeee url(../images/part2-bg.jpg) no-repeat;
	background-position: bottom left;
}
.site-section33 {
	clear: both;
	padding: 0 0 3em;
	position: relative;
	z-index: 1;
}
.well-price33 {
	width: 100%;
	height: 800px;
	margin: 0 auto;
}
.price-user {
	width: 100%;
	height: 100px;
	float: left;
	background-color: #EEE;
	border-bottom: 1px solid #999999;
	box-shadow: -1px 0px 10px rgba(0, 0, 0, .1);
	margin: 0;
	padding: 0 0;
}
.price-user-w {
	widht: 80%;
	margin: 20px auto;
	color: #333;
	line-height: 30px;
	margin-left: 30px;
}
.price-user-w span {
	font-size: 18px;
	color: #900;
	font-weight: bold;
	padding: 0px 10px;
}
.price-user-w b {
	color: #900;
	font-weight: bold;
}
.price-user-1 {
	widht: 100%;
	margin: 0 0;
	padding: 0 0;
	margin-bottom: 30px;
}
.price-user-2 {
	width: 100%;
	height: 155px;
	float: left;
	margin: 0 auto;
	position: relative;
	background-color: #fee3e3;
	border-bottom: 1px solid #999999;
}
.price-user-2 h3 {
	font-size: 15px;
	padding: 0px 30px;
	margin-top: 10px;
}
.price-user-2 ul {
	margin: 0 auto;
	margin-left: 30px;
}
.price-user-2 ul li {
	float: left;
	paddin: 0 10px;
}
.price-user-2 ul li img {
	vertical-align: middle;
	margin-top: 40px;
	text-align: center;
}
.price-user-2 ul li .user-2active {
	width: 100px;
	height: 100px;
	text-align: center;
	float: left;
	padding: 10px;
	position: relative;
	top: -5px;
	opacity: 1;
}
.price-user-2 ul li .user-2 {
	width: 100px;
	height: 100px;
	text-align: center;
	float: left;
	padding: 10px;
	position: relative;
	top: -5px;
	opacity: 0.4;
}
.price-user-2 ul li .user-2 .seven-other, .price-user-2 ul li .user-2active .seven-other {
	width: 80px;
	height: 80px;
	background-color: #f74545;
	border-radius: 50%;
	text-align: center;
	padding-top: 20px;
	line-height: -2px;
	vertical-align: middle;
	color: #FFF;
}
.price-user-2 ul li .user-2 .seven-other span, .price-user-2 ul li .user-2 .seven-1 span {
	font-size: 13px;
	color: #FFF;
}
.price-user-2 ul li .user-2 .seven-1, .price-user-2 ul li .user-2active .seven-1 {
	width: 80px;
	height: 80px;
	background-color: #f74545;
	border-radius: 50%;
	text-align: center;
	line-height: 80px;
	vertical-align: middle;
	color: #FFF;
}
/*價金履約保證系統-買賣方登入---查詢結果頁=======table部分==============================================*/
.b-form01-333 {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: 30px;
}
.other-ps {
	width: 100%;
	height: 105px;
	margin: 45px 0;
	padding: 0 0;
	background-color: #ebc6c6;
	border-radius: 0px 0px 10px 10px;
}
.other-ps-w {
	width: 80%;
	margin: 0 auto;
}
.other-ps-w h3 {
	font-size: 16px;
	color: #300;
	line-height: 5px;
}
.other-ps-w p {
	font-size:16px;
	color: #300;
	line-height: 1.5;
}
/*履約保證服務- QA選單===============================================================*/
.service6-1 {
	margin: 0 100px 80px;
}
.service6-1 h3 img {
	margin-right: 5px;
	vertical-align: -3px;
}
.service6-1 h3 {
	font-size: 18px;
	color: #000;	
}
#qaContent {
	max-width: 950px;
}
#tax-1 ul {
	padding:0;
	margin: 0;
}
#tax-1 ul li div.qa_title {
	background-color:#efeff0;
	background-image:url("../images/qa_bk02ar.gif"), url("../images/qa_bk02q.gif"), url("../images/qa_bk02bg.gif");
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: right center, left 5px, left top;
	margin: 0px 0 6px 0;
}
#tax-1 ul li div.qa_title a {
    color: #000;
	font-size: 16px;
	display:block;
	padding:10px 30px 10px 40px;
}
#tax-1 ul li div.qa_content {
	line-height: 24px;
	color: #666;
	font-size: 15px;
	background-color:#efeff0;
	background-image:url("../images/qa_bk03.gif");
	background-repeat:no-repeat;
	background-position: left 7px;
	padding:10px 30px 10px 40px;
	margin: 0px 0 6px 0;
}
#tax-1 ul li div.mycontent {
}
/*最新消息修改-----------------------------------------------*/
/*
 * Work section
 */

.work-section {
    position: relative;
    z-index: 10;
	margin:0 0;
	padding:0 0;
}
.no-boxshadow .work-section {
    border-bottom: 1px solid rgb(24, 24, 24);
}
.work-section .section-header {
    background: url(../images/bg-noise.png);
    line-height: 50px;
    text-transform: uppercase;

    position: relative;
    z-index: 10;
}
.no-boxshadow .work-section .section-header {
    border-top: 1px solid rgb(204, 204, 204);
}
.work-section .section-header > .inner {
	padding:0 10px;
    margin: 0 auto;
    max-width: 960px;
}

.work-section .section-header ul {
	padding:0;
	margin:0;
}
/*.work-section #bottom1 {
    padding: 45px 20px;
}*/
.work-section .row {
	min-height: 320px;
    margin-left: 0px;
    margin-right: 0px;
	position:relative;
}
.work-section .row > div {
	margin:0;
}
.work-section .col-md-6 {
	float:none;
    width: auto;
}
.work-section .newsl-left {
	padding:0 570px 0 0;
}
.work-section .newsl-right {
	max-width:550px;
	padding:0;
	position:absolute;
	top:0;
	right:0;
}
.work-section .newsr-left {
	max-width:550px;
	padding:0;
	position:absolute;
	top:0;
	left:0;
}
.work-section .newsr-right {
	padding:0 0 0 570px;
}
.work-section #move {
    left: auto;
    position: inherit;
    top: auto;
}
.work-section #images {
    height: auto;
    width: auto;
}
.work-section #images p {
    height: auto;
    margin: 0 auto 0px;
    position: relative;
    width: auto;
}
.work-section #images p img {
    width:100%;
	height:auto;
}
.work-section #images p strong {
    width: 100%;
}
.work-section #images p span {
    width:100%;
}


/* タブ */
.work-section .tabs-nav {
    border-left: 1px solid rgb(218, 218, 218);
    margin-left: -100px;
    letter-spacing: 1px;
    -webkit-box-shadow: inset 1px 0 rgb(255, 255, 255);
            box-shadow: inset 1px 0 rgb(255, 255, 255);
}
.work-section .tabs-nav li {
    border-right: 1px solid rgb(218, 218, 218);
    float: left;
    position: relative;
    -webkit-box-shadow: 1px 0 rgb(255, 255, 255);
            box-shadow: 1px 0 rgb(255, 255, 255);
}

.work-section .tabs-nav a {
    display: block;
    padding: 0 1.36em;
    position: relative;
	color: #000;
	font-size:14px;
}
.work-section .tabs-nav a:hover,
.work-section .tabs-nav a.active {
    background-color: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
}
.work-section .tabs-nav a.active:after {
    background: url(../images/sprites.png) no-repeat 0 0;
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 37px;
    height: 19px;
    margin-left: -18px;
}

/* パネル */
.work-section .section-body {
    /*height: 400px;*/
    position: relative;
}
.work-section .section-body .image-wrapper {
    height: 100%;
    min-width: 960px;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.work-section .section-body .image-wrapper img {
    position: absolute;
    left: 50%;
    margin-left: -800px;
}

.no-js .work-section .tabs-nav {
    display: none;
}
.no-js .work-section .section-body {
    height: auto;
}
.no-js .work-section .section-body .image-wrapper,
.no-js .work-section .section-body .content {
    height: 400px;
}

.work-section .section-body .content {
    color: rgb(255, 255, 255);
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
    width: 960px;
    margin: auto;
    position: relative;
}
.work-section .section-body .content > .inner {
    position: absolute;
    width: 250px;
}
.work-section .section-body #work01 .content > .inner {
    top: 20px;
    left: 680px;
}
.work-section .section-body #work02 .content > .inner {
    top: 140px;
    left: 40px;
}
.work-section .section-body #work03 .content > .inner {
    top: 50px;
    left: 50px;
}
.work-section .section-body #work04 .content > .inner {
    top: 50px;
    left: 50px;
}
.work-section .section-body #work05 .content > .inner {
    top: 50px;
    left: 680px;
}
.work-section .section-body .title {
    font-size: 60px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.work-section .section-body .description {
    font-size: 12px;
    line-height: 1.75;
}
.work-section .section-body .read-more {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0.25em 1em;
    margin-top: 1.5em;
    border: 2px solid;
    letter-spacing: 1px;
}
.textshadow .work-section .section-body .read-more {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5), 0 0 2px rgba(0, 0, 0, 0.5) inset;
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.5), 0 0 2px rgba(0, 0, 0, 0.5) inset;
}

/*totoro 調整覆蓋bootstrap.min.css*/
.navbar-header {
    float: none;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
}
.navbar-brand {
    float: none;
    height: auto;
    line-height: normal;
    padding: 0px 0px;
	display:block;
}
.navbar-nav {
	display:inline-block;
    float: none;
    margin: 0;
	padding:0;
}
/*totoro 調整覆蓋bootstrap.min.css END*/
.pagepage-footer {
	padding: 20px 0 0px !important;
}
.navbar-collapse .navbar-nav > li > a {
	font-size:16px;
}

/*onlineRegist.php Start*/
.online-regist {
	padding:30px 10px;
}
.online-regist-form {
	margin-bottom:20px;
}
.online-regist-form .redStar {
	color:#FF0000;
	margin-right:3px;
}
.online-regist-form .redStar2 {
	color:#FF0000;
	font-size:16px;
}
.online-regist .first1span-b {
	margin-bottom:20px;
}
.online-regist .first1span-b .xxx-input-button {
	margin:0 5px;
}
.online-regist-form .nct-001 {
}
.online-regist-form ul {
	padding:0;
	margin:0;
	list-style:none;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
.online-regist-form ul li {
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}
.online-regist-form .first1span {
    margin-bottom: 0px;
}
.online-regist-form .first1span-left {
	color:#333333;
	text-align:right;
    width:150px;
	padding:5px 5px 5px 5px;
	border-right:1px solid #CCCCCC;
}
.online-regist-form .first1span-right {
	text-align:left;
    width: auto;
	padding:5px 5px 5px 5px;
}
.online-regist-form .first1span-right .xxx-input {
    width:100%;
	box-sizing:border-box;
}
.online-regist-form .first1span-right .xxx-textarea {
    width:100%;
	box-sizing:border-box;
}
/*onlineRegist.php END*/
.dsicon {
	position:absolute;
}
.dsicont {
    display: inline-block;
    padding-left: 20px;
}




/*ie10-11 class辨識區*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
}

/*ie10-11 class自適應辨識區*/
@media screen and (-ms-high-contrast: active) and (max-width: 1024px),
(-ms-high-contrast: none) and (max-width: 1024px) {
}

@media only screen and (max-width: 1540px){
.service-left-silber {
    background: #f6f6f6 url("../images/service-bg.jpg") no-repeat scroll left top;
    display: table-cell;
    position: relative;
    vertical-align: top;
    width: 300px;
}
}

@media only screen and (max-width: 1320px){
.service1-1 {
    margin: 0 20px 80px;
}
.service1-2 {
    background-color: #eceaea;
    border-bottom: 1px dotted #999;
    border-top: 1px dotted #999;
    padding: 30px 20px;
}
.service2-1 {
	margin: 0 20px 80px;
}
.service3-1 {
	margin: 0 20px 80px;
}
.service4-1 {
	margin: 0 20px 80px;
}
.service5-1 {
	margin: 0 20px 80px;
}
.service6-1 {
	margin: 0 20px 80px;
}
}

/*1000-1280dpi 針對1920寬螢幕以及筆電最高寬度解析度(多數)到1366和1400*/
@media only screen and (max-width: 1280px){
.service1-2 ul li {
	width:15%;
	margin:0 1% 0 0;
}
.service1-2-1 .four-1 {
	margin:0 auto;
}
.service1-2 ul li:nth-child(1) {
	width:171px;
	margin:0;
}
.service1-3-w p {
    padding-left: 20px;
}
}

@media only screen and (max-width: 1100px){
.service2-1-1 img {
	width:100%;
}
.service3-1-1 img {
	width:100%;
}
.work-section .newsl-left {
	padding:0 380px 0 0;
}
.work-section .newsl-right {
	max-width:360px;
}
.work-section .newsr-left {
	max-width:360px;
}
.work-section .newsr-right {
	padding:0 0 0 380px;
}
}

/*960-1024dpi 針對老舊型電腦1024x768解析度使用者以及iPad平板(橫式)*/
@media only screen and (max-width: 1024px){
/*input*/
.xxx-input {
	font-size:16px;
	height:40px;
}
/*textarea*/
.xxx-textarea {
	font-size:16px;
}
/*select*/
.xxx-select {
	font-size:16px;
	height:40px;
}
/*button*/
.xxx-button {
	height:40px;
}
/*--------------------------------------------------------*/
.container {
	max-width:inherit;
    padding-left: 40px;
    padding-right: 40px;
}
.navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}
}

@media only screen and (max-width: 920px){
.site-section9 {
    display: block;
    width: auto;
}
/*左*/
.service-left-silber {
	background-image:none;
    display: block;
    width: auto;
}
/*右*/
.service-main {
    display: block;
	clear: both;
    padding: 30px 0 0;
}
.just_dot {
	display:none;
}
.service-silber {
    float: none;
    position: inherit;
    top: 0;
}
.service-nav {
    width: auto;
}
.service-nav li {
	float:left;
	width:33.3333%;
	border-right: 1px solid #d7d6d6;
}
.service-nav li:nth-child(3), 
.service-nav li:nth-child(6) {
	border-right: 0px solid #d7d6d6;
}
.service-nav li a {
    padding: 0 0 0 35px;
    text-align: left;
}
.service-nav .icon-sub {
    background-position: 1px 6px;
}
.service-nav li.active a, .service-nav .icon-sub:hover {
    background-position: 1px -44px;
}
}

/*720-780dpi 針對各廠牌平板解析度使用(直式)*/
@media only screen and (max-width: 780px){
/*左右拉霸icon箭頭提示*/
.xxx-lr-arrow {
	display: block;
}
/*--------------------------------------------------------*/
.navbar > .container {
	display:none;
}
.navbar-inverse {
    min-height: 60px;
}
.navbar-inverse1 {
    min-height: 30px;
}
.page-head-rwd {
}
#introduct > .container > p {
	font-size: 16px;
}
.service1-1 p {
    font-size: 16px;
}
.service1-3 .service1-3-w p {
	font-size: 16px;
}
.service2-1-2 {
	text-align:center;
	display: block;
	margin-top:10px;
}
.service2-1-2 a {
	color:#FFFFFF;
	font-size:16px;
	background-color:#9e2925;
	display: inline-block;
	padding:10px 20px;
	border-radius: 0.35em 0.35em 0.35em 0.35em;
}
.service3-1-2 {
	text-align:center;
	display: block;
	margin-top:10px;
}
.service3-1-2 a {
	color:#FFFFFF;
	font-size:16px;
	background-color:#9e2925;
	display: inline-block;
	padding:10px 20px;
	border-radius: 0.35em 0.35em 0.35em 0.35em;
}
.service4-1-1 p {
    font-size: 16px;
}
.service5-1-1 p {
    font-size: 16px;
}
#tax-1 ul li div.qa_title a {
	font-size: 16px;
}
#tax-1 ul li div.qa_content {
	font-size: 16px;
}
.work-section .newsl-left {
	padding:0 220px 0 0;
}
.work-section .newsl-right {
	max-width:200px;
}
.work-section .newsr-left {
	max-width:200px;
}
.work-section .newsr-right {
	padding:0 0 0 220px;
}
ul.arrow li {
	padding: 0 0 10px 15px;
	margin: 5px 0px 5px 0;
	border-bottom:1px solid #CCCCCC;
}
/*well-login-left right Start*/
.first1span-left {
	font-size:16px;
}
.first1span-leftcssh {
	display:table-caption;
	margin-bottom: 10px;
}
.first1span-leftwl2 {
	padding-left:0;
}
.first1span-b .login-btn {
	width:100%;
}
/*well-login-left right END*/
}

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

/*520-640dpi 針對各廠牌智慧型手機螢幕解析度使用；除非有使用寬度百分比自動縮放，可省略設定*/
@media only screen and (max-width: 640px){
.pagepage-footer {
	padding: 0px 0 0px !important;
}
.service-nav li {
    width: 50%;
}
.service-nav li:nth-child(3), 
.service-nav li:nth-child(6) {
	border-right: 1px solid #d7d6d6;
}
.service-nav li:nth-child(even) {
	border-right: 0px solid #d7d6d6;
}
.service1-2 ul li {
	text-align:center;
    float: none;
    width: auto;
	padding:10px 0;
    margin: 0 0% 0 0;
	border-bottom:1px solid #FFFFFF;
}
.service1-2 ul li:nth-child(1) {
    width: auto;
}
.service1-2-1 {
    padding-top: 0px;
	min-height:110px;
}
.service1-2-1 .four-1 p {
    display: block;
    font-size:16px;
    line-height: normal;
    margin: 5px 0 0 0;
}
.service1-3 {
	display:none;
}
.work-section .newsl-left {
	padding:0 0px 20px 0;
}
.work-section .newsl-right {
	max-width: inherit;
	padding:0;
	position: inherit;
	top: auto;
	right: auto;
}
.work-section .newsr-left {
	max-width: inherit;
	padding:0;
	position: inherit;
	top: auto;
	right: auto;
}
.work-section .newsr-right {
	padding:20px 0 0 0px;
}
.work-section .container {
    padding-left: 10px;
    padding-right: 10px;
}

.contact-title {
    display: block;
    width: auto;
}
.contact-title-left {
	text-align:center;
    display: block;
    padding-right: 0px;
    width: auto;
}
.contact-title-right {
    display: block;
	margin-bottom:20px;
}
.contact-title-right span {
    font-size: 16px;
}

.contact-form-main div:nth-child(1).first1span .xxx-input {
	margin-right: inherit;
}
.contact-form-main div:nth-child(1).first1span .xxx-input, 
.contact-form-main div:nth-child(2).first1span .xxx-input, 
.contact-form-main div:nth-child(4).first1span .xxx-input {
	width: 100%;
	margin-bottom:10px;
}
.contact-form-main .first1span-left {
	display:table-caption;
	margin-bottom:5px;
}
.contact-form-main .first1span-right .x3-1-input {
	width:22%;
}
.contact-form-main .first1span-right .x3-2-input {
	width:51%;
}
.contact-form-main .first1span-right .x3-3-input {
	width:22%;
}

.btn-Area input[type=button], .btn-Area input[type=submit], .btn-Area input[type=reset] {
	width:100%;
	padding:10px;
}


}

/*320-480dpi 針對各廠牌智慧型手機螢幕解析度使用(直式)*/
@media only screen and (max-width: 480px){
.container {
	padding:0 10px;
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.service-nav li {
	float:none;
    width: auto;
}
.service-nav li:nth-child(3), 
.service-nav li:nth-child(6) {
	border-right: 0px solid #d7d6d6;
}
.service-nav li {
	border-right: 0px solid #d7d6d6;
}
.service1-1 {
    margin: 0 10px 50px;
}
.service1-2 {
    padding: 10px 10px;
}
.service2-1 {
    margin: 0 10px 50px;
}
.service2-1-2 a {
	display: block;
}
.service3-1 {
    margin: 0 10px 50px;
}
.service3-1-2 a {
	display: block;
}
.service4-1 {
    margin: 0 10px 50px;
}
.service5-1 {
    margin: 0 10px 50px;
}
.service6-1 {
    margin: 0 10px 50px;
}
/*onlineRegist.php Start*/
.online-regist-form .first1span-left {
	text-align:left;
    width: auto;
	display:table-caption;
	padding:5px 5px 0px 5px;
	margin-bottom:5px;
	border-right:0px solid #CCCCCC;
}
.online-regist-form .first1span-right {
    width:100%;
	padding:0px 5px 5px 5px;
}
.online-regist-form .first1span-right .xxx-select {
	width:100%;
}
/*onlineRegist.php END*/
}