@charset "UTF-8";

#bottomMain.allfaq {
	width: 955px;
	margin: 0 auto;
	padding-top: 50px;
	overflow: hidden;
}

#bottomMain.allfaq #bottomMainBox .allfaq-title {
	background: url(../../external.html?link=https://monitouch.fujielectric.com/site/faq-e/assets/img/all_title_icon.png) no-repeat;
	font-size: 150%;
	color: #636363;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 20px;
	padding-left: 55px;
	line-height: 27px;
}
#bottomMain.allfaq #bottomMainBox .allfaq-sub-title {
	font-size: 125%;
	font-weight: bold;
	color: #636363;
	border-left: 6px solid #41669f;
	padding-left: 15px;
	line-height: 30px;
	margin-bottom: 20px;
}


/*** 検索窓 ***/
#bottomMain.allfaq #bottomMainBox .search-window {
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	background: #f1f2f7;
	padding: 30px;
	margin-bottom: 35px;
}
#bottomMain.allfaq #bottomMainBox .search-window form {
	width: 568px;
	margin: 0 auto 15px;
	box-sizing: border-box;
	border: 1px solid #134190;
	border-radius: 3px;
}
#bottomMain.allfaq #bottomMainBox .search-window form .searchInput {
	width: 446px;
	border: none;
	height: 38px;
	padding: 0 15px;
	border-radius: 3px;
	float: left;
	font-size: 115%;
}
#bottomMain.allfaq #bottomMainBox .search-window form .searchBtn {
	width: 90px;
	border: none;
	background: #134190;
	height: 38px;
	float: left;
	cursor: pointer;
}
#bottomMain.allfaq #bottomMainBox .search-window .txt {
	text-align: center;
	font-size: 115%;
	color: #2a2a2a;
}


/*** エラー・思ったように動かない ***/
#bottomMain.allfaq #bottomMainBox .allfaq-content {
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	margin-bottom: 25px;
}
#bottomMain.allfaq #bottomMainBox .allfaq-content.mb40 {
	margin-bottom: 40px;
}
#bottomMain.allfaq #bottomMainBox .allfaq-content-head {
	border-bottom: 1px solid #e5e5e5;
	background: #f1f2f7;
	padding: 15px 25px;
}
#bottomMain.allfaq #bottomMainBox .allfaq-content-head h1 {
	font-size: 115%;
	font-weight: bold;
	color: #636363;
}
#bottomMain.allfaq #bottomMainBox .allfaq-content-body li {
	border-bottom: 1px solid #e5e5e5;
	padding: 12px 45px 12px 25px;
	position: relative;
	background: #FFF url(../../external.html?link=https://monitouch.fujielectric.com/site/faq-e/assets/img/icon_circle_blue.png) 600px center no-repeat;
}
#bottomMain.allfaq #bottomMainBox .allfaq-content-body li:last-child {
	border-bottom: 0;
}
#bottomMain.allfaq #bottomMainBox .allfaq-content-body li a {
	font-size: 100%;
	color: #2a2a2a;
}


/*** ボタン ***/
#bottomMain.allfaq #bottomMainBox .btn-box p a {
	font-size: 115%;
	color: #fff;
	background: #134190;
	border-radius: 3px;
	display: block;
	width: 300px;
	text-align: center;
	padding: 21px 0;
	margin: 0 auto;
	position: relative;
}
#bottomMain.allfaq #bottomMainBox .btn-box p a:after {
	content: "";
	box-sizing: border-box;
	width: 5px;
	height: 8px;
	border: 4px solid transparent;
	border-right: 5px solid #f1f2f7;
	position: absolute;
	bottom: 28px;
	left: 21px;
}






