@charset "UTF-8";
/* 予約情報更新ツールsut用　SystemBox 2014 for CaremixJapan */

#sutFrame
{
	position:relative;
	width:650px;
	height:600px;
}
#sutFrame p
{
	margin:0px;
}

#sutPrev
{
	position:absolute;
	top:0px;
	left:0px;
	width:100px;
	height:20px;
	text-align:left;
	font-size:16px;
	
}

#sutNext
{
	position:absolute;
	top:0px;
	left:550px;
	width:100px;
	height:20px;
	text-align:right;
	font-size:16px;
}

#sutTitle
{
	position:absolute;
	top:0px;
	left:100px;
	width:450px;
	height:20px;
	text-align:center;
	font-size:24px;
}
#sutMessage
{
	position:absolute;
	top:30px;
	left:0px;
	width:650px;
	height:20px;
	text-align:center;
	font-size:20px;
}

#sutCalender
{
	position:absolute;
	top:60px;
	left:0px;
	width:650px;
	text-align:center;
}
#sutMark
{
	position:absolute;
	top:550px;
	left:0px;
	width:650px;
	height:20px;
	text-align:right;
}
#sutCalender table
{
	width:650px;
	text-align:center;
	border: solid 1px #000000; 
	border-collapse: 
	collapse;
}
#sutCalender table th
{
	font-size:18px;
	background-color:#EFEFEF;
	height:40px;
	text-align:center;
	border: solid 1px #000000; 
	border-collapse: 
	collapse;
}

#sutCalender table td/**カレンダーフォント**/
{
	font-size:20px;
	background-color:#FFFFFF;
	height:80px;
	text-align:center;
	border: solid 1px #000000; 
	border-collapse: 
	collapse;
}

#sutCalender table td p
{
	margin:10px;
}
.sutMark0/**○マーク**/
{
	padding-left:7px;
	padding-right:7px;
	/*background-color:#0088CB;*/
	color: #00F;
	font-weight: bold;
}
.sutMark1/**△マーク**/
{
	padding-left:7px;
	padding-right:7px;
	　/*background-color:#FE9900;*/
	color: #F90;
}
.sutMark2/**×マーク**/
{
	padding-left:7px;
	padding-right:7px;
}
.thDay0
{
	color:#F93B3B;
}
.thDay1,.thDay2,.thDay3,.thDay4,.thDay5
{
	color:#010101;
}
.thDay6
{
	color:#0000FD;
}
