/*
 * w72 - kikimmy 
 * http://www.kikimmy.com.tw/
 *
 * Copyright 2015, TANK
 * 
 * 
 * 2015 / 7 / 13
 */


/*-----------------------------------------------------------------------------
 [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
*----------------------------------------------------------------------------*/
body {
	margin:0;
	border:0;
	width:100%;
	background: url(../images/main/img-bodyBg.jpg) repeat 0 0;
	color: #282b2b;
	font-size: 14px;
	line-height:170%;
}
div, h1, h2, h3, h4, hr, p, form, label, input, textarea, img, span {
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	word-wrap: normal;
	word-break: normal;
	font-family: "微軟正黑體", "蘋果儷中黑", "Lucida Grande", "Arial", "Arial Narrow";
}
hr {
	noshade:noshade;
}
th {
	font-weight: normal;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	color: #282b2b;
	font-weight: normal;
	text-decoration: none;
}

ul li a:hover ,
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 */

.skiptranslate .goog-te-banner-frame {
	display: none !important;
}

.wrapper {
	overflow: hidden;
	width: 100%;
	position: relative;
	border: 0;
	text-align: center;
}


.wrapper .wrap {
	overflow: hidden;
	position: relative;
	margin: 10px auto;
	width: 960px;
}


/* +header
*----------------------------------------------------------------------------*/
#header {
	overflow: hidden;
	margin: 0 auto;
	width: 960px;
	background: url(../images/main/img-headerBg.png) no-repeat right bottom;
}

#header .topBar {
	overflow: hidden;
}

#header .topBar .cis {
	margin: 15px 0 0;
	float: left;
	width: 200px;
}

#header .topBar .topNav {
	margin: 5px 0;
	float: right;
	width: 250px;
}

#header .nav ul {
	margin: 20px 0 0;
	overflow: hidden;
}

#header .nav ul li {
	float: left;
	width: 95px;
}

#header .nav ul li a {
	width: 95px;
	height: 75px;
	display: block;
	background: url(../images/main/img-nav.png) no-repeat 0 0;
	text-indent: -99999px;
}

#header .nav ul li a:hover {
	background: url(../images/main/img-navHover.png) no-repeat 0 0;
}

#header .nav ul li a.about ,
#header .nav ul li a.about:hover {
	background-position: -95px 0;
}

#header .nav ul li a.products ,
#header .nav ul li a.products:hover {
	background-position: -190px 0;
}

#header .nav ul li a.news ,
#header .nav ul li a.news:hover {
	background-position: -285px 0;
}

#header .nav ul li a.faq ,
#header .nav ul li a.faq:hover {
	background-position: -380px 0;
}

#header .nav ul li a.contact ,
#header .nav ul li a.contact:hover {
	background-position: -475px 0;
}

#header .nav ul li a.contact_01 ,
#header .nav ul li a.contact_01:hover {
	background-position: -570px 0;
}


/* + banner
*----------------------------------------------------------------------------*/
.banner {
	overflow: hidden;
	padding: 20px 0 0;
	height: 443px;
	background: url(../images/main/img-banner.jpg) no-repeat 0 0;
}

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

/* + footer
*----------------------------------------------------------------------------*/
#footer {
	overflow: hidden;
	padding: 10px 0;
	background: rgba(10, 0, 0, 0.1);
	border-top: 5px #0f6796 solid;
}

#footer .container {
	overflow: hidden;
	margin: 0 auto;
	width: 960px;
	color: #755e5b;
}

#footer .container .block ,
#footer .container .webFooter {
	float: left;
	width: 480px;
}

#footer .container .webFooter {
	padding: 0 0 0 20px;
	width: 240px;
	font-size: 12px;
}

#footer .container .webFooter a {
	color: #755e5b;
	font-size: 12px;
}

#footer .container .functionlink {
	width: 120px;
	float: right;
	text-align: right;
}

#footer .container .block ul ,
#footer .container .functionlink ul {
	overflow: hidden;
}

#footer .container .block ul li {
	float: left;
	width: 200px;
	font-size: 12px;
}

#footer .container .block ul li.webCopy {
	width: 250px;
}

#footer .container .functionlink ul {
	margin: 0 0 10px;
}

#footer .container .functionlink ul li {
	float: left;
	width: 30px;
}

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

#footer .container .functionlink ul li.fPlus a {
	background-position: -24px 0;
}

#footer .container .functionlink ul li.rPlus a {
	background-position: -48px 0;
}

#footer .container .functionlink ul li.tPlus a {
	background-position: -72px 0;
}