<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	/* Video */
	#PanelVideo
	{
		width				:	100%;
		overflow				:	hidden;
	}
	#PanelVideo video
	{
		width				:	100%;
		height				:	auto;
	}


/*
======================================
PC
======================================
*/
@media (min-width: 801px)
{
}

/*
======================================
Wide PC
======================================
*/
@media (min-width: 1241px)
{
}

/*
======================================
Narrow PC
======================================
*/
@media (min-width: 1001px) and (max-width: 1240px)
{
}

/*
======================================
Tablet
======================================
*/
@media (min-width: 801px) and (max-width: 1000px)
{
}



/*
======================================
Smart Phone
======================================
*/
@media (max-width: 800px)
{
}

</pre></body></html>