@charset "utf-8";



#salon table.month3 {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
}
#salon table.month3 th {
 padding: 10px;
 background: #999999;
 color:#ffffff;
 border: solid 1px #cccccc;
  text-align: center;
}
#salon table.month3 td {
 padding: 10px;
 border: solid 1px #cccccc;
 text-align: left;
}