@charset "UTF-8";

/* ****************************************************
Title: modules.css
***************************************************** */


/* Table Of Contents
----------------------------------------

#01 naviHidden
#02 float clear
#03 float
#04 align
#05 valign
#06 rollover
#07 form control
#08 font color
#09 font size
#10 last list 
#11 clearfix 

----------------------------------------*/


/* #01 naviHidden
---------------------------------------------------------------------------- */
.naviHidden {
	border-style: none;
	display: run-in;
	height: 1px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 1px;
	z-index: 100;
}


/* #02 float clear
---------------------------------------------------------------------------- */
.clearLeft  { clear:left; }
.clearRight { clear:right; }


/* #03 float
---------------------------------------------------------------------------- */
.floatLeft  { float:left; }
.floatRight { float:right; }


/* #04 align
---------------------------------------------------------------------------- */
.alignLeft   { text-align: left !important; }
.alignCenter { text-align: center !important; }
.alignRight  { text-align: right !important; }


/* #05 valign
---------------------------------------------------------------------------- */
.valignBaseline { vertical-align: baseline; }


/* #06 rollover
---------------------------------------------------------------------------- */
.imgover {}


/* #07 form control
---------------------------------------------------------------------------- */
.oneByte { ime-mode: inactive; }
.twoByte { ime-mode: active; }


/* #08 font color
---------------------------------------------------------------------------- */
.attention, 
.required { 
	color: #FF0000 !important; 
}


/* #09 font size
---------------------------------------------------------------------------- */
.small { font-size: 0.8em; }


/* #10 last list 
---------------------------------------------------------------------------- */
.lastList {
	background: none !important;
	border: none !important;
	margin-right: 0 !important;
}


/* #11 clearfix
---------------------------------------------------------------------------- */

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* #12 iepngfix 
---------------------------------------------------------------------------- */
.iepngfix {
_behavior: expression(IEPNGFIX.fix(this));
}
