@charset "UTF-8";

/*
二势力动画
Copyright (C) 二势力动画有限公司. 保留所有权利.
*/

/*
font-size list (base: 12px)
 67% =  8px
 75% =  9px
 83% = 10px
 92% = 11px        175% = 21px
100% = 12px        184% = 22px
108% = 13px        192% = 23px
117% = 14px        200% = 24px
125% = 15px        209% = 25px
133% = 16px        217% = 26px
142% = 17px
150% = 18px
159% = 19px
167% = 20px
*/

/* ---------------------------
base setting
--------------------------- */
html, body {
	height: 100%;
	text-align: center;
}
body > iframe[name="google_conversion_frame"] { display: none; }

/* ---------------------------
clearfix setting
--------------------------- */
.clearfix { zoom: 1; }
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
	overflow: hidden;
}
.clearfix:after { clear: both; }

/* ---------------------------
content setting
--------------------------- */
#siteWrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
	#contentWrap {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 520px;
		text-align: left;
		background-color: #fff;
	}
		#contentBox {
			position: relative;
			margin: 0 auto;
			padding-bottom: 10px;
			width: 980px;
			min-height: 300px;
			height: auto !important;
			height: 100%;
			zoom: 1;
		}
		#contentBox:before, #contentBox:after {
			content: "";
			display: table;
			overflow: hidden;
		}
		#contentBox:after { clear: both; }
a:link    { text-decoration: underline; }
a:visited { text-decoration: underline; }
a:hover   { text-decoration: none; }
a:active  { text-decoration: none; }
a.externalLink {
	margin-right: 5px;
	padding-right: 20px;
	background: url(/img/icon/externalLink.png) no-repeat right top;
}
span.red { color: red; }
span.bold { font-weight: bold;}