/**
 * ギャラリー用css
 */
.lightbox_button{
	border-radius: 5px;
	border: 1px solid #ccc;
	background-color: #eee;
	margin: 20px auto;
	text-align: center;
	display: block;
	width: 300px;
	padding: 10px;
}
