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

common class CSS File

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


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 !important;
  height: 0 !important;
  vertical-align: top;
}

/*----------------------------------------------------------------------
3.   Valicationaidj
----------------------------------------------------------------------*/
.validation-inline-error-message {
  display: block;
  float: right;
  margin: 5px 0 0 !important;
  padding: 0 !important;
  background: none !important;
  line-height: 1.2;
  color: #d83063;
}

/*# sourceMappingURL=class.css.map */
