@charset "utf-8";
/* CSS Document */

section {
	width:100%;
	height:auto;
	}

.body_container {
	width:1000px;
	margin:0 auto 40px auto;
	border-bottom:1px #cccccc solid;	
	}
.body_container h1 {
	text-align:center;
	margin:0 0 40px 0;
	}
.body_container h2 {
	float:left;
	margin:0 auto 30px auto;
	}


/* header
------------------------------------------------- */
h1 {
	color:#FFF;
	font-size:70%;
	margin-bottom:9px;
	}
	
.full_header_container {
	width:100%;
	background:url(../img/header_bg.png) repeat-x;
	}
.header_container {
	width:981px;
	margin:0 auto 0 auto;
	padding:20px 0 21px 0;
	position:relative;
	}
.header_tel {
	position:absolute;
	right:0; top:25px;
	}
.header_time {
	position:absolute;
	right:3px; top:57px;
	}


/*nav
------------------------------------------------- */
nav {
	width:100%;
	background:url(../img/gnav_bg.png) repeat-x;
	}
.nav_container {
	width:981px;
	margin:0 auto 0 auto;
	background:url(../img/gnav_bg_line.png) no-repeat;}
.nav_btn {
	float:left;
	}


/* footer
------------------------------------------------- */
footer {
	width:100%;
	background:url(../img/footer_bg.png) repeat-x;
	background-position:bottom center;
	}

.footer_container {
	width:980px;
	height:142px;
	margin:0 auto 0 auto;
	}
.footer_nav {
	text-align:center;
	padding:25px 0 18px 0;
	font-size:11px;
	}
.footer_logo {
	padding:20px 0 20px 0; 
	text-align:center;
	font-size:12px;
	color:#FFF;
	vertical-align:baseline;
	}
.footer_logo img {
	vertical-align:baseline;
	}
.copyright {
	padding:10px auto 10px auto;
	}
.copyright p {
	text-align:center;
	}
.copyright a {
	color:#FFF;
	font-size:10px;
	}
	

/*
----------------------------------------
 anchor
----------------------------------------
*/
#page-top {
	position: fixed;
	bottom: 150px;
	right: 0;
	z-index:100;
	}
#page-top a {
	background:#e4007f;
	text-decoration: none;
	color: #fff;
	width: 120px;
	padding: 7px 0;
	text-align: center;
	display: block;
	font-size:12px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	}
#page-top a:hover {
	text-decoration: none;
	background: #000;
	}


/* pager
----------------------------------------*/

.pager_container {
	text-align:center;
	height:20px;
	margin:0 auto 0 auto;
	margin:0 0 50px 0;
	}
.pager_container li {
	display: inline;
	margin:0 2px 0 0;
	}
.pager_container li span {
	display: inline-block; 
	padding: 5px 5px;
	}
.pager_container li span.now { 
	display: inline-block;
	padding: 5px 5px;
	background-color:#e4007f;
	font-weight: bold;
	color:#FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;
	}
.pager_container li a { 
	display: inline-block;
	padding: 5px 5px;
	}
.pager_container li a:hover {
	background-color:#e4007f;
	color: #FFFFFF;
	text-decoration:none;
	border-radius: 3px;
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;
	}






/* flexible
------------------------------------------------- */
em { display:none; font-style:normal;}
.non { display: none;}
.taR { text-align: right; }
.taC { text-align: center; }
.flL { float: left; }
.flR { float: right; }
.clr { clear: both; }
.posiRev { position: relative;}
.mAuto { margin:0 auto 0 auto ;}
.mb15 { margin-bottom:15px;}
.mb25 { margin-bottom:25px;}

/* clear */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;clear: both;
	visibility: hidden;
	}
.clearfix {
	overflow: hidden;
	display: inline-table;
	}
/* Hides from IE-mac \*/
* html .clearfix { 
	height: 1%;
	}
.clearfix { 
	display: block;
	}
/* End hide from IE-mac */  
		
.radius3 {		
	border-radius: 3px;  
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;
	}
.mb5 {
	margin-bottom: 5px;
}
.error-text,
.required-mark {
	color: #e4007f;
}
.contact-submits-wrap {
	text-align: center;
}