﻿
.container_neru{
 margin:0 auto;
 padding:50px;
}

.prodNav {
	font-size: 12px;
	background: #f5f5f5;
	border-radius: 20px;
	overflow: hidden;
	
	vertical-align: middle;
	margin: 50px 0 20px;
	line-height: 1.1;
}

	.prodNav .ptItem {
		padding: 10px 145px;
		line-height: 20px;
		border-radius: 20px;
		border: 1px solid transparent;
		font-weight: 500;
		cursor: pointer;
		display: inline-block;
		vertical-align: middle;
		transition: all 0.3s ease-in-out;
	}

		.prodNav .ptItem.active,
		.prodNav .ptItem:hover {
			background: #091a36;
			border-color: #091a36;
			color: #ffffff;
		}

.prodBody {
	border: 1px solid #c1c1c1;
	padding: 20px;
	border-radius: 5px;
}

.prodMain {
	display: none;
	padding: 20px;
	color: #ffffff;
}

	.prodMain.active {
		display: block;
		box-shadow: none;
	}

#pTab1C {
	color: #424242;
	background: #fbfafa;
	margin: 0 50px;
}

#pTab2C {
	color: #424242;
	background: #fbfafa;
	margin: 0 50px;
}

#pTab3C {
	color: #424242;
	background: #fbfafa;
	margin: 0 50px;
}
