@charset "utf-8";
/* CSS Document */

div#oshirase > div {
	box-sizing: border-box;
	width: 800px;
	margin: 50px auto;
	padding: 1em 2em;
	border: rgba(170, 0, 43, .7) 3px solid;
}

div#oshirase > div > h2 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 15px;
}

div#oshirase > div > p {
	text-align: left;
	line-height: 1.5;
}
	@media only screen and (max-width: 768px) {
		div#oshirase > div {
			width: 90%;
		}
		div#oshirase > div > p {
			text-align: left;
		}
	}
	
	
div#oshirase-txt {
	width: 800px;
	color: #f00;
	font-size: 18px;
	font-weight: 700;
	white-space: pre-wrap;
	text-align: center;
	line-height: 1.5;
	margin: 0 auto;
	padding: 1em 2em;
}

	@media only screen and (max-width: 768px) {
		div#oshirase-txt {
			width: 90%;
		}
	}