@charset "utf-8";
/* CSS Document */

#wrapper {
  background: none;
}
/*-----------------------------------
    #header
------------------------------------*/
#header {
	width:100%;
	border-top: 4px solid #ae0378;
	border-bottom: 1px solid #ae0378;
	height: 50px;
}
#header p.new {
  display: none;
}
#header h1 {
	width: 150px;
	margin: 0;
	padding: 15px 0 0 10px;
}
#header h1 img {
  width: 100%;
	height: auto;
}
#header #sp_menu {
  display: block;
	position: absolute;
	top: 13px;
	right: 10px;
	width: 30px;
	height: 25px;
	z-index: 999;
	background: url(../img/share/img-menu.png) no-repeat left top;
	background-size: 100% auto;
	text-indent: -9999px;
}
#header #sp_menu.close {
  background: url(../img/share/img-menu_close.png) no-repeat left top;
	background-size: 100% auto;
}
/*-----------------------------------
    2012.0911
------------------------------------*/
#header #right_banner {
	display: none;
}
/*-----------------------------------
   end
------------------------------------*/
ul#global_nav.pc_nav {
  display: none;
}
.sp_nav {
	width:100%;
	padding-top:0;
	top: 50px;
  position: absolute;
}
.sp_nav > li {
	width: 100%;
}
.sp_nav > li > a,
.sp_nav > li > span {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	background-color: #ae0378;
	padding: 10px 0;
	border-bottom: 1px solid #fff;
}
.sp_nav > li > span {
  position: relative;
}
.sp_nav > li > span:after {
  content: "";
	width: 2px;
	height: 10px;
	background-color: #fff;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -5px;
}
.sp_nav > li > span:before {
  content: "";
	width: 10px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -1px;
}
.sp_nav > li.current > span:after {
  display: none;
}
.sp_nav > li:last-child a {
	border-bottom: none;
}
.sp_nav > li > span em {
  margin-left: 10px;
}
.sp_nav > li > ul > li a {
	display: block;
	background-color: #b62883;
	color: #fff;
	font-size: 13px;
	padding: 7px 0;
	text-align: center;
	border-bottom: 1px dotted #fff;
}
.sp_nav > li > ul > li:last-child a {
	border-bottom: 1px solid #fff;
}
.sp_nav > li > ul.sub_nav {
  display: none;
}

/*-----------------------------------
    #footer
------------------------------------*/
#footer {
	width:100%;
	padding-bottom:10px;
}
#footer_recruit {
	width:100%;
	background:url(../img/share/footer-line.gif) left top no-repeat;
}
#footer ul.index {
	width: auto;
	background:url(../img/share/footer-line.gif) left bottom no-repeat;
	padding: 0 10px 10px;
	text-align: center;
}
#footer ul.index li {
	float:none;
	display: inline-block;
	padding:15px 15px 0 0;
	background:url(../img/share/ico-line.gif) right 17px no-repeat;
}
.footer_left {
	float:none;
	width: 100%;
}
.footer_left:after {
	content:".";display:block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}
.footer_left ul li {
	float:left;
	padding:15px 15px 0 5px;
	background:url(../img/share/ico-line.gif) right 17px no-repeat;
}
.footer_left ul li.last {
	background:none;
}
.footer_left ul li a {
	color:#7c7c7c;
}
p#copyright {
	clear:both;
	padding:5px 0 0 5px;
	text-align: center;
}
p#copyright > img {
  width: 310px;
	height: auto;
}
p#icp {
	padding:5px 0;
	margin:0;
  float: none;
	text-align: center;
	font-size: 12px;
}
p#icp a:hover {
	text-decoration: none;
}
.footer_right {
	float:none;
	width:115px;
	margin: 0 auto;
	padding:30px 0 0 0;
}

p#beian {
  float: none;
  margin-left: 0;
  margin-top: 0;
	text-align: center;
	font-size: 12px;
}
p#beian img {
  margin-right: 5px;
}
p#beian a:hover {
	text-decoration: none;
}
