
/*
======================================
Pc
======================================
*/
@media (min-width:801px)
{
	div.PanelBodyTitle
	{
		height				:	700px;
		padding			:	0px;
		color				:	rgba(0,0,0,0);
		background-image		:	url( './image/Panel/Main.jpg' );
		background-position	:	center center;
	}
	#PanelPeopleDetailPhotoMain
	{
		display			:	none;
	}
}


/*
======================================
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)
{
	div.PanelBodyTitle
	{
		display			:	none;
	}
}
