.title_sup {
    font-family: "proxima_nova_ltlight";
    font-size: 29px;
    position: relative;
    font-weight: 100;
    margin-bottom: 25px;
    color: #312f2f;
    padding-bottom: 5px;
    line-height: 1.2;
}

.turn {
    position: relative;
    height: 245px;
    width: 45px;
    display: inline-block;
}
.turn div {
    letter-spacing: 0;
    word-spacing: 0;
	position: absolute;
    width: 245px;
    height: 45px;
    left: -100px;
    transform: rotate(-90deg);
    top: 100px;
}
.turn div::after {
	width: 0;
	height: 100%;
	content: "";
	display: inline-block;
	vertical-align: middle;
}
.turn span {
    width: 240px;
    vertical-align: middle;
    display: inline-block;
}
body .sravn_table table th p, body .sravn_table table td p {
	margin: 0;
}
.tcenter {
	text-align: center;
}
.product_item .prod_cont .pc_tab td p {
	margin: 0;
}