#PanelQuestion h2
{
	text-align			:	center;
	color				:	rgb(204,0,0);
}


div.PanelQuestion
{
	border			:	solid 2px rgb(204,0,0);
	border-radius		:	10px;
}
div.PanelQuestionQuestion
{
	position			:	relative;
	border-bottom		:	solid 1px rgba(0,0,0,0.25);
}
div.PanelQuestionQuestion:before
{
	position			:	absolute;
	top				:	0px;
	left				:	0px;
	content			:	"Q";
	color				:	rgb(99,169,176);
	font-weight			:	bold;
}
div.PanelQuestionAnswer
{
	position			:	relative;
}
div.PanelQuestionAnswer:before
{
	position			:	absolute;
	top				:	0px;
	left				:	0px;
	content			:	"A";
	color				:	rgb(255,134,124);
	font-weight			:	bold;
}


/*
======================================
Pc
======================================
*/
@media (min-width: 801px)
{
	#PanelQuestion h2
	{
		font-size			:	32px;
		line-height			:	1.8em;
	}

	div.PanelQuestion
	{
		margin			:	0px 0px 30px 0px;
		padding			:	30px;
	}
	div.PanelQuestionQuestion
	{
		margin			:	0px 0px 30px 0px;
		padding			:	0px 0px 8px 40px;
		font-size			:	18px;
		line-height			:	1.5em;
	}
	div.PanelQuestionQuestion:before
	{
		font-size			:	36px;
	}
	div.PanelQuestionAnswer
	{
		margin			:	0px 0px 30px 0px;
		padding			:	0px 0px 0px 40px;
	}
	div.PanelQuestionAnswer:before
	{
		font-size			:	36px;
	}
}

/*
======================================
Smart Phone
======================================
*/
@media (max-width: 1024px)
{
	#PanelQuestion h2
	{
		font-size			:	24px;
		line-height			:	1.8em;
	}

	div.PanelQuestion
	{
		margin			:	0px 0px 15px 0px;
		padding			:	15px;
	}
	div.PanelQuestionQuestion
	{
		margin			:	0px 0px 15px 0px;
		padding			:	0px 0px 4px 30px;
		font-size			:	16px;
		line-height			:	1.5em;
	}
	div.PanelQuestionQuestion:before
	{
		font-size			:	24px;
	}
	div.PanelQuestionAnswer
	{
		margin			:	0px 0px 30px 0px;
		padding			:	0px 0px 0px 30px;
	}
	div.PanelQuestionAnswer:before
	{
		font-size			:	24px;
	}
}
