@charset "utf-8";a:hover img {
-moz-opacity:0.7;
opacity:0.7;
filter:alpha(opacity=70);
}

.centre{
text-align: center;
font-size: 1.2em;
line-height: 180%;
padding: 15px;
}

.centre2{
text-align: center;
font-size: 1.0em;
width:90%;
line-height: 180%;
padding: 15px;
font-weight: bolder;
}
.centre3{
text-align: center;
font-size: 2.0em;
line-height: 180%;
padding: 15px;
}

.wrapper {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom:20px;
  }

  .wrapper2 { 
    max-width:980px; 
    margin: 0 auto; 
    text-align: center; 
    padding:10px 10px 30px 10px;

  } 



.container{
    display: -webkit-flex; 
    display: -moz-flex; 
    display: -ms-flex; 
    display: -o-flex; 
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start; 

}


.child{
   padding: 20px 10px 10px 10px;
   line-height: 180%;

}

.item_txt{ 
   padding: 10px 20px;
   font-weight: bolder;
   text-align: left;
   font-size: 1.1em;
}

.item_txt2{ 
   padding: 10px 20px;
   font-weight: bolder;
   text-align: center;
   font-size: 1.1em;
}

.uline{
 text-decoration: underline;
}

h1 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  font-weight: bolder;
}
h1:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}



.txt0829{ 
    display: inline-block; 
    text-align: left; 
    font-size: 1.1em;
    line-height: 180%;
  } 