/* Introduction */
#PanelIntroductionPhoto
{
	text-align			:	center;
	margin			:	0px 0px 50px 0px;
}
#PanelIntroductionPhoto img
{
	width				:	600px;
	margin			:	0px auto;
	text-align			:	center;
	border-radius		:	10px;
}

/* Staff */
div.PanelStaff
{
	display			:	table;
	width				:	100%;
	margin-bottom		:	50px;
}
div.PanelStaffPhoto
{
	display			:	table-cell;
	vertical-align			:	top;
}
div.PanelStaffPhoto img
{
	height				:	250px;
	border-radius		:	10px;
}
div.PanelStaffComment
{
	display			:	table-cell;
	vertical-align			:	top;
	width				:	700px;
}
div.PanelStaffTitle
{
	font-weight			:	bold;
	margin-bottom		:	10px;
}
div.PanelStaffName
{
	color				:	#ff906f;
	font-weight			:	bold;
	font-size			:	18px;
	line-height			:	24px;
	margin-bottom		:	10px;
}



/*
======================================
Smart Phone
======================================
*/
@media screen and (max-width:800px)
{
	/* Staff */
	div.PanelStaffComment
	{
		display			:	block;
		width				:	100%;
	}
	div.PanelStaffName
	{
		text-align			:	center;
	}
	div.PanelStaffPhoto
	{
		display			:	block;
		width				:	100%;
		margin			:	0px 0px 10px 0px;
		padding			:	0px;
		text-align			:	center;
	}
	div.PanelStaffPhoto img
	{
		height				:	200px;
	}

}
