/* 記事個別CSSが必要な場合ここに作成 */

.show_table {
  position: inherit;
}

.p-scroll-table:after {
  position: initial;
  }

.img_txt {
  text-align: center;
  } 

@media print,
screen and (min-width: 40.0625em) {
    .p-column-pic-list {
        justify-content: center;

    }

}

.top {
  margin-top: 50px;
}

.bottom {
  margin-bottom: 50px;
}

.left {
  margin-left: 50px;
}

.right {
  margin-right: 50px;
}

.all {
  margin: 50px;
}


