@charset "UTF-8";
#infoContainer {
  padding: 110px 0 0 0; }

.innerWrapper {
  padding: 10px; }

/*h2*/
.pageHeader {
  background: url(../img/dirtrace/pic_dirtrace_h2bg.jpg) 50% 50% no-repeat;
  background-size: cover; }

/*レースページトップ写真*/
.topPicArea {
  width: 100%;
  height: auto;
  max-height: 200px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #555; }
  .topPicArea img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block; }

/*レースタイトル*/
.raceTitle {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #333; }
  .raceTitle .titleWrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 5px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block; }
  .raceTitle h2 {
    width: 100%;
    height: auto;
    margin: 0 0 5px 0;
    padding: 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 35px;
    letter-spacing: 0.1px;
    position: static;
    text-align: left; }
  .raceTitle p {
    width: 100%;
    height: auto;
    margin: 0 auto 5px;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block; }
  .raceTitle span.grade.jpn {
    width: auto;
    height: 25px;
    margin: 0 5px 5px 0;
    padding: 0 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    background: #ff6235;
    border-radius: 3px;
    color: #fff;
    line-height: 25px;
    font-size: 1.0em;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.2px;
    vertical-align: bottom; }
  .raceTitle span.lastChampion {
    width: auto;
    height: 25px;
    margin: 0 0 5px 0;
    padding: 0 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    background: #1a74bc;
    border-radius: 3px;
    color: #fff;
    line-height: 25px;
    font-size: 1.0em;
    vertical-align: bottom;
    display: inline-block; }

/*ブロック*/
article.aboutArea {
  background: #f0f0f0; }

.aboutWrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block; }

/*レース概要*/
ul.raceData {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block; }
  ul.raceData li {
    padding: 0 0 0 2px;
    margin: 0 0 10px 0; }
  ul.raceData li p.title {
    width: 100%;
    height: auto;
    margin: 0 auto 2px;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    font-size: 14px; }
  ul.raceData li p.data {
    width: 100%;
    height: auto;
    margin: 0 2px;
    padding: 0 0 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    border-left: 2px solid #cacaca; }

article.aboutArea img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block; }

/*表組み*/
.dataArea {
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block; }

.horseCell {
  width: 100%;
  height: auto;
  margin: 0 auto 5px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #f0f0f0;
  border-radius: 3px; }

p.name {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 8px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  font-size: 14px; }
  p.name a {
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0 15px 0 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    text-decoration: none;
    position: relative; }
    p.name a:after {
      content: "";
      width: 8px;
      height: 8px;
      padding: 0;
      margin: auto;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      background: url(../img/icon_linkbtn_arr02_bk.png) 0 0 no-repeat;
      background-size: 8px 8px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0px; }

/*詳細ボタン*/
span.detailBtn {
  width: auto;
  height: 23px;
  margin: auto;
  padding: 0 20px 0 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #555;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  line-height: 23px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3); }
  span.detailBtn.open {
    transition-duration: 0.8s;
    background: #ffd700;
    color: #333; }
  span.detailBtn:after {
    content: "";
    width: 12px;
    height: 12px;
    padding: 0;
    margin: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    background: url(../img/icon_toggle_plus.png) 0 0 no-repeat;
    background-size: 12px 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px; }
  span.detailBtn.open:after {
    background: url(../img/icon_toggle_minus.png) 0 0 no-repeat;
    background-size: 12px 12px; }

h4 .allBtn {
  width: auto;
  height: 23px;
  margin: auto;
  padding: 0 20px 0 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #555;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 5px;
  line-height: 23px;
  font-size: 13px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3); }
  h4 .allBtn.open {
    transition-duration: 0.8s;
    background: #ffd700;
    color: #333; }
  h4 .allBtn:after {
    content: "";
    width: 12px;
    height: 12px;
    padding: 0;
    margin: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    background: url(../img/icon_toggle_plus.png) 0 0 no-repeat;
    background-size: 12px 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px; }
  h4 .allBtn.open:after {
    background: url(../img/icon_toggle_minus.png) 0 0 no-repeat;
    background-size: 12px 12px; }

.data {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 5px 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: none; }

table.horse {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  border-left: 1px solid #9f9f9f;
  border-right: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
  font-size: 13px; }
  table.horse th {
    background: #555;
    color: #fff;
    padding: 3px 0;
    text-align: center;
    border-right: 1px solid #9f9f9f; }
  table.horse tr th:last-child {
    border: none; }
  table.horse th.a {
    width: 25%; }
  table.horse th.b {
    width: 25%; }
  table.horse th.c {
    width: 25%; }
  table.horse th.d {
    width: 25%; }
  table.horse th.e {
    width: 25%; }
  table.horse tr td {
    padding: 3px;
    border-right: 1px solid #9f9f9f;
    text-align: center;
    background: #fff; }
    table.horse tr td.note {
      text-align: left; }

h5 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block; }

.noData {
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  border-left: 2px solid #9f9f9f; }
  .noData p {
    color: #555; }

.dataWrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block; }
  .dataWrapper .date {
    width: 100%;
    height: auto;
    margin: 0 auto 10px;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    border-left: 2px solid #9f9f9f; }

/*過去結果*/
.pastResult .innerWrapper {
  padding: 0 10px 30px; }

.pastCell {
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  border-radius: 3px;
  background: #f0f0f0; }
  .pastCell .detailBtn {
    position: absolute;
    top: 0;
    bottom: auto;
    right: 0; }

.pastCell.unfinished {
  display: none; }

.toggleTitle {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0px 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  border-radius: 3px;
  position: relative; }

.toggleTxt {
  width: 95%;
  height: auto;
  margin: 0 auto;
  padding: 5px 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: none; }

p.raceDate {
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  font-weight: bold;
  font-size: 1.12em; }

p.courseInfo {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  font-size: 1.0em; }
  p.courseInfo span.course {
    width: 40%;
    height: auto;
    margin: 0 auto;
    padding: 0 3px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    float: left; }
  p.courseInfo span.ground {
    width: 30%;
    height: auto;
    margin: 0 auto;
    padding: 0 3px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    float: left; }
  p.courseInfo span.weather {
    width: 30%;
    height: auto;
    margin: 0 auto;
    padding: 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    float: left; }

.link {
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
  padding: 0 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block; }
  .link a {
    width: 49%;
    height: 25px;
    margin: 0 2% 0 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    background: #1a74bc;
    color: #fff;
    float: left;
    text-align: center;
    text-decoration: none;
    border-radius: 3px; }
    .link a:last-child {
      margin: 0; }
    .link a span {
      width: auto;
      height: 25px;
      margin: 0 auto;
      padding: 0 0 0 15px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: inline-block;
      background: url(../img/icon_linkbtn_arr_wh.png) 0 50% no-repeat;
      background-size: 8px 8px;
      line-height: 25px; }

table.past {
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
  padding: 0;
  border: 1px solid #9f9f9f;
  font-size: 13px;
  border-collapse: separate; }
  table.past th {
    background: #555;
    color: #fff;
    padding: 3px 0;
    text-align: center;
    border-right: 1px solid #9f9f9f; }
  table.past th.a {
    width: 25%; }
  table.past th.b {
    width: 25%; }
  table.past th.c {
    width: 25%; }
  table.past th.d {
    width: 25%; }
  table.past td {
    text-align: center;
    border-right: 1px solid #9f9f9f;
    background: #fff; }
  table.past tr.raceCol {
    background: #949494; }
    table.past tr.raceCol td {
      text-align: left;
      position: relative; }
    table.past tr.raceCol p {
      width: auto;
      color: #fff;
      display: inline-block; }

/*アクセス*/
.accessArea {
  background: #f0f0f0; }

.address {
  width: 100%;
  height: auto;
  margin: 0 0 10px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block; }
  .address p.addressTitle {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 3px 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    background: #333;
    color: #fff;
    text-align: center; }
  .address p.addressData {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    background: #fff;
    color: #333; }

.accessWrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block; }
  .accessWrapper p {
    padding: 0 0 0 8px;
    margin: 0 2px 15px;
    border-left: 2px solid #cacaca; }

/*レース一覧
---------------------*/
/*レース名検索*/
.inputArea {
  width: 100%;
  height: auto;
  margin: 10px auto;
  padding: 10px;
  box-sizing: border-box;
  display: block;
  background: #f0f0f0;
  border-radius: 5px; }
  .inputArea p {
    padding: 0 0 10px 0; }

.sortWrapper {
  width: 100%;
  height: auto;
  margin: 0 0 16px 0;
  padding: 0;
  box-sizing: border-box;
  display: block; }
  .sortWrapper:last-child {
    margin: 0; }
  .sortWrapper p.sortName {
    width: 32%;
    height: 38px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: block;
    float: left;
    line-height: 38px; }
  .sortWrapper select {
    width: 68%;
    height: 32px;
    margin: 0 0 0 0;
    padding: 0 20px 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    line-height: normal;
    font-size: 1.0em;
    border-radius: 5px;
    background: url(../img/icon_btn_arr_down.png) right 10px top 50% no-repeat #fff;
    background-size: 8px auto;
    font-size: 13px;
    float: left; }
  .sortWrapper select::-ms-expand {
    display: none; }
  .sortWrapper label.checkBox {
    width: 36px;
    height: 36px;
    margin: 0 0 8px;
    padding: 0;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    background: #fff;
    float: left; }
    .sortWrapper label.checkBox.disabled {
      opacity: 0.3;
      cursor: auto; }
    .sortWrapper label.checkBox:hover {
      border: 2px solid #ffd700; }
    .sortWrapper label.checkBox:active {
      background: #fff; }
    .sortWrapper label.checkBox input[type="checkbox"] {
      width: 100%;
      height: auto;
      margin: 0 auto;
      padding: 0;
      box-sizing: border-box;
      display: block;
      border: none;
      opacity: 0; }
    .sortWrapper label.checkBox.checked {
      background: url(../img/icon_chkbox.png) 50% 50% no-repeat #fff;
      background-size: 20px auto; }

.raceArea {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px 0;
  box-sizing: border-box;
  border-top: 1px dashed #9f9f9f;
  display: block; }

.raceArea ul {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  display: block; }

.raceArea ul li {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  padding: 0 10px 0 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3);
  position: relative;
  /*東京大賞典のみ*/ }
  .raceArea ul li.race {
    background: url(../img/icon_linkbtn_arr02_bk.png) right 3px top 50% no-repeat #fff;
    background-size: 12px auto; }
  .raceArea ul li.noRace {
    background: none;
    box-shadow: none;
    display:none; }
  .raceArea ul li.jraRace {
    background-image: none;
    background-color: #fff; }
  .raceArea ul li:after {
    content: "";
    width: auto;
    min-width: 3.2rem;
    height: auto;
    padding: 2px 4px;
    margin: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-radius: 3px;
    letter-spacing: 0.02rem;
    text-align: center;
    transform: rotate(0.05deg); }
  .raceArea ul li.jpn1 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.jpn1:after {
      content: "JpnⅠ";
      background: #ff6235; }
  .raceArea ul li.jpn2 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.jpn2:after {
      content: "JpnⅡ";
      background: #ff6235; }
  .raceArea ul li.jpn3 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.jpn3:after {
      content: "JpnⅢ";
      background: #ff6235; }
  .raceArea ul li.g1 {
    border-left: 13px solid #268300; }
    .raceArea ul li.g1:after {
      content: "GⅠ";
      background: #268300; }
  .raceArea ul li.g1Local {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.g1Local:after {
      content: "GⅠ";
      background: #ff6235; }
  .raceArea ul li.jpn1Central {
    border-left: 13px solid #268300; }
    .raceArea ul li.jpn1Central:after {
      content: "JpnⅠ";
      background: #268300; }
  .raceArea ul li.g2 {
    border-left: 13px solid #268300; }
    .raceArea ul li.g2:after {
      content: "GⅡ";
      background: #268300; }
  .raceArea ul li.g3 {
    border-left: 13px solid #268300; }
    .raceArea ul li.g3:after {
      content: "GⅢ";
      background: #268300; }
  .raceArea ul li.mare:before {
    content: "牝馬";
    width: auto;
    height: auto;
    padding: 2px 5px;
    margin: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    background: #ffbbbb;
    position: absolute;
    bottom: 4px;
    left: 5px;
    color: #333;
    border-radius: 3px;
    letter-spacing: 0.2pt;
    text-align: center;
    font-size: 12.5px; }
  .raceArea ul li p.name {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 3px 8px 3px 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    font-size: 14px;
    letter-spacing: normal; }
  .raceArea ul li p.date {
    padding: 3px 0 3px 3px;
    box-sizing: border-box;
    font-size: 14px; }
  .raceArea ul li p.course {
    width: 100%;
    height: 30px;
    padding: 0 10px;
    margin: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    color: #333;
    border-radius: 3px;
    letter-spacing: 0.02rem;
    text-align: right;
    line-height: 30px;
    border-top: 1px dashed #9f9f9f; }
  .raceArea ul li a {
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    display: block; }

/*ダートグレード競走とは*/
p.aboutTxt {
  width: 100%;
  height: auto;
  margin: 10px auto 15px;
  padding: 0;
  box-sizing: border-box;
  display: block; }

table.dirtAbout {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  display: table;
  font-size: 13.5px;
  border-top: 1px solid #9f9f9f;
  border-right: 1px solid #9f9f9f; }
  table.dirtAbout tr th {
    width: 25%;
    height: auto;
    margin: 0 auto;
    padding: 3px;
    box-sizing: border-box;
    display: table-cell;
    border-bottom: 1px solid #9f9f9f;
    text-align: center;
    background: #555;
    color: #fff;
    border-right: 1px solid #9f9f9f; }
  table.dirtAbout tr td.foot {
    background: #f0f0f0; }
  table.dirtAbout tr td {
    border-bottom: 1px solid #9f9f9f;
    text-align: center; }
  table.dirtAbout tr.border {
    border-top: 1px solid #9f9f9f; }
  table.dirtAbout tr td.sumHead {
    background: #949494;
    color: #fff; }
  table.dirtAbout tr td.sumCell {
    background: #f0f0f0; }

/*場外発売所*/
.dirtInfo p {
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
  padding: 0;
  box-sizing: border-box;
  display: block; }

.listTxt {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 0 1.5em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: relative; }
  .listTxt:after {
    content: "・";
    width: auto;
    height: auto;
    padding: 0;
    margin: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    position: absolute;
    top: 0;
    left: 5px; }

.attention {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 0 1.5em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: relative; }
  .attention:after {
    content: "※";
    width: auto;
    height: auto;
    padding: 0;
    margin: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    position: absolute;
    top: 0;
    left: 5px; }

.linkArea {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  display: block;
  background: #fff;
  border-radius: 3px; }
  .linkArea img {
    width: 145px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    display: block; }
  .linkArea p {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    display: block;
    text-align: center; }
  .linkArea a {
    text-decoration: none; }

.outsideImg {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  display: block; }
  .outsideImg img {
    width: 100%;
    height: auto;
    margin: 0 auto 5px;
    padding: 0;
    box-sizing: border-box;
    display: block; }
