@charset "UTF-8";
/* **************************************************
 * コラム
************************************************** */
.tabListTxtGame .listM:first-child a {
  padding: 19px 0;
}

/* ------------------------------
	試合見どころ
------------------------------ */
.columnArea h4 {
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid #ccc;
  border-left: none;
  margin-bottom: 20px;
  padding-bottom: 10px;
  line-height: 1.2;
  border-left: none;
  padding-left: 0;
}
.columnArea .columnPhoto {
  margin-bottom: 10px;
}
.columnArea .columnPhoto img {
  width: 100%;
}
.columnArea .columnTxt p {
  line-height: 1.8;
  font-size: 14px;
  margin-bottom: 20px;
}
.columnArea .columnTxt p.writer {
  text-align: right;
}
.columnArea .columnTxt .columnPhoto02 {
  margin: 0 0 20px;
}
.columnArea .columnTxt .columnPhoto02 img {
  width: 100%;
  height: auto;
}
.columnArea .columnTxt .columnPhoto02 span {
  display: block;
  font-size: 13px;
  text-align: center;
}
.columnArea .tableBlock {
  width: 100%;
  margin-bottom: 20px;
}
.columnArea .tableBlock .tableTitle {
  font-size: 14px;
  font-weight: bold;
}
.columnArea .tableBlock .columnTable {
  width: 100%;
  font-size: 12px;
  margin-bottom: 5px;
  border: 1px solid #cccccc;
  text-align: center;
}
.columnArea .tableBlock .columnTable tr:first-child {
  border-bottom: 3px solid #ccc;
}
.columnArea .tableBlock .columnTable tr:first-child td {
  font-weight: bold;
}
.columnArea .tableBlock .columnTable tr th {
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #ccc;
  background-color: #eee;
  padding: 5px 0;
  font-weight: bold;
}
.columnArea .tableBlock .columnTable tr td {
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
}
.columnArea .tableBlock .columnTable tr td span {
  margin: 0 auto;
}
.columnArea .tableBlock .notes {
  font-size: 12px;
  text-align: right;
}
.columnArea .columnPhoto ul li {
  margin: 0 0 20px;
}
.columnArea .columnPhoto ul li span {
  display: block;
  font-size: 13px;
  text-align: center;
}
