@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;
	height:0;
	visibility:hidden;
	clear:both;
}

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


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