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

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

/*
======================================
Pc
======================================
*/
@media print, screen and (min-width:801px)
{
	#PanelIntroduction
	{
		text-align			:	center;
	}
	#ImageBannerRecruit
	{
		width				:	160px;
		margin-top			:	1em;
	}
}
/*
======================================
Smart Phone
======================================
*/
@media screen and (max-width:800px)
{
	#ImageBannerRecruit
	{
		width				:	160px;
	}
}
