/*
 * iweb51-style011
 *
 * Copyright 2016, TANK
 * 
 * 
 * 2016 / 03 / 16
 */
/*-----------------------------------------------------------------------------
 [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: #838080;
	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;
	line-height: 170%;
	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
}
img {
	max-width: 100%;
}
/**
*
* =anchor
*
**/
a:link, a:visited {
	color: #0E0E0E;
	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 */
livedemo00.template-help.com/media="screen":after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* +body
*----------------------------------------------------------------------------*/
.wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.wrapper section {
	overflow: hidden;
	margin: 0 auto;
	width: 1160px;
}
/**
*
* =jumpDiv
*
**/
/* + 跳一  跳三
*----------------------------------------------------------------------------*/
#jumpDiv ,
#jumpIframe {
	position: relative;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 50;
}
/* + a.photo
*----------------------------------------------------------------------------*/
a.photo {
	overflow: hidden;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	display: block;
	transition: all 0.4s ease-in-out 0s;
}
a.photo img {
	width: 100%;
}
/* + header
*----------------------------------------------------------------------------*/
.wrapper header {
	overflow: hidden;
	position: relative;
	padding: 10px 0 0;
	z-index: 10;
}
.wrapper header section {
	position: relative;
}
.wrapper header #cis ,
.wrapper header .menu {
	float: left;
	width: 160px;
}
.wrapper header #cis h2.logoS {
	display: none;
}
.wrapper header .menu {
	margin: 40px;
	width: 450px;
}
.wrapper header .topBar {
	position: absolute;
	right: 0;
}
/* + banner
*----------------------------------------------------------------------------*/
#banner {
	position: relative;
	margin-top: -200px;
}
#banner section {
	padding: 10px 0;
}
#banner section p.call {
	width: 331px;
	float: left;
	display: inline-block;
	color: #0c4da1;
	font-size: 30px;
	line-height: 29px;
	font-weight: bold;
}
#banner section a {
	margin: 15px 20px;
	color: #ff9d27;
	font-size: 56px;
	display: inline-block;
}
/* + areaWrap
*----------------------------------------------------------------------------*/
#areaWrap {
	overflow: hidden;
	position: relative;
}
#areaWrap p.menu {
	padding: 10px 0;
	text-align: center;
	font-size: 24px;
	background: #A7BFDD;
	color: #0C4DA1;
	font-weight: bold;
	display: none;
}
#areaWrap ul {
	overflow: hidden;
	padding: 10px 0;
}
#p19button{
	float: right;
}
#areaWrap ul li,
#p19button p {
	margin-top: 1px;
	margin-left: 1px;
	float: left;
	width: 192px;
	text-align: center;
}
#areaWrap ul li a ,
#p19button a{
	padding: 10px 0;
	margin:2px;
	font-size: 20px;
	color: #fff;
	display: block;
	background: #1560BF;
	font-weight: bold;
	border-radius: 5px;
	border: 1px #0D4082 solid;
}
#areaWrap ul li a:hover {
	background: #3782E0;
}
/* +gotop
*----------------------------------------------------------------------------*/
.wrapper #gotop {
	display: none;
	position: fixed;
	bottom: 2%;
	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;
}
/* + webSeo
*----------------------------------------------------------------------------*/
.wrapper section #webSeo ,
.wrapper section #webSeo .seo {
	overflow: hidden;
	font-size: 12px;
}
.wrapper .fttyu{
    position: relative;
    padding: 30px 0;
    line-height: 180%;
}
.wrapper .fttyu h2{
    text-align: center;
    border-bottom: #69696945 1px solid;
    margin-bottom: 20px;
    font-size: 24px;
}
.wrapper .fttyu p{
    font-size: 16px;
}
/* +footer
*----------------------------------------------------------------------------*/
.wrapper footer {
	overflow: hidden;
	padding: 15px 0;
	background: #2b568f;
	color: #fff;
}
.wrapper footer #footer-cis {
	margin-bottom: 10px;
	float: left;
	width: 240px;
}
.wrapper footer #footerInfo {
	float: right;
	width: 225px;
}
.wrapper footer #footerInfo p.bar ,
.wrapper footer #footerInfo #community ul {
	text-align: right;
}
.wrapper footer #footerInfo p.bar a {
	margin-right: 5px;
	display: inline-block;
}
.wrapper footer #footerInfo #community {
	margin: 10px 0;
}
.wrapper footer #footerInfo #community ul li {
	margin: 0 5px;
	display: inline-block;
}
.wrapper footer #footerInfo #community ul li a {
	width: 25px;
	height: 25px;
	display: block;
	background: #f8bc2e;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
}
.wrapper footer #footerInfo #community ul li:nth-child(2) a {
	background: #46b0e3;
}
.wrapper footer #footerInfo #community ul li:nth-child(3) a {
	background: #39599f;
	border: 1px #fff solid;
}
.wrapper footer #footerInfo #community ul li:nth-child(4) a {
	background: #ff0000;
}
.wrapper footer #footerInfo .cop {
	text-align: right;
	font-size: 12px;
}
.wrapper footer #footerInfo .cop a {
	color: #fff;
	font-size: 12px;
}
.sub-to{
	display:none;
}
#footer-cis .cop{
	margin-top: 10px;
	display: flex;
    justify-content: center;
}
/************ = 適應性 = ************/
/* +width:1024 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	.wrapper section {
		width: 960px;
	}
	.wrapper header #cis h2 {
		display: none;
	}
	.wrapper header #cis h2.logoS {
		display: block;
	}
	#banner {
		margin-top: -59px;
	}
	.wrapper header .menu {
		margin: 0 0 0 20px;
	}
	#areaWrap ul li {
		width: 159px;
	}
	#banner section p.call {
		width: 100%;
	}
}
/* +width:768 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	.wrapper section {
		width: 95%;
	}
	.wrapper section #footer-cis{
		width:100%;
		text-align: center;
	}
	.wrapper footer #footerInfo{
		width:100%;
		text-align: center;
	}
	.wrapper footer #footerInfo p.bar{
		text-align:center;
	}
	.wrapper footer #footerInfo #community ul{
		text-align:center;
		width: 100%;
		float: left;
	}
	.wrapper footer #footerInfo .starRating{
    text-align: center;
}
#p19button{width:100%;}
#p19button p{text-align:center;float: none;width: 100%;}
.wrapper footer #footerInfo .cop{
	text-align:center;
}
	.wrapper footer #footerInfo #community ul li{
		text-align:center;
		float: none;
		line-height: 20px;
	}
	.wrapper header {
		overflow: initial;
	}
	.wrapper header .topBar {
		display: none;
	}
	#areaWrap ul li {
		width: calc((100% / 5 ) - 1px);
	}
	.wrapper #gotop{
    bottom: 10%;
}
}
/* +width:640 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	#areaWrap ul li a {
		font-size: 16px;
	}
}
/* +width:480 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	.wrapper header {
		padding: 10px 0;
	}
	#banner {
		margin-top: 0;
	}
	#banner section a {
		font-size: 45px;
	}
	.wrapper footer #footer-cis ,
	.wrapper footer #footerInfo {
		width: 100%;
	}
	.wrapper footer #footer-cis {
		margin-bottom: 30px;
		text-align: center;
	}
	.wrapper footer #footerInfo p.bar ,
	.wrapper footer #footerInfo #community ul {
		text-align: center;
	}
	#p19button{
		float: none;
		clear: both;
	}
	#p19button p{
		margin: 0 auto;
		float: none;		
	}
	.wrapper footer #footerInfo .cop{
		text-align:center;
	}
}
*----------------------------------------------------------------------------*/
@media screen and (max-width: 320px) {
	#banner section p.call {
		width: auto;
	}
	#banner section a {
		font-size: 20px;
	}
}