@charset "utf-8";
/* CSS Document */

.btn {
	text-align: center;
	margin-bottom: 30px;
}

.btnAnnounce {
	text-align: right;
}

.right_pre {
	margin-left: 300px;
	padding: 15px;
	border: 1px solid #999;
}

.btnAnnounce2 {
	position: relative;
}

.btnAnnounce2 img {
	position: absolute;
	right: 0px;
	bottom: 65px;
}

#bunya {
	margin-bottom: 30px;
}

#bunya td {
	margin: 30px;
}

#bunya td p {
	margin: 5px;
}

#limit {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

#limit span {
	color: #d73c3c;
}

#rule li {
	line-height: 1.4;
	margin-bottom: 5px;
	list-style-type: decimal;
	margin-left: 20px;
}

.photo {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 5px;
	/* background: #fff; */
}

.photo img {
	width: 100px;
}

.title_top {
	font-size: 15px;
	margin-bottom: 10px;
}

.name {
	margin-bottom: 10px;
}


.name span {
	font-size: 18px;
}

.voice {
	margin-bottom: 30px;
	border-bottom: 1px dotted #253f99;
	padding-bottom: 20px;
}

.title {
	clear: both;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #253f99;
}

.text {
	margin-bottom: 10px;
}

#entry>p:nth-last-of-type(2) {
	text-align: center;
	color: red;
	font-weight: bold;
}

.preparing {
	color: red;
	text-align: right;
	margin-right: 100px;
}

.mt10 {
	margin-top: 10px;
}

@media screen and (max-width: 768px) {
	#entry .right_pre {
		margin-left: 0;
	}
}