﻿#table{
   display:table; 
}
.formRow {
   line-height:300%
}
h1{
  font-size : 10px;
  font-weight : normal;
  
}

span.title{
	font-weight: bold;
	line-height:150%
}
span.redfont{
	color: #ff0000;
	line-height:150%
}
span.text{
	line-height:150%
}
h2.cous{
     border: #000040 2px solid; /* 枠 */
     background-color:#FFFFFF; /* 白色*/
     background-image: linear-gradient(white,#ceceff);
     text-align: center;
     padding:10px;
     margin:15px 0 30px 0; /* 上 右 下 左 */
     border-radius:10px;
     width:95%;
}

.center {
   display:block;
   margin:0 auto;
}

.class-sunday > .ui-state-default {
  background: #FFCCCC !important;
  color: red !important;
}
.class-saturday > .ui-state-default {
  background: #CCCCFF !important;
  color: blue !important;
}
.class-open > .ui-state-default {
  background: #FFFFFF !important;
  color: black !important;
}
.class-closed > .ui-state-default {
  background: #9f9f9f !important;
  color: black !important;
}



