@charset "UTF-8"; 
	 
@import "reset.css"; 
  
/**
 * ========================================
 * 共通スタイル：印刷用CSS 
 * ========================================
	
目次 
 
 */ 
  
/**
 * ========================================
 * DISPLAY: NONE 
 * ========================================
 */
	 
.header, 
.content .branding,
.footer
{
	display: none;
}
 	
/**
 * 
 * ========================================
 */
	
/**
 * 
 * ----------------------------------------
 */
   
/**
 * ========================================
 * 
 * ========================================
 */
	 
/**=
 * clearfix 
 * ====================================
 */
	 
.Wrapper:after 
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
	 
.Wrapper 
{
	display:inline-block;
}
/* Hide from IE Mac \*/
 
.Wrapper 
{
	display:block;
}
/* End hide from IE Mac */
   
/**
 * 
 * ========================================
 */
	 
/**
 * 
 * ----------------------------------------
 */
   
/**
 * ========================================
 * 
 * ========================================
 */
	 
/**
 * 
 * ========================================
 */
	 
/**
 * 
 * ----------------------------------------
 */
   

