@charset "utf-8";
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 13px;
}

#main .mailForm {
	margin: 0 10px;
}

#main table {
	margin-bottom: 18px;
	width: 100%;
	border-collapse: collapse;
}

#main th,
#main td {
	padding-top: 6px;
	vertical-align: middle;
	text-align: left;
	box-sizing: border-box;
	border-bottom: 1px solid #D6D6D6;
}

#main table tr:nth-child(3) th,
#main table tr:nth-child(4) th,
#main table tr:nth-child(5) th,
#main table tr:nth-child(6) th {
	text-align: right;
}	

#main th {
	padding-top: 0;
	width: 27.5%;
	font-size: 8px;
	text-align: right;
	color: #424242;
	letter-spacing: -1px;
}

#main th span {
	margin: -2px 0 0 12px;
	padding: 2px 4px 1px 2px;
	display: inline-block;
	color: #fff;
	font-size: 6px;
	line-height: 1;
	vertical-align: middle;
	background-color: #ED8987;
	border-radius: 2px;
}

#main th .text {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 8px;
	text-align: left;
	display: inline-block;
	background-color: transparent;
}

#main th .text span {
	margin-top: -15px;
	display: inline-block;
}

#main th span.title {
	margin-left: 0;
	padding: 0;
	color: #000;
	font-size: 8px;
	text-align: left;
	line-height: 1.3;
	background-color: transparent;
}

#main th .color {
	background-color: #D5D5D5;
}

#main td input {
	padding: 1px 5px 0;
	width: 100%;
	height: 22px;
	display: block;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #D6D6D6;
	appearance:none;
  	-moz-appearance:none;
 	-webkit-appearance:none; 
}

#main td .width {
	width: 49%;
}

#main td {
	padding-left: 18px;
	font-size: 7px;
	color: #A9A9A9;
}

#main .td01 {
	padding-bottom: 6px;
}

#main td span {
	line-height: 2;
	font-weight: bold;
}

#main td textarea {
	padding: 3px 5px 0;
	width: 100%;
	height: 75px;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #D6D6D6;
	appearance:none;
  	-moz-appearance:none;
 	-webkit-appearance:none; 
}

#main .table02 td {
	padding: 6px 0 4px 10px;
}

#main .table02 th {
	padding: 6px 0 4px 0;
}

#main .message {
	margin-bottom: 21px;
	padding: 6px 0 7px 6px;
	color: #414340;
	font-size: 7px;
	line-height: 1.9;
	background-color: #F3F3F3;
}

#main .message .title {
	margin-bottom: 6px;
	padding: 6px 0 0 8px;
	display: block;
	font-size: 8px;
	font-weight: bold;
	line-height: 1;
	background: url(../img/contact/icon.gif) no-repeat left 8px;
	background-size: 5px auto;
}

#main .submit {
	text-align: center;
}

#main .submit li {
	margin: 0 10px;
	display: inline-block;
}

#main .submit input {
	padding: 8px 0 7px;
	width: 113px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	font-size: 7px;
	border: none;
	background-color: #346DC4;
	border-radius: 3px;
	appearance:none;
  	-moz-appearance:none;
 	-webkit-appearance:none; 
}

#main .errorMsg {
	margin: 0 0 10px 10px;
	color: #F00;
	font-size: 8px;
}

#main .errorMsg li {
	margin-bottom: 5px;
}

#main .thanks {
	margin: 0 20px 15px;
	font-size: 10px;
}

#main .thanks a {
	text-decoration: underline;
}