@charset "utf-8";
/* CSS Document */
.topMv {
  display: block;
  margin: 0 0 1em;
  padding: 0;
  height: auto;
  width: 100%;
  border-top: #ee5a24 solid 4px;
  border-bottom: #ee5a24 solid 4px;
}
.topic .a li img {
  width: 100%;
  margin-bottom: 0.5em;
}
.topic .a li h3 {
  line-height: 1em;
  text-align: center;
  font-size: 0.72em;
  letter-spacing: 0;
  margin-bottom: 1em;
}
/* イベント・新着
 * --------------------------------------- */
.news {
  display: block;
  width: 96%;
  margin: 0 auto;
}
.news div {
  width: 100%;
}
.news h2 {
  margin-bottom: 10px;
  width: 100%;
}
.news h2 img {
  width: 100%;
  margin-bottom: 10px;
}
.newsBox {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  width: 100%;
  border: 1px solid #CCC;
  padding: 12px;
}
.news ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  line-height: 1.2em;
  color: #222;
  width: 100%;
}
.news ul li:nth-child(even) {
  overflow: hidden;
  border-bottom: #603813 dotted 1px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis; /* Safari */
  -o-text-overflow: ellipsis; /* Opera */
  margin-bottom: 4px;
  padding-left: 8px;
  padding-bottom: 4px;
}
.news ul li:nth-child(even):before {
  font-family: FontAwesome !important;
  content: "\f138" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 4px;
  color: #FF952B;
}
.news ul li:nth-child(odd) {
  font-size: 14px;
  color: #FF952B;
}
div#boards_list a:link, a:visited {
  color: rgb(27, 97, 131);
  text-decoration: none;
}
div#boards_list a:hover, a:active {
  color: rgb(196, 205, 213);
  text-decoration: underline;
}
.fbBox {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
		width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.facebook-wrapper	{	
    max-width: 500px;
    margin: 0 auto;
}
.facebook-wrapper > .fb-page {
    width: 100%!important;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}
/*
@media screen and (max-width: 767px) {
  .fbBox {
    width: 100%;
    max-width: 500px;
  }
}

@media screen and (min-width: 768px) {
  .fbBox {
    width: 500px;
  }
}*/
/*メニュー一覧*/
.listT {
  display: table;
  width: 96%;
  height: auto;
  margin: 0 auto 1em;
}
.listT ul {
  display: table-row;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.listT ul li {
  display: table-cell;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  width: 50%;
  padding-bottom: 1em;
}
.listT ul li a {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 1em;
  padding: 0.25em 4% 0.5em;
  color: #fff;
  background-color: #7A9A43;
  width: 100%;
  height: 3em;
  text-align: left !important;
}
.listT ul li:nth-child(odd) {
  padding-right: 1%;
}
.listT ul li:nth-child(even) {
  padding-left: 1%;
}
.listT ul li a:focus, .listT ul li a:active {
  background-color: rgba(122, 154, 67, 0.5);
  color: #FFF;
  border: none;
}
.listT ul li a:active {
  transition: background-color 1s linear;
}
.listT ul li a i {
  margin-right: 4%;
  font-size: 1.5em !important;
  line-height: 1.5em !important;
  height: 1.5em !important;
}