.reference {
	word-break:break-all;
	font-size:small;
}

.break {
	word-break:break-all;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.photo-caption {
	background-color: maroon;
	color: white;
	font-weight: bold;
	padding: 10px;
	font-size: small;
}

.pagetop1 {
	background-color: bisque;
	color: darkorange;
	font-size: small;
	padding-left: 10px;
}

.pagetop2 {
	background-color: darkorange;
	color: white;
	font-size: small;
	font-weight: bold;
	padding-left: 10px;
}

.middle-title {
	background-color: white;
	font-size: middle;
	font-weight: bold;
	padding-left: 10px;
}

.denso {
	font-size: small;
	padding-left: 30px;
	padding-right: 30px;
}

.blood-top {
	background-color: lavenderblush;
	color: deeppink;
	font-size: small;
	padding-left: 10px;
}

.blood-day {
	color: violet;
	font-weight: bold;
}

.backnumber-top {
	background-color: #A4A4A4;
	font-size: medium;
	font-weight: bold;
	text-align: center;
}

.font-red {
	color: red;
}

