@charset "shift_jis";
/* CSS Document */

#tvboard_mtx_all  * {
	font-family:"Century Gothic","qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
	
}

#tvboard_mtx_all li:hover {opacity: 0.8;}
#tvboard_mtx_all a {text-decoration: none;}
#tvboard_mtx_all img{max-width:100%;}


/*  ^Cg */

#tvboard_mtx_all h3 {
    color: #fff;
    background-color: #1e4e6a;
    text-align: center;
    line-height: 1.2em;
    }

#tvboard_mtx_all h3 span{
    font-size: 17px;
    display: block;
    font-weight: normal;
    }

/*  2J  */

/*ig*/

#tvboard_mtx_all .col_2 {
	width: auto;
    margin:0 auto;
    overflow: hidden;
    text-align: center;
    background: #d8e1e5;
    padding: 1%;

}
#tvboard_mtx_all .col_2 dl{
	
	margin:0;
	padding:0 0 1vw 0;
	text-align:center;
	position:relative;
	background: #fff;
	position: relative;
	

}

#tvboard_mtx_all .col_2 li{
  float:left;
  vertical-align: middle;
  width: calc((100% - 1.5%) /2);
  margin: 0 1% 2% 0;

}

#tvboard_mtx_all .col_2 li:nth-child(2n){
   margin-right:0;}
   

#tvboard_mtx_all .col_2 dl dt{
	text-align: center;
	margin: 0 0 2% 0;
    background: #fff;
    color: #000;
    transition: 0.3s all;
    font-weight: bold;
    border-bottom:2px solid;
    line-height: 1.2em;
}


#tvboard_mtx_all .col_2 dt span{
    font-size: 13px;
    letter-spacing: 1px;
    display: block;

}

#tvboard_mtx_all .col_2 li a:hover  dt{
   background: #414348;
   color: #fff;
}


/*  ACR  */

#tvboard_mtx_all .col_2 dd.icon{
    padding: 0;
    margin: 2% 0 0 0;

}

#tvboard_mtx_all .col_2 dd.icon span{
    display:block;
    color: #000;
    background:#e7e8eb;
    line-height: 1.2em;
}

/*  |Cg  */
#tvboard_mtx_all .col_2 dl > ul.point li{
  position: absolute;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
  color: #fff;
  background-color: #6093c7;
  z-index: 2;
}

#tvboard_mtx_all .col_2 dl > ul.point li.comp{
  background-color:#d95353;
}





/*  iv  */

#tvboard_mtx_all .col_2 dd.price{
	text-align:right;
	margin: 0;
    padding: 0;

}

#tvboard_mtx_all .col_2 .buy_price, #tvboard_mtx_all .col_2 .buy_price li {
	float: none;
	line-height: 100%;
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	font-family: centuryGB,"Century Gothic",helvetica,Arial,sans-serif;
	text-align: center;
}
#tvboard_mtx_all .col_2 .buy_price li{
	display: inline;
 }

#tvboard_mtx_all .col_2 li.price {
	color: #695e5e;
	border: none;
	font-weight: bold;

}
#tvboard_mtx_all .col_2 li.intax {
	font-size: 10px;
	color: #695e5e;
	border: none;
	vertical-align: baseline;
	font-weight: normal;
}

#tvboard_mtx_all .col_2 li.motoprice , #tvboard_mtx_all .col_2 span.spesicalprice {
	display: none;
}


/*  ̑͂  */
#tvboard_mtx_all .cate-link{
	width:90%;
	margin:0 auto;
	text-align:center;

}
#tvboard_mtx_all .cate-link a{
    font-size: 16px;
    display: block;
    padding: 9px 0;
    text-decoration: none;
    background:#000;
    color: #fff;
    position: relative;
    letter-spacing: 1px;
    margin: 2% 0;
    transition: 0.3s all;

}
#tvboard_mtx_all .cate-link a:after{
	content: '';
	position:absolute;
	top:12px;
	right:5px;
    display: inline-block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left-color:#fff;
}

#tvboard_mtx_all .cate-link a:hover{
    background:#32648f;
}



/********* PC *********/

@media screen and (min-width: 640px){

#tvboard_mtx_all {
    width: 750px;
    margin: 5% 0 0 0;
    }

#tvboard_mtx_all h3 {
    font-size: 27px;
    padding: 1% 0;
    }

#tvboard_mtx_all h3 span{
    font-size: 20px;
    }
#tvboard_mtx_all .col_2 dt{
    font-size: 16px;
    padding:7px 0;

}

#tvboard_mtx_all .col_2 li.price {
	font-size: 24px;
}

#tvboard_mtx_all .col_2 dd.icon span{
    font-size: 15px;
    padding: 3px;
    margin: 0 auto 5px auto;
    width: 295px;

}

#tvboard_mtx_all .col_2 dl > ul.point li{
  width: 70px;
  height: 70px;
  line-height: 72px;
  font-size: 18px;
}

#tvboard_mtx_all .col_2 dl > ul.point li:nth-child(1){
  top: 44px;
  left: 10px;
}
#tvboard_mtx_all .col_2 dl > ul.point li:nth-child(2){
  top: 117px;
  left: 10px;
}

#tvboard_mtx_all .smp { display:none!important; }

}


/********* smp *********/
@media screen and (max-width: 640px){

#tvboard_mtx_all {
    width: 100%;
    margin: 5% 0 0 0;
    }
#tvboard_mtx_all h3 {
    font-size: 5vw;
    padding: 2% 0;
    }

#tvboard_mtx_all h3 span{
    font-size: 3.5vw;
    }
    
#tvboard_mtx_all .col_2 dt{
    font-size: 2.8vw;
    padding:4% 0;
}

#tvboard_mtx_all .col_2 dt.hi{
    font-size: 3.2vw;
}

#tvboard_mtx_all .col_2 dd.image{
        margin: 3%;
}

#tvboard_mtx_all .col_2 li.price {
	font-size: 5vw;
}
#tvboard_mtx_all .col_2 li.intax {
   display: block;

} 

#tvboard_mtx_all .col_2 dd.icon span{
    font-size:2.6vw;
    padding:3% 2%;
    margin: 0 auto 1% auto;
    width: 90%;

}

#tvboard_mtx_all .col_2 dl > ul.point li{
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size:3vw;
  display: inline-block;
  left: 3%;
}

#tvboard_mtx_all .col_2 dl > ul.point li:nth-child(1){
  top: 12%;
}
#tvboard_mtx_all .col_2 dl > ul.point li:nth-child(2){
  top: 29%;
}


}

