@charset "utf-8";
/*********      メインコンテンツ      *********/
#c article .text{
	line-height: 150%;
	padding: 5px 10px;
}
#c article .md-subheader h3{
	position: relative;
	font-size: 17px;
	line-height: 150%;
	padding-left: 27px;
}
#c article .answer{
	color: #666666;
	font-size: 15px;
	line-height: 150%;
	padding: 0 0 10px 35px;
}
#c article .answer .number{
	color: rgb(13,71,161);
	display: inline-block;
	font-size: 25px;
	font-weight: bold;
	padding: 0 2px;
}
#c article .q{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 25px;
	font-weight: bold;
}
#c article .a{
	position: absolute;
	top: 12px;
	left: 16px;
	color: #FF0000;
	font-size: 25px;
	font-weight: bold;
}
