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

	/* List */
	td.ListName
	{
		width				:	30%;
	}

	div.PanelGallery img
	{
		margin			:	0px auto;
	}

/*
======================================
Pc
======================================
*/
@media print, screen and (min-width:801px)
{
	div.PanelGallery img
	{
		max-height			:	600px;
	}
}
/*
======================================
Smart Phone
======================================
*/
@media screen and (max-width:800px)
{
	div.PanelGallery img
	{
		max-height			:	200px;
	}
}
