@charset "utf-8";
input.button { cursor: pointer; }

input {
	width: 100%;
	height: 50px;
	font-size: 25px;
	border: 1px solid #212121;
	background: rgba(200,200,200,0.7);
	margin-bottom: 0.4em;
}

textarea {
	height:100px;
	width: 100%;
	border: 1px solid #212121;
	background: rgba(255,255,255,0.5);
}

select {
	width: 100%;
	height: 50px;
	border: 1px solid #212121;
	background: rgba(255,255,255,0.5);
}


td {
	font-size: 14px;
}

#participation_button {
	font-size: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 40%;
	line-height: 40px;
	border-radius: 10px;
	float: left;
	margin-left: 4%;
	margin-right: 4%;
	margin-top: 25px;
	margin-bottom: 25px;
	cursor: pointer;
}

#participation_button_1 {
	font-size: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 60%;
	line-height: 40px;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	cursor: pointer;
}

#wish_button {
	font-size: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 40%;
	line-height: 40px;
	border-radius: 10px;
	float: right;
	margin-left: 4%;
	margin-right: 4%;
	margin-top: 25px;
	margin-bottom: 25px;
	cursor: pointer;
}

.msg {
    display: none;
}
.error {
    color: red;
}
.success {
    color: green;
}