@charset "utf-8";
section.search-page h2 {
	background-color: #333;
	text-align: center;
	height: 105px;
	background-image: url(../img/yougofaq/common/ttl_bg.png);
	background-repeat: no-repeat;
	background-position: center;
}
section.search-page h2 img{
	padding-top:33px;
}
.search-result-layout {
	text-align: center;
	padding: 10px 0px 0;
}
.search-result-layout h2 {
	font-size: 20px;
	color: #FFF;
}
.search-result-layout .search-form {
	height: 30px;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 25px;
	margin-bottom: 25px;
}
.search-result-layout .search-form div .textBox {
	font-size: 10px;
	color: #999;
	background-color: #FFF;
	border: 0px;
	height: 10px;
	width: 300px;
	border-radius: 3px 0 0 3px;
	padding: 10px;
	float: left;
}
.search-result-layout .search-form div .btn {
	height: 30px;
	width: 30px;
	background-image: url(../img/common/footer/ico-search.gif);
	background-color: #999;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 0 3px 3px 0;
	text-align: -99999px;
	border: 0px;
	float: left;
	cursor: pointer;
}
.search-result-layout ul {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.search-result-layout ul li {
	display: inline;
	margin-right: 20px;
}
.search-result-layout ul li:nth-child(5n) {
	margin-right: 0px;
}
.search-result-layout ul li a {
	color: #333;
	font-size: 10px;
	text-decoration: none;
	background-color: #CCC;
	padding: 7px;
	border-radius: 3px;
	display: inline-block;
	margin-bottom: 7px;
}
.search-result-layout ul li a:hover {
	background-color: #FFF;
	transition: 0.3s ease;
}
.search-result-layout p, .search-result-layout h5{
	text-align:left;
	color:#693d3d;
	font-weight:normal;
}
.search-result-layout p span, .search-result-layout h5 span{
	font-weight:bold;
	font-size:18px;
}
div.serach-result-content{
	text-align:left;
	width:927px;
	margin:35px auto;
}
div.serach-result-content p{
	margin-top:0;
	margin-left:40px;
	margin-bottom:0;
	color:#333;
}
div.serach-result-content p span.result-url{
	color:#472905;
	font-size:12px;
	font-weight:normal;
}
div.serach-result-content h6{
	margin-left:40px;
	margin-bottom:0;
	color:#f9aa95;
}