@charset "UTF-8";

/* *****************************************
/*+  init  +********************************
/***************************************** */
/*+ heading + ---------------------------- */



/* *****************************************
/*+  outline  +*****************************
/***************************************** */
/*+ block + ------------------------------ */
#outline .text {
	width: 460px;
	}
#outline .image {
	width: 160px;
	text-align: right;
	}

/*+ text + ------------------------------- */
#outline .text .copy {
	color: #004F3F;
	font-size: 1.46em;
	font-weight: bold;
	line-height: 1.4;
	}
#outline .sub-copy {
	margin-bottom: 20px;
	font-size: 1.06em;
	font-weight: bold;
	}
#outline dl {
	font-size: .93em;
	}
#outline dt {
	margin-bottom: .5em;
	font-weight: bold;
	}



/* *****************************************
/*+  problem  +*****************************
/***************************************** */
/*+ block + ------------------------------ */
#problem .text {
	width: 360px;
	}
#problem .image {
	width: 240px;
	}



/* *****************************************
/*+  result  +******************************
/***************************************** */
/*+ block + ------------------------------ */
#result dl {
	margin-left: 20px;
	}
#result dd {
	margin: 0 0 2em 2em;
	}

/*+ text + ------------------------------- */
#result dt {
	margin-bottom: .5em;
	color: #004F3F;
	font-size: 1.2em;
	font-weight: bold;
	}