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

.com-button{
  width: 100%; text-align: center;
}
.com-button a:link,
.com-button a:visited{
  background: #fff100; padding: 10px 20px; border-radius: 10px;
  display: inline-block; color: #008dce;
}

.com-button a:hover{
  background: #008dce; color: #fff100;
}
.book-icon a:before{
  content: '\f02d'; margin: 0 5px 0 0; top: -2px; position: relative;
}