@charset "UTF-8";

/* hack.css 
--------------------------------------------------------------------------
 ハックが必要な場合、このCSSに記述します。
--------------------------------------------------------------------------*/

/* Win版 IE5.x用に上書きするスタイル */
@media tty {i{content:"\";/*" "*/}} @import 'winie5x.css';
 /*";}}/* */

/* Hides from IE-mac \*/

/* End hide from IE-mac */


/* IE4〜6
--------------------------------------------------------------------------*/
* html .utility-nav li,
* html .fontsize li{
        display: inline;
        zoom: 1;
    }
* html #stock .crystal .short span{
	padding-left:130px;
}


/* IE 7用ハック
--------------------------------------------------------------------------*/

/* hasLayout問題を回避 */
*:first-child+html * {
	letter-spacing: 0;
}
*:first-child+html .utility-nav li,
*:first-child+html .fontsize li{
        display: inline;
        zoom: 1;
    }


/* IE 8用ハック
--------------------------------------------------------------------------*/


/* Safari・crome用ハック
--------------------------------------------------------------------------*/

body:nth-of-type(1) #stock .crystal .short span{
	padding-left:130px;
}