@charset "utf-8";

/* ============================== 番号検索 */
#rn_FaqNo {
	font-size:12px;
	ime-mode:disabled;
	vertical-align:baseline;
}
#rn_FaqNoButton {
	font-size:10px;
	padding:11px 9px 8px 7px;
	cursor:pointer;
}

/* ============================== 製品選択 */
#selectFaq .img_l { width:18%; }
#selectFaq .selector { margin:8px 0; }
#selectFaq .selector.disabled {
	color:#c9c9c9;
	background-color:#f3f3f3;
	border-color:#dedede;
}
#selectFaq .selector span {
	height:30px;
	font-size:12px;
	line-height:30px;
}
#selectFaq .selector select { height:30px; }
#selectFaq .button {
	width:50%;
	max-width:180px;
	font-size:12px;
	padding:7px 16px 8px;
	float:right;
}
#selectFaq .button.dis01 { padding:6px 15px 7px; }
#selectFaq .button.act01 { cursor:pointer; }

/* ============================== 製品FAQリンク */
#linkFaq .img_l { width:22%; }
@media (max-width:640px) {
	#linkFaq .img_l { width:18%; }
}