	/* Title */
	#PanelBodyTitle
	{
		background-image			:	url( './image/Panel/Background.jpg' );
	}
	
	/* Title */
	div.PanelTitle
	{
		padding						:	10px 20px;
		border-collapse					:	collapse;
		border-top					:	rgba(180,130,20,1);
		border-bottom					:	rgba(180,130,20,1);
		border-radius					:	6px;
		font-weight					:	bold;
		background-color					:	rgba(180,130,20,0.6);
		color						:	#ffffff;
		white-space					:	nowrap;
	}

	div.PanelFormAgreementText {
		height: 300px;
		overflow-y: scroll;
		border: solid 2px rgba(180,130,20,0.25);
		border-radius: 10px;
		text-align: left;
		margin: 0px 0px 30px 0px;
		padding: 30px;
	}

	div.PanelFormAgreementText {
		text-align: left;
	}
	

/*
======================================
Pc
======================================
*/
@media (min-width:801px)
{
	/* Title */
	div.PanelTitle
	{
		margin					:	30px 0px 0px 0px;
		font-size					:	18px;
	}

	/* Image */
	img#ImageStaff
	{
		width					:	300px;
		margin					:	0px auto 0px auto;
	}
}

/*
======================================
Smart Phone
======================================
*/
@media screen and (max-width: 800px)
{
	/* Title */
	div.PanelTitle
	{
		font-size					:	16px;
	}

	/* Image */
	img#ImageStaff
	{
		width				:	150px;
		margin				:	0px auto;
	}
}
