@charset "utf-8";

section#contact div.sectionInner form {
}
section#contact div.sectionInner form table {
}
section#contact div.sectionInner form table th span {
	font-size:14px;
}





/* タブレット用
------------------------------------------------------------------------------------ */
@media screen and (min-width:768px) and (max-width:1279px) {
	section#contact div.sectionInner form table th span {
		font-size:12px;
	}
}





/* スマホ用
------------------------------------------------------------------------------------ */
@media screen and (max-width:767px) {
	section#contact div.sectionInner form table th span {
		font-size:12px;
	}
}
