/*カテゴリで使うCSS*/

/*新着情報用*/

.whatnew{font-size:12px;
		line-height:120%;
		color:#333333;}

.news_date{
	font-size:10px;
	color:#1262AD;
	font-weight:bold;
}
/*サポートトップ　リンク様*/

A.Mlink:link{
	font-size:12px;
	color:#333333;
	text-decoration:none;
	line-height:140%;
}
A.Mlink:visited{
	font-size:12px;
	color:#333333;
	text-decoration:none;
	line-height:140%;
}
A.Mlink:hover{
		font-size:12px;
		color:#ff6600;
		text-decoration:underline;
		line-height:140%;
}
A.Mlink:active{
	font-size:12px;
	color:#ff6600;
	text-decoration:underline;
	line-height:140%;
}

/*サポートトップ　タイトル用Ｍ*/
.sup_Mtitle{font-size:12px;
    font-weight:bold;
		line-height:120%;
	}


/*サポートトップ　タイトル用Ｌ*/
.sup_Ltitle{font-size:14px;
    font-weight:bold;
	}

/*サポートトップ　一覧用Ｍ*/
.sup_Mlist{font-size:12px;
    font-weight:bold;
		line-height:120%;
		color:#333333;}

/*サポートトップ　一覧用　事業部門名*/
.sup_Secname{font-size:10px;
		line-height:120%;
		color:#157dc3;}


/*サポートトップ　サポートリード文*/
.sup_Mlead{font-size:12px;
    font-weight:bold;
		line-height:120%;
		color:#336666;}


/*サポートトップ　リンクテキスト*/
.sup_Mlinktext{font-size:12px;
		line-height:120%;
		color:#333333;}


/*サポート共通　キャッチコピー*/
.sup_catch{font-size:18px;
    font-weight:bold;
		line-height:120%;}


/*サポート共通　見出し文（サブタイトル）Ｌ*/
.sup_Lsubt{font-size:18px;
    font-weight:bold;
		line-height:120%;}


/*サポート共通　見出し文（サブタイトル）Ｍ*/
.sup_Msubt{font-size:12px;
    font-weight:bold;
		line-height:120%;}


/*サポート共通　青見出し（サブタイトル）Ｍ*/
.sup_C2Msubt{font-size:12px;
    font-weight:bold;
		line-height:120%;
		color:#157dc3;}



/*サポート共通　テキストL*/
.sup_Ltext{font-size:14px;
		line-height:140%;
		color:#333333;}


/*サポート共通　テキストM*/
.sup_Mtext{font-size:12px;
		line-height:130%;
		color:#333333;}


/*サポート共通　テキストS*/
.sup_Stext{font-size:10px;
		line-height:140%;
		color:#333333;}
		
		
/*サポート共通　テキストS 字間0.1m*/
.sup_LStext{font-size:10px;
		   letter-spacing: 0.1em;
		   color:#333333;}


/*その他使用可能色*/
/*※上記指定内で当てはまらない場合は適宜使用*/

/*オリンパスカラー*/
.sup_C1{color:#08107B;}

/*明るい水色*/
/*主に見出し用など強調させたい場合に使用*/
.sup_C2{color:#157dc3;}

/*青：オリンパスカラーより若干薄め*/
.sup_C3{color:#343B8F;}

/*グレイ：本文よりも薄い灰色**/
.sup_C6{color:#666666;}

/*オレンジ*/
/*主に見出し用など強調させたい場合に使用（sup_C2が優先）*/
.sup_C7{color:#cc6600;}


/*赤*/
/*必須項目印で使用*/
.sup_C8{color:#cb0101;}

/*白*/
.sup_CW{color:#ffffff;}


/*黒*/
.sup_CB{color:#000000;}


