@CHARSET "UTF-8";


header .header_logo  {
	float: none;
	width: 100%;
	height: auto;
	margin: 0;
	text-align: center;
}
header .header_logo img  {
	margin: 10px auto 5px auto;
}
header .header_text {
  float: none;
	width: 100%;
  text-align: center;
  margin: 0 auto;
}
header .header_nav {
	clear: both;
	float: none;
	height: auto;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
header .header_nav ul {
	margin: 0 auto;
	background-color: #f298bb;
	background-image: url("/img/bg_3.png");
}
header .header_nav ul li {
	width: 25%;
	margin: 0 -1px 0 0;
	padding: 0;
	border-top: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
}
header .header_nav ul li:hover {
	background-image: none;
}
header .header_nav ul li.li-last {
	margin: 0;
	border-right: none;
}
header .header_nav ul li.current {
  background-image: none;
}
header .header_nav ul li a {
	line-height: 44px;
	display: block;
	margin: 0;
	padding: 7px 0 5px 0;
}




section h1 {
	width: 92%;
}
section h2 {
	background-image: url("/img/contents_title_back_center.png");
	background-position: center top;
	width: 92%;
}
section h2 .title_main {
	margin: 0 auto;
	text-align: center;
}
section h2 .title_sub {
	margin: 0 auto;
	text-align: center;
}
section .article {
	width: 92%;
}




.cd-hero-slider {
  height: 572px;
}
.cd-hero-slider li img {
  height: 100%;
}
