@charset "utf-8";

.entry-extend {
  margin-bottom: 20px;
}

h2.extend {
  overflow: hidden;
  margin: 0 0 20px 0px;
  padding: 0 0 10px 20px;
  background: url(../images/items/bg_2cor.jpg) bottom no-repeat, url(../images/common/sd_cir2.png) 0 4px no-repeat;
  font-weight: bold;
  font-size: 16px;
}

h3.extend {
  font-weight: bold;
  font-size: 16px;
}

/* リスト */
ul.extend {
  margin: 1em 0 25px 0;
  padding: 0 0 0 2.5em;
}

ul.extend li {
  margin: 0 0 5px 0;
  font-size: 16px;
  line-height: 1.5;
  list-style: disc;
}

/* 番号付きリスト */
ol.extend {
  margin: 1em 0 25px 0;
  padding: 0 0 0 2.5em;
}

ol.extend li {
  margin: 0 0 5px 0;
  font-size: 16px;
  line-height: 1.5;
  list-style: decimal;
}

/* テーブル */
.entry-container table {
  margin: 30px 0;
  width: 100%;
}

.entry-container table th,
.entry-container table td {
  padding: 5px 10px;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  vertical-align: top;
  border: 1px solid #999;
}

.entry-container table th {
  border-bottom: 1px solid #999;
  background: #eee;
}

.entry-container table td {
  border-bottom: 1px solid #999;
}

@media (max-width: 600px) {

  .column-eximage-left,
  .column-image-left,
  .column-media-left {
    margin-right: 20px;
  }

  .column-eximage-right,
  .column-image-right,
  .column-media-right {
    margin-left: 20px;
  }
}