@font-face {
	font-family: '美咲ゴシック';
	src: url('https://cdn.leafscape.be/misaki/misaki_gothic_web.woff2') format("woff2");
}

@media (min-width: 576px) {
	body > *{
		font-size: 1.3em;
	}
	.info-left > img {
		max-width:  220px;
		max-height: 220px;
	}
	.monster-info {
		font-size: 1.5em;
	}
	.footer-info {
		font-size: 1.4em;
	}
	.back {
		font-size: 1.2em;
	}
}

@media (min-width: 768px) {
	body > *{
		font-size: 1.3em;
	}
	.info-left > img {
		max-width:  250px;
		max-height: 250px;
	}
	.monster-info {
		font-size: 1.5em;
	}
	.footer-info {
		font-size: 1.4em;
	}
	.back {
		font-size: 1.2em;
	}
}

@media (min-width: 992px) {
	body > *{
		font-size: 1em;
	}
	.info-left > img {
		max-width:  300px;
		max-height: 300px;
	}
	.info-right {
		font-size: 2em;
	}
	.monster-info {
		font-size: 1em;
	}
	.footer-info {
		font-size: 1em;
	}
	.back {
		font-size: 1em;
	}
}

body > *{
	font-family: 'Kodenmachou12';
}

.back {
	text-decoration: none;
}

.monster-page {
	margin-top: 100px;
}

.info-boss {
	font-size: 3em;
	margin: 50px;
}

.info-boss > * {
	padding: 10px;
}

.info-left {
	text-align: right;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
}



.info-right {
	margin-bottom: 50px;
	/* margin-left: 25px; */
	/* margin-right: 50px; */
}

.info-right > * {
	padding: 10px;
}

.doctor {
	text-align: center;
}

.doctor > img {
	width: 50%;
	height: 50%;
	min-width: 100px;
	min-height: 100px;
	max-width:  100px;
	max-height: 100px;
}

.message {
	position: relative;
	display: inline-block;
	margin: 1em 0 1em 0;
	padding: 20px 0 20px 20px;
	max-width: 100%;
	background: white;
	border: solid 2px;
	font-size: 1.2em;
}

.doctor_message {
	font-size: 1.1em;
}

.notes {
	text-align: center;
}

/*********************************************/

form {
	text-align: center;
}

#sendPoll {
	width:	100%;
}