@charset "euc-jp";

/***************************
機能比較用・汎用マトリクス用CSS

対象html：cmnmtx_***.html

 ***************************/



/* propertie */

/* 全体のサイズ調整 */

#mtxWrap {width: 750px;margin:0 auto; overflow:hidden}

/*フォントサイズ*/
/*body,*,a * {	font-size:35px;}*/
#mtxWrap ul.list li.prices div * {font-size: 18px;}



/*リスト高さ*/






/*ボタン高さ*/


#mtxWrap ul.list li.links a {
	height:35px;
	line-height:35px;

	margin: 5px auto 0 auto;	
}

#mtxWrap ul.list li.chk a {
	height:50px;
	line-height:50px;
}


/* /propertie */





/* font  install */

@font-face {
   font-family: 'Noto Sans Japanese Black';
   font-style: normal;
   font-weight: 900;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format('opentype');
 }

/* /font install */

/* initialize */



#mtxWrap ul.list li.prices div * {

	color:#F00;
}


/* /initialize */


#mtxWrap div.tit {
	width: 100%;
	height: 50px;
	line-height: 50px;
	
	font-size: 30px;

	color:#FFF;
	
	text-align: center;
	
	background-size: cover;
	/*background-image:url("https://www.rakuten.ne.jp/gold/rack-kan/images/cmnmtx/cmnmtx_rank1_btn.jpg");*/
	background-color: #000;
	
	/*position: fixed;*/
	left: 0;
	top: 0;
    z-index: 999;
}

#mtxWrap div.tit span {
	font-size:60%;
}

img.titleicon {
	height:80px;
}



#mtxWrap {
	height: auto;
	/*overflow: auto;*/
	white-space: nowrap;
	
	/*margin-top: 80px;*/
	padding-bottom: 0px;

}




#mtxWrap ul.list {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	/*width: 16%;*/
}

	#mtxWrap ul.list li {
		
	}




	/* #midashi */


	/* /#midashi */


	/* #no1,#no2,#no3 */


	#mtxWrap ul#no1,
	#mtxWrap ul#no2,
	#mtxWrap ul#no3 {
		color:#6c2616;
	}

	#mtxWrap ul.list li.itemimg {
		/*height: 34.7%;*/

		height: auto;
		position: relative;
		
		text-align: center;
		
		overflow: hidden;
		
	
	}

	/* /#no1,#no2,#no3 */


	/* #no1 */

	#mtxWrap ul#no1 {
		background-color: #f5dfbc;
		width: 28%;
	}

	/* /#no1 */


	/* #no2 */

	#mtxWrap ul#no2 {
		background-color: #fad8d9;
		width: 28%;

	}


	/* /#no2 */


	/* #no3 */

	#mtxWrap ul#no3 {
		background-color: #d7e8f5;
		width: 28%;

	}


		
	/* /#no3 */

.itemimg div{ position: absolute;
		bottom:20%;
	right:35px;
	color:#ff0c0c;

	}

.itemimg div span span span{
display:none;
}

/* /ul.list *unique */

ul.bn { margin-top:50px}
ul.bn li{ float:left}

ul.bn li:nth-child(2), ul.bn li:nth-child(3) {
	margin-bottom:40px
}

#mtxWrap ul li .buy_price .price .spesicalprice {
	display:none;
	}

#mtxWrap ul.list li.links a .buy_price .intax{ 
 font-size:7px; 
 color:#FFF; 
 font-weight:bold;
 border-bottom:none;
 position:relative;
 bottom: 24px;
 left:50px;
 }

.intax {
	/*display:none*/
	font-size:70%;
	font-weight:normal;
}

.buy_price li{
	float:none;
	display:inline;
	color:#F00;
}



