@charset "utf-8";
/*  style　[ いしきらら　ご利用案内 ]
=================================================================== */
.contentsInner ul {
  list-style-position: inside;
}
.table th {
  white-space: nowrap;
	vertical-align: middle!important;
}
/* 768px(sm)～ ____________________________________________________ */
@media print,screen and (min-width: 768px) {

}
/* 992px(md)～ ____________________________________________________ */
@media screen and (min-width: 992px) {

}
/* 1200px(lg)～ ___________________________________________________ */
@media screen and (min-width: 1200px) {

}
