﻿@charset "utf-8";

/* classes.css */


/* フォント
---------------------------------------- */
.textsmall {	font-size:12px!important;}
.textnormal {	font-size:14px!important;}
.textlarge {	font-size:16px!important;}


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


/* フォントカラー
---------------------------------------- */
.colorwhite {color:#FFF;}
.colorpink {	color:#E664A3;}
.colorgreen {	color:#009245;}



/* 背景色
---------------------------------------- */
.bg_gray {background-color:#F7F7F7;}
.bg_green {background-color:#E6F5E8;}
.bg_pink{background-color:#F7CDD1;}
.bg_lightpink{background-color:#FAEAEB;}

/* 強調
---------------------------------------- */
.weightbold {	font-weight:bold;}
.weightnormal { font-weight:normal;}
.strike { text-decoration:line-through; }


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

/* 幅
---------------------------------------- */
.w30 {width:30px;}
.w60{width:60px;}
.w80 {width:80px;}
.w120{width:120px;}
.w240 {width:240px;}
.w420 {width:420px;}
.w480 {width:480px;}
.w97par {width:97%;}

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


/* 下部マージン
---------------------------------------- */
.margin_b05 {	margin-bottom:5px!important;}
.margin_b10 {	margin-bottom:10px!important;}
.margin_b15 {	margin-bottom:15px!important;}
.margin_b20 {	margin-bottom:20px!important;}
.margin_b25 {	margin-bottom:25px!important;}
.margin_b30 {	margin-bottom:30px!important;}
.margin_b40 {	margin-bottom:40px!important;}
.margin_b50 {	margin-bottom:50px!important;}
.nomargin {margin:0!important;}

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


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


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


/* 罫線
---------------------------------------- */
.border {
	border: 1px solid #cccccc;
}

.bordercaution {
	border: 1px solid #cc0000;
}

.bordertopbottom {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.noborder {
	border:none!important;
}


/* フォーム関係
---------------------------------------- */
label {
	margin-right:1em;
	cursor:pointer;
}

input, textarea, select {
	border:#aaaaaa 1px solid;
	vertical-align:middle;
}

input.check {
	border:none;
	margin-right:3px;
}

input.submit {
	width:120px;
	height:3em;
}

input.hover {
	border:#666 1px solid;
	cursor:pointer;
}

input#btnDelete {
	background-color:#FFE8E8;
	color:#ff0000;
}

.numonly,
.chkemail,
.chkhankaku,
.zip,
.date,
.chktel,
.chkfax {
	ime-mode:disabled;
}

.inputnote {
	color:#cc0000;
	display:none;
	padding-top:2px;
}


/* 標準グリッド
---------------------------------------- */
table.grid {
	clear: both;
	width: 100%;
}

table.grid caption {
	text-align:left;
}

table.grid td,
table.grid th {
	padding:3px;
	border:1px solid #999;
}

/*table.grid th {
	background-color:#dddddd;
	vertical-align: top;
}

table.grid tr.alternate {
	background-color:#f0f0f0;
}*/


/* コンパクトグリッド(標準グリッドと同時に指定する)
---------------------------------------- */
table.nallow td,
table.nallow th {
	line-height:1.2em;
	padding:1px 3px;
}


/* 右揃えテキストアンカー
---------------------------------------------- */
.rightAnchor {
	text-align:right;
}

.rightAnchor a {
	padding-left:10px;
	background:url(../admin/appicon/bullet01_red.gif) no-repeat left center;
}

/*------------------------------------
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 {
	height:0;
}

.disabled {
	display:none;
}

.highslide {
    cursor: url(../js/highslide/graphics/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
}

.highslide-loading {
    display: block;
    color: black;
    font-size: 8pt;
    font-family: sans-serif;
    font-weight: bold;
    text-decoration: none;
    padding: 2px;
    border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url(../js/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
