h1.Image
{
	margin			:	0px;
}



/*
======================================
Pc
======================================
*/
@media print, screen and (min-width:801px)
{
	img.ImageWorkshop
	{
		height				:	400px;
	}
}

/*
======================================
Smart Phone
======================================
*/
@media screen and (max-width:800px)
{
	img.ImageWorkshop
	{
		width				:	100%;
	}
}
