.side2{
width:100%;float:none;margin-top:10px;
}

.waku01{
border: 2px solid #add8e6;
padding:20px 0;
    border-radius: 10px;
}

.waku02{
padding-top:10px;
}

.waku02 img{
margin: 0 auto;
width:30px;
}

.cusankaku2{
margin: 0 auto;
width: 0;height: 0;border-style: solid;border-right: 20px solid transparent;
border-left: 20px solid transparent;border-top: 25px solid #add8e6;border-bottom: 0;
}

/*----- ŽOŠp‚Ì–îˆó */
.cusankaku3 {
margin-left:60px;
width: 0;height: 0;border-style: solid;border-right: 20px solid transparent;
border-left: 20px solid transparent;border-top: 25px solid #add8e6;border-bottom: 0;
}


/* table wakunashi */
#content div.tablenon {
 margin-left:20px;
 font-size:110%;
}

#content div.tablenon table tr th {
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
}

#content div.tablenon table tr td {
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
}




.cirai{
background: #276EE1;
padding: 0.5em 1em;
color:white!important;
border-radius: 0.5em;
margin-bottom:1em;
display:inline-block;

}

.cjimu{
background: #F183C4;
padding: 0.5em 1em;
color:white!important;
border-radius: 0.5em;
margin-bottom:1em;
display:inline-block;
}

.crensetu{
width: 0;height: 0;border-style: solid;border-right: 10px solid transparent;border-left: 10px solid transparent;border-top: 0px solid #A7E6FF;border-bottom: 0;
}

.cusankaku{
width: 0;height: 0;border-style: solid;border-right: 10px solid transparent;border-left: 10px solid transparent;border-top: 15px solid #A7E6FF;border-bottom: 0;
}



.rmenu a {
    background: #F7F7F7;
    border-radius: 3px;
      border-color : #AAD7F4;
      border-width : 2px;
      border-style : solid;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin-right:10px;
    margin-bottom:10px;

    padding: 40px 5px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: bold;
}
.rmenu a:hover {
    background: #AAD7F4;
    color: #FFF;
    text-decoration: none;
}

.rmenu a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 5%;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.rmenu a:hover:after {
    border-color: #FFF;
}
