body{
  line-height: 170%;
  font-family: CI, Verdana, Arial, Osaka;
  font-size: small;
  margin:5% 8% 5% 8%;
  color:#444;
}

hr.example1{border-top: 1px solid #94f1d9}

hr.example2 {width:%;
border-bottom:solid 1px #ff9999;
}

h1{font-size:60px;}
h2{font-size:20px;}
h4{font-size:5px;}

.waku{width:700px;
background:#ffffff;
border-radius:30px;
padding:5%;}

a {color:#94f1d9;
 text-decoration: none;}

a:hover { position : relative;
  bottom:2px;
 color:#b36b6b;}

.point{background-color:#fde8d0;
font-size:20px;
padding:10px;
border-radius:40px;}

a span{
    display:none;
    color:#fff;
    background:rgba(51,51,51,0.75);
    padding:10px;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    width:100px;
    position: absolute;
    z-index:10;
}
a { display: inline-block;}
a:hover span{ display:block; }
