@charset "utf-8";
/* CSS Document */

/* ボタン共通 */
div.formbutton{
	display:inline-block;
}

/* ----------汎用---------- */
.w25{
	width:25px;
}
.w30{
	width:30px;
}
.w40{
	width:40px;
}
.w50{
	width:50px;
}
.w75{
	width:75px;
}
.w100{
	width:100px;
}
.w125{
	width:125px;
}
.w150{
	width:150px;
}
.w250{
	width:250px;
}
.w300{
	width:300px;
}
.w400{
	width:400px;
}
.w450{
	width:450px;
}
.w500{
	width:500px;
}
.w600{
	width:600px;
}
.w750{
	width:750px;
}
.w800{
	width:800px;
}
.w900{
	width:900px;
}
.h50{
	height:50px;
}
.h75{
	height:75px;
}
.h100{
	height:100px;
}
.h150{
	height:150px;
}
.textleft{
	text-align:right;
}
.textright{
	text-align:right;
}
.textcenter{
	text-align:center;
}
.textbold{
	font-weight:bold;
}
input.jpoff{
	ime-mode:disabled; 
}
input.jpon{
	ime-mode:active; 
}
