@charset "utf-8";
/* CSS Document */

/* TABLE */
td {
text-align: center;
vertical-align: middle;
}

th {
text-align: center;
vertical-align: middle;
}

table td:nth-child(2){
text-align: left;
vertical-align: middle;
}

.tx_l {
text-align: left;
vertical-align: middle;
}

.store-status{
	display: flex
}
.store-status div:nth-child(1){
	margin: 2px
}
.store-status div:nth-child(2){
	margin:2px 2px 2px 0.5em;
	padding-left: 10px;
	text-align: left !important;
	border-left: 1px solid #ccc;
}
.break {
word-wrap: break-word;
}

.tx_md {
vertical-align:middle;
}

.alt-table-responsive {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}

/* SOLDOUT */
.soldout{
background-color: #BBBBBB !important;;
color: #FFFFFF !important;;
}

.txt-soldout-red{
color: #C7000B !important;;
}

/* 終了案内 */
.close {
  border: 2px solid #e20303;
　border-radius: 5px;
  padding: 1em;
  color: #e20303;
  max-width: 90%;
  margin: 1em auto;
  line-height: 1.5;
}

.close__title {
    font-size: 1.3em !important;
    font-weight: bold;
}

.close__text {
  margin: 0;
}

.close__link {
  color: red;
  text-decoration: underline !important;
}