@charset "utf-8";

/* BERUFORT RESULTS.CSS  */


/*--------------------------------------
*	
*	00.COMMON
*	01.RESULT_ABOUT
*	02.RESULT_SUPPORT
*	03.RESULT_ADVICE
*
*--------------------------------------*/


/**-------------------------------------
	00.COMMON
---------------------------------------**/

#content p
{
	color:#363636;
	font-size:92%;
	background-color:#FFFFFF;
}

h3{
	margin:0 0 20px 0;
}

h4{
	margin:0 0 10px 0;
}


/**-------------------------------------
	01.RESULT_ABOUT
---------------------------------------**/
div#resultsAbout
{
	margin-bottom: 35px;
	width: 610px;
}

div#resultsAbout p
{
	width: 610px;
	height:205px;
}


/**-------------------------------------
	02.RESULT_SUPPORT
---------------------------------------**/
div#resultsSupport
{
	margin-bottom: 35px;
	width: 610px;
}

div#resultsSupport p.catch
{
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
}

div#resultsSupport dl
{
	float: left;
	margin: 0 20px 0 0;
	width: 378px
}

div#resultsSupport dl dt
{
	margin-bottom: 6px;
	font-size: 100%;
	color: #F0066C;
}

div#resultsSupport dl dd
{
	margin-bottom: 18px;
	font-size: 92%;
}

div#resultsSupport p#supportImage
{
	float: right;
	width: 212px;
	height: 162px;
}


/**-------------------------------------
	03.RESULT_ADVICE
---------------------------------------**/
div#resultAdvice
{
	margin-bottom: 35px;
	width: 610px;
}

div#resultAdvice p#adviceImage
{
	float: left;
	margin: 0 20px 0 0;
	width: 109px;
	height: 124px;
}

div#resultAdvice dl
{
	width: 481px;
}

div#resultAdvice dl dt
{
	font-size: 100%;
	color: #F0066C;
}

div#resultAdvice dl dd
{
	font-size: 92%;
	margin-bottom: 10px;
	font-weight: bold;
}


/**--------------------------------------
	0N.MODULE
---------------------------------------**/
#resultAdvice:after,
#resultsSupport:after,
#main:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#resultAdvice,
#resultsSupport,
#main
{
	display:inline-table;
}

/* \*/
* html #resultAdvice,
* html #resultsSupport,
* html #main
{ 
	height:1%;
}
/* */

