/* シリーズごとに使うスタイル */
/*============目次==============
　1. clear
　2. 上書き項目
　3. シリーズラインナップ
　4.ノウハウ集
　5.シリーズ比較
　6.製品へのリンク（ページ下部）
  7. シリーズトップのSNS
==============================*/

/*===========================
■1. ClearFix
-----------------------------
フロート要素の高さをクリアする。
============================*/
.ClearFix:after,
.LineupTop:after,
.LineupBottom:after,
.bannerlink dd:after
{  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}
.ClearFix,
.LineupTop,
.LineupBottom,
.bannerlink dd
{  
	display: inline-block;  
	zoom: 100%;  
}

/* 文中のクリア */
BR.cl {
 font-size: 1px;
 line-height: 1px;
 clear: both;
}

/*===========================
■2. 上書き項目
============================*/

DIV#MainArea960 .Contents h1.TitleBlank {
	background: url(/common/img/title/title_blank_blue960.gif) no-repeat;
}

/* 製品ロゴを囲む要素 下線が勝手に入って、横に伸びるバージョン */
.Contents .SeriesLogoBlock {
	margin: 0;
	padding: 10px 0;
	display: block;
}

/*===========================
■3. シリーズラインナップ
============================*/

/* シリーズラインナップ */
#seriesmain #serieslineup {
	width: 558px;
	margin: 0 0 25px;
	padding: 0 1px 5px;
	float: left;
	background: url(img/seriestop/bg_serieslineup_g.jpg) no-repeat left bottom;
}

#seriesmain #serieslineup .LineupTop {
	margin: 0 auto;
	padding: 0 1px 0;
	background: none;
	border-bottom: none;
}

.LineupTop .ProductList {
	padding: 10px 15px 10px 15px;
}
.ProductList h2 {
	text-align: left;
	margin: 0 0 7px;
	font-size: 75%;
	color: #000000;
	line-height: 120%;
}

.ProductList#mifes8 h2 {
	font-size: 90%;
}

.ProductList h2 IMG{
	margin-top: 2px;
}


.ProductList p {
	margin: 0.7em 0 0 0; 
}
.ProductList p.GoDetail a {
	display: block;
	float: right;
	text-indent: -9999px;
	background: url(img/seriestop/btn_go_detail.gif) no-repeat left top;
	width: 108px;
	height: 20px;
	overflow: hidden;
}

.ProductList .PacImage {
	float: left;
	width: auto;
	padding: 0 10px 0 0;
	margin: 0;
}

.ProductList#mifes8 .PacImage{
	float: left;
	width: 110px;
	padding: 0;
	margin: 0;
}

.ProductList .PacImage img {
	margin: 0;
}

.ProductList .PacInfo {
	float: right;
	width: auto;
	padding: 0;
	margin: 0;
}

.ProductList#mifes8 .PacInfo {
	float: right;
	width: 400px;
	padding: 0 0 0 15px;
	margin: 0;
}


.ProductList .hr {
	height: 1px;
	width: auto;
	margin: 10px 5px;
	border-top: 1px solid #ccc;

}


/* 製品ごとの枠組み */
/*.LineupTop .ProductList#home { */
.ProductList#lm {
	width: 230px;
	float: left;
	background: url(img/seriestop/line_linetop.gif) repeat-y right top;　/* 右に線引く*/
}

/*.LineupTop .ProductList#pro {  */
.ProductList#pro {
	width: 265px;
	float: left;
}


/* サブ ラインナップ */
#seriesmain #serieslineup .LineupBottom {
	clear: both;
	padding: 10px 10px 0;
	width: 558px;
}
.LineupBottom h3 {
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
	font-size: 75%;
	line-height: 120%;
}

.LineupBottom .ProductList {
	padding: 5px 10px 0;
	width: 295px;
	float: left;
}

.LineupBottom .ProductList h4 {
	text-align: left;
	margin: 5px 0 3px;
	font-size: 87.5%;
	color: #000000;
	line-height: 120%;
}
.LineupBottom .ProductList p {
	margin: 0 0 0.7em 0; 
}
.LineupBottom .ProductList p.GoDetail a {
	display: block;
	float: right;
	text-indent: -9999px;
	background: url(img/seriestop/btn_go_detail.gif) no-repeat left top;
	width: 108px;
	height: 20px;
}
.LineupBottom .ProductList .PacImage {
	float: left;
	width: auto;
	padding: 0 10px 0 0;
	margin: 0;
}
.LineupBottom .ProductList .PacImage img {
	margin: 0;
}

#articlebox {
	padding-top: 10px;
}

/* サブメニュー */
#submenu dl.textlink li P{
	color: #333333;
	font-size: 100%;
/*	font-size: 90%;*/
	margin: 0 5px 0 15px;
	line-height: 120%;
}


/*===========================
■4. レイアウトノウハウ集
============================*/

/* 目次エリア */
DIV#knowhow1 DIV.contlist{
	width: 570px;
	margin-bottom: 20px;
}

DIV#knowhow1 DIV.contlist P{
	line-height:140%;
	margin-bottom: 3px;
}

DIV#knowhow1 DIV.contlist .cont_l{
	width: 275px;
	float: left;
	margin-bottom: 20px;
}

DIV#knowhow1 DIV.contlist .cont_r{
	width: 275px;
	float: right;
	margin-bottom: 20px;
}

DIV#knowhow1 DIV.contlist H3{
	font-size: 100%;
	margin: 5px 0;
	font-weight: bold;
}

DIV#knowhow1 DIV.contlist H3 IMG{
	margin-right: 5px;
}

DIV#knowhow1 DIV.contlist P{
	padding: 5px 10px;
	background-color: #F3E9FE;
}

DIV#knowhow1 DIV.contlist IMG.sample{
	margin: 5px 0 10px 0;
	background-color: #F3E9FE;
	display: block;
}

DIV#knowhow1 UL.arealist{
	width: 570px;
	margin: 0 0 0 10px;
	padding: 0;
}

DIV#knowhow1 UL.arealist LI{
	list-style-type: none;
	width: 180px;
	margin: 0 5px 5px 0;
	padding: 0;
	border: 1px solid #CCCCCC;
	float: left;
	display: block;
}

DIV#knowhow1 UL.arealist LI IMG{
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/*===========================
■5. シリーズ比較
============================*/

/* -----PRO3独自の機能----- */
#hikaku DIV#pro3 H3{
	border-top: 1px solid #333366;
	margin-top: 5px;
	padding-top: 10px;
}

#hikaku DIV#pro3 P.last{
	border-bottom: 1px solid #333366;
	padding-bottom: 5px;
}

/* -----比較表----- */

TABLE.compare {
/*	width: 570px;*/
	width: 770px;
	border-collapse: collapse;
}

TABLE.compare TH{
/* 	border: 1px solid #999999;*/
	border-top: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 5px 10px;
	font-size: 75%;
	line-height: 140%;
}

TABLE.compare TD{
	border-top: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	font-weight: normal;
	padding: 5px;
	font-size: 75%;
	line-height: 140%;
	text-align: center;
}

/* 機能の補足説明 */
TABLE.compare TH DIV{
	color: #666666;
	line-height: 120%;
	font-size: 90%;
	font-weight: normal;
	margin-left: 5px;
}

/* 一番上の項目名 */
TABLE.compare TH.title,
TABLE.compare TH.product{
	background-color:#333366;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px;
	text-align:center;
	font-size: 80%;
}

TABLE.compare TH.title{
	width: 250px;
	border-top: 1px solid #999999;
}

TABLE.compare TH.product{
	width: 160px;
	border-top: 1px solid #999999;
}

TABLE.compare TH.product{
	width: 160px;
	border-top: 1px solid #999999;
}

TABLE.compare TH.product A{
	color: #FFFFFF;
}

/* 項目グループ subtitle */
TABLE.compare TH.subtitle{
	background-color: #EEEEEE;
/*	background-color: #D5D6DF; */
	color: #333366;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	font-size: 80%;
}

TABLE.compare TD.pro{
	background-color: #D2DEFF;
}

TABLE.compare TD.lm{
	background-color: #D2D2FF;
}


/* 最終行のラインは実線　classの値にlastを入れる */
TABLE.compare TH.last,
TABLE.compare TD.last{
	border-bottom: 1px solid #999999;
}

/*===============================
■6. 製品へのリンク（ページ下部）
================================*/

DIV.footlink_pd {
	width: 570px;
}

DIV.footlink_pd .area_l{
	width: 100%;
	border: 1px solid #CCCCCC;
	float: left;
	padding:3%;
}
DIV.footlink_pd .area_l .pkg{
	margin:1%;
}

DIV.footlink_pd .area_r{
	width: 275px;
	border: 1px solid #CCCCCC;
	float: right;
}

DIV.footlink_pd P{
	margin: 0 5px 5px 5px;
}

DIV.footlink_pd IMG.logo{
	margin: 5px;
}

/*===========================
■7. シリーズトップのSNS
-----------------------------
SNS枠の設定
============================*/
.boxwrapper.FB {
	width:176px;
	margin:0 0 10px 0;
	border:2px solid #5B79C8;
	background:#FFF9CC;
}
.boxwrapper.TW {
	width:176px;
	margin:0 0 10px 0;
	border:2px solid #00ACEE;
	background:#FFF9CC;
}
.boxwrapper .inner {
	width:172px;
	margin: 4px;
}
.boxwrapper .inner .twbox {
	width:160px;
	margin:0 5px 5px 5px;
	padding-bottom:10px;
	background:#fff;
}
.boxwrapper .inner .twbox .boxL {
	float:left;
	width:55px;
}
.boxwrapper .inner .twbox .boxL img {
	margin:10px 0 0 10px;
}
.boxwrapper .inner .twbox .boxR {
	float:left;
	width:105px;
}
.boxwrapper .inner .twbox .boxR p {
	margin:4px;
}

.boxwrapper .inner p.txt {
	margin-left:5px;

}
