@charset "euc-jp";

.fsuggest {
	z-index: 9999;
	background:#ffffff none repeat scroll 0 0;
	border:1px solid #000000;
	cursor:default;
	line-height:18px;
	margin:0;
	position:absolute;
	width:290px;
	min-height: 0px!important;
	display: block;
}
.fsuggest.and2 {
	height: auto;
}
.fsuggest .sggstKeyword {
	background:#ffffff none repeat scroll 0 0;
	border-bottom: 1px solid #bebebe;
	overflow:hidden;
	font-size: 17px!important;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left:3px;
	padding-right:3px;
	text-align:left;
	white-space:nowrap;
	float:left;
	width:284px;
        text-overflow: ellipsis;
	box-sizing: border-box;
}
.fsuggest .sggstSelect .sggstKeyword {
	background:#3366CC none repeat scroll 0 0;
	color:#ffffff;
	cursor:pointer;
}
.fsuggest .sggstKeyword.sggstRowLast{
    border-bottom: none;
}
.fsuggest .sggstComment{
	padding: 0 5px;
}
.fsuggest .sggstComment .sggstCommentbox{
	border-top: none 0;
	background-color:#ffffff;
	color:#808080;
	font-size:12px;
/*	padding-top: 2px;*/
	clear:both;
}
.fsuggest .sggstBetabtn01{
	float: left;
	display: inline;
}
.fuggest .sggstBetabtn02{
	float: right;
	display: inline;
	width: 101px;
}
.fuggest .sggstHidetext{
	float: left;
	display: inline;
}
.fuggest .sggstHideimg {
	display : block ;
	width: 102px;
	height: 0;
	overflow: hidden;
	padding-top:17px;
	background: url(https://r.r10s.jp/com/img/home/beta/201011/new_on_4.gif) no-repeat left top;
	cursor : pointer;
}
.fsuggest .sggstHideimg:hover {
	background: url(https://r.r10s.jp/com/img/home/beta/201011/new_hover_4.gif) no-repeat left top;
}
.fsuggest .sggstHideimg{
	float: right;
	display: inline;
}
.sggstInputWrap .openSuggest {
	display: block;
	background: url(https://r.r10s.jp/com/img/home/beta/201011/new_off_23.gif) no-repeat center center;
        cursor: pointer;
	height: 27px;
        right: 3px;
	position: absolute;
        top: 2px;
	width: 112px;
}

.sggstInputWrap .openSuggest:hover {
	background: url(https://r.r10s.jp/com/img/home/beta/201011/new_hover_23.gif) no-repeat center center;
}
.sggstInputWrap {
	position:relative;
	width:100%;
}
.fsuggest .sggstNoselect strong {
	font-weight: bold;
	color: #000000;
	font-style: normal;
}
.fsuggest .sggstKeyword span {
	margin-left:12px;
	font-size:13px;
	font-weight: normal;
}
.fsuggest .sggstNoselect .sggstKeyword span {
	color:#838383;
}
.fsuggest .cnaviRow .cnaviLink {
	color: black;
	line-height: 2em;
	display: block;
	white-space: nowrap;
	text-align: left;
	overflow: hidden;
	float: left;
	clear: both;
	cursor: pointer;
	text-decoration: none;
}
.fsuggest .cnaviRow .sggstKeyword {
	font-weight: bold;
}
.fsuggest .sggstNoselect .sggstKeyword .cnaviEm {
	color: #BF0000;
}
.fsuggest .sggstSelect .sggstKeyword .cnaviEm {
	color: #FFFFFF;
}
.fsuggest .cnaviRow .cnaviImg {
	width: 30px;
	height: 30px;
	float: left;
	padding-left: 3px;
	margin-right: 8px;
}
.fsuggest .sggstKeyword .cnaviEm {
	font-weight: bold;
	margin: 0;
	font-size: 15px;
}
.fsuggest .cnaviRow.sggstNoselect .cnaviLink {
	background-color: white;
}
.fsuggest .cnaviRow.sggstSelect .cnaviLink {
	background-color: #3366CC;
}
.fsuggest .cnaviRow .cnaviBorder {
	border: none;
	border-top: 1px dotted #AEAEAE;
	height: 1px;
	color: #FFFFFF;
	margin: 0 5px;
}
