/* newproduct.css 2008.10.20 */
/* 製品ごとに使うスタイル */
/*============目次============
　最終更新日：2008/10/20
　1.
　2.

============================*/

/*===========================
■1. ClearFix
-----------------------------
フロート要素の高さをクリアする。
============================*/
.ClearFix:after
{  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}
.ClearFix
{  
	display: inline-block;  
	zoom: 100%;  
}
/*===========================
■2. 上書きスタイル
※LB製品共通の設定は、
　/utility/layout.css参照。
============================*/
/* 「h1」の背景画像を変更する場合 */



/*===========================
■3. 製品ごとに追加したクラス
============================*/
/* メインイメージ下のコンテンツ紹介 */
#ContentsMenu .EachBox {
	border: 1px solid #D9D9D9;
	margin: 0 0 8px 0;
	padding: 0;
}
#ContentsMenu .EachBox h2 {
	font-size: 75%;
	color: #000000;
	margin: 3px;
}
#ContentsMenu .EachBox h2 a {

}
#ContentsMenu .EachBox p {
	margin: 0 3px 3px;
}

/* インストール可能なOS一覧表 */
TABLE.oslist {
	width: 520px;
	border-collapse: collapse;
}

TABLE.oslist TH,
TABLE.oslist TD{
	border: 1px solid #CCCCCC;
	font-weight: normal;
	padding: 3px 5px;
}

TABLE.oslist TH{
	background: #EEEEEE;
}

/* 使用例 */

OL.example {
	list-style-type: none;
	list-style-position: outside;
	margin: 20px 0 0 0;
	padding: 0px;
	border-top: 2px dashed #CCCCCC;
}

OL.example LI{
	border-bottom: 2px dashed #CCCCCC;
	font-size: 90%;
	margin: 10px 0;
	padding-bottom: 10px;
}


/* シリーズ製品の紹介 */
DIV.info_series{
	border: 1px solid #CCCCCC;
	margin: 30px 0 0 0;
	padding: 5px 10px;
}

/* Windows ブートマネージャーとの違い */
DIV.dif_windows{
	border: 1px solid #CCCCCC;
	margin: 30px 0 0 0;
	padding: 5px 10px;
}

DIV.dif_windows H4{
	font-size: 90%;
	margin-bottom: 10px;
}

DIV.dif_windows ol strong{
	color: #333366;
}
