/*
 * 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 {
	padding: 5px 0 0;
	width: 100%;
}

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

.wrapper header #cis {
	overflow: hidden;
}


/* + 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;
	padding: 10px 0;
	border-top: 1px #2e231a solid;
}

.wrapper footer .info ,
.wrapper footer .functionlink {
	overflow: hidden;
	float: left;
}

.wrapper footer .functionlink .put {
	float: right;
	width: 60%;
}

.wrapper footer .functionlink .put ul {
	overflow: hidden;
	margin: 20px 0;
}

.wrapper footer .functionlink .put ul li {
	padding: 0 10px;
	float: left;
	width: 25px;
	border-right: 1px #433529 solid;
}

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

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

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

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


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

@media only screen and (min-width: 960px) {
	.wrapper header #cd-nav nav {
		background: url(../../images/06/main/img-headerBg.png) repeat-x 0 bottom;
	}
	.wrapper section {
		width: 960px;
	}
	.wrapper .line {
		display: none;
	}
	.wrapper footer .info ,
	.wrapper footer .functionlink {
		width: 50%;
	}
	.wrapper footer .functionlink .put {
		float: right;
		width: 60%;
	}
	.wrapper footer .functionlink h1 {
		display: block;
	}
}
