@charset "utf-8";
/* CSS Document */

#con {
	background: url(../img/product_bg.png) repeat-y;
}

h2 {
	font-family: 'Viga', sans-serif;
	width: 380px;
	text-align: left;

}

table {
	width: 380px;
	text-align: left;
	border-collapse: collapse;
}

#tabRe {
	background: #000;
	color: #fff;
	margin-bottom:30px;
}
#tabRe td {
	border-bottom: 1px solid #fff;
	padding: 3px;
}

#tabUn {
	background: #fff;
	color: #000;
}
#tabUn td {
	border-bottom: 1px solid #000;
	padding: 3px;
}
@media (max-width: 768px){
#tabUn {
	width:90%;
	margin:auto;
	background: #fff;
	color: #000;
}
.wrapper_b{
	width:100%;
	background:#000;
	padding:0 0 30px 0;
}
}