/* Panel */
h1.PanelTitle
{
	background-image			:	url('./image/Panel/Background.jpg');
	background-position			:	top center;
}
h1.PanelTitle img
{
	height					:	100px;
}

/*
======================================
Smart Phone
======================================
*/
@media (max-width: 400px)
{
	h1.PanelTitle
	{
		padding					:	36px 0px;
	}
	h1.PanelTitle img
	{
		height					:	80px;
	}
}
