/*
======================================
Pc
======================================
*/
@media print, screen and (min-width:801px)
{
	div.PanelForm
	{
		margin			:	0px 0px 1.5em 0px;
	}
	div.PanelForm dl dt
	{
		width				:	20%;
	}

	#PanelTrainingPhoto img
	{
		width				:	310px;
		border-radius		:	10px;
	}
}
/*
======================================
Smart Phone
======================================
*/
@media screen and (max-width:800px)
{
	div.PanelForm
	{
		margin			:	0px 0px 1em 0px;
	}

	#PanelTrainingPhoto img
	{
		width				:	160px;
	}

}
