/* --------------------------------------------------------------------
	基板対ケーブルコネクタカテゴリー書式
--------------------------------------------------------------------- */

#c1030{
    display:flex;
    width: 720px;
    flex-wrap: wrap;
    justify-content: space-between;
}
#c1030 .label{
    width: 715px;
    background: rgb(233, 231, 127);
    height: 24px;
    font-size: 15px;
    line-height: 24px;
    padding-left: 5px;
    margin-top: 5px;
    /* border-left: 1px solid #c0c0c0;
    border-right: 2px solid #404040; */
}
#c1030 .series{
    width: 235px;
    height: 81px;
    border-right: 2px solid #404040;
    border-top: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    border-bottom: 2px solid hsl(0, 0%, 25%);
    margin: 5px 0 2px 0;
    padding: 0;
}
#c1030 .series:hover{
    opacity: 0.5;
    transition: 0.4s;    
}
#c1030 .series .upper{
    display: flex;
    justify-content: space-between;
}
#c1030 .series .lower{
    height: 65px;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
#c1030 .series h1{
    font-size: 17px;
    font-weight: bolder;
    line-height: 17px;
    font-family:Arial, Helvetica, sans-serif;
    color: rgb(202, 99, 15);
    margin: 2px 0 5px 6px
}
#c1030 .series .lower img{
    vertical-align: bottom;
}
#c1030 .relay{
    width: 38px;
    height: 11px;
    font-weight: bold;
    color: #040404;
    font-size: 8px;
    border: 1px solid rgb(90, 141, 9);
    border-radius: 8px;
    line-height: 13px;
    text-align: center;
    margin: 3px 2px 0 0;
}
#1030 .guidance{
    margin: 4px 0 2px 6px;
    font-size: 10px;
    font-weight: bold;
    line-height: 10px;
}
#c1030 .manufacture{
    font-size: 11px;
    line-height: 11px;
    margin: 2px 0 0 15px;

}
#c1030 .spec{
    margin: 2px 0 2px 15px;
    font-size: 11px;
    line-height: 11px;
}
#c1030 a{
    color: #202020;
    text-decoration: none;
}
#c1030 .series_blank{
    width: 238px;
    margin: 6px 0 0 0;
    padding: 0;
}



/* --------------------------------------------------------------------
	電源カテゴリー書式
--------------------------------------------------------------------- */

#c50{
  width: 720px;
}
#c50 > p{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 100;
}
#c50 .category_length5{
  width: 100px;
}
#c50 .category_length6{
  width: 120px;
}
#c50 .category_length7{
  width: 140px;
}
#c50 .category_length8{
  width: 160px;
}
#c50 .category_length9{
  width: 180px;
}
#c50 .category_length10{
  width: 200px;
}
#c50 .category_length11{
  width: 220px;
}
#c50 .category_length12{
  width: 240px;
}
#c50 .category {
  width: 712px;
  border: 4px solid #57ab95;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  margin: -12px 0 20px 0;
  padding: 10px 0;
}
#c50 .series {
  width: 200px;
  margin: 15px 12px 10px 25px;
}
#c50 .series img{  
  vertical-align:bottom;
  margin-left: 20px;
}
#c50 h2 {
  margin: 0;
  width: 198px;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
}
#c50 .feature {
  margin: 0;
  width: 198px;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
}
#c50 a {
  text-decoration: none;
  color: #000;
}
#c50 a:hover {
  opacity: 0.5;
  transition: 0.3s
}
#c50 h3{
  font-size: 12px;
  margin: 0 0 0 30px;
  color: #404040;
}
#c50 .spec{
  list-style: none;
  margin: 0 0 0 45px;
  padding: 0;
  color: #404040;
}
#c50 .spec li{
  margin: 0;
  font-size: 11px;
  line-height: 13px;
}
#c50 .series_nf {
  width: 155px;
  margin: 15px 5px 5px 18px;
}
#c50 .series_nf h3{
  font-size: 12px;
  margin: 5px 0 0 5px;
  color: #404040;
}
#c50 .series_nf .spec{
  list-style: none;
  margin: 0 0 0 13px;
  color: #404040;
}
#c50 .image_nf{
  height: 90px;
  margin: 7px 10px 0 25px;
}