@CHARSET "UTF-8";

.bottom_fixed_menu a {
	border-radius: 0;
}

.prd_info {
    display: flex;
    flex-flow: column;	
    background-color: #fff;
}
.prd_info img {
	max-width: 100%;
	text-align: center;	
}
.prd_info .dday {
	position: absolute;
    background-color: rgba(0,0,0,0.7);
    padding: 3px;
    color: #fff;
}
.prd_info .ddaytime {
	text-align: center;
	/* background-color: rgba(255,0,0,0.3); */
	color: #aaa;
    padding: 10px;
}

.product {
	position: relative;
	display: flex;
	margin-top: -80px;
}
.product > li {
	position: relative;
	display: flex;
	flex-flow: column;
  	margin: 0 0 40px 0;
  	text-align: left;
}	


.soldout {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.5);
    z-index: 1;
}
.soldout_txt {
	position: absolute;
    left: 0;
    right: 0;    
    bottom: 0;
	padding: 5px;
    text-align: center;
    font-size: .9em;	
	color: #fff;
    background-color: rgba(0,0,0,0.5);
}