@charset "utf-8";

.cont{padding:50px;}

.cont-tt{
	background-color:#d26300;
	padding:7px;
	color:#fff;
}


.day-calendar h3{
	background-color:#d26300!important;
	padding:7px!important;
	color:#fff!important;
	font-size:13px!important;
}




/* MTS Simple Booking C予約プラグインの修正CSS
----------------------------------------------------------- */

#booking-form th{font-size:12px!important;
}

/* カレンダーページ
----------------------------------------------------------- */

.monthly-calendar{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif!important;
	font-size:13px!important;
}

.monthly-calendar caption{
background-color:#ffde00!important;
font-size:18px!important;
padding:5px!important;
margin-bottom:10px!important;
font-weight:bold!important;
}

.monthly-calendar th{border-bottom:solid 1px #fff!important;}

.monthly-calendar td{border-bottom:solid 1px #fff!important;}

.sun{background-color:#ffeeee!important;
border-right:1px solid #fff!important;}

.sat{background-color:#effaff!important;}

.mon{background-color:#f5f5f5!important;
border-right:1px solid #fff!important;}

.tue{background-color:#ffffee!important;
border-right:1px solid #fff!important;}

.wed{background-color:#f5f5f5!important;
border-right:1px solid #fff!important;}

.thu{background-color:#ffffee!important;
border-right:1px solid #fff!important;}

.fri{background-color:#f5f5f5!important;
border-right:1px solid #fff!important;}

.monthly-calendar td{font-size:15px!important;}

.monthly-prev-next{margin-top:10px;}

.monthly-prev{
padding:10px;
display:block;
background-color:#5fb9ff!important;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */  
}

.monthly-prev a{
color:#fff;
}

.monthly-next{
padding:10px;
display:block;
background-color:#d50000!important;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */  
}

.monthly-next a{
color:#fff;

}

/* 時間指定のページ
----------------------------------------------------------- */
.day-calendar h3{
background-color:#f4f4f4;
padding:10px;
}

.day-calendar p{
font-size:20px;
font-weight:bold;
}

.day-calendar{
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif!important;
}

.day-left{background-color:#fffed0;}
.day-right{background-color:#fffff4;}


