@charset "UTF-8";
/*----------------------------------------------------
	☆TOP
----------------------------------------------------*/

/*--/partner/--*/

table.infoTable01 {
	border-collapse: collapse;
}
table.infoTable01 th {
	width: 27%;
	text-align: center;
	vertical-align: middle;
	border-bottom: #cccccc 1px dotted;
	font-size: 16px;
	color: #c53d43;
}
table.infoTable01 td {
	padding: 40px;
	border-bottom: #cccccc 1px dotted;
	border-left: #cccccc 1px dotted;
	font-size: 14px;
	line-height: 1.7;
}

p.infoP01 {
	margin-top: 20px;
}
p.infoP01 a {
	color: #FFFFFF;
	background-color: #c53d43;
	padding: 10px 30px;
	border-radius: 2px;
	margin-right: 5px;
	font-size: 14px;
	text-decoration: none;
	font-weight:bold;
}

/*------/partner/form.html------*/


table.infoTable02 {
	border-collapse: collapse;
	width: 100%;
}
table.infoTable02 th {
	width: 33%;
	text-align: left;
	vertical-align: top;
	border-bottom: #cccccc 1px dotted;
	padding-left: 50px;
	padding-top: 35px;
	font-size: 16px;
	color: #c53d43;
	line-height: 1.5;
}
table.infoTable02 th span {
	color: #FFFFFF;
	font-size: 10px;
	padding: 2px 10px;
	background-color: #c53d43;
	border-radius: 2px;
}
table.infoTable02 td {
	padding: 35px 30px;
	border-bottom: #cccccc 1px dotted;
	border-left: #cccccc 1px dotted;
	font-size: 14px;
	line-height: 1.7;
	width: 67%;
}
table.infoTable02 td input {
	background: #f5f5f5 none repeat scroll 0 0;
	border: 1px solid #ddd;
	font-size: 15px;
	padding: 3px;
	width: 99%;
	margin-bottom: 5px;
}
table.infoTable02 td textarea {
	background: #f5f5f5 none repeat scroll 0 0;
	border: 1px solid #ddd;
	font-size: 15px;
	padding: 3px;
	width: 99%;
	height: 160px;
	margin-bottom: 5px;
}
p.btnP01 {
	text-align: center;
	margin: 30px 0;
}
p.btnP01 input {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	padding: 10px 100px;
	background-color: #c53d43;
	border-radius: 2px;
	border: 2px solid #FFFFFF;
	margin: 0 20px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
p.btnP01 input:hover {
	color: #c53d43;
	background-color: #ffffff;
	border: 2px solid #c53d43;
}
p.inquiryP01 {
	text-align: center;
	margin-bottom: 30px;
}
