<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	"ask.css"
*/
@charset "UTF-8";

.form {
	padding:			10px;
}

.member_info {
	background-color:	aliceblue;
	width:				100%;
}

.item {
	width:				120px;
	font-size:			0.9rem;
	vertical-align:		top;
}

.form input[type="text"] {
	width:				100%;
}

.confirm_only,
.thanks_only {
	display:			none;
}

.input_guide {
	background-color:	orange;
	color:				white;
	font-weight:		bold;
	padding:			5px 10px;
	border-radius:		10px;
	margin:				10px 0;
}

.confirm_guide {
	background-color:	#a5be00;
	color:				white;
	font-weight:		bold;
	padding:			5px 10px;
	border-radius:		10px;
	margin:				10px 0;
}

.thanks_guide {
	width:				470px;
	position:			absolute;
	left:				0;
	right:				0;
	margin:				30px auto;
	text-align:			center;
}

.input_mail {
	margin:				10px 0;
	font-weight:		bold;
	font-size:			1.4rem;
}

.cont {
	font-size:			1rem;
	width:				100%;
	height:				10rem;
}
</pre></body></html>