@charset "UTF-8";
/* =================================
Top Page CSS
================================= */
.hair figure,
.group_news_content figure { margin: 5px 0 0; line-height: 1.6em;font-size: 12px;}

.group_news_content figure span {
	height: 180px;
	display: block;
	position: relative;
}
.group_news_content figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	width: auto;
	max-height: 180px;
	height: auto;
	transform: translate(-50%,-50%);
}

.new_titile figure img { margin: 0 auto; }

.group_news_content .news_box p,
.group_news_content figure figcaption { width: 220px; margin: 0 auto; }

.group_news_content .news_box p { color: #4ed5c8; margin-top: 10px; }

.group_news_content figure figcaption { margin-top: 20px; }

#main {
	width: 890px;
}

.new_titile {
	width: 100%;
	text-align: center; 
}

.group_news_content { margin-top: 50px;}

.group_news_content .news_box {
	width: 280px;
	float: left;
	margin-bottom: 60px;
	transition: all ease .4s;
	opacity: 1;
}

.group_news_content .news_box:hover {
	transition: all ease .4s;
	opacity: .6;	
}

.group_news_content .news_box:nth-child(3n + 0) { float: right; }

.group_news_content .news_box:nth-child(3n + 1) { clear: both; margin-right: 25px;}


.group_news_content .news_box .figure { 
	width: 220px;
	margin: 0 auto;
}

.group_news_content .news_box p.content_figcaption { color: #4d4d4d;line-height: 1.6em;}

.group_news_content .figcaption { padding: 0 20px; }

#main .paging {
	width: 100%; 
	text-align: center;
	margin-bottom: 145px;
}

#main .paging ul li {
	display: inline-block;
	width: 35px;
	height: 35px;
}
#main .paging ul li.prev { width: 95px; }
#main .paging ul li.next { width: 95px; }

#main .paging ul li a,
#main .paging ul li span {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #ccc;
	margin-left: 8px;
	cursor: pointer;
}

#main .paging ul li.prev a { width: 95px; }
#main .paging ul li.next a { width: 95px; }

#main .paging ul li a:hover {
	background-color: #eee;
	border: 1px solid #ccc;
	color: #808080; 
}

#main .paging ul li.active span {
	background-color: #666;
	border: 1px solid #666;
	color: #fff;
}

.button_category { width: 220px;	margin: 8px auto 0;}

.button_category p { display: inline; }
.button_category p span {
	display: inline-block;
	background: #eee;
	border-radius: 5px;
	padding: 5px 5px 4px;
	margin-right: 3px;
	margin-bottom: 3px;
	color: #555;
	line-height: 1;
	height: auto;
}

.special_menu ul,
.special_menu { width: 100% }

.special_menu ul {
	margin: 45px 0 70px; 
}

.special_menu ul li{
	float: left;
	width: 285px;
	height: 45px;
	line-height: 1;
	border: 1px dashed #cccccc;
	text-align: center;
	margin: 0 10px 10px 0;
	padding-top:15px;
}

.special_menu ul li a {
	font-size: 13px;
	font-weight: bold; 
}

.special_menu ul li:hover { background-color: #eeeeee; }

.special_menu ul li.active { 
	background-color: #eee; 
	border: 1px dashed #ccc;
}

.hair .group_hair {
	width: 164px;
	display: inline-block ;
	vertical-align: top;
	margin-right: 9px; 
	position: relative;
}

.hair .group_hair.last { margin-right: 0; }

#main h2 {
	width: 100%;
	text-align: center; 
	margin-bottom: 30px; 
}

.hair .group_hair a > span {
	display: block;
	content: "";
	clear: both;
	width: 52px;
	height: 49px;
	position: absolute; 
	background: url(../img/bg_number.png) no-repeat;
	top: -15px;
	left: -15px;
	text-align: center;
	line-height: 49px;
	color: #fff;
	font-size: 20px;
	font-family: Open Sans, serif;
	font-weight: bold;
	text-indent: 4px;
}

.hair figure { 
	transition: all ease-out .4s; 
	opacity: 1;
}

.hair figure span,
.hair figure figcaption { padding: 0 10px;}	 

.hair figure	span.date { color: #41D2C4; font-size: 12px; font-family: Open Sans, serif }

.hair figure:hover { 
	transition: all ease-out .4s; 
	opacity: .5;
}

.phbx{
	width: 163px;
	height: 106px;
	display: inline-block;
	position: relative;
}
.phbx img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}


@media only screen and (max-width: 768px) {
	
	#main {
		width: 100%;
	}

.group_news_content {
		margin-top: 40px;
}
 .group_news_content .news_box { width: 100%; float: none; padding: 0 10px;margin-bottom: 30px; }
	
	.group_news_content .news_box figure	{ max-width: 100%;width:auto; }
	
	.group_news_content figure span {
		width: 42.9%;
		height: 100px;
		float: left;
		overflow: hidden;
	}
	.group_news_content figure img {
		width: 100%;
		height: auto;
		max-width: 100%; 
	}
	
	.group_news_content .news_box figure figcaption {
		 width: 50%;
		 display: inline-block;
		 vertical-align: top;
		 margin-top: -5px;
		 margin-left: 5px;
		 font-size: 12px;
		 line-height: 1.6em;
	}
	.group_news_content .news_box figure figcaption span {
		width: auto;
		min-height: auto;
		height: auto;
		float: none;
	}
	
	.group_news_content figcaption { padding: 0; }
	
	.group_news_content .news_box p { max-width: 100%;width: auto; }
	
	.button_category { margin: 10px 0 0 0; max-width: 100%;width: auto; }
	
	#main .paging { margin-bottom: 50px; }
	
	 .hair { width: 100%; text-align: center; }
	
	.hair .group_hair:first-child { display: block; margin: 0 auto 30px;	width: 60%; }
	.hair .group_hair:first-child .phbx{
		width: 100%;
		min-height:150px;
		height:auto;
	}
	.hair .group_hair {
		width: 45%;
		margin-bottom: 30px;
	}
	 
	 .hair .group_hair img { width: 100%; }
	 
	 #main .paging {
		margin-bottom: 60px;
		margin-top: 50px;
	}
	
	.hair .group_hair figure figcaption{ text-align: left; }
	
}


























