#email {
	font-size:40px;
	font-family:Century,Palatino,'Arial', serif;
}
table {
	border-collapse:collapse;
	margin:auto;
}
th, td {
	font-weight:normal;
	padding:5px;
	box-sizing: border-box;
}
#msg {
	text-align:left;
}
textarea {
	max-width:600px;
}
input[type="submit"] {
	width:25%;
	height:40px;
}
/*スマホ用*/
@media screen and (max-width:767px){
#email {
	overflow:auto;
}
table {
	border:1px dashed #cccccc;
}
th, td {
	display:block;
	width:100%;
}
th {
	color:#ffffff;
	background-color:#cccccc;
	text-align:left;
	font-size:x-small;
}
td {
	text-align:center;
}
}
/*タブレット以上用*/
@media screen and (min-width:768px){
th, td {
	border:1px dashed #cccccc;
}
th {
	text-align:right;
	white-space:nowrap;
}
td {
	width:100%;
}
}
