@charset "UTF-8";

#bottomMain.category {
	width: 955px;
	margin: 0 auto;
	padding-top: 50px;
	overflow: hidden;
}

#bottomMain.category #bottomMainBox .category-title {
	background: url(../../external.html?link=https://monitouch.fujielectric.com/site/faq-e/assets/img/category/title_icon.png) no-repeat;
	font-size: 150%;
	color: #636363;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 20px;
	padding-left: 55px;
	line-height: 29px;
}


/*** 検索窓 ***/
#bottomMain.category #bottomMainBox .search-window {
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	background: #f1f2f7;
	padding: 30px;
	margin-bottom: 35px;
}
#bottomMain.category #bottomMainBox .search-window form {
	width: 568px;
	margin: 0 auto 15px;
	box-sizing: border-box;
	border: 1px solid #134190;
	border-radius: 3px;
}
#bottomMain.category #bottomMainBox .search-window form .searchInput {
	width: 446px;
	border: none;
	height: 38px;
	padding: 0 15px;
	border-radius: 3px;
	float: left;
	font-size: 16px;
}
#bottomMain.category #bottomMainBox .search-window form .searchBtn {
	width: 90px;
	border: none;
	background: #134190;
	height: 38px;
	float: left;
	cursor: pointer;
}
#bottomMain.category #bottomMainBox .search-window .txt {
	text-align: center;
	font-size: 16px;
	color: #2a2a2a;
}


/*** カテゴリーFAQ ***/
#bottomMain.category #bottomMainBox .category-content {
	margin-bottom: 40px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}
#bottomMain.category #bottomMainBox .category-content li {
	padding: 23px 25px 17px;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	background: #FFF url(../../external.html?link=https://monitouch.fujielectric.com/site/faq-e/assets/img/icon_circle_blue.png) 605px center no-repeat;
}
#bottomMain.category #bottomMainBox .category-content li:last-child {
	border-bottom: none;
}
#bottomMain.category #bottomMainBox .category-content li .tag {
	float: left;
	margin-right: 25px;
}
#bottomMain.category #bottomMainBox .category-content li .tag a {
	color: #fff;
	font-size: 90%;
	padding: 6px 12px;
	background: #41669f;
	border-radius: 14px;
}
#bottomMain.category #bottomMainBox .category-content li .question {
	margin-top: -3px;
	padding-left: 120px;
}
#bottomMain.category #bottomMainBox .category-content li .question a {
	font-size: 100%;
	color: #2a2a2a;
}


/*** ボタン ***/
#bottomMain.category #bottomMainBox .btn-box p a {
	font-size: 16px;
	color: #fff;
	background: #134190;
	border-radius: 3px;
	display: block;
	width: 300px;
	text-align: center;
	padding: 21px 0;
	margin: 0 auto;
	position: relative;
}
#bottomMain.category #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;
}






