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

/*
======================================
Pc
======================================
*/
@media print, screen and (min-width:801px)
{
	img.ImageLogoAward
	{
		height				:	120px;
		margin-top			:	10px;
	}
	img.ImageLogoMedia
	{
		height				:	30px;
	}
	img.ImageLogoPodium
	{
		height				:	50px;
	}

	#ImagePhotoMediaOmamiudaProfile
	{
		height				:	150px;
	}
}
/*
======================================
Smart Phone
======================================
*/
@media screen and (max-width:800px)
{
	img.ImageLogoAward
	{
		height				:	100px;
		margin-top			:	10px;
	}
	img.ImageLogoMedia
	{
		height				:	30px;
	}
	img.ImageLogoPodium
	{
		height				:	50px;
	}

	#ImagePhotoMediaOmamiudaProfile
	{
		height				:	120px;
	}
}
