@charset "utf-8";
.pageTitle {
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	height: 130px;
	padding-top: 25px;
	color: #000;
	background-color: #fff;
}

.pageTitle h1 {
	font-size: 48px;
	line-height: 1.2;
	margin: 0px;
	font-weight: 600;
}
.bnBox {
	margin-bottom: 30px;
}

.tab_categories {
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 50px;
}
.tab_categories li {
	display: table-cell;
}
.tab_categories li a {
	display: block;
	line-height: 40px;
	height: 40px;
	font-size: 28px;
	color: #fff;
	text-align: center;
	border-bottom: 3px solid transparent;
}
.tab_categories li a.fresh {
	border-bottom-color: #dc3200;
}
.tab_categories li a:hover {
	opacity: 1;
}
.tab_categories li a.fresh:hover,
.tab_categories li a.fresh.active {
	background-color: #dc3200;
}
.tab_categories li a.salt {
	border-bottom-color: #1e87dc;
}
.tab_categories li a.salt:hover,
.tab_categories li a.salt.active {
	background-color: #1e87dc;
}
.tab_categories li a.timon {
	border-bottom-color: #6eaa32;
}
.tab_categories li a.timon:hover,
.tab_categories li a.timon.active {
	background-color: #6eaa32;
}
.tab_categories li a.other {
	border-bottom-color: #c8c9ca;
}
.tab_categories li a.other:hover,
.tab_categories li a.other.active {
	background-color: #c8c9ca;
}
.entryBox {
	margin-bottom: 50px;
}
.entryBox .entry-picture {
	float: left;
	width: 50%;
}
.entryBox .entry-body {
	float: right;
	width: 50%;
	padding-left: 20px;
}
.entryBox.odd  .entry-picture {
	float: right;
}
.entryBox.odd .entry-body  {
	float: left;
	padding-left: 0px;
	padding-right: 15px;
}



.entryBox  .leads {
	font-size: 22px;
	margin: 0 0 20px;
	font-weight: 400;
	line-height: 1;
}
.entryBox .product_name {
	font-size: 36px;
	margin-bottom: 10px;
	font-weight: 600;
	line-height: 1;
}
.entryBox .product_name_jp {
	font-size: 13px;
	margin-bottom: 20px;
	line-height: 1px;
}
.entryBox .kind_name {
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
	display: inline-block;
	margin-right: 25px;
}
.entryBox .spec {
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
}
.entryBox .content {
	font-size: 13px;
	margin: 25px 0;
	line-height: 1.71;
}
.entryBox .url {
	font-size: 18px;
	line-height: 25px;
	color: #fff;
	padding: 0 20px;
	height: 25px;
	background-color: #dc3200;
}
.body-margin {
	margin-right: 50px;
}
