/* CSS Document */

@media screen and (max-width:640px) {
	

body{font-size: 13px;}
body,header,footer{min-width: 400px;}




	
/*==================================================================

	table

==================================================================*/
	
/*------------------------------ XXXXXXXXXX ------------------------------*
.tb01 th{
	border-bottom: none !important;
}
.tb01 tr:last-of-type th {
	border-bottom: none !important;
}
.tb01 th , .tb01 td {
	display:block;
	width:100%;
	box-sizing:border-box;
	padding:10px 20px;
}
.tb01 td {
	padding:15px 20px 20px;
}

	
	
/*==================================================================

		$お問い合わせページ　＊　Contact Form 7カスタマイズ

==================================================================*
.inquiry th{
	padding: 10px 20px;
	color: #7e5b43;
    background: #eee9e1;
	border: 1px solid #e6e6e6;
	font-weight:bold;
}
.inquiry td{
    padding: 15px 20px;
	background:#FFF;
	border: 1px solid #e6e6e6;
}
.inquiry td input{
	width:100%;
	padding:10px;
}
.inquiry td textarea{
	padding:10px;
}
table.inquiry {
	border-bottom:none;
}	
	
	
	
	
	
	
	
	
	
	
}
