@charset "utf-8";

.order_notice_wrap{
	display: none;
}

div.order_notice_area{
	padding: 20px 20px;
}

.order_notice_area .order_notice_h1{
	height: 30px !important;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 0 1px;
	line-height: 1;
	margin: 10px 10px 18px;
	vertical-align: middle;
}

.order_notice_area span{
	border-left: 4px solid #C00;
	padding: 0 0 0 10px;
}

.order_notice_area table{
	width: 500px;
	margin: 0 auto 15px;
	border-collapse: collapse;
	font-weight: bold;
	font-size: 20px;
}

.order_notice_area tr{
	line-height: 1;
}

.order_notice_area th{
	border: 1px solid #b7b7b7;
	background: #b7b7b7;
	color: #fff;
	width: 40%;
}

.order_notice_area td{
	border: 1px solid #b7b7b7;
	padding: 10px 20px;
	text-align: left;
	vertical-align: top;
	color: #333;
}

.order_notice_area p{
	color: #c00;
	margin: 0px 0px 10px;
	font-weight: normal;
	line-height: 1.4;
	font-size: 14px !important;
	border: none;
	padding: 0;
	text-align: center;
}
