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

	/* Group */
	#PanelGroup
	{
		position			:	relative;
	}

	a.LabelAnchor
	{
		white-space			:	nowrap;
	}

/*
======================================
Pc
======================================
*/
@media (min-width: 801px)
{
}
/*
======================================
Smart Phone
======================================
*/
@media (max-width: 800px)
{
}
