.stock_zero{
	color:#d7474c99;
}
.ItemDoc{
/*	width:50%;*/
 width:100%;
 padding-bottom:20px;
  	/*margin-left: 25px;*/
}
.ItemDoc th {
	width:25%;
    text-align:center;
	border: solid 1px #ddd;
}
.ItemDoc td {
	width:25%;
    text-align:center;
	border: solid 1px #ddd;
  	background-color:#f5f5f5;
}

@media screen and (min-width: 640px){	
/* PC»þ */
.dtl_pc {
display:inline;
}
.dtl_sp {
display:none;
}
}
@media screen and (max-width: 640px){
/* SP»þ */
.dtl_pc {
display:none;
}
.dtl_sp {
display:inline;
}
}