@charset "utf-8";


/*
======================================
Pc
======================================
*/
@media print, screen and (min-width:801px)
{
	#ImageLayout
	{
		width				:	800px;
		margin			:	30px auto;
	}
}

/*
======================================
Smart Phone
======================================
*/
@media screen and (max-width:800px)
{
	#ImageLayout
	{
		margin			:	15px auto;
	}
}
