@charset "shift_jis";

/*==================================================
  allclear
  clearfix
  category-jquery（2011.04：カテゴリを1ファイルに統一）
  category-iframe（2011.04：カテゴリを1ファイルに統一）
  outline（2011.05：Flash周囲の点線を表示しない）
==================================================*/


.clear{
    clear: both;
}
*{
    zoom=1;
}

/*--------------------------------------------------
  clearfix
--------------------------------------------------*/

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.clearfix {
    display: inline-table;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */



/*--------------------------------------------------
  category-jquery
--------------------------------------------------*/
#category-jquery {
	width:215px;
	margin:0;
	padding:0;
}


/*--------------------------------------------------
  category-iframe
--------------------------------------------------*/
#category-iframe {
	width:215px;
	height:840px;
	overflow:hidden !important;
	overflow-x:hidden !important;
  	overflow-y:hidden !important;
}

/*--------------------------------------------------
  outline
--------------------------------------------------*/
object, embed {
	outline:none;
}
