@charset "UTF-8";

/*======================================
	画像ビューア
=======================================*/

#image_viewer {
	margin-bottom: 2em;
}

/* 表示エリア */
#stage_image {
	border: solid 1px #999;
	text-align: center;
	background-color: #ddd;
}
#stage_image img {
	max-height: 400px;
}
#stage_caption {
	text-align: center;
	padding-top: 3px;
	min-height: 2em;
	font-size: 90%;
}
#stage {
	margin-bottom: 0.5em;
}



#image_viewer .image_list {
	text-align: center;
	background-color: #eee;
	padding: 10px 10px 0;
}
#image_viewer .image_list li {
	display: inline-block;
	margin: 0 2px 10px;
}
#image_viewer .image_list img {
	height: 80px;
	border: solid 1px #999;
}

/*======================================
	スマホ
=======================================*/
@media screen and (max-width: 640px){
	#image_viewer .image_list img{
		height: 50px;
	}
}
