@charset "utf-8";

/* SOKEN飾屋
name::	contact.css
date::	2018/03 */

/************************************************************

	お問い合わせ contact/index.html

************************************************************/

table.tbcontact {
	width: 100%;
	_width: 594px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 10px;
	}
.tbcontact th {
	text-align:left;
		}
.tbcontact textarea, .tbcontact input[type="text"] {
	width: 100%;
}
.tbcontact input[type="text"] {
	padding: 0.5em 0;
}
.tbcontact input#zipcode {
	width: 50%;
}
@media screen and (max-width:400px) {
	table.tbcontact {
		margin-right: 0;
	}
	.tbcontact th, .tbcontact td {
		width: 100%;
		display: block;
	}
}