@charset "UTF-8";
@import "../../css/style.css";






h1 { width: 187px; height: 43px; background: url(../images/h1.png) no-repeat; }
div#mainImage div.right { background: url(../../images/common/h1Right02_230605.png) right no-repeat; }
div#pageAnchorNavi { color: #999; text-align: center; }
div#pageAnchorNavi a { margin: 0 1em; }
ol li { margin: 0 0 1em 0; }
ol li li { margin: 0; }
table { margin-top: 5px; }

.ll{ color: #fff;}


.btnSiryo {
  background-image: linear-gradient(to bottom, #ffffff, #dbdbdb); /* ?????????????????? */
  border: 1.5px solid #c5c5c5; /* ??????? */
  color: #EB555D; /* ???????? */
  padding: 10px 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin:4px 2px 10px; /* ???????20px?????? */
  cursor: pointer;
  border-radius: 15px;
  transition: background-color 0.3s ease, color 0.3s ease; /* ???????????? */
  width: 150px; /* ??????150px??? */
  font-weight: bold;
}

.btnSiryo:hover {
  background-image: linear-gradient(to bottom, #f2f2f2, #ffffff); /* ?????????????????? */
  background-position: 100% 0; /* ??????????????????????? */
  background-color: #f8a2a2; /* ????????????? */
 color: #d9534f; /* ??????????????? */
  text-decoration: none; /* ?????????? */
}


#pageAnchorNavi { /* ???????? */
  padding-top: 50px; /* ???20px?????? */
}