/*
 * w406 - l2 iweb25-style19
 * http://www.l2.com.tw/
 *
 * Copyright 2015, TANK
 * 
 * 
 * 2015 / 6 / 11
 */


/*-----------------------------------------------------------------------------
 [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/22/main/img-wrapperBg.png) no-repeat top center;
	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;
	border-width:0;
	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: #6d6e69;
	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;
	background: url(../../images/22/main/img-wrapBg.png) repeat-y top center;
	border: 0;
	text-align: center;
}


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


/* +header
*----------------------------------------------------------------------------*/
#header {
	overflow: hidden;
	margin: 0 auto;
	width: 960px;
}

#header .topNav {
	text-align: right;
}

#header .topNav a {
	color: #57483f;
	font-size: 12px;
}

#header .cis {
	overflow: hidden;
	margin: 0 auto 5px;
	width: 259px;
}

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

#header .nav ul {
	overflow: hidden;
}

#header .nav ul li {
	float: left;
	width: 137px;
	height: 39px;
}

#header .nav ul li a ,
#header .nav ul li span {
	width: 95px;
	height: 39px;
	display: block;
	line-height: 39px;
	background: url(../../images/22/main/icon-nav.png) no-repeat 0 0;
	text-indent: -9999px;
}

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

#header .nav ul li.product a ,
#header .nav ul li.product span {
	background-position: 0 -78px;
}

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

#header .nav ul li.retail a ,
#header .nav ul li.retail span {
	background-position: 0 -156px;
}

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

#header .nav ul li.venture a ,
#header .nav ul li.venture span {
	background-position: 0 -234px;
}


/* +indexBanner
*----------------------------------------------------------------------------*/
#indexBanner {
	overflow: hidden;
	margin: 0 auto;
	width: 960px;
	height: 426px;
}


/* +footer
*----------------------------------------------------------------------------*/
#footer {
	overflow: hidden;
	width: 100%;
	background: #f95b5a;
	color: #fff;
	box-shadow: 0 -6px 16px 1px #ccc;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #050505;
}

#footer .container {
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0 0;
	width: 960px;
}

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

#footer .container .block .footerLogo {
	float: left;
	width: 285px;
}

#footer .container .block .footerLogo h1 a {
	width: 231px;
	height: 108px;
	display: block;
	background: url(../../images/22/main/img-footerLogo.png) no-repeat 0 0;
	text-indent: -99999px;
}

#footer .container .block .footerInfo {
	float: right;
	width: 675px;
}

#footer .container .block .footerInfo ul li {
	float: left;
	width: 86px;
	font-size: 12px;
	text-align: center;
}

#footer .container .block .footerInfo ul li.rPlus ,
#footer .container .block .footerInfo ul li.fPlus ,
#footer .container .block .footerInfo ul li.tPlus ,
#footer .container .block .footerInfo ul li.gPlus {
	width: 18px;
}

#footer .container .block .footerInfo ul li.rPlus a ,
#footer .container .block .footerInfo ul li.fPlus a ,
#footer .container .block .footerInfo ul li.tPlus a ,
#footer .container .block .footerInfo ul li.gPlus a {
	width: 18px;
	height: 16px;
	display: block;
	background: url(../../images/22/main/bookmark.png) no-repeat 0 0;
}

#footer .container .block .footerInfo ul li.fPlus a {
	background-position: -18px 0;
}

#footer .container .block .footerInfo ul li.tPlus a {
	background-position: -36px 0;
}

#footer .container .block .footerInfo ul li.gPlus a {
	background-position: -54px 0;
}


#footer .container #webSeo {
	overflow: hidden;
	margin: 20px 0 10px;
}