	/* Photo */
	#PanelBodyPhoto
	{
		background-image		:	url( './image/Panel/Background.jpg' );
	}
	
	/* Panel */
	div.PanelBox
	{
		text-align			:	left;
	}

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