@charset "utf-8";
/*
Theme Name: 博多一風堂 WordPressテーマ
Theme URI: https://test.ippudo.com 
*/

/* よこ向きテーブル */
.post table {
  border: none;
}
.wp-table-yoko {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 15px;
  table-layout: auto;
}
.wp-table-yoko th {
  background-color: #eee;
}
.wp-table-yoko td {
  background-color: #fff;  
}
.wp-table-yoko td {
  text-align: center;
}
.wp-table-yoko th, .wp-table-yoko td{
  padding: 7px; border: 1px solid #ddd;
}
.wp-table-yoko th:first-child {
  border-radius: 6px 0 0 0;
}
.wp-table-yoko th:last-child {
  border-radius: 0 6px 0 0;
}
.wp-table-yoko tr:last-child td:first-child{
  border-radius: 0 0 0 6px;
}
.wp-table-yoko tr:last-child td:last-child{
  border-radius: 0 0 6px 0;
}