@charset "utf-8";
/* CSS Document */

table.t-waxcolor,.t-waxtube,.t-waxtube_sp{border:solid 1px #ccc;/*グレーの枠線の指定*/
	padding: 4px;/*セルの内側に上下左右に4px余白をあける*/
}

/*表のマージン*/
table.t-waxcolor,.t-waxtube{margin: 10px;
}
	

/*PC表*/
table.t-waxtube tr td:nth-of-type(4){
 color: #DF0000;
 font-size: 90%;
 text-align: center;
}

table.t-waxtube tr td:nth-of-type(6){ 
 color: #DF0000;
 font-size: 90%;
 text-align: center;
}


table.t-waxtube_sp th{/*thに対して*/
  color: #000000!important;/*文字色*/
  background: #EEEEEE!important;/*背景色*/
}

td.tube_blue{
  background-color: #DCEDFF;
}
td.tube_purple{
  background-color: #F1E0FD;
}
td.tube_turquoise{
  background-color: #BDFFF3;
}
td.tube_green{
  background-color: #D1FFD6;
}
td.tube_gold{
  background-color: #FFFCD4;
}
td.tube_orange{
  background-color: #FFDBBC;
}




.img_tubewax{
margin-left: 10px;
margin-right: 10px;
}

/*最後のリンクデザイン設定*/
.nolinewhite{
    text-decoration:none;
	color: white;
	background: ##FF9E17!important;/*背景色*/
}
