@charset "utf-8";

div#contents .contact table tr th {
    width: auto;
    display: list-item;
	list-style: none;
	background: #DDDDDD;
	padding: 5px 10px;
}
div#contents .contact table tr td {
	width: auto;
	display: list-item;
	list-style: none;
}