@charset "utf-8";
/* CSS Document */

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote {
	margin: 0;
	padding: 0;
}
body, td, th, h1, h2, h3, h4, h5, h6 {
	font-size:12px;
	font-weight: normal;
	line-height: 1;
}
ol, ul {
	list-style-type: none;
}
img {
	border: 0;
}
a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*=======================
#header
=======================*/
#header {
	background: #FFF;
	width: 100%;
	position: relative;
	z-index: 1000;
}
#hInner {
	height: 80px;
	width: 950px;
	margin: 0 auto;
	padding-top: 20px;
}

#hInner h1 {
	width: 516px;
	float: left;
}

#hInner h1 span {
	color: #0098CA;
	font-size: 10px;
	font-weight: bold;
	display: block;
	text-align: right;
}

/*=======================
#gNav
=======================*/
#gNav {
	width: 386px;
	float: right;
}
#gNav li {
	float: left;
	margin-left: 20px;
}
#gNav li#home a,
#gNav li#about a {
	width: 58px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	color: #FFF;
	display: block;
	text-decoration: none;
	background: #259CD0;
	-webkit-border-radius: 50%;
	-moz-border-radiust: 50%;
	border-radius: 50%;
}
#gNav li#home a:hover,
#gNav li#about a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/*=======================
#contents
=======================*/
.box {
	width: 950px;
	margin: 0 auto;
	background: url(../img/sec_mark.png) center top no-repeat;
	padding-top: 85px;
}

/*=======================
#fCont
=======================*/
#fCont {
	width: 950px;
	margin: 0 auto;
	padding: 30px 0;
	background: #FFF;
}
#fb  {
	width: 500px;
	margin: 0 auto;
}
#social {
	padding-bottom: 10px;
	margin:10px 0;
	width: 200px;
	float: right;
}
#social div {
	float: right;
	width: 100px;
}
#social iframe {
	float: left;
	width: 100px;
}
iframe.twitter-share-button {
width: 100px!important;
}
/*=======================
#fNav
=======================*/
#fNav {
	overflow: hidden;
	margin-bottom: 20px;
	clear: both;
}
#fNav ul {
	margin-left: -16px;
}
#fNav li {
	margin: 0 0 10px 16px;
	float: left;
}
#fNav a {
	width: 306px;
	height: 58px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	display: block;
	color: #FFF;
	text-decoration: none;
	background: url(../img/f_bg_btn.png) left top no-repeat;
}
#fNav a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	text-decoration: none;
}
#fNav .blank {
	width: 306px;
	height: 58px;
}
/*=======================
#fBnr
=======================*/
#fBnr img {
	padding-bottom: 30px;
}
/*=======================
#footer
=======================*/
#footer {
	clear: both;
	background: #FFF;
}
#footer #fInner a {
	text-decoration: none;
	color: #333;
}
#footer #fInner a:hover {
	text-decoration: underline;
}
#footer #fOuter {
	border-top: 1px solid #D6D6D6;
	clear: both;
}
#footer #fInner {
	width: 950px;
	padding: 20px 0 15px;
	margin: 0 auto;
	overflow: hidden;
}
#footer #fInner dl {
	width: 550px;
	float: left;
}
#footer #fInner dt {
	width: 100px;
	float: left;
	clear: both;
}
#footer #fInner dd {
	padding-left: 100px;
}
#footer #fInner dd li {
	float: left;
	width: 200px;
	line-height: 12px;
	margin-bottom: 10px;
	padding-left: 15px;
	background: url(../img/f_arrow.png) left center no-repeat;
}
#footer #fInner #fTel {
	width: 240px;
	float: right;
	padding-bottom: 25px;
}
#footer #fInner #fTel p {
	margin-bottom: 7px;
}
#footer #fInner #copy {
	clear: both;
	font-size: 10px;
	color: #999;
	text-align: right;
}

/* =========================================================
sideBtn
========================================================= */
#sideBtn {
	width: 88px;
	height: 384px;
	position: fixed;
	right: 0;
	top: 134px;
	z-index: 999;
}

/* ================================================================================
   media query
   ================================================================================ */
@media all and (max-width: 1160px) {
	#sideBtn {
		display: none;
	}
}

	 
@media screen and (max-device-width: 480px) {
	#sideBtn {
		display: none;
	}
}