@charset "utf-8";a:hover img {
-moz-opacity:0.7;
opacity:0.7;
filter:alpha(opacity=70);
}

.wrapper {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom:10px;
  }

  .wrapper2 { 
    max-width:980px; 
    margin: 0 auto; 
    text-align: center; 
    padding-bottom: 10px;

  } 

  .wrapper3 { 
    max-width:980px; 
    margin: 0 auto; 
    text-align: center; 
    padding: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; 

}


.container2{
    display: -webkit-flex; 
    display: -moz-flex; 
    display: -ms-flex; 
    display: -o-flex; 
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center; 

}

h1 {
  position: relative;
  display: inline-block;
  font-weight: bolder;
}

h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  margin-left: 1%;
  font-weight: bolder;
}
h2:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 1%;
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
  background-color: black;
  border-radius: 2px;
}

.txt0420{ 
    display: inline-block; 
    text-align: left; 
    font-size: 1.2em;
    line-height: 200%;
    padding-bottom:20px;
  }

.child{
   padding: 20px 0 10px 10px;
   line-height: 180%;
   text-align: center;

}

.child2{
   padding: 20px 10px 10px 10px;
   line-height: 180%;

}

.pd1107{
   padding: 10px 0 20px 10px;
   max-width: 480px;
   text-align: left;
   font-size: 1.2em;

}


.uline{
 text-decoration: underline;

}

.centre{
text-align: center;
font-size: 1.2em;
line-height: 180%;
padding: 15px 10px 20px 10px;
}