@charset "utf-8";

/* ========================================================
	contact.css => 各校へのお問い合せ
======================================================== */


#contentsArea h3 {
	margin-right: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #c7ac67;
}
#contentsArea h3 em {
	display: block;
	border-bottom: 1px solid #ffffff;
}

/* tel
============================================================================================================ */
#telArea {
	margin-right: 10px;
	margin-bottom: 25px;
}
#telArea dt {
	float: left;
	padding-top: 6px;
}
#telArea dd {
	margin-bottom: 8px;
	padding: 0 0 5px 290px;
	border-bottom: 1px dotted #cccccc;
	color: #535353;
	font-weight: bold;
	line-height: 1.3;
}
#telArea address {
	font-size: 109%;
	font-weight: normal;
}
#telArea strong {
	font-size: 167%;
}

/* freedial
============================================================================================================ */
#freedial {
	margin-left: 42px;
	margin-bottom: 40px;
}
#freedial div {
	width: 612px;
	border: 1px solid #c9c9c9;
	background-color: #ffffff;
}
#freedial div:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
#freedial dl {
	float: left;
	width: 187px;
	padding: 10px 0 10px 16px;
}
#freedial dl.left {
	border-right: 1px dotted #ababab;
}
#freedial dt {
	color: #535353;
	font-size: 109%;
	margin-bottom: 0.3em;
}
#freedial dd {
	color: #d21e4a;
	font-weight: bold;
	line-height: 1.3;
	font-size: 92%;
}
#freedial strong {
	font-size: 209%;
}

/* フォーム
============================================================================================================ */
label {
	cursor: pointer;
}
#formContents {
	margin-right: 10px;
	padding: 14px 0;
	background-color: #ffffff;
	border: 1px solid #c9c9c9;
	font-size: 109%;
}

#formContents table {
	width: 680px;
	margin: 0 0 15px 15px;
	border-top: 1px solid #c9c9c9;
}
#formContents table th,
#formContents table td {
	padding: 0.6em 1em;
	border-bottom: 1px solid #c9c9c9;
	vertical-align: top;
}
#formContents table th {
	width: 27%;
	border-left: 1px solid #c9c9c9;
}
#formContents table td {
	border-right: 1px solid #c9c9c9;
}
#formContents table .odd th,
#formContents table .odd td {
	background-color: #fcf9f0;
}
#formContents em {
	color: #d21e4a;
}
#formContents td em {
	display: block;
	margin-top: 8px;
	font-size: 92%;
	line-height: 1.4;
}
#formContents div.btn {
	padding: 10px 0 20px;
	text-align: center;
}
#formContents div.btn form {
	display: inline;
	margin: 0 5px;
}
ul.error {
	padding: 10px 10px 30px;
	color: #d21e4a;
	font-weight: bold;
	font-size: 117%;
}
input.size01 {width: 200px;}
input.size02 {width: 60px;}
input.size03 {width: 40px;}
input.size04 {width: 460px;}
input.size05 {width: 100px;}
input.size06 {width: 100px;}
textarea {width: 460px;height: 120px;}

#contentsArea div.thanks_page {
	padding: 20px;
}
#contentsArea div.thanks_page p {
	margin-bottom: 0.8em;
}

