@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------------------
box
------------------------------------------------------------------------------ */ 

.boxNote {
position: relative;
}
.boxCenter {
text-align: center;
margin-bottom: 15px;
}
.boxBlue {
background: #AAE2F2;
color: #666;
}

