@charset "utf-8";

/*===================================================
 Font CSS
=================================================== */
/* 
Base Font Stylesheet For www.rehouse.co.jp
*/
body {
font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
font-size: 12px;
line-height:1.4;
}
/* for IE6 */
* html body {
font-family:'ＭＳ Ｐゴシック', sans-serif;
font-size: 75%;/* 12px; */
}
/* for IE7 */
*:first-child+html body {
font-size: 75%;/* 12px; */
}
/* for IE8 */
html>/**/body {  
font-size /*\**/: 75%\9;/* 12px; */
}

/**
 * To help tables remember to inherit
 */
table {
font-size:inherit;
font:100%;
}
/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,code,kbd,samp,tt {
font-family:monospace;
*font-size:108%;
line-height:100%;
}