
.comment_area table{
	background:#fff;
}

.comment_area td{
	color:#000;
	font-size:13px;
}

td.message{
	padding:10px;
	text-shadow:0 0 1px #aaa;
	background:#f3f3f3;
	border:1px solid #000;
	border-radius:5px;
}

.cast_img{
	width:270px;
	height:360px;
	background:url(../img/back/back_3.png) no-repeat;
	background-size:cover;
	background-position:center;
	border:1px solid #555;
	border-radius:5px;
	filter:drop-shadow(1px 1px 2px #001122);
}

	img.mail_ic{
		position:relative;
		top:3px;
		left:-2px;
		width:25px;
		height:16px;
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	img.mail_ic:hover{
		-webkit-transform: translate(0px,-5px);
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	
table.il_board{
	background: rgb(73,155,234);
	background: -moz-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%);
	background: linear-gradient(45deg, rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=1 );
	border-radius:10px;
}

.bill{
	border:1px solid #000;
	box-shadow:0 0 5px #888;
	border-radius:3px;
}
.bn{
	position:relative;
	top:3px;
	border:1px solid #000;
	box-shadow:0 0 2px #888;
	border-radius:3px;
	}

.sample_area table{
	border:1px solid #000;
}

.sample_area td{
	width:300px;
	border:1px solid #000;
	color:#000;
	font-size:12px;
	font-weight:bold;
	padding-left:5px;
}

.deli_il{

	border:1px solid #aaa;

}

.deli_value{
	text-align:center;
	vertical-align:bottom;
	width:300px;
	height:400px;
	border:1px solid #888;
	background:#fff;
	color:#000;
}

a.order{
display:block;width:100%;height:100%;
	text-decoration:none;
	color:#fff;
	background:#f00;
}
a.order:hover{
	opacity:0.8;
}

.order_area table{
	border:1px solid #000;
	background:#fff;
	border-collapse: collapse;
}
.order_area td{
	border:1px solid #000;
	color:#000;
		font-weight:bold;
		text-shadow:0 0 2px #888;
}

.order_area th{
	border:1px solid #000;

		background: rgb(73,155,234);
		background: -moz-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
		background: -webkit-linear-gradient(45deg, rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%);
		background: linear-gradient(45deg, rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=1 );
}

.product_table th{
	color:#fff;

}

.product_left{
	width:80px;
	text-align:center;
	background:linear-gradient(#f2e465,#feb746);
}

