@charset "utf-8";

/* main
--------------------------------------------------------------------*/
#main {
	clear: both;
	float: left;
	width: 890px;
    min-height: 800px;
    height: auto !important; /* for IE7 */
    height: 800px; /* for IE6 */
	background: #ffffff url('../images/contact_body.jpg') no-repeat right 70px;
}
h2 {
	background: #ffffff url('../images/app_form_h2.jpg') no-repeat left top;
	text-indent: -9999em;
}

.topicscolumn {
	margin: 10px 5px 10px 20px;
	width: 600px;
    min-height: 400px;
}

p.field {
	clear:both;
	float:left;
	margin: 20px 0 20px 0;
	padding: 2px 0 2px 10px;
	width: 520px;
	font-size: 1.3em;
	text-align: left;
	border-bottom: 1px dotted #0000ff;
	border-left: 5px solid #689cff;
}

p.btn {
	clear:both;

}
/* お問い合わせ */
dl.contact {
	clear:both;
	float:left;
	margin: 20px 30px 20px 30px;
	width: 550px;
	text-align: left;
}
* html dl.contact {
	margin: 20px 15px 20px 15px;
}
dl.contact dt {
	clear:both;
	float:left;
	width: 210px;
	font-weight: bold;
	text-align: left;
}
dl.contact dt span {
	color: #ff0000;
}


dl.contact dd {
	margin-left: 220px;
	margin-bottom: 15px;
	text-align: left;
	line-height: 1.5em;
}
dl.contact dd.wide {
	margin-left: 0;
}
* html dl.contact dd span.your-name input,
* html dl.contact dd span.addr input,
* html dl.contact dd span.your-email input,
* html dl.contact dd span.your-phone input {
	width: 260px;
}
*:first-child+html dl.contact dd span.your-name input,
*:first-child+html dl.contact dd span.addr input,
*:first-child+html dl.contact dd span.your-email input,
*:first-child+html dl.contact dd span.your-phone input {
	width: 260px;
}
dl.contact dd dl {
	margin: 10px 15px;
}
dl.contact dd dl dt {
	float:none;
	font-weight: normal;
	text-align: left;
}
dl.contact dd dl dd {
	margin-left: 0;
	width: 440px;
	text-align: left;
}

dl.contact dd dl dd span.wpcf7-list-item {
	display: block;
}