@charset "utf-8";

/************************************************************************************
smaller than 768
*************************************************************************************/
@media screen and (max-width: 768px) {
.actionVisualBlock ,
#ibox {
	width:100%;
}
.actionVisualBlock {
	text-align: center;
}
#ibox .photo img{
	width: 100%;
	height: auto;
}
.actionVisualBlock .thumbnail ,
.actionVisualBlock .thumbnail li{
	display: inline;
	float: none;
	margin: 0;
	text-align: center;
}
.actionVisualBlock .thumbnail {
	overflow: visible;
}
.actionVisualBlock .thumbnail li img {
	width: 50px;
	height: auto;
	vertical-align: top;
	margin-bottom: 5px;
	
}
#ibox_content p.caption {
	text-align: center;
}

}
/************************************************************************************
smaller than 590
*************************************************************************************/
@media screen and (max-width: 590px) {
}
/************************************************************************************
smaller than 480
*************************************************************************************/
@media screen and (max-width: 480px) {
}
/************************************************************************************
smaller than 320
*************************************************************************************/
@media screen and (max-width: 320px) {
}
