@charset "utf-8";

body {
	margin: 0;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, "MS　Pゴシック", sans-serif;
	color: #444;
	background: white;
}

/*Chromeで文字が太くなる現象を回避*/
textarea {
  font-family: sans-serif;
}

h1, h2{
	/* text-align: center; */
	text-align: left;
	padding-left: 10px;
	/* color: #777; */
	color: #ffb536;
}


table{
	margin: 0 auto;
	border: 2px solid #ffd285;
}

/* 曜日の行 */
tr.head_tr th{
	height: 30px;
	border: 1px solid white;
	background: #ffd285;
	color: white;
	font-size: 1.5rem;
	padding: 0;
}

/* 画像の行 */
tr.pict_tr{
	height: 77px;
}
tr.pict_tr td{
	width: 100px;  /* 100から98に変更；その後100に 2024.7.29 */
	border: 1px solid #ffd285;
	border-top: none;
	text-align: center;
	padding: 1px 1px 1px;
	text-align: center;

	position: relative;
}
tr.pict_tr td img{
	width: 96px;  /* 横スクロールバーが出たので98から96に変更 2024.7.29 */
	height: 74px;
}

tr.pict_tr td .badge {
	position: absolute;
	top: 0;
	right: 0;
	padding: 2px;
	line-height: 1.0;
	font-size: 14px;
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0 -2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
}




.red{
	color: #D4145A;
}
.blue{
	color: #0000ff;
}
.thin{
	font-weight: normal;
}
.bold{
	font-weight: bold;
}
