@charset "utf-8";

.aform-content input:not([type="file"]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]),
.aform-content select,
.aform-content textarea,
.aform-content button {
	border: 1px solid #c0c0c0;
	border-radius: 0;
	padding: 5px;
}

.aform-content dl select {
	padding-right: 30px;
}

.section-body .article-body .aform-content img {
	display: inline;
	float: none;
	margin: 0;
}

.aform-content .submit {
	background: none;
	margin-top: 20px;
	padding: 0;
	text-align: center;
}

.aform-content .submit input {
	background: #f3f3f3;
	font-size: 120%;
	margin: 0 5px;
	min-width: 30%;
	padding: 15px 20px;
	transition: background 0.8s ease-out, color 0.8s ease-out;
}

.aform-content .submit input:hover {
	background: #000;
	color: #fff;
}

.ui-widget-header {
	color: #333 !important;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 3px;
	padding-right: 25px;
	width: auto;
}

.ui-datepicker-title select {
	padding-bottom: 0;
	padding-top: 0;
}

.aform-comp-id,
.aform-comp-message,
.aform-comp-link {
	text-align: center;
}

.aform-comp-message {
	font-size: 150%;
}

.aform-comp-link {
	margin: 3em 0 0;
}

.aform-comp-link a {
	background: #f3f3f3;
	box-sizing: border-box;
	display: inline-block;
	font-weight: normal;
	margin: 0 !important;
	min-width: 30%;
	padding: 15px 20px;
	transition: background 0.8s ease-out, color 0.8s ease-out;
}

.aform-comp-link a:hover {
	background: #000;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.aform-content .submit input {
		margin: 10px 0;
		width: 100%;
	}

	.aform-comp-message {
		font-size: 100%;
	}

	.aform-comp-link a {
		margin: 10px 0;
		width: 100%;
	}

	.aform-content dl input, .aform-content dl textarea, .aform-content dl select {
		font-size: 100%;
	}

	.section-body .article-body .aform-content img {
		width: auto;
	}
}
