
/*=====FAQ=====*/
.faq_box{
	width:608px;
	margin:auto;
	padding-bottom:30px;
	clear:both;
}

/*カテゴリー一覧部分
-------------------------*/

.faq_category{
	width:304px;
	float:left;
}
.faq_brand{
	font-size:0.85em;
	line-height:120%;
	padding:10px 0;
}
.faq_brand p{
	font-weight:bold;
	margin:0;
	padding:0;
}
.faq_brand li{
	text-indent:1.5em;
	list-style:none;
}
.faq_brand a:link{
	color:#333333;
}
.col_wire{
	color:#2A85B9;
}
.col_bis{
	color:#006666;
}
.col_spp{
	color:#669933;
}
.col_ceiling{
	color:#CC9900;
}
.col_wall{
	color:#CC3300;
}
.col_partition{
	color:#990033;
}
.col_other{
	color:#663399;
}


/*Question部分
-------------------------*/
/*--h4--*/
.title_wiresystem,
.title_bis,
.title_spp,
.title_ceiling,
.title_wall,
.title_partition,
.title_other{
	color:#FFFFFF;
	font-size:0.85em;
	line-height:200%;
	text-indent:25px;
	margin-bottom:15px;
	padding:0;
}
.title_wiresystem{
	background:url(../image/h4_wiresystem.jpg) no-repeat;
}
.title_bis{
	background:url(../image/h4_bis.jpg) no-repeat;
}
.title_spp{
	background:url(../image/h4_spp.jpg) no-repeat;
}
.title_ceiling{
	background:url(../image/h4_ceiling.jpg) no-repeat;
}
.title_wall{
	background:url(../image/h4_wall.jpg) no-repeat;
}
.title_partition{
	background:url(../image/h4_partition.jpg) no-repeat;
}
.title_other{
	background:url(../image/h4_other.jpg) no-repeat;
}

/*--h5--*/
.question_wire,
.question_bis,
.question_spp,
.question_ceiling,
.question_wall,
.question_partition,
.question_other{
	font-size:0.75em;
	text-indent:15px;
	height:14px;
	margin:0;
	padding:0;
}
.question_wire{
	background:url(../image/h5_wiresystem.jpg) no-repeat;
}
.question_bis{
	background:url(../image/h5_bis.jpg) no-repeat;
}
.question_spp{
	background:url(../image/h5_spp.jpg) no-repeat;
}
.question_ceiling{
	background:url(../image/h5_ceiling.jpg) no-repeat;
}
.question_wall{
	background:url(../image/h5_wall.jpg) no-repeat;
}
.question_partition{
	background:url(../image/h5_partition.jpg) no-repeat;
}
.question_other{
	background:url(../image/h5_other.jpg) no-repeat;
}

/*--box--*/
.question_box{
	padding:5px 15px 20px;
}

/*--detail--*/
.question{
	font-size:0.75em;
}
.question dt {
	text-indent:-20px;
	margin: 5px 0 5px 30px;
	color: #2A85B9;
	cursor: pointer;
}
.question dd {
	text-indent:-16px;
	padding: 8px 8px 8px 26px;
	margin: 4px 10px 0 35px;
	border: 1px dotted #aaaaaa;
	color: #003366;
	display: none;
	letter-spacing: 1px;
	background-color: #ffffdd;
}

.question dd#item711 img {
	margin: 5px 0 5px;
	
}
.question dd#item711 ul li {
	text-indent: -0.7em;
	padding-left: 0.7em;
	margin: 5px 0 0 15px;
	
}




















