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

/* -----------------------------------------------
HOTERES Wedding アンケート CSS
------------------------------------------------- */

div#questionnaire {

	}

div#questionnaire h2 {
	font-size: 18px;
	color: #cc3366;
}

div#questionnaire div.info {
	margin-top: 20px;
}

div#questionnaire div.info h3 {
	font-size: 16px;
	padding-bottom: 10px;
}

div#questionnaire div.q {
	width: 650px;
}

div#questionnaire dl.formTable {
	clear: left;
}

div#questionnaire dl {
	margin-top: 30px;
}

div#questionnaire dl dt {
	padding:0 0 0 8px;
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: bold;
	border-left: 3px solid #e599b2;
}

div#questionnaire dl dt em{
	font-size: 10px;
	font-weight: normal;
	color: red;
}

div#questionnaire dl dd {
	margin-bottom: 20px;
	padding: 0 0 20px 12px;
	width: 100%;
	border-bottom: 1px dotted #cccccc;
	line-height: 1.5em;
}

div#questionnaire dl dd input {
	margin-right: 5px;
}

div#questionnaire dl .text input{
	width: 250px;
}

div#questionnaire dl .tel input{
	width: 4em;
}

div#questionnaire dl .address input{
	margin-top: 5px;
	width: 500px;
}
div#questionnaire p.btn {
	width: 100%;
	text-align: center;
}
div#questionnaire p.btn input:disabled {
	color: #ccc;	
}
div#questionnaire dl dd ul.single_item li{
	float:left;
	width:240px;
	list-style: disc;
	margin-left: 16px;
	height: 3em;
}

div#questionnaire dl dd ul.single_item li .title_item{
	display: inline-block;
	width: 12em;
}

div#questionnaire dl dd ul.single_item li span div{
	display: inline;
}

div#questionnaire dl dd ul.single_item li dl {
	margin: 0 0 10px 0;
	vertical-align: middle;
	
}
div#questionnaire dl dd ul.single_item li dl dt {
	padding:0 3px 0 0;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	border:none;
	width:12em;
	height: 1.2em;
	float: left;
	clear: both;
}

div#questionnaire dl dd ul.single_item li dl dd {
	margin: 0 0 12em 0;
	padding: 0 0 0 0;
	border:none;
	height: 1.2em;
	width: 5em;
}
div#questionnaire .g-recaptcha_wrap {
	width: 100%;
	text-align: center;
}
div#questionnaire .g-recaptcha {
	margin: 10px 185px 20px;
}</pre></body></html>