/*--------------------------------------------------------------------------------
[product_index.css]
■製品情報index
プロダクトメインリスト ブラインド スタイルシート
--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
 プロダクトメインリスト 製品情報トップ
--------------------------------------------------------------------------------*/
div#main h2.plist {
	position:relative;
	background:url(../product/_img/plist/plist_sp_bar.gif) 0 bottom no-repeat;
	width:570px;
	margin-top:44px;
}
div#main h2#plist_a_h2{
	position:relative;
	padding:0;
	margin-top:0;
	width:570px;
}
div#main h2#plist_a_h2 a,
div#main h2.plist a{
	display:block;
	padding:5px 0 0 10px;
	height:26px;
	font-size:50%;
	overflow:hidden;
	width:200px;
	text-decoration:none;
}
div#main h2#plist_a_h2 a img,
div#main h2.plist a img {
	position:absolute;
	top:5px;
	left:10px;
}
/* すべて表示 */
div#main h2#plist_a_h2 span.allShow,
div#main h2.plist span.allShow{
	position:absolute;
	top:5px;
	right:10px;
	text-align:right;
	color:#999;
}
div#main h2#plist_a_h2 span.allShow a,
div#main h2.plist span.allShow a{
	height:auto;
	width:7em;
	
	font-size:91%;
	color:#999;
}
div#main h2#plist_a_h2 span.allShow a:hover,
div#main h2.plist span.allShow a:hover{
	font-size:91%;
	color:#666;
}


/*--------------------------------------
 plblind clearfix h2後のボックス
--------------------------------------*/
div#main div.plblind:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/* WinIE7 only */
*:first-child+html div#main div.plblind{
  height:1%;
}

/* WinIE6 and below */
/*\*/
* html div#main div.plblind{
  height:1%;
}
/**/

/* MacIE only */
/*\*//*/
div#main div.plblind{
  display:inline-table;
}
/**/

div#main div.plblind {
	background:url(../product/_img/plist/plist_sp_bar.gif) 0 bottom no-repeat;
	padding:0 10px 0 0;
	height:39px!important;
	width:560px;
	cursor:pointer;
	clear:both;
}
div#main div.plblind:hover {
	background:url(../product/_img/plist/plist_sp_bar.gif) 0 bottom no-repeat #f1f3f9;
	padding:0 10px 0 0;
	height:39px!important;
	width:560px;
}
/*--------------------------------------
  / plblind clearfix end
--------------------------------------*/

/*h3タグ前のアイコン*/
.plist_icon {
	float:left;
	display:block;
	margin:4px 7px 0 10px;
}
div#main div.plblind h3{
	float:left;
	margin:12px 0 0 0;
}
/**/
span.lineup{
	background:url(../product/_img/plist/plist_plus.gif) right 12px no-repeat;
	float:right;
	padding:12px 15px 0 0;
	font-size:0.9em;
	color:#006bad;
}
/**/
ul.plist_dtl{
	background:url(../product/_img/plist/plist_sp_bar.gif) 0 bottom no-repeat;
	font-size:1.1em;
	clear:both;
	display:block;
	width:521px;
	padding:0 0 0 49px;
}
ul.plist_dtl li{
	display:block;
	background:url(../product/_img/plist/plist_icon.gif) 0 0.35em no-repeat;
	padding-left:13px;
}
/* aタグ色設定*/
ul.plist_dtl li a:link{
	color:#006bad;
}
ul.plist_dtl li a:hover{
	text-decoration:underline;
}
ul.plist_dtl li a:visited{
	color:#936;
}

ul.plist_dtl li.pad8top{
	padding-top:8px;
	background:url(../product/_img/plist/plist_icon.gif) 0 0.9em no-repeat;
}
ul.plist_dtl li.pad8mid{
}
ul.plist_dtl li.pad8btm{
	padding-bottom:8px;
}
ul.plist_dtl li.pad8topbtm{
	padding-top:8px;
	padding-bottom:8px;
	background:url(../product/_img/plist/plist_icon.gif) 0 0.9em no-repeat;
}

/*--------------------------------------------------------------------------------
 /プロダクトメインリスト new end
--------------------------------------------------------------------------------*/
