@charset "UTF-8";

form,hr,ol,p,ul {
	margin: 0;
}
.clear{
	clear:both;
}
.display_none{
	display:none;
}

input.code{/*コード、郵便番号、日付兼用*/
	ime-mode:disabled;
	text-align:center;
}
input.disabled{
	ime-mode:disabled;
}
input.inactive{
	ime-mode:inactive;
}
input.number{
	ime-mode:disabled;
	text-align:right;
}
.line-height-200 {
	line-height: 200%;
}

/*以下不要*/
.border_style_none{
	border-style:none;
}
.caption{
	color:rgb(15%,15%,15%);
	font-size:larger;
}
.italic{
	font-style:italic;
}
.underline{text-decoration:none;}
.underline:hover{text-decoration:underline;}
.width-100 {width: 100%;}
