@charset "utf-8";

/* 
Base Font
*/
body {
font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
font-size: 12px;
line-height:1.4;
-webkit-text-size-adjust:none;
}
/* 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; */
}

span.backslash {
font-family:"Arial", "Helvetica", sans-serif;
}


/**
 * To help tables remember to inherit
 */
table {
	font-size: inherit;
	text-align: left;
}
/**
 * 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%;
}

h1,h2,h3,h4,h5,h6 {
font-weight:normal;
}
