@charset "utf-8";

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

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



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

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


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