@charset "utf-8";
/*  style　[ いしきらら Smart Phone ]
=================================================================== */
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
.table th,.table td {
  display: block;
}
.table th {
  padding-bottom: 0!important;
}
.table td {
  border-top: none!important;
	padding-top: 0!important;
}
}