@charset "shift_jis";

#contents_area {
	padding-bottom: 30px !important;
}


.pre {
	width: 49%;
	padding: 1em;
	border-radius: 15px;
	margin: 50px auto;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	text-align: center;
	background-color: #666;
}

.pre p {
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
}

