@charset "UTF-8";



/*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
すべての端末共通
/*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*/
div#mf_wrapper {
	width: 640px;
	text-align: left;
	margin: 0px auto 0px auto;
	font-family: sans-serif;
}
div#mf_header h1 {
	font-size: 24px;
	border-bottom: solid 1px #999999;
	margin: 0px;
	padding: 0px;
}
div#mf_header h2 {
	font-size: 16px;
	color: #999999;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
form#mailform {
	padding: 5px;
}
table.mailform {
	width: 100%;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 90%;
	border-bottom: solid 1px #999999;
	padding: 7px 5px 7px 5px;
}
table.mailform tr th {
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 130%;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	color: #999999;
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}





/*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
●画面の横幅が980px以上（パソコン対応）
/*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*/
@media (min-width: 980px) {

	form#mailform {
	}
	table.mailform tr th {
		width: 23%;
	}
	table.mailform tr td input {
		font-size: 1.3em;
		height: 1.5em;
	}
	table.mailform tr td textarea {
		font-size: 1.3em;
	}


}/* パソコン対応 @media（960px以上） */





/*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
●画面の横幅が979px以下、620以上（タブレット対応）
/*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*/
@media (max-width:979px) and (min-width:620px) {

	form#mailform {
	}
	table.mailform tr th {
		width: 33%;
	}
	table.mailform tr td input {
		font-size: 1.2em;
		height: 1.3em;
	}
	table.mailform tr td textarea {
		font-size: 1.2em;
	}


}/* タブレット対応 @media（959px〜645px） */





/*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
●画面の横幅が619px以下（スマホ対応）
/*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*/
@media (max-width: 619px) {

	form#mailform {
	}
	table.mailform tr th {
		float: left;
		clear: both;
		width: 97%;
		border: none;
		margin-bottom: 0px;
		padding-bottom: 0px;
		line-height: 13px;
	}
	table.mailform tr td {
		float: left;
		clear: both;
		width: 97%;
	}
	table.mailform tr td input {
		font-size: 1em;
		height: 1.5em;
	}
	table.mailform tr td textarea {
		font-size: 1em;
	}
	table.mailform tr th span {
	}
	table.mailform tr th p {
		display: none;
	}


}/* スマホ対応 @media（644px以下） */