@charset "utf-8";
/* CSS Document */

.center{ position:relative;}
.title{	text-align:center;}

.article{
	position:relative;
	margin:80px auto 40px;
	padding:0 100px;
	max-width:1130px;
}

.viewport{
	position:relative;
	height:100px;
	overflow:hidden;
}

.workList{
	position:absolute;
	left:0;
	padding:0;
}

.workList ul{display:none;}
.workList ul.show{display:block;}

.workList li{
	float:left;
	width:180px;
	height:100px;
	margin-right:10px;
	margin-bottom:10px;
	background:rgba(255, 255, 255, 0.3);
	position:relative;
	font-size:0.8em;
	color:#bbb;
}

.workList li img{
	position:absolute;
	top:0;
	left:0;	
}

.btnPrev{
	position:absolute;
	left:30px;
	top:50%;	
	margin-top:-16px;
	cursor:pointer;	
}
.btnNext{
	position:absolute;
	right:30px;
	top:50%;	
	margin-top:-16px;
	cursor:pointer;
}

.casename{
	font-size:1em;
	height:100px;
	line-height:100px;
	color:#fff;
	text-align:center;
}

@media screen and (max-width:1024px),screen and (max-height:650px){	
.center{ margin:0 15px;}
.btnPrev, .btnNext, .title{
	display:none;
}
.article{ 
	margin-top:0px; 
	padding:0px;
}
.viewport{height:auto;}
.workList{
	position:relative;
	margin:auto;
	padding-left:5px;	
}

}
@media screen and (max-width:480px){
.center{ font-size:0.8em;}	

}