
	/* Title */
	#PanelBodyPhoto
	{
		background-image		:	url( './image/Panel/Background.webp' );
	}

/*
======================================
Pc
======================================
*/
@media print, screen and (min-width:801px)
{
	.ImageButtonVideo
	{
		width				:	300px;
	}
}
/*
======================================
Smart Phone
======================================
*/
@media screen and (max-width:800px)
{
	.ImageButtonVideo
	{
		width				:	200px;
	}
}
