@charset "utf-8"; 

@import "contents_box.css";
/*インポート*/


/* ご意見・ご感想(group1.html) */

#contact table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 3px;
}
#contact th, td {
	padding: 5px;
}
#contact th {
	width: 140px;
	background: #FFCCCC;
}
#contact input[type="text"] {
	width: 60%;
}
#contact textarea {
	width: 100%;
	height: 200px;
}