@charset "utf-8";
/*
Theme Name: ラクエル訪問マッサージ
Theme URI: http://
Description: ラクエル訪問マッサージのテーマです
*/

.table03 {
	clear:both;
	width:100%;
	margin-top: 30px;
	font-size:1.2em;
}

.table03 tr th,.table03 tr td {
	padding:15px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	vertical-align:middle;
	text-align:left;
}
.table03 tr th {
	width:30%;
}

.table03 input {
	background:#fff;
	padding:5px;
	font-size:16px;
}

.table03 td.name input,.table03 td.email input {
	width:90%;
}

.table03 td.tel input {
	width:50%;
}

.table03 textarea {
	width:90%;
	height:100px;
	background:#fff;
	padding:5px;
	font-size:16px;
}

.table03 td.submit {
	text-align:center;
}

.table03 td.submit input {
	width:30%;
	padding:10px;
	text-align:center;
	color:#fff;
	background:#422f28;
	border:none;
	cursor:pointer;
	font-family: Yugo, '游ゴシック', "メイリオ", Meiryo, serif;
}

div.wpcf7-response-output {
	clear:both !important;
	padding:15px !important;
	border-color:#fff !important;
	border:none !important;
	font-size:1.6em !important;
}

.table03 tr th:last-of-type,.table03 tr td:last-of-type {
	border-bottom:none;
}

input[type="submit"] {
   -webkit-appearance: none;
   border-radius: 0;
}

@media (max-width: 780px){
.table03 {
	margin-top: 10px;
}

.table03 tr th,.table03 tr td {
	padding:10px;
	text-align:left;
}

.table03 tr th,.table03 tr td {
	padding:10px;
	border-top:none;
	border-bottom:none;
}

.table03 tr th {
	width:100%;
	padding-bottom: 0;
	border-top:1px solid #ccc;
	display:block;
}

.table03 tr td {
	width:100%;
	display:block;
}

.table03 td.submit input {
	width:100%;
	padding:10px;
	text-align:center;
}

}