@charset "Shift_JIS";


/* フォントサイズ表 */
/*
10ピクセル⇒font-size:77%
11ピクセル⇒font-size:85%
12ピクセル⇒font-size:92%
13ピクセル⇒font-size:100%
14ピクセル⇒font-size:107%
15ピクセル⇒font-size:114%
16ピクセル⇒font-size:122%
17ピクセル⇒font-size:129%
18ピクセル⇒font-size:136%
*/

/* フォーム表示部分 */
form {
	margin: 15px 0;
}
input, select,textarea {
	font-size: 107%;
}
dl {
	margin-top: 15px;
}
dl dt {
	margin-bottom: 1em;
	padding-right: 5px;
	float: left;
	width: 10em;
	font-size: 92%;
	text-align: right;
}
dl dd {
	margin-left: 10em;
	margin-bottom: 1em;
	font-size: 92%;
}
em {
	font-size: 85%;
	color: #c00;
}
.sup {
	color: #666;
}
.mess {
	margin: 5px;
	padding: 5px;
	background-color: #ffffcc;
	color: #c00;
}
.submit {
	text-align: center;
}

/* クリア */
dl:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
dl {
	_height: 1px;
	min-height: 1px;
	/*￥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
