@charset "utf-8";
/* CSS Document */

#contents-inner h3{
	display: block;
	margin-bottom: 15px;
	color: #FFFFFF;
	background-color: #E2366E;
	font-size: 1.5em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#inquire-body-table{
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	margin-top: 30px;
	margin-bottom: 40px;
}
#inquire-body-table label{
	font-weight: bold;
}
#inquire-body-table table {
	margin-bottom: 10px;
}
#inquire-body-table table tr {
}
#inquire-body-table table tr th {
	padding: 5px;
}
#inquire-body-table table tr td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
p.message{
	margin-bottom: 20px;
}
p.confirmation{
	text-align: center;
	margin-bottom: 20px;
}
.inquire-body-table-line-even {
	background-color: #F3DCE3;
}
span.cooperation{
	color: #FF0000;
}

