@charset "UTF-8";
.delivery-date {
	border: 3px solid #F60;
	margin-bottom: 10px;
	background-color: #F60;
	background-image:url("../img/delivery/title_img.png");
	background-repeat:no-repeat;
}
#main #result-order-pc {
	border: 1px solid #F60;
	margin-top: 40px;
	margin-bottom: 0px; 
	padding-top: 15px;
	padding-left: 20px;
    font-size: 24px;
	font-weight: bold;
	color: #006934;
	text-align: center;
	background-color: #FFF;
	background-image:url("../img/delivery/order_day.png");
	background-repeat:no-repeat;
	height:50px;
}

#main #result-order-sp{
	border: 1px solid #F60;
	margin-top: 40px;
	margin-bottom: 0px; 
	padding-top: 15px;
	padding-left: 20px;
    font-size: 24px;
	font-weight: bold;
	color: #006934;
	text-align: center;
	background-color: #FFF;
	background-image:url("../img/delivery/order_day.png");
	background-repeat:no-repeat;
	height:50px;
}

#main #result-delivery-pc {
	border: 1px solid #F60;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-left: 20px;
    font-size: 24px;
	font-weight: bold;
	color: #F60;
	text-align: center;
	background-color: #FFF;
	background-image:url("../img/delivery/delivery_day.png");
	background-repeat:no-repeat;
	height:50px;
}
#main #result-delivery-sp{
	border: 1px solid #F60;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-left: 20px;
    font-size: 24px;
	font-weight: bold;
	color: #F60;
	text-align: center;
	background-color: #FFF;
	background-image:url("../img/delivery/delivery_day.png");
	background-repeat:no-repeat;
	height:50px;
}
