@charset "utf-8";
/*
 * cmn_style.css
 *
 */


/* フォント
---------------------------------------- */
.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; }

/* 背景色
---------------------------------------- */
.colorbackgray {background-color:#EEEEEE;}

/* 強調
---------------------------------------- */
.weightbold { font-family:"FP-ヒラギノ角ゴ ProN W6";}
strong { font-family:"FP-ヒラギノ角ゴ ProN W6";}
.weightnormal { font-family:"FP-ヒラギノ角ゴ ProN W3";}

/* 表示
---------------------------------------- */
.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;}

/* 回り込み
---------------------------------------- */
.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;
}

a img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/*
a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
*/

/* 上部マージン
---------------------------------------- */
.margin_t {		margin-top:10px!important;}
.margin_t05 {		margin-top:5px!important;}
.margin_t10 {		margin-top:10px!important;}
.margin_t15 {		margin-top:15px!important;}
.margin_t20 {		margin-top:20px!important;}
.margin_t25 {		margin-top:25px!important;}
.margin_t30 {		margin-top:30px!important;}
.margin_t40 {		margin-top:40px!important;}
.margin_t50 {		margin-top:50px!important;}
.margin_t60 {		margin-top:60px!important;}
.margin_t70 {		margin-top:70px!important;}
.margin_t80 {		margin-top:80px!important;}
.margin_t90 {		margin-top:90px!important;}
.margin_t95 {		margin-top:95px!important;}
.margin_t100 {	margin-top:100px!important;}


/* 下部マージン
---------------------------------------- */
.margin {		margin-bottom:10px!important;}
.margin05 {		margin-bottom:5px!important;}
.margin10 {		margin-bottom:10px!important;}
.margin15 {		margin-bottom:15px!important;}
.margin20 {		margin-bottom:20px!important;}
.margin25 {		margin-bottom:25px!important;}
.margin30 {		margin-bottom:30px!important;}
.margin40 {		margin-bottom:40px!important;}
.margin50 {		margin-bottom:50px!important;}
.margin60 {		margin-bottom:60px!important;}
.margin70 {		margin-bottom:70px!important;}
.margin80 {		margin-bottom:80px!important;}
.margin90 {		margin-bottom:90px!important;}
.margin95 {		margin-bottom:95px!important;}
.margin100 {	margin-bottom:100px!important;}