@charset "utf-8";

/*----- table -----*/
.contactForm table {
	border-collapse: collapse;
	border-top: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	width:660px;
	margin:20px 0 11px 0;
}
.contactForm th,
.contactForm td {
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	padding: 9px 10px 8px 10px;
}
.contactForm th {
	background: #eef1f3;
	font-weight: normal;
	text-align: left;
	width:180px;
}
.contactForm p{
	padding-bottom:5px;
	margin:0;
}
.contactForm .formBtn{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
}

/*----- text -----*/
.red-s{
	color:#FF0000;
	font-size:75%;
}
.text-s{
	font-size:75%;
}
.margin25{
	margin:25px 0 5px 0;
}
#contact .p{
	margin-top:25px;
}

/*----- space -----*/
.margin15{
	margin:0 0 5px 15px;
	width:204px;
}

.margin230{
	width:230px;
}

input[type="submit"]{
cursor: pointer;
background:url('../../images/common/btn_form_0002.jpg');
width:128px;
height:44px;
border:none
}
