@charset "UTF-8";
/*
* news style.css
*/

/* !top page */
.listNews01 {
	min-height: 505px;
}
.dl_listnew01 {
}
.dl_listnew01 dt {
	clear: both;
	float: left;
	width: 105px;
	line-height: 1.5;
}
.dl_listnew01 dd {
	padding-left: 105px;
	margin-bottom: 8px;
	line-height: 1.5;
}

.figture01{
	display:inline;
	float:right;
}

.ul_news01 {
	overflow: hidden;
	margin-right: -60px;
}
.ul_news01 li {
	float: left;
	margin-right: 10px;
}
.ul_news01 li .figture {
	margin-bottom: 6px;
}

.ul_news01 li .lightbox{
	display:block;
	position:relative;
	border:1px solid #9d9d9e;
}
.ul_news01 li .lightbox .zoom{
	position:absolute;
	right:0;
	bottom:0;
	width:20px;
	height:20px;
	z-index:10;
	background:url(../../common/img/ico_search02.png) no-repeat 0 0;
}

.ul_news02 .lightbox{
	display:block;
	position:relative;
	border:1px solid #9d9d9e;
	width: 400px;
	margin: 50px 100px;
}
.ul_news02 .lightbox .zoom{
	position:absolute;
	right:0;
	bottom:0;
	width:20px;
	height:20px;
	z-index:10;
	background:url(../../common/img/ico_search02.png) no-repeat 0 0;
}









