@charset "utf-8";
#q_a p {
	font-size: 14px;
	padding-left: -14px;
	margin-top: 0px;
}
#q_a dl {
	width:auto;
	margin-left:10px;
	line-height:1.8;
	overflow: hidden;
	_zoom: 1;
	padding-left: 5px;
}
#q_a dt {
	background-image: url(../img/q.png);
	background-repeat: no-repeat;
	font-size: 16px;
	color: #FF6600;
	font-weight: bold;
	margin-top: 20px;
	padding-left: 40px;
}
#q_a dd {
	margin-bottom: -2px;
	padding-top: 0;
	padding-bottom: 15px;
	background-image: none;
	line-height: 1.5em;
	font-size: 14px;
	margin-top: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #EB6100;
}

/* FAQ メモ黄色枠　*/
#q_a .memo {
	border: 1px solid #ff9f00;
	background-color: #fffff0;
	padding: 10px;
	margin-top: 10px;
}
/* FAQ メモイラストとタイトル　*/
#q_a .memo h4 {
	background-image: url(../../img/memo_icon.png);
	color: #ff9f00;
	padding-top: 30px;
	padding-left: 65px;
	margin-top: 0px;
	background-color: #fffff0;
	height: 30px;
	background-repeat: no-repeat;
	background-position: left center;
}

/* FAQ インストールのOSごとの説明部分　*/
.jisage {
	padding-left: 25px;

}
.kakunin {
	font-size: 16px;
	line-height: 200%;
	font-weight: bold;
	color: #FF0000;
}
/* FAQ その他のOSごとの説明部分　ナンバーをインデント　*/
.number_indent {
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 28px;
	text-indent: -28px;
}
.number_indent li {
	margin-bottom: 5px;
}
.q_a_os_img {
	padding-left: 30px;
}
