/* Title */
#PanelBodyTitle
{
	background-image			:	url('./image/Background/Pc.png');
}

/* Category */
div.PanelProgramCategoryGourmet
{
	background-color			:	rgb(243,213,40);
}
div.PanelProgramCategoryLife
{
	background-color			:	rgb(134,184,68);
	color					:	rgb(255,255,255);
}
div.PanelProgramCategoryCulture
{
	background-color			:	rgb(210,118,160);
	color					:	rgb(255,255,255);
}
div.PanelProgramCategoryNature
{
	background-color			:	rgb(46,158,207);
	color					:	rgb(255,255,255);
}

/*
======================================
Smart Phone
======================================
*/
@media screen and (max-width:800px)
{
	/* Title */
	#PanelBodyTitle
	{
		background-image			:	url('./image/Background/Smart.png');
	}
}
