html, body {
	width:100%;
	height:100%;
}
body {
	background-color: white;
	margin: 0;
	font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color:						black;
    text-shadow:				0 0 2px rgba(150,150,150,0.5);
	-webkit-font-smoothing:		antialiased; //なめらか
	-moz-osx-font-smoothing:	grayscale;
	 overscroll-behavior-y: none;
	 text-align:center;
}
td{
	//border:1px solid black;
}
.schedule_table {
	width:840px;
	border:1px solid black;
	display:inline-block;
}
.tr_01 {
	height:24px;
}
.td_id {
	width:24px;
	font-size:11px;
}
.td_user {
	width:690px;
	font-size:16px;
}
.tr_title {
	height:36px;
	font-size:22px;
}
.tr_condition{
	height:24px;
}
