@charset "utf-8";

/* 共通設定 */
@import url("common.css");

/* ============================================================================= */

/* [Q&A]共通設定 */

/* ============================================================================= */


	/* question & answer */
	.qa {
		width:570px;
	}
	
	.qa dt {
		clear:both;
		float:left;
	}
	
	.qa dd {
		margin:0 0 8px 20px;
	}
	
	.qa .q {
		color:#F59B1E;
		font-weight:bold;
	}

	.qa .a {
		color:#146EAA;
		font-weight:bold;
	}
	/* end */