@charset "UTF-8";

.th160 th {
	width: 160px;
}

@media screen and (max-width:767px){

.th160 th {
	width: 100%;
}

}


table.mailform tr th,
table.mailform tr td {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

table.mailform tr th span {
	color: #CC0000;
	font-size: 110%;
	font-weight: bold;
}

table.mailform tr td textarea {
	width: 100%;
	height: 120px;
	font-size: 10pt;
	color: #474747;
}

input {
	font-size: 10pt;
	color: #474747;
}

table.mailform tr.send td {
	padding-top: 15px;
	border-bottom: none;
}

table.mailform tr.send td input {
	width: 180px;
	height: 50px;
	font-size: 18px;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}

table.mailform .v-al-middle {
	margin-right: 5px;
}

.privacy {
	margin: 10px 0px 15px;
	font-size: 90%;
	line-height: 1.5;
	border-bottom: 1px dotted #999;
}

.privacy h4, .privacy h5 { color: #333; margin-bottom: 3px; line-height: 1.3;}
.privacy h4 { font-size: 16px;}
.privacy h5 { font-size: 14px;}

.visibility-none { display: none;}

.display-none { display: none;}

