@charset "utf-8";
/* CSS Document */


#topContents {
	width: 960px;
	margin: 40px auto;
}

#topContents h2 {
	color: #570039;
	text-align: center;
	border: 1px #570039 solid;
	font-size: 120%;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
	padding-top: 5px;
	margin-top: 70px;
	margin-bottom: 24px;
}

#topContents h2 img {
	margin-bottom: -5px;
	margin-right: 15px;
}

#topContents form {
	margin-top: 25px;
}

#topContents table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 8px;
	margin: 15px 0;
}

#topContents table th {
	width: 228px;
	height: 52px;
	padding-top: 5px;
	background-color: #e5e5e5;
	vertical-align: middle;
	line-height: 1.3;
}

#topContents table td {
	vertical-align: middle;
	padding: 5px 10px 0;
}

#topContents table .request th,
#topContents table .request td {
	margin-top: 8px;
}

#topContents table td {
	border: 1px #e5e5e5 solid;
}

#topContents table input.corp {
	width: 543px;
}
#topContents table input.name {
	width: 100%;
}
#topContents table input.tel {
	width: 80px;
}
#topContents table input.mail {
	width: 411px;
}

#topContents table span,
#topContents table p.note {
	font-size: 75%;
}

#topContents table textarea {
	width: 100%;
	margin: 5px 0 7px;
}


.policy {
	margin-top: 40px;
}

.scrollBox {
	height: 170px;
	border: 1px #7c7c7c solid;
	margin-bottom: 30px;
}

.scrollBox dl {
	font-size: 87.5%;
	line-height: 1.2;
	padding: 15px 25px 0 15px;
}
.scrollBox dt {
	font-weight: bold;
	margin-bottom: 10px;
}
.scrollBox dd {
	margin-bottom: 20px;
}

.buttons {
	text-align: center;
	list-style: none;
	margin: 65px auto;
}

.buttons li {
	display: inline-block;
	margin: 0 40px;
}

.buttons input[type="image"] {
	vertical-align: auto;
}

label.error {
	color: red;
}

ul.links {
    text-align: center;
    margin: 35px auto 70px;
}

ul.links li {
    display: inline-block;
    margin: 0 10px;
}

