@charset "utf-8";

#contents{
	background-image: url(../contact/img/bg.png);
	background-position: center 300px;
	background-repeat: no-repeat;
}
.subtitle{
	margin-bottom: 370px;
}
#contents div.errortext{
	color: red;
}

#contents table{
	margin: 20px 0;
	/*border-top: 1px solid #CCCCCC; */
	width: 100%;
}
#contents table th,
#contents table td{
	padding: 1em 0;
	border-top: 1px solid #CCCCCC;
}
#contents table tr:first-child th,
#contents table tr:first-child td{
	border-top: 0px solid #CCCCCC;
}
#contents input[type=text],
#contents select{
	margin-bottom: 2px;
}
#contents table.check td{
	color: #FFF;
}

/* ブラウザ互換
*****************************************/
#contents textarea{
	font-size: 100%;
}