@charset "UTF-8";
/* CSS Document */

#contents p {
	font-size:14px;
	line-height:1.6em;
	padding:10px;
}

span.tel {
	font-size:18px;
	font-weight:bold;
	padding:10px;
}

span.must {
	color:#F00;
}

.Mailform table {
   border-collapse: collapse;
   margin:20px 0 0 20px;
   width:800px;
   table-layout: fixed;
}

.Mailform table tr td {
   padding: 10px;
   border-bottom: 1px dotted #372105;
   border-top: 1px dotted #372105;
   width:600px;
}

.Mailform table th {
   font-weight:normal;
   text-align: left;
   text-indent:20px;
   background-color:#C9A063;
   width:200px;
   border-bottom: 1px dotted #372105;
   border-top: 1px dotted #372105;
   border-right: 1px dotted #372105;
}

#btn {
   padding:20px;
   width:750px;
   text-align:center;
}

#btn input {
	margin-right:20px;
	margin-left:20px;
}

