@charset "utf-8";

	iframe
	{
		width				:	100%;
		border			:	solid 1px rgba(0,0,0,0.25);
	}

/*
======================================
Pc
======================================
*/
@media print, screen and (min-width:801px)
{
}

/*
======================================
Pc Wide
======================================
*/
@media print, screen and (min-width:1281px)
{
	iframe
	{
		height				:	500px;
	}
}

/*
======================================
Pc Middle
======================================
*/
@media screen and (min-width:1025px) and (max-width:1280px)
{
	iframe
	{
		height				:	400px;
	}
}

/*
======================================
Pc Narrow
======================================
*/
@media screen and (min-width:801px) and (max-width:1024px)
{
	iframe
	{
		height				:	400px;
	}
}

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