@charset "utf-8";

body{
	margin: 0;
	font-size: 13px;
	line-height: 1.6;
	font-family: Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* 月ごとのブロック指定 --- */
.month0,
.month1{
	margin: 0 auto;
	width: 640px;
}
.month0{
	margin-top: -40px;
	margin-bottom: 30px;
	padding: 40px 0 0 0;
	background: url(img/img01.png) no-repeat 100% 5px;
}
.month1{
	margin-bottom: 5px;
	padding: 0;
}

/* 見出し --- */

h3{
	padding: 2px 10px;
	font-size: 14px;
	color: #fff;
	background: #ff5e80;
}
h4{
	margin: 0 0 5px 0;
	font-size: 15px;
	color: #614000;
}
h4 span{
	margin: 0 0 0 2em;
	font-size: 12px;
	font-weight: normal;
	color: #555;
}

/* テーブル指定 --- */
table{
	margin: 0 0 0 0;
	width: 640px;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
}
table th,
table td{
	line-height: 1.25;
	border: solid 1px #777;
}
table th{
	padding: 2px 4px;
	font-size: 13px;
	background: #ffe893;
}
table td{
	padding: 2px 5px 4px 5px;
	height: 60px;
	vertical-align: top;
	background: #fff;
}

/* 日付の文字 --- */
table td .date h5{
	display: inline;
	font-size: 14px;
}
table th.weekday,
table td.weekday .date{
	color: #333;
}
table th.holiday,
table td.holiday .date{
	color: #c30;
}
table th.saturday,
table td.saturday .date{
	color: #03c;
}

/* 祝日の文字 --- */
table td .date .yasumi{
	margin: 0 0 0 5px;
	font-size: 9px;
	color: #777;
}

/* 診療時間など（csv） --- */
table td .info{
	display: block;
	width: 100%;
	margin: 0 0 3px 0;
	text-align: center;
	background: #fbcaca;
}
.info-red{
	display: block;
	width: 100%;
	margin: 0 0 3px 0;
	padding: 1px 0;
	text-align: center;
	background: #fbcaca;
}
.info-blue{
	display: block;
	width: 100%;
	margin: 0 0 3px 0;
	padding: 1px 0;
	text-align: center;
	background: #caddfb;
}
.info-green{
	display: block;
	width: 100%;
	margin: 0 0 3px 0;
	padding: 1px 0;
	text-align: center;
	background: #daefac;
}
.info-yellow{
	display: block;
	width: 100%;
	margin: 0 0 3px 0;
	padding: 1px 0;
	text-align: center;
	background: #ffe893;
}
/*
table td .red{ background: #fbcaca !important; }
table td .blue{ background: #caddfb !important; }
table td .green{ background: #daefac !important; }
table td .yellow{ background: #fff5d7 !important; }

*/

/* 診療時間がない場合のブランク設定 --- */
table td .blank{
	margin: 0 0 3px 0;
}

/* 今日の背景 --- */
table td.today{
	background: #fff5d7;
}

/* シフト部分 --- */
table td .yotei{
	margin: 3px 0 0 0;
	font-size: 11px;
}

.box{
	overflow: hidden;
}
.box div{
	float: left;
		width: 50%;
}

