@charset "utf-8";

/**  added.css Menu *********************************************

  ・CSSを追加する場合はこちら

*******************************************************************/



.ac_results {
	position: absolute;
	left: 0;
	top: 28px;
	width: 300px;
	background: #fff800;
	line-height: 160%;
	z-index: 8;
	padding: 0 10px 10px 0;
	border: 1px solid #b89a96;
	border-bottom: 2px solid #b89a96;
}

.ac_results ul {
	padding: 0 0 0 10px;
	margin: 10px 0 0 0;
	line-height: 130%;
	font-size: 83.3&;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_results li a {
	text-decoration: none;
}

.ac_results li span{
font-size: 120%;
padding: 0 5px 0 0;
display: block;
font-weight: bold;
}


/*
.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
*/


/*
#aleart.green a.close{
visibility:hidden;
}
*/

/**
 * カテゴリと注目ワードのCSS
 */
#searchcategorybox table.tblcategory tr.detail td ul li a.selected{
background:#fff22a;
}

#searchcategorybox table.tblcategory tr.word td ul li:hover{
background:#fff22a url(../images/bg_search_close.gif) no-repeat 5px center;
padding: 10px 10px 10px 20px;
}

div.multicolumn dl.narrowdown {
	height: 600px;
}

.layawaytitle {
color: #F00;
font-weight: bold;
padding: 0 0 10px 0;
display: block;
}

div .layaway {
background-color: #DFF;
font-size: 13px;
color: #F00;
font-weight: bold;
padding: 10px;
}
