/* line 3, app/assets/stylesheets/mypage/news.scss */
.p-news-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #eee;
}

/* line 8, app/assets/stylesheets/mypage/news.scss */
.p-news-table table th, .p-news-table table td {
  border: 1px solid #eee;
  padding: 5px 10px;
  vertical-align: middle;
}

/* line 13, app/assets/stylesheets/mypage/news.scss */
.p-news-table table thead {
  background: #c4c4c4;
}

/* line 18, app/assets/stylesheets/mypage/news.scss */
.p-news-table__cell--gray {
  background: #f6f6f6;
}
