﻿@charset "utf-8";
/*-----------------------------------------------------------------------------
  3Wcreative Web Design
  https://www.facebook.com/3wcreative
  Updated: 2015/05/20
-----------------------------------------------------------------------------*/
/* reset
*----------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { 
margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; 
vertical-align: baseline; background: transparent;}
body { line-height: 1;}
ol, ul { list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none;}
:focus { outline: 0;}
ins { text-decoration: none;}
del { text-decoration: line-through;}
table { border-collapse: collapse; border-spacing: 0;}
/* common
*----------------------------------------------------------------------------*/
html, body {
    color: #555;
    font: 13px/18px Helvetica, sans-serif;
    background: #efefef;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
}
/**
*
* anchor
*
**/
a:link, a:visited { color: #000; text-decoration: none;}
a:hover, a:active { color: #000; text-decoration: none;}
/**
*
* clear,clearfix
*
**/
.clear { clear: both;}
.clearfix { display: inline-block;}
.clearfix:after { display: block; visibility: hidden; clear: both; height: 0; font-size: 0; line-height: 0; content: ".";}
* html .clearfix { height: 1%;}
.clearfix { display: block;}
.hidden {display: none;}
/**
*
* input placeholder
*
**/
::-webkit-input-placeholder { color: #888;}
:-moz-placeholder           { color: #888; opacity:  1;}
::-moz-placeholder          { color: #888; opacity: 1;}
:-ms-input-placeholder      { color: #888;}
/* wrapper
*----------------------------------------------------------------------------*/
#wrapper {
    position: relative;
    width: 100%;
	margin: 0 auto;
}
/* header
*----------------------------------------------------------------------------*/
.header {
	position: fixed;
    top: 0;
    left: 0;
    height: 35px;
	width: 100%;
	 margin: 0 auto;
	 background: #fff;
    overflow: hidden;
	z-index: 99;
}
.header .banner {
    width: 100%;
    height: 40px;
    margin: 5px 0 0 0;
    overflow: hidden;
}
.header .banner img {
    vertical-align: bottom;
    max-height: 35px;
}
/* content
*----------------------------------------------------------------------------*/
.content {
	position: relative;
	width: 100%;
	padding-top: 0px;
	background: #efefef;
	z-index: auto;
	margin-top: 40px;
	margin-bottom: 70px;
}
.content .banner {
    width: 100%;
    height: 35px;
    margin: 5px 0 0 0;
    overflow: hidden;
}
.content .banner img {
    vertical-align: bottom;
    max-height: 35px;
}
.content .conbox {
    min-height: 250px;
    padding: 10px;
}
/* footer
*----------------------------------------------------------------------------*/
.footer {
    position: relative;
    width: 100%;
}
.footer .tools {
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    margin: 0 0 14px 0;
    border-top: 1px #c8c8c8 solid;
    border-bottom: 1px #c8c8c8 solid;
    background: #fff;
}
.footer .tools a {
    float: left;
    display: block;
    width: 49%;
    text-align: center;
    border-right: 1px #c8c8c8 solid;
}
.footer .tools a:last-child {
    border-right: 0;
}
.footer .tools img {
    vertical-align: middle;
    width: 12px;
}
.footer .link {
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin: 0 0 5px 0;
}
.footer .copyright {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #666;
    margin: 0 0 14px 0;
}
