@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

THE CLINIC Website CSS File

File Name		class.css
Note			汎用クラス定義用スタイルシート


Version			1.0

New Creation	07.11.13
Update			07.12.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;
}

.mi ,
.capitalize {
	text-transform:capitalize;
}

.hover a {
	display:block;
}

.hover a:hover {
	background:none;
}

.hover a:hover img {
	width:0px;
	height:0px;
	vertical-align:top;
}

.validation-inline-error-message {
	float:right;
	display:block;
/*	margin-top:0.5em;*/
	margin-top:3px;
	line-height:1.2em;
	color:#DE5362;
}

