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

#main_contents table {
	border-collapse: collapse;
	margin-bottom: 40px;
}
#main_contents table tr th,
#main_contents table tr td {
	padding: 10px;
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
}
#main_contents table tr th {
	width: 180px;
	text-align: left;
	border-right: 1px dotted #999;
}
#main_contents table tr th strong {
	color: #F00;
}
#main_contents table .gray_back {
	background: #ECEFF1;
}
#main_contents table .btn {
	text-align: center;
}
#main_contents table #name,
#main_contents table #kana,
#main_contents table #Company,
#main_contents table #tel,
#main_contents table #email,
#main_contents table #homepage,
#main_contents table #address,
#main_contents table #address1,
#main_contents table #content {
	padding: 8px;
	border-radius: 5px;
	border: 1px solid #CCC;
}
#main_contents table #name,
#main_contents table #kana,
#main_contents table #Company,
#main_contents table #address,
#main_contents table #address1,
#main_contents table #homepage,
#main_contents table #email {
	width: 70%;
}
#main_contents table #content {
	width: 90%;
}
.error_messe{
	font-weight: bold;
	color: #F00;
}
.formTable{
	width: 680px;
	border: 1px solid #999;
	margin-bottom: 20px;
}
.formTable th,
.formTable td {
	padding: 10px;
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
}
.formTable th{
	background: #ECEFF1;
}