@charset "utf-8";
header{
	width:100%;
	max-width:960px;
	margin:0 auto 30px;
	box-sizing: border-box;
}
#main{
	margin-bottom:80px;
	overflow: hidden;
	height:380px;
}
#contents{
	width:100%;
	max-width:960px;
	margin:0 auto;
	padding-bottom:50px;
	box-sizing: border-box;
}

#subNavWRap{
	padding:10px 0;
	background:#F6F6F6;
	margin-bottom: 30px;
}
#subNav{
	width:100%;
	max-width:960px;
	margin:0 auto;
}
#subNav ul{
	float:left;
	width: 100%;
}
#subNav ul li{
	float:left;
	margin-left:10px;
	position: relative;
}
#subNav a:hover,#subNav a:hover img{
	opacity: 1.0;
 	filter:proid:DXImageTransform.Microsoft.Alpha(Enabled=1, Style=0, Opacity=100);
	filter: alpha(opacity=100);
}
#subNav li.active{
	width:360px;
}
#subNav li:first-child{
	margin: 0;
}
#subNav .hover{
	top:-100px;
	left:150px;
}
#subNav .subNavChild{
	width: 160px;
	float: right;
	display: none;
	margin: 20px 0 0 10px;
}
#subNav .subNavChild li{
	background:url(../../img/menu/icon1.png) no-repeat left center;
	padding-left: 20px;
	font-size: 16px;
	margin: 0;
	line-height: 1.8;
}
#subNav .current .hoverImgBig{
	width: 182px;
	height:173px;
	margin-top: -45px;
}

/*　max 1000px
--------------------------------------------------------------------------------------- */
@media screen and (max-width:1000px) {
#main{
	background: none;
}
#subNav2{
	width:100%;
	max-width:960px;
	margin:0 auto;
}
#subNav2 h4{
	text-align:center;
	cursor: pointer;
}
#subNav2 h4 a{
  position: relative;
  display: block;
  margin: 0;
  padding: 10px;
  background: #FF6800;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#subNav2 h4 a:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #fff;
}
#subNav2 h4 a:after{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 30px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #FF6800;
}
#subNav2 ul{
	display:none;
}
#subNav2 ul li{
	width:100%;
	margin-bottom:15px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	box-sizing: border-box;
	padding: 0 18px;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
	position:relative;
	margin-bottom:3px;
}
#subNav2 ul li:after {
	content: '';
	background:url(../../img/sub/btn_ar.png) no-repeat right center;
	background-size: contain;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	-webkit-transform: scale(1) translateX(0);
	transform: scale(1) translateX(0);
	opacity: 1;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -8px;
}
#subNav2 ul li a{
	color:#fff;
	padding-right:15px;
	display:block;
	text-decoration:none;
}
#contents{
	padding:0 10px 50px;
}
}
/*　max 1200px
--------------------------------------------------------------------------------------- */
@media screen and (max-width:1440px) {
#main{
	background-size: inherit;
}
}
/*　max 1200px
--------------------------------------------------------------------------------------- */
@media screen and (max-width:1200px) {
#main{
	background-size: contain;
}
}