@charset "utf-8";

	/* Title */
	#PanelBodyTitle
	{
	}

	/* Menu */
	#PanelBodyMenu
	{
	}

	/* Video */
	#PanelVideo
	{
	}
	#PanelVideo iframe
	{
		width				:	100%;
	}

/*
======================================
Pc
======================================
*/
@media print, screen and (min-width:801px)
{
	/* Title */
	#PanelBodyTitle
	{
		display			:	block;
	}

}

/*
======================================
Wide PC
======================================
*/
@media print, screen and (min-width:1241px)
{
	/* Video */
	#PanelVideo iframe
	{
		height				:	675px;
	}
}

/*
======================================
Middle PC
======================================
*/
@media screen and (min-width:1001px) and (max-width:1240px)
{
	/* Video */
	#PanelVideo iframe
	{
		height				:	550px;
	}
}

/*
======================================
Narrow PC
======================================
*/
@media screen (min-width:801px) and (max-width:1000px)
{
	/* Video */
	#PanelVideo iframe
	{
		height				:	450px;
	}
}

/*
======================================
Smart Phone
======================================
*/
@media screen and (max-width:800px)
{
	/* Video */
	#PanelVideo iframe
	{
		height				:	186px;
	}
}
