@charset "utf-8";
/* CSS Document */


.fs-c-productName__name {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fs-c-buttonContainer {
	display:none;
}
.fs-c-productList__list .fs-c-productList__list__item {
	padding: 16px 8px 20px;
	text-align: center;
}
h2.fs-c-productListItem__productName a {
	text-align:center;
}
.fs-c-productName__copy {
    border: 1px solid #000;
    padding: 5px;
    display: inline-block;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0 0 5px;
	font-weight: normal;
}
.fs-c-productPrice {
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1.4em;
	justify-content: center;
	font-weight: bold;
}
.fs-c-productPrice__addon {
	font-weight: normal;
}
