@charset "utf-8";
/* top.css */

/*プロパティ順番
////////////////////////////////////////////////////*//*


	Mozillaが採用している「ボックスモデルによる記述順番」

	01 display
	02 list-style
	03 position
	04 float
	05 clear
	06 width
	07 height
	08 margin
	09 padding
	10 border
	11 background
	12 color
	13 font
	14 text-decoration
	15 text-align
	16 vertical-align
	17 white-space
	18 other text
	19 content


///////////////////////////////////////////////////////*/


/*　テーブルの設定
////////////////////////////////////////////////////*/

.faqBox {
	padding-bottom: 1px;
	background: #FFF url(../support/img/bg_dotted.gif) repeat-x left bottom;
}
.faqBox dl {
	width: 700px;
	padding-top: 1px;
	background: url(../support/img/bg_dotted.gif) repeat-x left top;
}

.faqBox dt {
	padding-bottom: 1px;
}

.faqBox dt span {
	display: block;
	background: url(../support/img/bg_q.jpg) no-repeat 4px 6px;
	padding: 12px 8px 12px 50px;
}

.faqBox dd {
	padding-top: -1px;
	background: #edecec url(../support/img/bg_dotted.gif) repeat-x left top;
	zoom: 1;
}

.faqBox dd p {
	margin: -1px 0 0;
	background: url(../support/img/bg_a.jpg) no-repeat 4px 6px;
	padding: 12px 8px 12px 50px;
}

.faqTable p {
	margin: 10px;
}

.tel {
	font-size: 18px;
	font-weight:bold;
}