@charset "shift_jis";
/* CSS Document */

/*タイトル*/
#code_irisfes_title h3{
    font-size: 22px;
    background: #000;
    color: #fff;
    text-align: center;
    padding:2px 0 6px 0;
    margin: 0 auto 10px auto;
    max-width: 750px;
	}
#code_irisfes .pc_none{display:none;}

#code_irisfes *{

    font-family:"Century Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

#code_irisfes {
    width:750px;
    margin:0 auto;
	}


	
#code_irisfes a{
	color:#000;
	text-decoration:none;
}


#code_irisfes .list{
     width: 850px;
 }
 

#code_irisfes table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 750px;
  table-layout: fixed;
  color: #000;
  border-bottom: 1px solid #f2f3f3;
}

#code_irisfes table tr {

  padding:0;
  /*border-bottom: 2px solid #fff;*/
}

#code_irisfes thead tr th{
  background-color: #fff;

}


#code_irisfes table tr:nth-child(even),
#code_irisfes table tbody > th:nth-child(even) {/*偶数 白*/
  background-color: #fff;
}

#code_irisfes table tr:nth-child(odd),
#code_irisfes table tbody > th:nth-child(odd) {/*奇数 グレー*/
  background-color: #f2f3f3;
}



#code_irisfes table th,
#code_irisfes table td {
  padding: 5px;
  border-right: 1px solid #eee;
}
#code_irisfes table th {
  font-size:15px;
  text-align: center;
}

#code_irisfes .txt{
   text-align: center;
   font-size: 13px;
}

#code_irisfes .huzoku{
   vertical-align: top;
   text-align: left;
   font-size: 13px;
}

#code_irisfes .non{
  background:#fff
}


#code_irisfes .non{
  background:#fff
}

#code_irisfes .txt a{
   background:#ef5b4c;
   display:block;
   padding: 7px 0;
   color:#fff;
}

#code_irisfes .txt a::after{
    content: ' >';
}

#code_irisfes .txt a:hover{
   background:#f37b34;

}

/******PC******/
@media screen and (min-width:600px){

#code_irisfes table tr td br.smp{
  display: none;
}

}

/******SMP******/
@media screen and (max-width: 600px) {

/*タイトル*/
#code_irisfes_title h3{
    font-size:4vw;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 2% 0;
    margin: 0 0 2% 0;
	}


#code_irisfes {
    width:100%;
    margin:0;
       overflow-x: auto;
	}


	
#code_irisfes .list{
     width: 122%;
 }
 
#code_irisfes table {
  width: 100%;
  position: relative;

}
/*6商品表示の場合 追加：220512*/
#code_irisfes table.col_6 {
  width: 850px;
  position: relative;

}
 
/*矢印*/

#code_irisfes table::before,
#code_irisfes table::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #3a3936;
    border-right: 1px solid #3a3936;
    top: 35vw;
    z-index: 5;
}

#code_irisfes table::before {
    transform: rotate(-135deg);
    left: 1.6vw;
}

#code_irisfes table::after {
    transform: rotate(45deg);
    right: 1.6vw;
}

#code_irisfes table tr .smp_l{
  text-align: left !important;
}


#code_irisfes table tr td br.pc{
  display: none;
}

}
  
 
/*=================================
20220527エアコン
=================================*/

@media(max-width:750px){
	.eakonhikaku table th{
	   /*width: 31vw;*/
	   width: 25vw;
    }
    #code_irisfes .pc_none{
    	display: block;
   	}

}
.eakonhikaku img.plug{
  	    width: 30%;
   	}
