@charset "shift-jis";

.contact{
	margin-top: 30px;
}
.tbl {
	margin-top: 30px;
	border-top: 1px solid #ddd;
}
.tbl th {
	text-align: center;
	padding: 5px 5px 5px 10px;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	background-color: #f5f5f5;
}
.tbl td {
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid #ddd;
}
.tbl th td {
	/*height: 30px;*/
}
.name {
	width: 200px;
	ime-mode: active;
}
.mail {
	width: 400px;
	ime-mode: inactive;
}
.hon {
	width: 400px;
	ime-mode: active;
}
.btn {
	width: 80px;
}
input {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
strong {
	color: red;
}

.inf {
	margin-top: 40px;
	border-top: 1px solid #800080;
	padding-top: 20px;
	line-height: 180%;
	font-size: 9pt;
}

.thanks {
	margin-top: 30px;
}
.thanks .msg {
	margin-top: 20px;
}


