/*
 * iweb51-style06
 *
 * Copyright 2015, TANK
 * 
 * 
 * 2015 / 8 / 31
 */


/*-----------------------------------------------------------------------------
 [TABLE OF CONTENTS]
    +common
        =anchor
        =clear,clearfix
        =banner
    +header
        =cis
        =site-func
        =share-func
        =nav
    +content
        +content-main
        +content-sidebar
    +footer
        =footer-link
        =company-info
-----------------------------------------------------------------------------*/

/* +common
*----------------------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
}

body {
	margin:0;
	color: #2e231a;
	font-size: 14px;
}

div, h1, h2, h3, h4, h5, h6, hr, p, form, label, input, textarea, img, span, ul, li {
	text-align: left;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	word-wrap: normal;
	word-break: normal;
	border-width: 0;
	font-family: "微軟正黑體", "蘋果儷中黑", "Lucida Grande", "Arial", "Arial Narrow";
}

hr {
	border-top:1px #000 solid;
	margin:0 0 10px 0;
}

th {
	font-weight: normal;
}

ul, ol {
	list-style: none;
}

p.lineHeight {
	line-height:170%;
}
p.marginTop {
	margin:10px 0;
}
p.marginLeft {
	margin: 0 10px;
}

input,button,select,textarea {
	outline:none
}

/**
*
* =anchor
*
**/

a:link, a:visited {
	color: #2e231a;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #900;
	text-decoration: none;
}

/**
*
* =clear,clearfix
*
**/

/* regular clearing apply to column that should drop below previous ones. */
.clear {
    clear: both;
}

/* this needs to be first because FF3 is now supporting this */
.clearfix {
    display: inline-block;
}

/* clearing floats without extra markup */
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
    content: ".";
}

/* hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* end hide from IE-mac */


/* +body
*----------------------------------------------------------------------------*/
.wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.wrapper section {
	overflow: hidden;
	margin: 0 auto;
}


/**
*
* =jumpDiv
*
**/
/* + 跳一  跳三
*----------------------------------------------------------------------------*/
#jumpDiv ,
#jumpIframe {
	position: relative;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 50;
}

/* +header
*----------------------------------------------------------------------------*/
.wrapper header {
	width: 100%;
}
.wrapper header #topbar{
	background:#00b0ec;
	overflow:hidden;
	border-top: 1px solid #ccc;
}
.wrapper header #topbar .topNav {
	float:right;
	padding:10px 0;
}
.wrapper header #topbar .topNav a{
	margin-left:14px;
	color:#fff;
	font-size:13px;
}
.wrapper header #topbar .topleft {
	float:left;
	overflow:hidden;
}
.wrapper header #topbar .topleft a,
.wrapper header #topbar .topleft p{
	display:inline-block;
	color:#fff;
	font-size:13px;
	float:left;
}
.wrapper header #topbar .topleft a{
	padding: 10px 13px;
    background: #2b4677;
    font-size: 26px;
    font-weight: bold;
}
.wrapper header #topbar .topleft a img{
	margin-right: 5px;
}
.wrapper header #topbar .topleft p{
	padding: 10px 13px;
	background:#0095b1;
	font-size:26px;
	font-weight:bold;
}
.wrapper header #navbar{
	overflow: hidden;
	height: 81px;
    line-height: 81px;
	box-shadow: 1px 1px 5px #B7B7B7;
}
.wrapper header #navbar #cis{
	float:left;
}
.wrapper header #navbar #cd-nav{
	width: 70%;
	float: right;
}

.wrapper header #navbar #cd-nav ul {
	overflow: hidden;
}

.wrapper header #navbar #cd-nav ul li {
	width: 12.5%;
	float: left;
	text-align: center;
	line-height: 80px;
	font-size: 18px;
}

.wrapper header #cis {
	overflow: hidden;
}


/* + form-site
*----------------------------------------------------------------------------*/
.wrapper .container section .content-wrap aside #form-site{
	margin: 0;
	border: 1px solid #CCC;
    width: 95%;
}
.wrapper .container section .content-wrap aside #form-site h3{
	padding: 0 10px;
	width: auto;
	line-height: 50px;
    background: #056796;
}
.wrapper .container section .content-wrap aside #form-site .send{
	text-align: left;
}
.wrapper .container section .content-wrap aside #form-site .send input:hover{
	background:#C14C4C;
}
.wrapper .container section .content-wrap aside #form-site fieldset p label{
	width: 95%;
    padding: 0 2.5%;
}
.wrapper .container section .content-wrap aside #form-site fieldset p input,
.wrapper .container section .content-wrap aside #form-site fieldset p select{
	width: 90%;
    padding: 0;
    margin: 0 2.5%;
}
.wrapper .container section .content-wrap aside #form-site fieldset.btn img{
	margin-left: 2.5%;	
}
#form-site {
	margin: 0 0 15px 25px;
	background-image:url(../../images/12/contact-bg.png);
	background-repeat:no-repeat;
	background-size: 130%;
	border: 1px solid #DEDEDE;
}
#form-site form{
    width: 95%;
    margin: 0 auto;	
}
#form-site h3 {
	margin-bottom: 10px;
	padding: 10px;
	background: #00a1e9;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
}

#form-site fieldset {
	border: none;
}

#form-site fieldset p {
	margin-bottom: 5px;
	width: 100%;
	float: left;
}
#form-site fieldset p label{
	width: 25%;
    display: inline-block;
}
#form-site fieldset p input{
	width: 70%;
}

#form-site fieldset p input[type="text"] {
	padding: 3px;
	border: 1px #bbb solid;
}

#form-site fieldset p input.word_12_black {
	width: 50px;
}

#form-site fieldset p.send {
	text-align: right;
}

#form-site fieldset p.send input {
	padding: 10px 20px !important;
    background: #005bac;
    color: #fff;
    width: auto !important;
	font-size: 16px;
}
#form-site fieldset p.send input:hover {
	background:#C14C4C;
}

/* + webSeo
*----------------------------------------------------------------------------*/
.wrapper section #webSeo {
	overflow: hidden;
	margin: 15px 0;
	padding: 0 0 0 40px;
	height: 25px;
	background: url(../../images/06/main/icon-marquee.png) no-repeat 0 0;
}

.wrapper section #webSeo .seo {
	overflow: hidden;
}


/* +gotop
*----------------------------------------------------------------------------*/
.wrapper #gotop {
	display: none;
	position: fixed;
	bottom: 50%;
	right: 20px;
	width: 43px;
	height: 43px;
	background: url(../../images/02/all/totop.png) no-repeat 0 0;
	text-indent: -100000px;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	cursor: pointer;
	z-index: 200;
}

.wrapper #gotop:hover {
	background-position: -43px 0;
}


/* +line
*----------------------------------------------------------------------------*/
.wrapper .line {
	position: fixed;
	right: 20px;
	top: 50%;
	display: block;
	z-index: 100000;
}


/* +footer
*----------------------------------------------------------------------------*/
.wrapper footer {
	overflow: hidden;
}

.wrapper footer .info ,
.wrapper footer .functionlink {
	overflow: hidden;
	float: left;
}
.wrapper footer .info{
	background:#ececec;
	border-top:#cccccc solid 1px;
	padding: 25px 0;
}
.wrapper footer .info .infoleft{
	float:left;
	display: flex;
}
.wrapper footer .info .infoleft .infobtn{
	display: flex;
    align-items: center;
    margin: 0 30px;
}
.wrapper footer .info .infoleft .infobtn a{
	padding: 15px 30px;
    background-color: #ffb900;
    color: #fff;
    font-size: 24px;
    border-radius: 10px;
}
.wrapper footer .info .infoleft ul.infocenter{
	display: flex;
    flex-direction: column;
}
.wrapper footer .info .infoleft ul li{
	display:inline-block;
	margin-right: 5px;
}
.wrapper footer .info .infoleft ul li h1{
	font-size:16px;
}
.wrapper footer .info .inforight{
	float:right;
}
.wrapper footer .info .inforight ul li{
	text-align:right;
	font-size:12px;
	padding-bottom: 5px;
}
.wrapper footer .info .inforight ul li a{
	font-size:12px;
	text-decoration:none;
}
.wrapper footer .functionlink .put {
}

.wrapper footer .functionlink .put ul {
	overflow: hidden;
}

.wrapper footer .functionlink .put ul li {
	float: left;
	width: 25px;
	margin-right: 0;
    margin-left: 10px;
}

.wrapper footer .functionlink .put ul li a {
	width: 24px;
	height: 24px;
	display: block;
	background: url(../../images/06/main/bookmark.png) no-repeat 0 0;
	background-position: -2px 0;
}

.wrapper footer .functionlink .put ul li.tPlus a {
	background-position: -36px 0;
}

.wrapper footer .functionlink .put ul li.gPlus a {
	background-position: -70px 0;
}

.wrapper footer #webSeo{
	background:#f8f8f8;
	border-top:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
	padding:27px 0;
}
.wrapper footer #webSeo .seo{
	overflow:hidden;
	color:#505050;
}
.wrapper footer .footNav{
	padding:18px 0;
}
.wrapper footer .footNav ul{
	float:left;
}
.wrapper footer .footNav ul li{
	display: inline-block;
	margin-right:25px;
}
.wrapper footer .footNav ul li a{
	color:#505050;
	font-size:16px;
}
.wrapper footer .footNav ul li a:hover{
	font-weight:bold;
	color:#202020;
}
.wrapper footer .footNav .functionlink{
	float:right;
}

/* +phoneWrap
*----------------------------------------------------------------------------*/
.phoneWrap {
	position: fixed;
	bottom: 20px;
	display: block;
	z-index: 999999999999999;
}

.phoneWrap ul {
	overflow: hidden;
}

.phoneWrap ul li {
	margin: 0 10px;
	float: left;
}

.phoneWrap ul li.line {
	position: inherit;
}

.phoneWrap ul li a {
	padding: 10px 15px 10px 30px;
	background: url(../../images/phone.png) #dd5842 8px 10px no-repeat;
	background-size: 20px;
	border-radius: 5px;
	display: inline-block;
	color: #fff;
}

.phoneWrap ul li.line a {
	background: url(../../images/lineicon.png) #00C300 -4px 0px no-repeat;
	background-size: 40px;
}



/**********適應性**********/
/************************/
@media only screen and (min-width: 320px) {
	.wrapper section {
		width: 90%;
	}
	.wrapper footer .info {
		width: 100%;
	}
	.wrapper footer .functionlink .put {
	}
	.wrapper footer .functionlink h1 {
		display: none;
	}
	.phoneWrap {
		left: 20%;
	}
}

@media only screen and (min-width: 480px) {
	.wrapper header #navbar {
		height: auto;
	}
	.wrapper header #navbar #cis ,
	.wrapper header #navbar #cd-nav ,
	.wrapper header #cd-nav nav {
		width: 100%;
		float: none;
	}
	.wrapper header #navbar #cis h2 {
		text-align: center;		
	}
	
	.wrapper header #navbar #cd-nav {
		padding: 0 15px;
		width: auto;
		background: #00a1e9;
	}
	
	.wrapper header #navbar #cd-nav ul li {
		width: 25%;
		background: #00a1e9;
		line-height: 40px;
	}
	
	.wrapper header #navbar #cd-nav ul li a {
		font-size: 16px;
		color: #fff;
	}
	.phoneWrap {
		left: 25%;
	}
	
	.wrapper .line {
		display: none;
	}
	
	.phoneWrap .line {
		display: block;
	}
}

@media only screen and (min-width: 640px) {
	.wrapper header #navbar {
		height: auto;
	}
	.wrapper header #navbar #cis ,
	.wrapper header #navbar #cd-nav ,
	.wrapper header #cd-nav nav {
		width: 100%;
		float: none;
	}
	.wrapper header #navbar #cis h2 {
		text-align: center;		
	}
	
	.wrapper header #navbar #cd-nav {
		padding: 0 15px;
		width: auto;
		background: #00a1e9;
	}
	
	.wrapper header #navbar #cd-nav ul li {
		background: #00a1e9;
		line-height: 40px;
	}
	
	.wrapper header #navbar #cd-nav ul li a {
		font-size: 16px;
		color: #fff;
	}
	.phoneWrap {
		left: 30%;
	}
	
	.wrapper .line {
		display: none;
	}
	
	.phoneWrap .line {
		display: block;
	}
	
	.wrapper .indexWrap section #indexL #form-site {
		float: none;
	}
}

@media only screen and (min-width: 768px) {
	.wrapper header #navbar {
		height: auto;
	}
	.wrapper header #navbar #cis ,
	.wrapper header #navbar #cd-nav ,
	.wrapper header #cd-nav nav {
		width: 100%;
		float: none;
	}
	.wrapper header #navbar #cis h2 {
		text-align: center;		
	}
	
	.wrapper header #navbar #cd-nav ul {
		width: 100%;
	}
	
	.wrapper header #navbar #cd-nav ul li {
		background: #00a1e9;
		line-height: 40px;
	}
	
	.wrapper header #navbar #cd-nav ul li a {
		color: #fff;
	}
	
	.wrapper .line ,
	.phoneWrap {
		display: none;
	}
}

@media only screen and (min-width: 960px) {
	.wrapper section {
		width: 1200px;
	}
	
	.wrapper footer .info {
	}
	.wrapper footer .functionlink .put {
	}
	.wrapper footer .functionlink h1 {
		display: block;
	}
}

@media only screen and (min-width: 1024px) {
	.wrapper header #navbar {
		height: 81px;
	}
	.wrapper header #navbar #cis{
		width: auto;
		float: left;
	}
	.wrapper header #navbar #cd-nav {
		width: 70%;
		float: right;
		background: none;
	}
	.wrapper header #navbar #cd-nav ul li {
		width: 12.5%;
		background: none;
		line-height: 80px;
	}
	
	.wrapper header #navbar #cd-nav ul li a {
		color: #000;
	}
	#form-site fieldset {
		overflow: hidden;
	}
	
}
@media only screen and (max-width: 768px) {
	#form-site fieldset {
		overflow: hidden;
	}
	
	#form-site fieldset p {
		width: 45%;
		float: left;
		line-height: 35px;
	}
}
@media only screen and (min-width: 1366px) {
	.wrapper section {
		width: 1160px;
	}
}
@media only screen and (max-width: 1238px) {
	.wrapper section {
		width: 98%;
		padding: 0 1%;
	}
}
@media only screen and (max-width: 740px) {
	.wrapper footer .footNav ul {
		margin-bottom: 10px;
		width: 100%;
		float: none;
		overflow: hidden;
	}
	.wrapper footer .footNav ul li{
		margin:0;
		width: 25%;
		float: left;
		text-align: center;
	}
	.wrapper section {
		width: 100%;
		padding: 0;
		display: flex;
        flex-direction: column;
	}
	.wrapper footer .footNav .functionlink {
		float: none;
	}
	
	.wrapper footer .functionlink .put ul {
		text-align: center;
	}
	
	.wrapper footer .functionlink .put ul li {
		display: inline-block;
		float: none;
	}
	.wrapper footer .info .infoleft{
		flex-direction: column;
		align-items: center;
	}
}

@media only screen and (max-width: 480px) {
	.wrapper footer .footNav section > ul {
		background: #f1f1f1;
	}
	
	.wrapper footer .footNav section > ul li a {
		padding: 10px 5px;
		display: block;
		color: #696969;
	}
	
	.wrapper footer .footNav section > ul li a:hover {
		color: #008cb3;
		text-decoration: underline;
	}
	
	.wrapper footer .footNav section > ul li a span {
		margin-bottom: 5px;
		height: 70px;
		background-image: url(../../images/12/icon-01.png);
		background-position: 50% 0;
		background-repeat: no-repeat;
		background-size: 70% auto;
		display: block;
	}
	
	.wrapper footer .footNav section > ul li:nth-child(2) a span {
		background-image: url(../../images/12/icon-02.png);
	}
	
	.wrapper footer .footNav section > ul li:nth-child(3) a span {
		background-image: url(../../images/12/icon-03.png);
	}
	
	.wrapper footer .footNav section > ul li:nth-child(4) a span {
		background-image: url(../../images/12/icon-04.png);
	}
	
	.wrapper footer .footNav section > ul li:nth-child(5) a span {
		background-image: url(../../images/12/icon-05.png);
	}
	
	.wrapper footer .footNav section > ul li:nth-child(6) a span {
		background-image: url(../../images/12/icon-06.png);
	}
	
	.wrapper footer .footNav section > ul li:nth-child(7) a span {
		background-image: url(../../images/12/icon-07.png);
	}
	
	.wrapper footer .footNav section > ul li:nth-child(8) a span {
		background-image: url(../../images/12/icon-08.png);
	}
	
	#form-site fieldset p {
		width: 97%;
		float: none;
	}
	
	#form-site fieldset p input[type="text"] {
		padding: 5px;
		line-height: 25px;
	}
	.wrapper header #topbar .topleft{
		width:100%;
	}
	.wrapper header #topbar .topleft a, .wrapper header #topbar .topleft p {
		padding: 0 !important;
		width: 100%;
		text-align: center;
	}
	.wrapper footer .info .inforight ul li{
		text-align:center;		
	}
	.wrapper footer .info .inforight{
		margin: 15px 0;
	}
	.wrapper footer .info .infoleft ul.infocenter{
		margin: 15px 0;
	}
}

