
	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;
		-webkit-transition		:	all 0.2s ease-out;
		-moz-transition		:	all 0.2s ease-out;
		-o-transition			:	all 0.2s ease-out;
	}

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



/*
======================================
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)
{
	#ImageLogoHuglabo
	{
		height				:	40px;
	}
}
