@charset "UTF-8";

/*products settings */

div#productpages .mgt-5 {
margin-top:5px !important;
}
div#productpages .mgt-10 {
margin-top:10px !important;
}
div#productpages .mgt-20 {
margin-top:20px !important;
}
div#productpages .mgt-30 {
margin-top:30px !important;
}

div#productpages .mgb-5 {
margin-bottom:5px !important;
}
div#productpages .mgb-20 {
margin-bottom:20px !important;
}

div#productpages .mgb-20 {
margin-bottom:20px !important;
}

div#productpages .mgl-20 {
margin-left:20px !important;
}
div#productpages .mgl-10 {
margin-left:10px !important;
}

div#productpages .mgr-20 {
margin-right:20px !important;
}
div#productpages .mgr-10 {
margin-right:10px !important;
}

/*
PRODUCTS INDEX NAV
---------------------------------------------------------------------------------------*/

#productsIndexNav ul{
	overflow: hidden;
	margin-right: -6px;
	}

#productsIndexNav li{
	float: left;
	margin:6px 6px 0 0;
	width: 284px;
	}

#productsIndexNav li img{
	vertical-align: bottom;
	}

#productsIndexNav li.first{
	margin: 0;
	width: 574px;
	}

#productsIndexNav li a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	}


/*
PRODUCTS CATEGORY INDEX
---------------------------------------------------------------------------------------*/

#productCategoryIndexHead{
	margin-bottom: 0;
	}
	
.productsCategory{
	position: relative;
	overflow: hidden;
	height: 1%;
	}

.productsCategory:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.productsCategory .subsection{
	margin: 10px 0 -32768px 0;
	padding: 18px 8px 32768px;
	border: 1px solid #cccccc;
	width: 264px;
	background: url(../images/products/products_categoryIndex_subsection_bg.gif) no-repeat;
	}
	

.productsCategory .subsection.left{
	float: left;
	}

.productsCategory .subsection.right{
	float: right;
	}

.productsCategory .subsectionHead{
	padding: 0 0 6px 0;
	}

.productsCategory .subsectionHead a:link,
.productsCategory .subsectionHead a:visited{
	color: #0d5c8d;
	text-decoration: none;
	}

.productsCategory .subsectionHead a:hover{
	color: #4092c5;
	text-decoration: underline;
	}

.productsCategory .subsection .photo{
	overflow: hidden;
	float: left;
	padding: 2px;
	width: 72px;
	background: url(../images/products/products_categoryIndex_img_bg.gif) no-repeat;
	}

.productsCategory .subsection .photo a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	}

.productsCategory .subsection img{
	width: 72px;
	height: 72px;
	}

.productsCategory .subsection .text{
	float: right;
	width: 178px;
	}
	
.productsCategory .subsection .photo,
.productsCategory .subsection .text{
	margin-bottom: 40px;
	}

.productsCategory .subsection .arrow{
	position: absolute;
	bottom: 0;
	padding:0 10px 8px 10px;
	border-bottom: 1px solid #cccccc;
	width: 262px;
	height: 25px;
	line-height: 25px;
	text-align: right;
	background: url(../images/products/products_categoryIndex_arrow_bg.gif) no-repeat 8px top;
	}

.productsCategory .subsection.left .arrow{	
	left: 0;
	}
	
.productsCategory .subsection.right .arrow{	
	right: 0;
	}

.productsCategory .subsection .arrow a{
	padding:0 10px 0 15px;
	background: url(../images/common/icon_blue_arrow.png) no-repeat 0 center;
	}
	

/*
PRODUCTS LIST INDEX
---------------------------------------------------------------------------------------*/

.productsList{
	}

.productsList .productsThirdCategory{
	overflow: hidden;
	background:url(../images/products/third-category-icon.gif) left 0.1em no-repeat;
	padding-left:18px;
	font-weight:bold;
	color:#0d5c8d;
	line-height:1.1;
	margin-bottom:-5px;
}

.productsList .subsection{
	position: relative;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom:10px;
	padding: 12px 8px 8px;
	border: 1px solid #cccccc;
	width: 556px;
	background: url(../images/products/products_listIndex_subsection_bg.gif) no-repeat;
	}

.productsList .subsection .subsectionHead{
	position: absolute;
	left: 138px;
	top: 12px;
	height: 31px;
	}

.productsList .subsection .subsectionHead2{
	position: absolute;
	left: 138px;
	top: 12px;
	height: 50px;
	}

.productsList .subsection .subsectionHead img,
.productsList .subsection .subsectionHead2 img{
	vertical-align: top;
	padding-top: 8px;
	}

.productsList .subsection .subsectionHead .new,
.productsList .subsection .subsectionHead2 .new{
	margin-left: 5px;
	}

.productsList .subsection .subsectionHead .new img,
.productsList .subsection .subsectionHead2 .new img{
	padding: 0;
	}

	
.productsList .subsection .photo{
	overflow: hidden;
	float: left;
	padding: 3px;
	width: 114px;
	background: url(../images/common/bg_gray_stripe.gif);
	}

.productsList .subsection .photo img{
	border: 1px solid #cccccc;
	width: 112px;
	}
	
.productsList .subsection .photo a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	}

.productsList .subsection .text{
	float: right;
	padding-top: 45px;
	width: 424px;
	}

.productsList #searchResultParts .subsection .text{
	padding-top: 0px;
	}

/* グレーのアイコン位置 右上ver. */
/* .productsList .subsection .text .iconList{
	position: absolute;
	left: 402px;
	top: 18px;
	width: 162px;
	text-align: right;
	} */

.productsList .subsection .text .releaseDate {
	margin-bottom: 5px;
	font-weight: bold;
	color: #F50000;
}

.productsList .subsection .text .iconList li{
	display: inline;
	margin-left: 2px;
	}

.productsList .subsection .arrow{
	margin-top: 10px;
	width: 424px;
	height: 25px;
	line-height: 25px;
	text-align: right;
	background: url(../images/products/products_listIndex_arrow_bg.gif) no-repeat right top;
	}

.productsList .subsection .arrow a{
	padding:0 10px 0 15px;
	background: url(../images/common/icon_blue_arrow.png) no-repeat 0 center;
	}

.productsList .subsection .text .ec {
	margin: 5px 0;
	zoom: 1;
}

.productsList .subsection .text .ec:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	}

.productsList .subsection .text .price {
	float: left;
	padding-top: 3px;
	padding-left: 12px;
	width: 298px;
	}

.productsList .subsection .text .eShop {
	float: right;
	width: 103px;
	}

.toggleVisible {
	margin-top: 10px;
	color: #ccc;
}

.toggleVisible span {
	cursor: pointer;
}

.toggleVisible span.active {
	color: #0d5c8d;
	text-decoration: underline;
}

.toggleVisible span.active:hover,
.toggleVisible span.active:active {
	color: #4092c5;
}

#discontinuedItems.hidden {
	display: none;
}

/*
SEARCH RESULT
---------------------------------------------------------------------------------------*/
#searchResultProducts .discon .subsectionHead,
#searchResultParts .subsectionHead {
	height: auto;
	font-size: 138.5%;
	font-weight: bold;
	}

#searchResultProducts .discon .subsectionHead {
	left: 115px;
}

#searchResultProducts .discon .photo {
	width: 91px;
	}

#searchResultProducts .discon .photo img {
	width: 90px;
	}

#searchResultProducts .subsection .text .price {
	padding-left: 0;
	}

#searchResultProducts .subsection .relatedLinks li {
	display: inline-block;
	margin-right: 10px;
	width: 190px;
	/display: inline;
	/zoom: 1;
	}

#searchResultProducts .subsection .relatedLinks li a {
	padding-left: 14px;
	background: url(../images/common/icon_blue_arrow.png) no-repeat 0 center;
}

#searchResultParts .subsection .photo {
	width: 79px;
}

#searchResultParts .subsection .photo img {
	width: 78px;
}

#searchResultParts .subsection .text {
	width: 457px;
}

#searchResultParts .subsection .text .subsectionHead {
	/*left: 106px;*/
	margin-bottom: 10px;
	position: static;
	padding-right: 125px;
	line-height: 1.231;
}

#searchResultParts .number {
	font-size: 108%;
	font-weight: bold;
}

#searchResultParts .price {
	float: none;
	padding-top: 0;
	padding-left: 0;
}

#searchResultParts .applicableProducts {
	margin-top: 10px;
}

#searchResultParts .applicableProducts .head {
	margin-bottom: 2px;
	font-weight: bold;
	color:#0074BC;
}

#searchResultParts .applicableProducts ul {
	background:#F1F1F1;
	padding:3px 5px 3px 5px;
}

#searchResultParts .applicableProducts li {
	display: inline-block;
	margin-right: 0.75em;
	font-size: 93%;
	/display: inline;
	/zoom: 1;
	}
#searchResultParts .applicableProducts li a{
padding-left: 14px;
background: url('../images/common/icon_blue_arrow.png') 0 center no-repeat;
}


/*
UTILITY NAV
---------------------------------------------------------------------------------------*/

#utilityNav{
	float: right;
	width: 180px;
	}

#utilityNav #productSearch{
	overflow: hidden;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	padding-bottom: 8px;
	background: url(../images/products/products_productSearch_bg.gif);
	}
	
#utilityNav #productSearch .search{
	padding: 3px;
	border: 1px solid #044b9d;
	width: 158px;
	height: 18px;
	line-height: 18px;
	font-size:12px;
	*margin: -1px 0;
	}

#utilityNav #productSearch .inner{
	position:relative;
	margin-top: 6px;
	padding: 0 6px;
	height: 1%;
	border: none;
	font-size: 1%;
	}

#utilityNav #productSearch .btn{
	float: left;
	padding-top: 6px;
	}

#utilityNav #productSearch #productSearchBtn{
	display: block;
	float: right;

	border: none;
	padding: 0;
	width: 60px;
	height: 22px;
	text-indent: -9999px;
	background: url(../images/products/products_productSearch_btn.gif) no-repeat;
	cursor: pointer;
	}

#utilityNav #productSearch #productSearchSelect.inner{
	overflow: hidden;
	padding: 0;
	margin: 6px;
	height: 1%;
	background: url(../images/products/products_productSearch_productSelect_bg.gif) #54a9df;
	}

#utilityNav #productSearch #productSearchSelect p{
	float: left;
	padding: 5px 0 6px 16px;
	width: 67px;
	line-height: 1%;
	}

#utilityNav #productSearch #productSearchSelect p input{
	display: block;
	float: left;
	margin:10px 5px 0 0;
	}

#utilityNav #supportSearch{
	overflow: hidden;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	padding-bottom: 8px;
	background: url(../images/products/products_supportSearch_bg.gif);
	}
	
#utilityNav #supportSearch .search{
	padding: 3px;
	border: 1px solid #044b9d;
	width: 158px;
	height: 18px;
	line-height: 18px;
	font-size:12px;
	*margin: -1px 0;
	}

#utilityNav #supportSearch .inner{
	position:relative;
	margin-top: 6px;
	padding: 0 6px;
	height: 1%;
	border: none;
	font-size: 1%;
	}

#utilityNav #supportSearch .btn{
	float: left;
	padding-top: 6px;
	}

#utilityNav #supportSearch #supportSearchBtn{
	display: block;
	float: right;
	border: none;
	padding: 0;
	width: 60px;
	height: 22px;
	text-indent: -9999px;
	background: url(../images/products/products_supportSearch_btn.gif) no-repeat;
	cursor: pointer;
	}

#utilityNav #supportSearch #supportSearchSelect.inner{
	overflow: hidden;
	padding: 0;
	margin: 6px;
	height: 1%;
	/* background: url(../images/products/side_supportSearch_productSelect_bg.gif) #54a9df; */
	}

#utilityNav #supportSearch #supportSearchSelect p{
	float: left;
	padding: 5px 0 6px 16px;
	width: 67px;
	}

#utilityNav #supportSearch #supportSearchSelect p input{
	display: block;
	float: left;
	margin:10px  5px 0 0;
	}

#utilityNav .bannerList{
	margin-bottom: 10px;
	}

#utilityNav .bannerList li{
	margin-bottom: 5px;
	/*background-color: #0074bc;*/
	}
	
#utilityNav .textLinkList{
	margin-bottom: 10px;
	}

#utilityNav .textLinkList li{
    background: url("../images/common/icon_blue_arrow.png") no-repeat scroll 3px 7px transparent;
    border: medium none;
    font-weight: normal;
    margin: 0;
    padding: 3px 3px 3px 17px;
    width: 150px;
	}
	
#utilityNav .textLinkList li a{
    color: #0D5C8D;
	}

#utilityNav .textLinkList li a:hover{
    color: #4092C5;
	}
	
#utilityNav .bannerList li img{
	vertical-align:bottom;
	}

#utilityNav .bannerList li a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
	}

#productTopics{
	}

#productTopics ul{
	overflow: hidden;
	padding-top: 5px;
	border-left: 1px solid #dddddd;
	width: 179px;
	background: url(../images/products/products_productTopics_bg.gif) no-repeat right 0;
	}	

#productTopics li{
	padding: 7px 6px 6px;
	background: url(../images/common/bg_gray_dot-line.gif) repeat-x;
	font-size:85%;
	}

#productTopics a{
	display: block;
	}

#productTopics h2{
	margin: 0;
	}

/*
PRODUCT DETAIL
---------------------------------------------------------------------------------------*/

#productCategoryHead{
	margin-bottom: 6px;
	}

#productDetailTop{
	margin-bottom: 20px;
	}

#productDetailTop .sectionHeader{
	margin-bottom: 11px;
	}

#productDetailTop .sectionHeader #productName img{
	vertical-align: top;
	padding-top: 12px;
	}

#productDetailTop .sectionHeader #productName .new img{
	margin-left: 10px;
	padding: 0;
	}

#productDetailTop .sectionContents{
	overflow: hidden;
	height: 1%;
	}

#productDetailTop .sectionContents .photoWrapper{
	float: left;
	width: 248px;
	}

#productDetailTop .sectionContents .photo{
	padding: 5px;
	width: 238px;
	background: url(../images/common/bg_gray_stripe.gif);
	}

#productDetailTop .sectionContents .photo img{
	border: 1px solid #cccccc;
	}

#productDetailTop .sectionContents .text{
	float: right;
	width: 312px;
	}

#productDetailTop .sectionContents .text .date{
	clear: both;
	padding-top: 15px;
	font-weight: bold;
	color: #f50000;
	}

#productDetailTop .sectionContents .text .textHeader{
	overflow: hidden;
	margin-bottom: 20px;
	height: 1%;
	}

#productDetailTop .sectionContents .availableIn {
	margin-top: 5px;
}

#productDetailTop .sectionContents .availableIn .head {
	font-weight: bold;
}

#productDetailTop .sectionContents .availableIn ul li {
	display: inline-block;
	/margin-right: 5px;
	/display: inline;
	/zoom: 1;
}

#productDetailTop .sectionContents .text .textHeader .price{
	float: left;
	margin-bottom: 6px;
	width: 200px;
	font-size: 85%;
	line-height: 19px;
	}

#productDetailTop .sectionContents .text .textHeader .price span{
	color:#666666;
	}

#productDetailTop .sectionContents .text .textHeader .btn{
	float: right;
	margin-bottom: 6px;
	width: 103px;
	font-size: 1%;
	}

#productDetailTop .sectionContents .text .textHeader .iconList{
	clear: both;
	}

#productDetailTop .sectionContents .text .textHeader .iconList li{
	float: left;
	margin-right: 6px;
	}

#productDetailTop .sectionContents .text .textBody{
	margin-bottom: 30px;
	}
	

#productDetailTop .sectionContents .text .textBody p{
	line-height: 1.6em;
	}

#productDetailTop .sectionContents .text .textFooter{
	overflow: hidden;
	margin-right: -5px;
	margin-bottom: 3px;
	height: 1%;
	}

#productDetailTop .sectionContents .text .textFooter .btn{
	float: left;
	margin-right: 5px;
	}


#productDetailFooter{
	}

#productDetailFooter #productNav{
	margin-bottom: 19px;
	padding-top: 15px;
	height: 36px;
	}

#productDetailFooter #productNav li{
	float: left;
	}

#productDetailFooter .sectionHeader{
	margin:0 5px 10px;
	}

#productDetailFooter .sectionContents{
	margin:0 5px;
	}

#productDetailFooter .sectionContents .subsection{
	margin-bottom: 25px;
	width: 564px;
	}

#productDetailFooter .sectionContents .subsection .subsectionHead{
	margin-bottom:10px;
	}

#productDetailFooter .sectionContents .subsection .headType2{
	margin-top:16px;
	}
	
#productDetailFooter .sectionContents .subsection p{
	margin-left: 3px;
	margin-right: 3px;
	}

#productDetailFooter .sectionContents .subsection .fig{
	margin: 10px 0;
	text-align: center;
	}

#productDetailFooter .sectionContents .subsection .unit{
	margin-bottom: 20px;
	}

#productDetailFooter .sectionContents .specWrapper .unit {
	margin-bottom: 5px;
}
#productDetailFooter .sectionContents .type {
	clear: both;
	line-height: 120%;
	margin: 0 0 6px 28px;
	padding: 0;
	font-weight:bold;
	border-bottom: 1px dotted #CCCCCC;
	width:500px;
	}

#productDetailFooter .headGraySquare{
	margin-top: 10px;
	margin-bottom:3px;
	font-weight: bold;
	font-size: 100%;
	background-position: 0 center;
	}

#productDetailFooter .arrow{
	padding-left: 14px;
	background: url(../images/common/icon_blue_arrow.png) no-repeat 0 3px;
	}

#productDetailFooter .photoLeftUnit .arrow{
	padding: 0;
	background: none;
	}

#productDetailFooter .photoLeftUnit .arrow a{
	padding-left: 14px;
	background: url(../images/common/icon_blue_arrow.png) no-repeat 0 center;
	}

#productDetailFooter span.arrow{
	margin-right: 10px;
	line-height: 1.8em;
	background-position: 0 center;
	}

#productDetailFooter a:link .new img{
	margin-left:4px;
	text-decoration:none;
	}

#productDetailFooter .banner{
	margin: 10px 0 5px;
	}

#productDetailFooter .photoLeftUnit,
#productDetailFooter .photoRightUnit{
	overflow: hidden;
	height: 1%;
	}

#productDetailFooter .photoLeftUnit .photo{
	float: left;
	margin-right:10px;
	}

#productDetailFooter .photoRightUnit .photo{
	float: right;
	margin-right:10px;
	}

#productDetailFooter .attention{
	padding-left: 45px;
	text-indent: -45px;
	color: #f50000;
	}

#productDetailFooter .attention img{
	margin-right: 5px;
	vertical-align: middle;
	}

#productDetailFooter .tipShape{
	margin-bottom: 5px;
	font-size: 108%;
	font-weight: bold;
	}
	
.koukankotesakiList{
	overflow: hidden;
	margin-top: 10px;
	padding: 15px 0 0 4px;
	height: 1%;
	background: url(../images/common/bg_gray_dot-line.gif) repeat-x 0 0;
	}

.koukankotesakiList .unit{
	float: left;
	margin-bottom: 20px;
	padding-left: 26px;
	width: 158px;
	}

.koukankotesakiList .unit .fig{
	float: none;
	margin: 0 !important;
	border: 1px #ccc solid;
	width: 132px;
	text-align: left !important;
	}

.koukankotesakiList .unit dt{
	margin-top: 5px;
	}

.koukankotesakiList .unit dd .note{
	display: block;
	font-size: 85%;
	line-height: 1.3em;
	color: #f50000;
	}
 
.discontinuedItemNotice {
	margin: 15px 0;
	padding: 10px;
	background: #f0f0f0;
}

.discontinuedItemNotice h2 {
	font-size: 116%;
	font-weight: bold;
}

.discontinuedItemNotice h3 {
	margin: 10px 0 5px;
	font-weight: bold;
}
.TableCenter {
	text-align: center;
}
.TdCenterTop {
	text-align: center;
	vertical-align: top;
}
.TdCenter {
	text-align: center;
}
.TdTop {
	vertical-align: top;
}
.productsPager {
	text-align: right;
}
.sideTopic {
	display: block;
	background: #FFFFCC;
	margin: 20px 0;
	padding: 10px;
}
.inlineImageProductsWrap {
	width: 100%;
	height: 100%;
	clear: both;
}
.inlineImageProducts {
	display: block;
	text-algin: center;
}
strong {
	font-weight: bold;
}
.answer {
	color: #F00;
}
.sideTopicCuttingTool {
	border: solid 2px #FFCCCC;
	padding: 5px;
	width: 480px;
	text-align: center;
}
.footNote {
	font-size: 10px;
	margin: 0 0 20px 0;
	padding: 0;
}
.inlineImageLeft {
	display: block;
	float: left;
	clear: none;
	margin-right: 10px;
	text-align: center;
}
.inlineImageRight {
	display: block;
	float: right;
	clear: none;
	margin-left: 10px;
	text-align: center;
}
.inlineImageRight div {
	display: inline;
}

.rohs dt {
	display: block;
	width: 30px;
	float: left;
	clear: left;
}
.rohs dd {
	display: block;
	margin-left: 30px;
}
.rohs ul.concentration li {
	margin-left: 30px;
}
    
/*
N2 BANNER
---------------------------------------------------------------------------------------*/
#productsIndexBnr{
	overflow: hidden;
	margin-bottom: 4px;
	width: 575px;
	height: 1%;
	}

#productsIndexBnr ul{
	overflow: hidden;
	margin-right: -11px;
	}

#productsIndexBnr li{
	float: left;	
	margin:0 11px 0 0;
	width: 461px;
	}

#productsIndexBnr li span,
#productsIndexBnr li a{
	display: block;
	}

#productsIndexBnr li a{
	width: 569px;
	padding: 2px;
	border: 1px solid #dddddd;
	min-height: 86px;
	text-decoration: none;
	color: #222222;
	background-repeat: no-repeat;
	background-position: 2px 2px;
	}

#productsIndexBnr li#message a{
	background-image:url(../images/products/products_index_n2system_banner_bg.jpg);
	}
	
	
#productsIndexBnr li a:hover{
	color: #4092c5;
	border-color: #208cd1;
	}

#productsIndexBnr li a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	}

#productsIndexBnr li .navName{
	padding: 9px 6px 6px;
	}

#productsIndexBnr li .text{
	padding: 0 100px 0 26px;
	text-decoration:underline;
	}

#productsIndexBnr li#outline .text{
	padding-right: 150px;
	}


#productsIndexBnr li img{
	vertical-align: bottom;
	}
	
	
/*
PRODUCTS VIDEOS
---------------------------------------------------------------------------------------*/
.ProVideos{
margin:10px 0 3px 0;
padding:0 0 10px 0;
width:564px;
background:url(/english/images/product_videos/bg_bottom_skin_product.gif) left bottom no-repeat;
}
.ProVideosInner{
clear:both;
overflow:hidden;
padding-left:14px;
width:550px;
}
.ProVideosInner{
background:url(/english/images/product_videos/bg_top_skin_product.gif) left top no-repeat;
padding-top:10px;
}
.ProVideos .movieBoxPro{
float:left;
width:550px;
margin:10px 0 0 0;
padding:0;
}
.ProVideos .movieBoxPro .videoImagePro{
display:block;
float:left;
background:url(/english/images/product_videos/player_img110.gif) left bottom repeat-x;
padding-bottom:10px;
margin:0 10px 0 0;
width:110px;
height:98px;
line-height:100%;
padding:0;
text-align:center;
}
.ProVideos .movieBoxPro .movieBoxProInner{
float:right;
width:395px;
margin-right:30px;
text-align:left;
}
.ProVideos .movieBoxPro p strong{
display:block;
background:url(/english/images/product_videos/border_dot.gif) left bottom repeat-x;
padding-bottom:3px;
margin-bottom:10px;
line-height: 1.3;
font-weight:bold;
}
.ProVideos .movieBoxPro p {
margin:0 0 5px 0;
line-height:140%;
padding:0;
height:74px;
}
.ProVideos .btnFlash, .ProVideos .btnMp3{
display: inline;
padding-right:5px;
width:160px;
height:23px;
}

.ProVideosLink{
clear:both;
text-align:right;
margin-bottom:20px;
width:564px;
}

.ProVideos .ProVideosLink span{
display: inline-block;
} 

div#productpages h3 {
    margin: 0 !important;
}

/* グレーのアイコン位置を左下に変更  2017.06
--------------------------------------------------------------*/
/* 製品一覧 */
.productsList .subsection {
	min-height: 128px;
}
.productsList .subsection .text .graySquare {
	min-height: 48px;
}
.productsList .subsection .text .iconList{
    position: absolute;
    left: 8px;
    bottom: 9px;
    width: 162px;
    text-align: left;
    }
@-moz-document url-prefix() {
	.productsList .subsection .text .iconList {
	    bottom: 3px;/* Fire Fox */
	}
}
@media all and (-ms-high-contrast: none) {
    .productsList .subsection .text .iconList{
	    bottom: 3px;/* IE11以上 */
    }
}
.productsList .subsection .text .iconList{
	bottom: 3px\9; /* IE10以下 */
}

/* 検索結果 */
.searchResult .subsection {
    padding: 12px 8px 20px;
    min-height: 140px;
}
.searchResult .subsection .text .iconList {
	top: 117px;
    width: 120px;
    height: 47px;
}
.searchResult .subsection .text .iconList li {
	display: inline-block;
	margin-bottom: 2px;
	line-height: 1;
	font-size: 0;
}
.searchResult .subsection.discon {
	min-height: 120px;
}
.searchResult .subsection.discon .text .iconList {
	top: 100px;
}

/* 製品検索結果のお知らせ文表示  2017.09
--------------------------------------------------------------*/
#searchResultProducts .caution li,
#searchResultParts .caution li {
    background-color: #fae6e6;
    padding: 5px 10px;
}
#searchResultProducts .caution li a,
#searchResultParts .caution li a {
	padding-left: 14px;
    background: url(../images/common/icon_blue_arrow.png) no-repeat 0 center;
}

/* テキストの取り消し線  2018.03
--------------------------------------------------------------*/
del { color: #f00; text-decoration:line-through;}
del span { color: #000; }

/* 製品画像横の赤枠  2019.02
--------------------------------------------------------------*/
 .soonDiscontinued{
	border: 1px solid rgb(255, 0, 0); 
	color:rgb(255,0,0);
	padding:5px;
	line-height:150%;
	margin-bottom:10px;
	width:91%;
	font-weight:bold;
	text-align:center;
 }