@charset "Shift_JIS";

.contents {
	background: #fffdd6;
	}
h3 {
	margin-top: 0;
	color: #FFDB25;
	background: crimson;
	}

table.event_content {
	margin-top: 15px;
}

table.event_content th {
	border: 1px solid #f06;
	background: #f06;
}
table.event_content td {
	border: 1px solid #f06;
}
table.event_content td span {
	color: #f06;
}

.word_form {
	text-align: center;
}
.word_form form {
	width: 50%;
	margin: 0 auto;
}
.word_form input[type="text"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 15px;
	height: 36px;
	padding: 0 5px;
	border: 1px solid #CCC;
	border-radius: 5px 0 0 5px;
	border-right: none;
	float: left;
	width: 75%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.word_form input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 15px;
	height: 36px;
	padding: 0 5px;
	border: 1px solid #27ae60;
	border-radius: 0 5px 5px 0;
	background: #27ae60;
	color: #fff;
	text-align: center;
	float: left;
	width: 25%;
	line-height: 32px;
	cursor: pointer;


}
.word_form input[type="submit"]:hover {
	opacity: 0.7;
}

.contents_inner .font_120 {
	font-size: 120%;
}

.contents_inner .font_bold {
	font-weight: bold;
}

.contents_inner .color_change {
	color: #060;
}

.contents_inner .color_change2 {
	color: #1A237E;
}

.contents_inner .color_change3 {
	color: #4a4a4a;
}

.contents_inner .demand {
	border: 1px dotted #ff0000;
	margin-top: 25px;
	padding: 1px;
	line-height: 1.8em;
}

.contents_inner .general_red {
	color: red;
}

.contents_inner .mailmaga_setting {
	border: 1px solid #dc143c;
	padding: 5px;
	margin: 15px 0px 20px 0px;
	line-height: 1.8em;
	background-color: #FFFFCC;
	font-weight: bold;
}

.contents_inner ul.caution {
	color: deeppink;
	font-size: 13px;
	font-weight: bold;
}

.contents_inner ol.process {
	list-style-type: decimal;
	margin: 5px 0 5px 20px;
}

.contents_inner ol.process li {
	margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
	.word_form form {
		width: 80%;
		}
	.word_form input[type="submit"] {
		font-size: 13px;
		}


}