@charset "UTF-8";

/* CSS Hack */

/*
	1 : Opera 9
	2 : Win IE 7のみ
	3 : Win IE 6 以下 & Mac IE
	4 : Win IE 6 以下
	5 : Mac IE のみ
 */


/* 1 : Opera 9 -------------------------------------------------------- */
;;body {

}


/* 2 : Win IE 7のみ --------------------------------------------------- */
*:first-child+html .asset-body blockquote,
*:first-child+html .asset-more blockquote {
	margin-top: 0px;
	padding-top: 8px;
}


/* 3 : Win IE 6 以下 & Mac IE ----------------------------------------- */
* html selector {

}


/* 4 : Win IE 6 以下 -------------------------------------------------- */
/*\*/
* html .asset-body blockquote,
* html .asset-more blockquote {
	margin-top: 0px;
	padding-top: 8px;
}
/**/


/* 5 : Mac IE のみ ---------------------------------------------------- */
/*\*//*/
selector {

}
/**/
