@charset "UTF-8";

/*
information{
	file name : /css/individual/faq/index.css;
	infomation : This CSS file define [index] styles.;
	site name : HMCA Human Creative Academy;
	copyrihgt : Copyright (C) HMCA Human Creative Academy;
}
*/

/* contents
--------------------------------------------------------------------------
1. 
--------------------------------------------------------------------------
*/

/* 1. [DL] faq
-----------------------------------------------	*/

div.cell dl.faq {
	margin-bottom: 25px;
}

div.cell dl.faq dt {
	padding: 10px 10px 20px 10px;
	background-image: url("/faq/img/faq_background.gif");
	background-repeat: repeat-x;
	background-position: top left;
	font-weight: bold;
	color: #009966;
}

div.cell dl.faq dt span.question {
	margin-right: 1em;
}

div.cell dl.faq dd {
	padding: 0 10px 0 50px;
	line-height: 130%;
}
