/*
 * w194-10 - changesoft iweb11
 * http://www.changesoft.com.tw/
 *
 * Copyright 2015, Evelyn Wang
 * 
 * 
 * August 2015
 */


/*-----------------------------------------------------------------------------
 [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: #3d3d3d;
	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 {
	noshade:noshade;
}

th {
	font-weight: normal;
}

ul, li {
	list-style: none;
}

/**
*
* =anchor
*
**/

a:link, a:visited {
	color: #191919;
	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 */


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

section {
	margin: 0 auto;
	width: 960px;
}


/* +header
*----------------------------------------------------------------------------*/
header {
	height: 115px;
}


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


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

.fixline{
    position: fixed !important;
    right: 10px !important;
    top: 100px !important;
	bottom:inherit !important;
	z-index: 999999;
}
.fixline img{
	width: 132px;
}
.fixline p{
	color: #fff;
    position: absolute;
    bottom: 15px;
    right: 20px;
    font-size: 12px;
}

/* +width: 960↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 960px) {
	section ,
	#content-wrap {
		margin: 0 15px;
		width: auto;
	}
}
@media screen and (max-width: 640px) {
	.fixline{
		right: inherit !important;
		top: 100px !important;
		left:10px !important;
	}
	.fixline img{
		width: 100px;
	}
	.fixline p{
		bottom: 10px;
    	right: 15px;
    	font-size: 10px;
	}
}
@media screen and (max-width: 480px) {
}