@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

common class CSS File

File Name		class.css
Note			共通クラス定義用スタイルシート


Version			2.0

New Creation	08.04.02
Update			09.05.11

Created By		Yoshiaki Murakami

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	clearfix
2.	hover
3.	Valicationaidj

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.   clearfix
----------------------------------------------------------------------*/
.clearfix::after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/*----------------------------------------------------------------------
2.   hover
----------------------------------------------------------------------*/
.hover a {
  display: block;
}

.hover a:hover {
  background: none;
}

.hover a:hover img {
  width: 0;
  height: 0;
  vertical-align: top;
}

/*----------------------------------------------------------------------
3.   Valicationaidj
----------------------------------------------------------------------*/
.validation-inline-error-message {
  display: block;
  float: right;
  margin: 0 !important;
  line-height: 25px;
  color: #D63840;
}
