@charset "utf-8";

p.err {
	color: #ff0000;
}
#inquiry {
	width: 600px; /* ボックスの幅を指定 */
}
#inquiry table {
	text-align: left; 
	border-top: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 100%;
	width: 100%;
	margin: 0;
}
#inquiry td {
	text-align: left; 
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-right: 1px solid #CCCCCC;
	padding: 10px;
}
#inquiry th {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: 6px solid #CCCCCC; /* 左方向のボーダーを6pxに変更 */
	border-right: none;
	background-color: #F3F3F3;
	font-weight: normal;
	padding: 10px;	
	width: 100px;
}
#inquiry th.must {
	border-left-color: #CCCCCC; /* 左方向のボーダーの色を赤に指定 */
}
#inquiry th em {
	font-style: normal; /* フォントを通常のスタイルに指定 */
	color: #FF0000; /* 文字色を赤に指定 */
	padding-left: 5px; /* 左方向にパディングを指定 */
}
#usr_name {
	ime-mode:active;
}
#usr_mail {
	ime-mode:disabled;
}
#usr_pass {
	ime-mode:disabled;
}
#usr_age {
	ime-mode:disabled;
	text-align: right;
}
#usr_sex {
	ime-mode:disabled;
}
#usr_address {
	ime-mode:disabled;
}
#usr_address2 {
	ime-mode:active;
}
.kakunin{
	border:0px solid #000000;
}

#ken_from {
	ime-mode:disabled;
}
#ken_to {
	ime-mode:disabled;
}

