@charset "utf-8";

	/* Title */
	#PanelBodyTitle
	{
		display			:	block;
	}

/*
======================================
Pc
======================================
*/
@media print, screen and (min-width:801px)
{
	/* Title */
	#PanelBodyTitleSub
	{
		margin-bottom		:	40px;
	}
	/* Information */
	div.PanelEventDetailInformation
	{
		margin			:	0px !important;
	}
}

/*
======================================
Smart Phone
======================================
*/
@media screen and (max-width:800px)
{
	/* Title */
	#PanelBodyTitleSub
	{
		margin-bottom		:	20px;
	}
}
