.bssuggest {
	background-color: #fff;
	padding: 0;
	margin: 0 0 0 -2px;
	position: absolute;
	cursor: default;
	border: 1px solid #999999;
	z-index : 102;
}
.bssuggest-table {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	margin: 0;
}
.bssuggest .bssuggest-menu-item {
	margin: 0;
	padding: 0;
	text-align: left;
}
.bssuggest .bssuggest-menu-item td {
    font-family: sans-serif;/* 20140417 */
	background-color: #fff;
	vertical-align: middle;
	height: 21px;
	color: #333;
	padding-left: 20px;
}

.bssuggest .bssuggest-menu-item td.bssuggest-state-active {
	background-color: #0049ba;
	color: #fff;
	font-weight: normal;
}
.bssuggest .bssuggest-footer {
	padding: 3px;
	background-color: #cccccc !important;
	color: #525552;
	font-size: 12px !important;
	font-size: 1.2rem !important;
	line-height: 2;
	list-style: none;
	text-align: right;
}
.bssuggest .bssuggest-footer .bssuggest-footer-sw {
	margin-left: 10px;
	padding-right: 15px;
	zoom: 1;
}
.bssuggest .bssuggest-link {
	cursor: pointer;
	font-weight: bold;
}
.bssuggest .bssuggest-link-hover {
	color: #FF0000;
}

/* オプトイン */
.bssuggest-pull-btn-d {
	background:url(/common/2014/images/suggest.png) no-repeat -35px 50%;
	width: 18px;
	height: 31px;  /* 20141417 */
	display:inline-block; /* 20141112 mod */
    vertical-align: middle;
    /*margin-left: 1px;*/ /* 20121212 del */
}
* html .bssuggest-pull-btn-d {
	/*display:inline;*//* 20121214 del */
	/*zoom:1;*//* 20121214 del */
	margin-top: -2px; /* 20121212 add */
}
*:first-child+html .bssuggest-pull-btn-d {
	/*display:inline;*//* 20121214 del */
	/*zoom:1;*//* 20121214 del */
	vertical-align: top !important; /* 20121212 add */
}
.bssuggest-pull-btn-u,  x:-moz-any-link, x:default {
	/*margin-top: 3px;*//* 20121214 del */
	}
	
.bssuggest-pull-btn-u {
	background:url(/common/2014/images/suggest.png) no-repeat 0 50%;
	width: 18px;
	height: 31px;  /* 20141417 */
    display:inline-block;
    vertical-align: middle;
    /*margin-left: 1px;*/ /* 20121212 del */
}
* html .bssuggest-pull-btn-u {
	/*display:inline;*//* 20121214 del */
	/*zoom:1;*//* 20121214 del */
	margin-top: -2px; /* 20121212 add */
}
*:first-child + html .bssuggest-pull-btn-u{
	/*display:inline;*//* 20121214 del */
	/*zoom:1;*//* 20121214 del */
	vertical-align: top !important; /* 20121212 add */
}


/* 検索窓 */
#searchbox input#id_q {
	width: 340px; /* 20141112 mod */
	height: 31px;
	line-height: 31px\9;
	margin-left: 4px;
	border: medium none;
	margin-right: 0px;
	vertical-align: middle;
	font-size: 14px;
	font-size: 1.4rem;
}
#searchbox input#id_q:focus {
	outline: none;
}
#searchbox .typeWeb  input#id_q {
	width: 362px !important;
}
#searchbox .typeOdm  input#id_q {
	width: 346px !important;
}
#searchbox .typeImg input#id_q {
	width: 390px !important;
}
#searchbox .typeSite input#id_q {
	width: 368px !important;
}
#searchbox .typeWiki input#id_q {
	width: 368px !important;
}
#searchbox .typeMap input#id_q {
	width: 390px !important;
}

#suggest_input_border {
	background-color: #fff;
	margin-right: -2px;
	display: inline-block;
	vertical-align: middle;
	padding:0; /* 20121214 add */
	float: left; /* 20141112 add */
}
#suggest_input_border {
	/*width: 368px;*/
	min-height: 31px; /* 20141112 mod */
	margin-right: 0;
}
* html #suggest_input_border {
	display:inline;
	zoom:1;
	padding: 1px 0 1px 0;
	/*margin: 1px 5px 1px 0;*/
	margin: 1px 0 1px 0;
	height: 24px;
}
*:first-child + html #suggest_input_border {
	/*height: 22px;
	margin-top: -1px;*/ /* 20141112 del */
}
*:first-child + html #suggest_input_border #id_q { /* 20141112 add */
	margin-top: -1px;
}
.inputBox #sub {
	border-radius: 0;
	-webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#suggest_input_border {
	margin-right: -5px;
	}
}
.bssuggest-parent {
	float: left;
	vertical-align: middle;
}
.inputBox #sub {
	float: right;
	-webkit-appearance: none;
}
* html .bssuggest-parent {
	display:inline;
	zoom:1;
}
*:first-child + html .bssuggest-parent {
	display:inline;
	zoom:1;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.bssuggest-parent {
	display:inline;
	float:left;
	padding:0;
	/*margin:0 0 10px 0;*/
	}
}
* html #searchbox .bssuggest-parent input#id_q {
	margin-top: -1px;
	margin-bottom: -1px;
}
*:first-child + html #searchbox .bssuggest-parent input#id_q {
	margin-top: -1px;
	margin-bottom: -1px;
	height: 30px;
}


#headerArea.pbHeaderArea {
	overflow: visible;
}
