

/* ////////////////////
■ 作品スライドショー（No Script）
//////////////////// */
#photos .panel:after {  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}
#photos .panel {  
	display: inline-block;  
	zoom: 100%;  
}

#photos div.gallaryview {
	float:center;
	margin:150px 50px;
}

#photos .panel {
	width: 565px;
	padding: 5px 5px 10px 5px;
	display: block;
	border-top: 1px solid #666;
}

#photos .panel img {
	margin: 0;
	padding: 0 10px 0 0;
	display: block;
	float: left;
	width: 180px;
}
#photos .panel .panel-overlay h2 {
	color: #000;
	font-size: 87.5%;
	margin: 0 0 3px;
	padding: 0 0;
}
#photos .panel h2 em {
	font-style: normal;
	font-weight: normal;
	font-size: 90%;
	margin: 0;
	display: block;
	padding: 0;
}

#photos .panel p {
	color: #000;
	font-size: 75%;
	line-height: 140%;
}
#photos ul.filmstrip,
#photos ul.filmstrip li {
	display: none;
}
