/*
 * iweb51-style04
 *
 * Copyright 2015, TANK
 * 
 * 
 * 2015 / 6 / 30
 */


/*-----------------------------------------------------------------------------
 [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: #000;
	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: #191919;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #1ccad1;
	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 {
	position: relative;
	background: url(../../images/04/main/img-headerBg.jpg) repeat-x 0 0;
	border-bottom: 1px #ccc solid;
	box-shadow: 0 -5px 10px 8px #C8C8C8;
	z-index: 10000;
}

.wrapper header section .topBar {
	margin: 10px 30px;
	padding-bottom: 20px;
	color: #fff;
	text-align: right;
}

.wrapper header section .topBar a {
	color: #fff;
}

.wrapper header section .header-wrap #cis h2 {
	margin: 10px auto;
}

.wrapper header section .header-wrap #cis h2 img {
	width: 100%;
}

.wrapper header section .header-wrap .topNav nav.headerNav ul.menu {
	overflow: hidden;
}

.wrapper header section .header-wrap .topNav nav.headerNav ul.menu li {
	overflow: hidden;
	float: left;
	height: 50px;
	width: 115px;
	display: block;
}

.wrapper header section .header-wrap .topNav nav.headerNav ul.menu li a ,
.wrapper header section .header-wrap .topNav nav.headerNav ul.menu li span {
	padding: 10px 0;
	float: left;
	color: #9b9fa2;
	width: 100%;
	height: 50px;
	line-height: 28px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.wrapper header section .header-wrap .topNav nav.headerNav ul.menu li a {
	background: #f5f5f6;
	background-position: left bottom;
	border-bottom: 4px #1ccad1 solid;
	color: #374046;
}


/* +gotop
*----------------------------------------------------------------------------*/
.wrapper #gotop {
	display: none;
	position: fixed;
	bottom: 2%;
	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;
	padding: 10px 0;
	background: #f5f5f6;
}

.wrapper footer h3 {
	margin: 5px 0;
	color: #374046;
	font-size: 14px;
}

.wrapper footer section .footerNav ,
.wrapper footer section .information {
	overflow: hidden;
	float: left;
	width: 30%;
}

.wrapper footer section .footerNav ul {
	overflow: hidden;
	padding-bottom: 20px;
}

.wrapper footer section .footerNav ul li {
	margin: 5px;
	float: left;
	width: 95px;
	text-align: center;
}

.wrapper footer section .footerNav ul#community {
	padding: 0 0 0 20px;
}

.wrapper footer section .footerNav ul#community li {
	width: 23px;
}

.wrapper footer section .footerNav ul#community li a {
	width: 22px;
	height: 22px;
	display: block;
	background: url(../../images/04/main/bookmark.png) no-repeat 0 0;
	text-indent: -9999px;
}

.wrapper footer section .footerNav ul#community li a.fPlus {
	background-position: -23px 0;
}

.wrapper footer section .footerNav ul#community li a.gPlus {
	background-position: -46px 0;
}

.wrapper footer section .footerNav ul#community li a.rPlus {
	background-position: -69px 0;
}

.wrapper footer section .information ul {
	padding: 0 20px;
}

.wrapper footer section .information ul li {
	margin: 10px 0;
}

.wrapper footer section #fb-plugin {
	float: right;
	width: 40%;
}

.wrapper footer section #fb-plugin .fb-wrap {
	padding: 0 20px;
}


/* +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: 100%;
		padding: 0 10px;
	}
	.wrapper header section .header-wrap #cis h2 {
		margin: 35px auto;
		width: 210px;
	}
	.wrapper header section .header-wrap .topNav nav.headerNav ul.menu {
		display: none;
	}
	.wrapper header section .header-wrap .topNav #m-nav {
		display: block;
	}
	.wrapper footer section {
		padding: 0 20px;
	}
	.wrapper footer section .footerNav ,
	.wrapper footer section .information ,
	.wrapper footer section #fb-plugin {
		width: 100%;
	}
	.phoneWrap {
		left: 10%;
	}
}

@media only screen and (min-width: 480px) {
	.wrapper header section .header-wrap #cis h2 {
		width: 300px;
	}
	.phoneWrap {
		left: 25%;
	}
}

@media only screen and (min-width: 640px) {
	.wrapper header section .header-wrap #cis h2 {
		width: 380px;
	}
	.wrapper footer section {
		padding: 0 20px;
	}
	.wrapper footer section .footerNav ,
	.wrapper footer section .information {
		width: 50%;
	}
	.wrapper footer section #fb-plugin {
		width: 100%;
	}
	.phoneWrap {
		left: 35%;
	}
}

@media only screen and (min-width: 960px) {
	.wrapper section {
		width: 960px;
	}
	.wrapper header section .header-wrap .topNav nav.headerNav ul.menu {
		display: block;
	}
	.wrapper header section .header-wrap .topNav #m-nav ,
	.wrapper .line ,
	.phoneWrap {
		display: none;
	}
	.wrapper footer section .footerNav ,
	.wrapper footer section .information {
		width: 30%;
	}
	.wrapper footer section #fb-plugin {
		width: 40%;
	}
}
