@charset "utf-8";

#contents h2{
	background:url(../img/contact/logo.jpg) no-repeat 20px 3px;
	padding-left:110px;
	margin-bottom:20px;
}


table{
	width:800px;
	margin:0px auto 40px;
}
table th{
	border:1px solid #999999;
	background-color:#e8e8e8;
	padding:15px 10px;
	white-space:nowrap;
	text-align:left;
	font-weight:bold;
}
table td{
	border:1px solid #999999;
	padding:15px 10px;
}
table em{
	font-style:normal;
	color:#ff0000;
	padding-left:10px;
	font-size:11px;
	position:relative;
	bottom:1px;
}




/* プライバシーポリシー */
#privacy dt{
	background:#cccccc;
	font-weight:bold;
	padding:3px 13px;
	margin-bottom:20px;
}
#privacy dd{
	padding:0px 13px;
	margin-bottom:30px;
}






