
	div.PanelForm
	{
		text-align			:	left;
	}

	div.PanelQuestion
	{
	}
	div.PanelQuestion dl
	{
		margin			:	0px 0px 2em 0px;
		padding			:	2em 0em;
		border-bottom		:	solid 1px rgba(0,0,0,0.25);
	}
	div.PanelQuestion dl dt
	{
		position			:	relative;
		margin			:	0px 0px 2em 3em;
		padding			:	0px;
	}
	div.PanelQuestion dl dt:before
	{
		position			:	absolute;
		top				:	0px;
		left				:	-1.5em;
		content			:	'Q';
		font-size			:	2em;
		text-align			:	left;
	}
	div.PanelQuestion dl dd
	{
		position			:	relative;
		margin			:	0px 0px 2em 3em;
		padding			:	0px;
	}
	div.PanelQuestion dl dd:before
	{
		position			:	absolute;
		top				:	0px;
		left				:	-1.5em;
		content			:	'A';
		font-size			:	2em;
		text-align			:	left;
	}

	div.PanelQuestion .LabelTelephone
	{
		font-size			:	inherit;
	}

	#ImageLogoHuglabo
	{
		transition			:	all 0.2s ease-out;
	}

/*
======================================
Pc
======================================
*/
@media print, screen and (min-width:801px)
{
	#ImageLogoHuglabo
	{
		height				:	100px;
	}
}

/*
======================================
Pc Wide
======================================
*/
@media print, screen and (min-width:1281px)
{
}

/*
======================================
Pc Middle
======================================
*/
@media screen and (min-width:1025px) and (max-width:1280px)
{
}

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

/*
======================================
Smart Phone
======================================
*/
@media screen and (max-width:800px)
{
	#ImageLogoHuglabo
	{
		height				:	40px;
	}
}
