@charset "utf-8";
/* CSS Document */

/* フォント
---------------------------------------- */
.textsmall {	font-size:0.85em!important;}
.textnormal {	font-size:1em!important;}
.textlarge {	font-size:1.13em!important;}
.textlargeEx {	font-size:1.5em!important;}

/* 行高さ
---------------------------------------- */
.lheightsmall {	line-height:1.2em;}
.lheightnormal {line-height:1.7em;}
.lheightlarge {	line-height:2em;}
.lheightExlarge { line-height:3em!important;}

/* フォントカラー
---------------------------------------- */
.colorcaution {	color:#d73c45;}
.colordisable {	color:#999;}
.orange { color:#e99000; }
.colorPrice { color:#ff0000; }
.colorBlue{color:#0052a4!important}
.black {color: #000!important;}

/* 背景色
---------------------------------------- */
.colorbackgray {background-color:#EEEEEE;}

/* 強調
---------------------------------------- */
.weightbold { font-weight: bold;}
strong { font-weight: bold;}
.weightnormal { font-weight: normal;}

/* 表示
---------------------------------------- */
.displaynone {
	display:none;
}
.hidden {
	visibility:hidden;
}

/* 幅
---------------------------------------- */
.widthxxs	{ width:30px!important;}
.widthxs	{ width:60px!important;}
.widths		{ width:80px!important;}
.widthsm	{ width:100px!important;}
.widthm		{ width:120px!important;}
.widthml	{ width:180px!important;}
.widthl		{ width:240px!important;}
.widthlm	{ width:320px!important;}
.widthxl	{ width:480px!important;}
.widthmin	{ width:1px!important;}
.widthmax	{ width:100%!important;}

/* IME制御
---------------------------------------- */
.imeon	{ ime-mode:active;}
.imeoff	{ ime-mode:disabled;}

/* 下部マージン
---------------------------------------- */
.margin05 {	margin-bottom:0.5em!important;}
.margin1 {		margin-bottom:1em!important;}
.margin15 {	margin-bottom:1.5em!important;}
.margin2 {		margin-bottom:2em!important;}
.margin25 {	margin-bottom:2.5em!important;}
.margin3 {		margin-bottom:3em!important;}
.margin4 {		margin-bottom:4em!important;}
.margin5 {		margin-bottom:5em!important;}
.margin6 {		margin-bottom:6em!important;}

/* 回り込み
---------------------------------------- */
.fleft {	float:left;}
.fright {	float:right;}

/* 行揃え
---------------------------------------- */
.acenter {		text-align:center!important;}
.aright {		text-align:right!important;}
.aleft {		text-align:left!important;}
.vabottom {		vertical-align:bottom!important;}
.vamiddle {		vertical-align:middle!important;}


/* 折り返し
---------------------------------------- */
.nowrap {		white-space:nowrap; }

/* オーバーフロー制御
---------------------------------------- */
.ohidden {overflow:hidden; }

/* 罫線
---------------------------------------- */
.noborder {
	border:none!important;
}

/* フォーム関係
---------------------------------------- */
label {
	margin-right:1em;
	cursor:pointer;
	line-height:2em;
}
input {
	padding:1px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
input, textarea {
	border:#cccccc 1px solid;
}
input, textarea, select {
	vertical-align:middle;
}
input.checkbox,
input.radio {
	border:none;
	margin-top:-3px;
}
input.submit {
	width:120px;
	height:3em;
}
input.hover {
	border:#666 1px solid;
	cursor:pointer;
}
input#btnDelete {
	background-color:#FFE8E8;
	color:#ff0000;
}
.numonly,
.naturalnum,
.chkemail,
.chkhankaku,
.zip,
.date,
.chktime,
.chktel,
.chkfax,
.chkurl {
	ime-mode:disabled;
}
input.required,
textarea.required,
select.required {
	/*
	border:#2E0000 1px solid;
	*/
}
.inputnote {
	color:#cc0000;
	display:none;
	padding-top:2px;
}
.activefield {
	border:#ffffff 1px solid;
}

/*------------------------------------
jQueryUI 再定義
--------------------------------------*/
.ui-widget {
	font-family:inherit;
	font-size:inherit;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family:inherit;
	font-size:inherit;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width:40%!important;
	margin:0 2%!important;
}
.ui-dialog {
	z-index:1000!important;
}

/* clearfix
--------------------------------------*/
.clearfix {
	zoom:1;
	overflow:hidden;
}
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}

/* その他
---------------------------------------- */
.errorText {
	color:#C00!important;
	font-weight:bold!important;
}
.clear {
	clear:both;
	zoom:1;
}
br.clear {
	line-height:0;
	height:0;
}
.disabled {
	display:none;
}

button {
	cursor:pointer;
}
.indent li {
	line-height:1.5em;
	padding-left:1em;
}
.indent li span {
	margin-left:-1em;
}
.anchorLink {
	height:0;
	font-size:0;
	line-height:0;
}




