@charset "UTF-8";

.serif{font-family:"FOT-筑紫明朝 Pro R", "MS PMincho","ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;}

/*文字に関するスタイル*/

.text_12to10{
font-size:82.7%;/*12pxを10pxに*/
}
.text_12to14{
font-size:116.13%;/*12pxを14pxに*/
}
.text_12to15{
font-size:125%;/*12pxを15pxに*/
}
.text_12to18{
font-size:150%;/*12pxを16pxに*/
}

/* .text09 { font-size:69%;} */
.text10 { font-size:77%;}/*最小サイズ*/
.text11 { font-size:85%;}/*使用禁止 */
.text12 { font-size:93%;}
.text13 { font-size:100%;}/* 使用禁止 */
.text14 { font-size:108%;}
.text15 { font-size:116%;}
.text16 { font-size:123.1%;}
.text17 { font-size:131%;}
.text18 { font-size:138.5%;}
.text19 { font-size:146.5%;}
.text20 { font-size:153.9%;}
.text21 { font-size:161.6%;}
.text22 { font-size:167%;}
.text23 { font-size:174%;}
.text24 { font-size:182%;}
.text25 { font-size:189%;}
.text26 { font-size:197%;}

.text_height110{ line-height:110%;}
.text_height120{ line-height:120%;}
.text_height130{ line-height:130%;}
.text_height140{ line-height:140%;}
.text_height150{ line-height:150%;}
.text_height160{ line-height:160%;}
.text_height170{ line-height:170%;}
.text_height180{ line-height:180%;}
.text_height190{ line-height:190%;}
.text_height200{ line-height:200%;}

.text_color_000000{ color:#000000;}
.text_color_111111{ color:#111111;}
.text_color_222222{ color:#222222;}
.text_color_333333{ color:#333333;}
.text_color_444444{ color:#444444;}
.text_color_555555{ color:#555555;}
.text_color_666666{ color:#666666;}
.text_color_777777{ color:#777777;}
.text_color_888888{ color:#888888;}
.text_color_999999{ color:#999999;}
.text_color_aaaaaa{ color:#aaaaaa;}
.text_color_bbbbbb{ color:#bbbbbb;}
.text_color_cccccc{ color:#cccccc;}
.text_color_dddddd{ color:#dddddd;}
.text_color_eeeeee{ color:#eeeeee;}
.text_color_ffffff{ color:#ffffff;}


/*リンクに関するスタイル*/
a:link {
color:#4D4D4D;
text-decoration:underline;}

a:visited {
color:#666666;
text-decoration:underline;}

a:hover {
color:#999999;
text-decoration:none;}

a:active {
color:#aaaaaa;
text-decoration:none;}

.purple {
	color:#9933ff;
}


/*Projects*/

/*Projects*/

/*Company*/

/*Publications*/

/*News*/

#news_cont {
	color:#ffffff;
}
#news_cont  a:link {
color:#ffffff;
text-decoration:underline;
}
#news_cont  a:visited {
color:#ffffff;
text-decoration:underline;
}
#news_cont  a:hover {
color:#999999;
text-decoration:none;
}
#news_cont  a:active {
color:#ffffff;
text-decoration:none;
}

/* 中国語ならばオーバーライド */
.cn * {font-family: "方正黑体_GBK", sans-serif;}
.cn .serif{font-family: "方正书宋_GBK", serif;}

.cn .detail_title,
.cn .company_title,
.cn .public_category,
.cn .office_name {
    font-family: "方正书宋_GBK", serif !important;
}

/* Windows Chrome でうまくレンダリングできない時は日本語フォントへ */
.cn-font-fix, .cn-font-fix * {
    font-family: "FOT-筑紫ゴシック Pro R" !important;
}
