@charset "UTF-8";
/* CSS Document */

@import url("../supportstyle.css");


/* 製品シリーズ別ラインナップ----------------------------------------------------- */
div#qalineup_t {
	margin-left: 12px;
	margin-top: 20px;
	float: left;
	width: 678px;
}
div#qalineup img.qabanner {
	margin-left: 12px;
}
div#qalineup_t ul {
	display: block;
	padding: 0px;
	float: left;
	height: auto;
	width: 680px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
div#qalineup_t ul li {
	padding: 0px;
	float: left;
	height: 72px;
	width: 164px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	list-style-type: none;
}
div#qalineup_t ul li.leftside {
	margin-right: 0px;
}

/* 製品シリーズ別Ｑ--------------------------------------------------------------- */
div.index_qalist {
	margin-left: 12px;
	width: 678px;
	float: left;
	padding-top: 20px;
}
div.index_qalist div {
	float: left;
	width: 164px;
}
div.index_qalist div img {
	margin-bottom: 10px;
}
div.index_qalist ul{
	margin: 0px;
	padding: 0px;
	float: right;
	width: 480px;
}
div.index_qalist ul li {
	margin-bottom: 7px;
	list-style-image: url(img/q.gif);
	list-style-type: none;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}


/* Q＆Aのリスト------------------------------------------------------------------- */
ul.qalist {
	margin-bottom: 40px;
	margin-left: 18px;
	margin-top: 20px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}

ul.qalist li {
	margin-bottom: 10px;
	list-style-image: url(img/q.gif);
	list-style-position: outside;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

/* Q------------------------------------------------------------------------------ */
p.question {
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
	background-image: url(img/q_l.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

/* QとAの間のライン--------------------------------------------------------------- */
hr.qa {
	margin: 0px;
	padding: 0px;
}

/* A------------------------------------------------------------------------------ */
div.answer {
	background-image: url(img/a_l.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 10px;
}
div.answer p {
	margin-top: 0px;
	margin-bottom: 12px;
}
li.answer {
	margin-bottom: 8px;
}

/* その他のトラブルシューティング------------------------------------------------- */
div#other_qa {
	background-color: #FFFFCC;
	padding: 10px;
	margin-bottom: 30px;
}
.manual_sansyo {
	text-decoration: underline;
}
div.answer ul {
	margin-left: 0px;
	padding-left: 20px;
}
div.answer ol {
	margin-left: 0px;
	padding-left: 20px;
}
