
	/* Photo */
	#PanelBodyPhoto
	{
		background-image		:	url( './image/Panel/Background.webp' );
	}

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

/*
======================================
Wide Pc
======================================
*/
@media (min-width:1241px)
{
}


/*
======================================
Narrow Pc
======================================
*/
@media (min-width:1024px) and (max-width: 1240px)
{
}

/*
======================================
Tablet
======================================
*/
@media (min-width:801px) and (max-width: 1023px)
{
}

/*
======================================
Smart Phone
======================================
*/
@media (max-width: 800px)
{
	/* Photo */
	#PanelBodyPhoto
	{
		background-position	:	center right;
		background-size		:	cover;
	}
}
