/* BASIC css start */
#gallery-list .h_title .btn_Red {
	height: 25px;
	width: 60px;
	float: right;
	line-height: 25px;
	font-weight: normal;
	margin-top: -4px;
}

#gallery-list .item-search {
	padding: 10px;
}

#gallery-list .item-search div {
	float: left;
}

#gallery-list .item-search div:first-child {
	width: 25%;
}

#gallery-list .item-search div .brd-st {
	width: 100%;
}

#gallery-list .item-search div:nth-child(2) {
	width: 60%;
	box-sizing: border-box;
	padding: 0 5px;
}

#gallery-list .item-search div:last-child {
	width: 15%;
}

#gallery-list .notice {
	border-top: 2px solid #464646;
}

#gallery-list .notice-bar {
	padding: 10px 10px;
	border-bottom: 1px solid #bebebe;
	background-color: #fefbe3;
}

#gallery-list .item {
	background-color: #eaeaea;
	padding: 20px 0;
}

#gallery-list .item .list_shopping2x {
	margin-bottom: 20px;
}

#gallery-list .item .list_shopping2x ul {
	padding: 0 5px;
}

#gallery-list .item li {
	background-color: #fff;
}

#gallery-list .item .none-data-space {
	background-color: #eaeaea;
	width: 100%;
}

#gallery-list .item .list_shopping2x li a {
	border: 5px solid #eaeaea;
	padding: 10px;
}

#gallery-list .item .list_shopping2x .list_shoppingInfo {
	border-top: 1px solid #bebebe;
	padding-top: 10px;
	word-break: break-all;
}
/* BASIC css end */