﻿@charset "utf-8";

/*******************************************************************************
 お問い合わせフォーム
********************************************************************************/

#wrap{
	width: 768px;
}
#topicpath{
	margin: -27px 20px 10px 20px;
	float: right;
	clear: both;
	display: inline;
	color: #707070;
}


#contents{
	margin: 8px 40px 0px 40px;
	clear: both;
}

#contactus span{
	color: #db0000;
}
#contactus dt{
	margin-right: 5px;
	width: 80px;
	float: left;
	clear: both;
}
#contactus dd{
	margin-left: 85px;
	margin-bottom: 4px;
}
#contents label{
	width: 80px;
}
#contents table{
	margin-bottom: 12px;
	empty-cells: show;
	border-top: 1px solid #999999;
	border-spacing: 0;
}
#contents th{
	padding: 7px 8px;
	width: 140px;
	white-space: nowrap;
	font-weight: normal;
	background-color: #def1e6;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-align: left;
	vertical-align: top;
}
#contents td {
	padding: 7px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
#contents table.tnormal {
	border-top: none;
}
#contents .tnormal td{
	padding: 3px;
	border: none;
}

td.subq{
	padding: 4px 8px!important;
	background-color: #bad8c3;
}

.thanks{
	margin: 80px 0px;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	line-height: 2;
}
.fnormal{
	margin: 12px 65px 0px 65px;
	font-size: 0.75em;
	font-weight: normal;
}
.nerror{
	margin-bottom: 14px;
	font-size: 1.2em;
	font-weight: bold;
	color: #db0000;
}
.blnone{
	border-left: none!important;
}