@charset "utf-8";

/*------------------------------------------------------------
	�g�b�v�y�[�W
------------------------------------------------------------*/

.tableCompany01 th span {
	color: #FF0000;
}
.red {
	color: #FF0000;
}

.noticeP {
	color: #FF0000;
	text-align:center;
	font-weight:bold;
	font-size:22px;
	margin:35px 0 50px;
}

.thanksP {
	text-align:center;
	font-weight:bold;
	font-size:22px;
	margin:35px 0 50px;
}

/*.comTable {
	margin-bottom: 22px;
	background: none;
}

.comTable th {
	font-weight: normal;
}

.comTable th, .comTable td {
	padding: 17px 5px 21px 13px;
	font-size: 14px;
	line-height: 1.5;
}*/

.tableCompany01 td span.txt {
	margin-left: 7px;
	font-size: 12px;
	/*vertical-align: bottom;*/
}

.tableCompany01 input[type="text"] {
	padding: 0.5em;
	height: 18px;
	border: 1px solid #909090;
	margin-top:-0.5em;
}

.tableCompany01 option {
	padding: 0.2em;
	font-size: 14px;
}

#fCode, #fAddress {
	width: 98px;
}

#fEmail, #fTel {
	width: 248px;
}

#fDivision, #fName, #fName02 {
	width: 298px;
}

#fCompany, #fAddress02 {
	width: 398px;
}

#fAddress {
	margin-bottom: 12px;
	height: 22px;
}

#fContent {
	margin: 3px 0 8px;
	height: 130px;
	width: 398px;
	border: 1px solid #909090;
	font-size: 1em;
}

.mailForm p {
	margin-bottom: 21px;
	font-size: 14px;
	text-align: center;
}

.mailForm p a {
	color: #003399;
}

.mailForm .submit {
	text-align: center;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
	margin-bottom:5px;
	padding:0.5em 2em;
}


