@CHARSET "UTF-8";
#topGroupName {
  max-width: 1020px;
}

/* table */
#results tbody tr {
	    border-bottom: 1px solid #707070;
}
#results tbody td {
    position: relative;
    padding-right: 22px;
}
#results tbody td::after {
	content: "";
	background: url("../shop/morinaga/images/arrow.svg") no-repeat center;
	background-size: contain;
	width: 0.9em;
	height: 0.9em;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.displayPeriodStart_itemLabel {
    display: block;
}
.newsTitle {
	display: block;
	font-weight: bold;
}