/*----------------------------------------------------------------【まとめ（商品）】*/
.search_goods{
	cursor: pointer;
}
#search_goods{
	margin: 0px auto;
	position: fixed;
	top: 10px;
	width: 960px;
	background-color: #FFF;
	z-index: 1002;
}

#good_form_type .goods_search{
	cursor: pointer;
}
#goods_form_main{
	position: static;
}

#goods_form_main #search_link_result {
	margin-left: 5px auto 5px 10px;
	height: 676px;
	overflow-y: scroll;
}

.goods_list .goods_data{
	padding: 5px 0;
	border-bottom: 1px solid #e7e7e7;
}

.goods_list .goods_data:hover{
	background-color: #ffefe3;
}

.goods_list .goods_data.added{
	background-color: #afeeee;
	padding: 5px 0;
	border-bottom: 1px solid #000;
}

.goods_list .goods_img img{
	max-width: 150px;
	max-height: 150px;
	margin: 0 10px;
}

.goods_data .goods_name{
	margin : 10px 5px;
	font-size: 130%;
	font-weight: bold;	
}
.goods_data .goods_price{
	margin : 5px 0;
	font-weight: bold;	
}

.goods_data .goods_comment{
	margin : 5px 0;
}

.search_window .search_goods_form_close{
	padding: 8px 5px 8px 28px;
	display: block;
	position: absolute;
	top: 15px;
	right: 10px;
	line-height: 1;
	border: 1px solid #EEE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}