.block h2 {
  margin-bottom: 30px;
}


.box-wrap {
  display:-webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap : wrap;
  flex-wrap: wrap;
  padding-bottom: 0;
}
.box {
  width: 45%;
  padding: 10px;
}

.box-photo {
  width: 30%;
  text-align: center;
}

.box-txt {
  width: 65%
}
.box {
  padding-bottom: 20px;
}

.box-wrap h4 {
  font-weight: bold;
  padding-bottom: 10px;
  color: #1E3C91;
  line-height: 1.2em;
}

.pdf {
  text-align: right;
}

.pdf a {
  display: inline-block;
  color: #4A9259;
  padding: 5px 0 10px 40px;
  background: url(../images/pdficon_large.png) no-repeat;
}

strong {
  font-size: 1.2em;
}

ul.club {
  display:-webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 20px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.club li {
  width: 45%;
  margin: 0 0 10px 30px;
  list-style-type: square;
  font-size: 1.1em;
}

ul.club li a {
  color: #4A9259;
}

.club-wrap {
  display:-webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 20px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}


.club-wrap div {
  width: 31%;
  margin-right: 10px;
  margin-bottom: 20px;
  font-size: .85em;
}

.club-wrap div:nth-chilid(3n){
  margin-right: 0;
}

.club-wrap div img {
  margin-bottom: 5px;
}

table.list {
  margin: 40px 0;
}

table.list th, table.list td {
  padding: 8px 20px 8px 5px;
  line-height: 1.2em;
}

table.list th {
  text-align: left;
  background-color: #3E92CC;
  color: #fff;
}

table.list th.head {
  background-color:#fff;
  color: #000;
}

table.list td {
  text-align: left;
  border-bottom: dashed 1px #86B17F;
}

@media screen and (max-width: 640px) {
.box-wrap {
  display: block;
}

.box, .box-photo, .box-txt {
  width: auto;
}


ul.club li {
  width: 40%;
  margin: 0 0 10px 20px;
  list-style-type: square;
  font-size: 1.1em;
  line-height: 1.2em;
}


.club-wrap div {
  width: 46%;
  margin-right: 10px;
}


table.list th, table.list td {
  padding: 8px 10px 8px 5px;
  line-height: 1.2em;
  font-size: .85em;
}


}

@media screen and (max-width: 320px) {

.club-wrap div {
  width: 40%;
  margin-right: 10px;
}

}
