﻿@charset "utf-8";



#EventBox strong {
  color: #3d3d3d !important;
}

#EventBox strong.event_strong {
  color: #b21c1c !important;
}

h4 {
  color: #9f8415;
  font-family: "游明朝", YuMincho,"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

ul.point li::before {
  border-color: transparent transparent transparent #9f8415;
  border-style: solid;
  border-width: 4.5px 0 4.5px 8px;
  content: "";
  display: inline-block;
  height: 0;
  margin-right: 8px;
  width: 0;
}


.line {
margin: 0 0 30px 0;
border: none;
}

.aRIght {
text-align: right;
}

.bsp30 {
margin-bottom: 30px !important;
}