@charset "Shift_JIS";

/*--購入履歴--*/
ul#browsing_history_list_wrapper {
	width: 100%;
	display: flex;
	overflow-x: scroll;
	padding: 0 0 30px;
}

ul#browsing_history_list_wrapper li {
	margin-right: 20px;
}

ul#browsing_history_list_wrapper li>div.image {
	margin-bottom: 1em;
}

ul#browsing_history_list_wrapper li>div.image a>img:hover {
	opacity: 0.7;
}

ul#browsing_history_list_wrapper li>div.item_type {
	margin-bottom: 1em;
}

ul#browsing_history_list_wrapper li>div.item_type span {
	/* アイコンが途中で改行されないように */
	white-space: nowrap;
}

ul#browsing_history_list_wrapper li>div.data {
	padding: 0 2%;
	box-shadow: none;
	text-align: left;
}

ul#browsing_history_list_wrapper li>div.data>.name_j {
	font-size: 100%;
	font-weight: bold;
	color: #5d5750;
}