.midashi01 {
    position: relative;
    color: #ffffff ;
    background: #21759b;
    font-size: 16pt ;
    line-height: 1;
    margin: 20px -10px 20px -10px;
    padding: 10px 5px 10px 20px;
    box-shadow:1px 3px 7px 0px  #666666 ;
    border-top:3px solid #cccccc;
}
.midashi01:after, midashi01:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 5px solid #333;
}
.midashi01:after {
    left: 0;
    border-right: 5px solid #333;
}
.midashi01:before {
    right: 0;
    border-left: 5px solid #333;
}

.fbox01 {
    position: relative;
    display:inline-block;
    padding:10px ;
    text-align:left;
    background-color:#f8dec9;
    border:1px solid #21759b;
    margin: 5px 5px 5px 10px;
    border-radius: 5px ;
    box-shadow:1px 1px 5px 0px  #a7a8ac ;
}
.fbox01:after, .fbox01:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
}
  .fbox01:after {
    top: 5px;
    left: -21px; 
    border: 11px solid transparent;
    border-right: 16px solid #f8dec9;
}
.fbox01:before {
    top: 6px;
    left: -21px;
    border: 10px solid transparent;
    border-right: 10px solid #21759b;
}

.fbox02 {
    position: relative;
    display:inline-block;
    padding:10px ;
    text-align:left;
    background-color:#ffffcc;
    border:1px solid #21759b;
    margin: 5px 10px 5px 5px;
    border-radius: 5px ;
    box-shadow:1px 1px 5px 0px  #a7a8ac ;
}
.fbox02:after, .fbox02:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
}
.fbox02:after {
    top: 5px;
    right: -21px; 
    border: 11px solid transparent;
    border-left: 16px solid #ffffcc;
}
.fbox02:before {
    top: 6px;
    right: -21px;
    border: 10px solid transparent;
    border-left: 10px solid #21759b;
}

.rad01 {
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
.box01 {
    width:100%;
    height:auto;
    background-color:#76b0e1;
    color:white;
    text-align:center;
	  padding: 20px;
}