@charset "utf-8";

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

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

@import "module/default.css";


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

/* definition_boxQuestion */
.boxQuestion{
	background-image: url(../../qa/images/box_question_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 0 0 50px;
	padding: 0;
	width: 660px;
}

.boxQuestion .innerBoxL{
	float: left;
	width: 320px;
}

.boxQuestion .innerBoxR{
	float: right;
	width: 320px;
}

.boxQuestion ul li{
	background-image: url(../../qa/images/ic_question.jpg);
	background-position: 10px center;
	background-repeat: no-repeat;
	line-height: 1.7;
	margin: 0 0 20px;
	padding: 5px 10px 5px 45px;
}


/* definition_question */
.question{
	margin: 0 0 20px;
}

.question dt{
	background-image: url(../../qa/images/ic_question.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 1.7;
	margin: 0 0 10px;
	padding: 5px 10px 5px 35px;
}

.question dd{
	background-image: url(../../qa/images/ic_answer.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 1.7;
	padding: 0 10px 5px 35px;
}







