@charset "UTF-8";
/* CSS Document */
body {
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.heder-bottom-area:after {
  content:"";
  position:absolute;
  right:0; bottom:-30px;
  width: 100%; height:30px;
  
  -webkit-box-shadow: 0px -2px 3px rgba(0,0,0,0.1);
	-moz-box-shadow   : 0px -2px 3px rgba(0,0,0,0.1);
	box-shadow        : 0px -2px 3px rgba(0,0,0,0.1);
}
.heder-bottom-area:before {
  content:"";
  position:absolute;
  right:0; top:-30px;
  width: 100%; height:30px;
  z-index: +1;
  
  -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	-moz-box-shadow   : 0px 2px 3px rgba(0,0,0,0.2);
	box-shadow        : 0px 2px 3px rgba(0,0,0,0.2);
}
.heder-bottom-area {
  width: 100%;
  height:300px;
  padding-top: 10px;
  position: relative;

  background: #e0e0e0; /* Old browsers */
  background: -moz-linear-gradient(top,  #e9e9e9 0%, #fafafa 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #e9e9e9 0%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #e9e9e9 0%,#fafafa 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #e9e9e9 0%,#fafafa 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #e9e9e9 0%,#fafafa 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
}
.header-bottom-contents{
  width:950px; height:290px;
  margin-left: auto;
  margin-right: auto;
}
.header-bottom-main{
  width:729px; height:289px;
  float:left;
  position:relative;
  overflow:hidden;
}
.header-bottom-products{
  width:100%;
  height:287px;
  overflow:hidden;
  border: solid 1px #d8d8d8;
  position:relative;
  float:left;
}

/*カルーセル進む／戻るボタン*/
.carousel-next {
  position:absolute;
  top:134px;
  right:21px;
  
  cursor: pointer;
}
  
.carousel-prev {
  position:absolute;
  top:134px;
  left:21px;
  cursor: pointer;
}
.header-bottom-products-inner {
  margin:0;
}


/*new バッジ*/
.header-bottom-products-inner .new-product {
  position:relative;
}
.header-bottom-products-inner .new-product:before {
  content:"";
  position: absolute;
  top:4px;
  left:4px;
  width: 47px;
  height:47px;
  background:url(../img/new_products_badge.png) no-repeat;
}

/* プロダクトエリア*/
.header-bottom-products-inner .header-bottom-product{
  float:left;
  height: 290px;
  width: 243px;
  background:url(../img/pro_border.gif) right no-repeat;
}
.header-bottom-products-inner .header-bottom-product small{
  font-size: 12px;
  color: #777777;
}
.header-bottom-products-inner .header-bottom-product p{
  margin-top: 37px;
  font-size: 16px;
  line-height: 1.0em;
  text-align:center;
}
.header-bottom-products-inner .header-bottom-product img{
  margin-left: 31px;
  margin-top: 10px;
}
.header-bottom-products-inner .header-bottom-product .btnarea{
  display:block;
  width:202px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
.header-bottom-products-inner .header-bottom-product a{
  float:left;
  color:#666;
  font-size:12px;
  line-height:20px;
  text-decoration:none;
  display:block;
  margin:2px;
  text-align:center;
  width:95px;
  height:20px;
  border: solid 1px #CCCCCC;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
}
.header-bottom-products-inner .header-bottom-product a:hover{
  background:#DDD;  
}


/*プロダクトエリア単体表示用*/
.header-bottom-products-inner .singleDisp{
  background-image: inherit;
  width: 290px;
  height: 290px;
  cursor: pointer;
}
.header-bottom-products-inner .singleDisp p{
  font-size: 25px;
  line-height: 1.0em;
}
.header-bottom-products-inner .singleDisp small{
  font-size: 14px;
}
.header-bottom-products-inner .singleDisp img{
  margin-left:54px;
}
.header-bottom-products-inner .singleDisp a{
  display: none;
}




/*/
/メイン右側リンク
/
/*/
.header-bottom-links {
  width: 435px;
  height: 289px;
  float: right;
  padding-top:1px;
}
.header-bottom-links .link_btn {
  width:215px;
  height:141px;
  float:left;
  cursor: pointer;
  position: relative;
}
.header-bottom-links .selector-btn{
  background-color:#8076ca;
  margin-bottom:5px;
}
.selector-btn .after-element{
  background: #000;
  width: 729px;
  height: 289px;
}

.header-bottom-links .search-btn{
  background-color:#de5276;
  margin-bottom:5px;
  margin-left:4px;
}
.header-bottom-links .rohs-btn{
  background-color:#68bf59;
}
.header-bottom-links .inductor-btn{
  background-color:#0580c2;
  margin-left:4px;
}
.after-element {
  width:729px;
  height:289px;
  display:none;
  top:0;
  left:0;
  position:absolute;
}

/*展開後のSelector(絞り込みソート)*/
.af-selector {
  background:url(../img/link_after_01.png) no-repeat top left;
}
.af-selector ul{
  margin-top: 74px;
  margin-left: 358px;
  padding-left: 7px;
  width: 335px;
  
  list-style: none;
}
.af-selector li{
  width: 157px;
  height: 40px;
  
  margin-bottom: 8px;
  margin-right: 7px;
  
  border: #FFF 1px solid;
  border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
  
  float: left;
  display:inline;
}
.af-selector li a{
  width: 100%;
  height: 100%;
  display:block;
  color:#FFF;
  text-decoration: none;
  font-size: 12px;
  line-height: 40px;
  text-indent:20px;
  padding-left: 14px;
   
  background-image:url(../img/af-serch-li_icon.png);
  background-position: 14px 14px;
  background-repeat: no-repeat;
}
.af-selector li:hover{
  background-color: #CCF;
}

/*展開後のSerch*/
.af-serch {
   background:url(../img/link_after_02.png) no-repeat left top;
}
/*
.af-serch ul{
  list-style: none;
  margin-top: 45px;
  margin-left: 344px;
  padding-left: 8px;
  width: 359px;
}
.af-serch li{
  float: left;
  display:inline;
  
  margin-right: 8px;
  margin-bottom: 9px;
}
*/

.af-serch ul{
  margin-top: 74px;
  margin-left: 358px;
  padding-left: 7px;
  width: 335px;
  
  list-style: none;
}
.af-serch li{
  width: 157px;
  height: 40px;
  
  margin-bottom: 8px;
  margin-right: 7px;
  
  border: #FFF 1px solid;
  border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
  
  float: left;
  display:inline;
}
.af-serch li a{
  width: 100%;
  height: 100%;
  display:block;
  color:#FFF;
  text-decoration: none;
  font-size: 12px;
  line-height: 40px;
  text-indent: 0px;
  padding-left: 14px;
   
/*  background-image:url(../img/af-serch-li_icon.png);*/
  background-position: 14px 14px;
  background-repeat: no-repeat;
}
.af-serch li:hover{
  background-color: #CCF;
}



/*展開後のROHS*/
.af-rohs {
  background:url(../img/link_after_03.png) no-repeat top left;
}
.af-rohs ul{
  margin-top: 74px;
  margin-left: 358px;
  padding-left: 7px;
  width: 335px;
  
  list-style: none;
}
.af-rohs li{
  width: 157px;
  height: 40px;
  
  margin-bottom: 8px;
  margin-right: 7px;
  
  border: #FFF 1px solid;
  border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
  
  float: left;
  display:inline;
}
.af-rohs li a{
  width: 100%;
  height: 100%;
  display:block;
  color:#FFF;
  text-decoration: none;
  font-size: 12px;
  line-height: 40px;
  text-indent: 0px;
  padding-left: 14px;
   
/*  background-image:url(../img/af-serch-li_icon.png);*/
  background-position: 14px 14px;
  background-repeat: no-repeat;
}
.af-rohs li:hover{
  background-color: #8E9;
}

/*展開後のinductor*/
.af-inductor {
  background:url(../img/link_after_04.png) no-repeat top left;
}
.af-inductor ul{
  margin-top: 208px;
  margin-left: 471px;
  padding-left: 7px;
  width: 335px;
  
  list-style: none;
}
.af-inductor li{
  width: 147px;
  height: 36px;
  
  margin-bottom: 8px;
  margin-right: 7px;
  
  border: #FFF 1px solid;
  border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
  
  float: left;
  display:inline;
}
.af-inductor li a{
  width: 100%;
  height: 100%;
  display:block;
  color:#FFF;
  text-decoration: none;
  font-size: 14px;
  line-height: 40px;
  text-indent:20px;
  padding-left: 14px;
  text-indent: 30px;
   
  background-image:url(../img/af-serch-li_icon.png);
  background-position: 15px 13px;
  background-repeat: no-repeat;
}
.af-inductor li:hover{
  background-color: #8DF;
}





/*サブコンテンツ(TOPIXエリア)*/
.header-bottom-sub{
  float:right;
  width:199px;
  height:288px;
  background:#000;
}