@charset "shift-jis";
/*------------------------------------------------------------------------------
  - Adjustment
  URL: http://
  Copyright (c)  All Rights Reserved.
  Date: 2007-12-25
  copyright (c) metaphase co.,ltd All rights reserved.

------------------------------------------------------------------------------*/



/* ClearFix
----------------------------------------------------*/

/* modern browsers */

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

/* IE7 */

.clearfix {
 display:inline-block;
}

/* legacy IE */

* html .clearfix {
 height:1%;
}

.clearfix {
 display:block;
}

/* End of ClearFix */	



/*----------------------------------------------------
	”Ä—pclass
----------------------------------------------------*/

.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
 float: left;
 margin: 0 10px 10px 0;
}

.btn {
 text-align: center;
}