/* Headline */
h1.PanelMain
{
	background-image			:	url('./image/Panel/Background.jpg');
}


#PanelAccess
{
	text-align					:	center;
	font-size					:	24px;
	line-height					:	1.8em;
}
#PanelMapShop
{
	width						:	100%;
	height						:	500px;
	border					:	none;
}



/*
======================================
Smart Phone
======================================
*/
@media screen and (max-width:800px)
{
	#PanelAccess
	{
		font-size					:	18px;
	}
	#PanelMapShop
	{
		height						:	200px;
	}
}
