  @charset "UTF-8";


/* ***
 *	layout
 *	table
 * ***/


/* ***
 *	layout
 * ***/
div.introduction{
	margin-bottom:30px;
}

	div.introduction:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
		}

	/* IE6 */
	* html div.introduction{
		zoom: 1;
	}
	/* IE7 */
	*:first-child+html div.introduction{
		zoom: 1;
	}

div.introduction.second{
	padding-top:25px;
	border-top:1px #45942b solid;
}

div.introduction span{
	display:block;
	float:right;
	width:230px;
}

/* ***
 *	table
 * ***/
div.introduction dl{
	width:400px;
	padding-top:30px;
}

div.introduction dl dt{
	line-height:0;
}

div.introduction dl dd{
	padding-top:50px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height:2.0;
	text-align:right;
}

div.introduction dl dd > p{
	font-family:"ƒqƒ‰ƒMƒm–¾’© ProN W6","HiraMinProN-W6","HG–¾’©E","‚l‚r ‚o–¾’©", "MS PMincho", "MS –¾’©", serif;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight:bold;
	line-height:1.5;
	letter-spacing:0.2em;
}

