	/* Photo */
	#PanelBodyPhoto
	{
		background-image		:	url( './image/Panel/Background.jpg' );
	}
	
	/* Panel */
	div.PanelBox
	{
		text-align			:	left;
	}


	/* Column */
	div.PanelColumn3 h3:before
	{
		content			:	"●";
		margin			:	0px -4px 0px 0px;
	}

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