#mailform table {
	margin: 0px auto;
	width: 85%;
	}
	#mailform table tr {
	border-bottom: 1px solid #d6d2ce;
	padding: 1em 1.5em;
	display: inherit;
	}
	#mailform table th, #mailform table td {
	text-align: left;
	padding: 0.2em 0em;
	display: block;
	}
	#mailform table th {
	width: 16em;
	vertical-align: top;
	position: relative;
	}
	#mailform th span {
	position: absolute;
	right: 1em;
	top:0;
	}
	#mailform table td {
	}
#mailform input, #mailform textarea {
	border: solid 1px #d6d2ce;
	padding:6px 8px;
	}
#contact_btn input {
	border: none;
	height: 40px;
	width: 160px;
	cursor: pointer;
	margin: 10px;
	background-color: #efebe9;
	}
	
@media (max-width: 768px){
	#confirmBody{
		width:100% !important;
		height:100% !important;
		left:0 !important;
}
}

/*=============================================
 * tablet~
 *=============================================*/
@media (min-width: 768px){
#mailform table th, #mailform table td {
	display: table-cell;
	padding: 0em 2em;
	}

	#mailform table tr {
	display: block;
	}
}
