@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

Class definition CSS File

File Name		class.css
Note			汎用クラス定義用スタイルシート

New Creation	09.09.11
Update			09.09.25

Created By		Yoshiaki Murakami

------------------------------------------------------------------------
----------------------------------------------------------------------*/

/*----------------------------------------------------------------------
------------------------------------------------------------------------
1
------------------------------------------------------------------------
----------------------------------------------------------------------*/
.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 */

.notice {
/*	color:#de5362;
	text-transform:none;*/
}

.hover a {
	display:block;
	background-position:left top;
	background-repeat:no-repeat;
}

.hover a:hover {
	background:none;
}

.hover a:hover img {
	width:0px;
	height:0px;
/*	vertical-align:top;*/
	display:block;
}

.validation-inline-error-message {
	float:right;
	display:block;
	line-height:1.5em;
	color:#DE5362;
}

