	/* Title */
	#PanelBodyTitle
	{
		background-image			:	url( './image/Panel/Background.jpg' );
	}
	
	
	/* Calendar */
	#PanelCalendar iframe
	{
		width					:	100%;
		border					:	0px;
	}


	/* Leaflet */
	#PanelLeaflet
	{
	}
	div.PanelLeaflet
	{
		display				:	block;
		vertical-align			:	top;
		width				:	100%;
		margin				:	0px 0px 40px 0px;
	}
	div.PanelLeafletPhoto
	{
		text-align			:	center;
		margin				:	0px 0px 5px 0px;
		background-repeat		:	no-repeat;
		background-size			:	cover;
		background-position		:	center center;
	}
	div.PanelLeafletPhoto img
	{
		width				:	100%;
	}
	div.PanelLeafletName
	{
		text-align			:	center;
	}



/*
======================================
Pc
======================================
*/
@media (min-width: 801px)
{
	/* Calendar */
	#PanelCalendar
	{
		margin-bottom				:	0px;
	}
	#PanelCalendar iframe
	{
		width					:	100%;
		height					:	600px;
		margin-bottom				:	50px;
	}
}
/*
======================================
Smart Phone
======================================
*/
@media (max-width: 800px)
{
	/* Calendar */
	#PanelCalendar
	{
		margin-bottom				:	30px;
	}
	#PanelCalendar iframe
	{
		width					:	100%;
		height					:	300px;
		margin-bottom				:	30px;
	}
}
