@charset "shift-jis";
 
/**
 * style.css
 *
 * Šx‰€»’ƒŠ”Ž®‰ïŽÐHP - ‚¨–â‚¢‡‚í‚¹css
 *
 * @since 2011/02/28
 * @version 2011/02/28
 * @coptright Copyright c 2011 Šx‰€»’ƒŠ”Ž®‰ïŽÐ
 * @link http://kougakuen.jp/
 */

/* ----------------------------------------------------------------------------
contact()
------------------------------------------------------------------------------- */
form#mailform {
	padding: 5px;
}
table.mailform {
	width: 100%;
	border-left:#999 solid 5px;
}
table.mailform tr th,table.mailform tr td {
	padding: 7px 5px 7px 5px;
	border-bottom:1px solid #a0a0a0;
}
table.mailform tr th {
	padding:5px;
	border-right:1px dotted #a0a0a0;
	border-bottom:1px solid #a0a0a0;
	width:180px;
	background:#f6f6f6;
	letter-spacing: 0.2em;
	text-align:left;
}
table.mailform tr th p {
	margin:0;
	padding:0;
	font-size:10px;
	color:#999;
	font-weight:normal;
}
table.mailform tr td textarea {
	width:350px;
	height:120px;
}
table.mailform tr td input {
	width:250px;
}
table.mailform tr td.submitArea{
	padding:10px 0;
	background:#f6f6f6;
	text-align:center;
}
table.mailform tr td.submitArea input{
	margin:0 auto;
	width:200px;
}

