@charset "utf-8";

/* -----------------------------------------------
CSS file
FileName:qa.css
Author:ecco
UpdatedBy:who-when
----------------------------------------------- */

/* --------------
MODULE IMPORT
-------------- */

@import "module/default.css";


/* --------------
Layout
-------------- */

/* definition_questionList */
#questionList{
	margin: 0 0 60px 15px;
}

#questionList li{
	line-height: 1.3;
	margin: 0 0 10px;
}

/* definition_answer */
#answer{
	margin: 0 0 30px;
}

#answer dt{
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 10px;
	padding: 0 0 0 0.4em;
}

#answer dd{
	border-color: #4D2020;
	border-style: solid;
	border-width: 0 0 1px;
	line-height: 1.3;
	margin: 0 0 10px;
	padding: 0 0 10px 2em;
	text-indent: -1.5em;
}






















