

/* -------------------------------------------

products

--------------------------------------------*/
.products_lineup__body {
	background: url(../image/lineup_body_bg.gif) repeat-y center top;
}

.products_category {
	width: 348px;
}

.products_category--industry {
	float: left;
}

.products_category--medicine {
	float: right;
}

.products_category__header {
	margin-bottom: 17px;
}

.products_category__lead {
	margin-left: 10px;
	margin-bottom: 30px;
}

.products_category__lead__header {
	margin-bottom: 5px;
	color: #82bf00;
	font-weight:bold;
}

.products_category__list dt {
	margin-bottom: 5px;
	padding-left: 17px;
	font-size: 114.28%;
	font-weight: bold;
	background: url(../image/ico_square_blue_8x8.png) no-repeat left center;
}

.products_category__list dd {
	margin-bottom: 15px;
}

.products_category__list li {
	margin-bottom: 4px;
}

.products_category__list li a {
	display: block;
	padding: 12px 21px 12px 43px;
	border: solid 2px #EEE;
	border-radius: 3px;
	background-image: url(../image/ico_arrow_yellow_9x14.png);
	background-repeat: no-repeat;
	background-position: 21px center;
	text-decoration: none;
}

.products_category__list li a:hover {
	background-color: #e6f3fc;
}

.c-products_lead {
	display: table;
	margin-bottom: 30px;
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #DDD;
}

.c-products_lead__image {
	display: table-cell;
	width: 150px;
	padding: 20px;
	vertical-align: middle;
}

.c-products_lead__text {
	display: table-cell;
	padding: 20px 20px 20px 10px;
	vertical-align: middle;
}

.c-product_item {
	margin-bottom: 20px;
}

.c-product_item__header {
	display: table;
	width: 100%;
	margin-bottom: 18px;
	background: #F2F2F2;
}

.c-product_item__name {
	display: table-cell;
	padding: 27px 10px 27px 20px;
	font-size: 114.28%;
	font-weight: bold;
	vertical-align: middle;
}

.c-product_item__name--sub {
	font-size: 87.5%;
}

.c-product_item__lineup {
	display: table-cell;
	padding: 27px 20px 27px 10px;
	text-align: right;
	vertical-align: middle;
}

.c-product_item__body {
	margin: 0 20px;
}

.c-product_item__list li {
	padding-left: 18px;
	background: url(../image/ico_square_green_8x8.png) no-repeat 2px 7px;
}

.c-product_item__list_table th {
	padding-right: 0.5em;
}

.c-product_item__list_table th +  th {
	padding-left: 4em;
}

.c-product_item__info_table {
	margin-top: 50px;
	width: 100%;
	font-size: 92.85%;
}

.c-product_item__info_table td {
	padding: 10px;
	text-align: right;
	border: solid 1px #CCC;
}

.c-product_item__info_table .odd td {
	background-color: #F2F2F2;
}

.c-product_item__info_table th {
	padding: 10px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	border: solid 1px #CCC;
	background: #008AE8;
}

.c-product_item__info_table th.sub-header {
	background: #5DB1ED;
}

.c-product_item__info_table .p-picuter-cell {
	padding: 4px;
}

.c-product_item__info_table .p-picuter-cell--ind_material01 {
	width: 90px;
}

.c-product_item__info_table .p-picuter-cell--ind_material02 {
	width: 140px;
}

.c-product_item__info_table .p-picuter-cell  a {
	display: block;
	position: relative;
}

.c-product_item__info_table .p-picuter-cell  a:before {
	content: ' ';
	box-sizing: border-box;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition-property: border;
	transition-duration: 0.2s;
	z-index: 10;
}

.c-product_item__info_table .p-picuter-cell a:hover:before {
	border: solid 4px #0D8CE5;
}

.c-product_item__info_table .p-picuter-cell a:after {
	content: ' ';
	position: absolute;
	display: block;
	right: 0;
	bottom: 0;
	width: 16px;
	height: 16px;
	background-position: 0 0;
	background-image: url(../image/ico_zoom.gif);
	z-index: 15;
}

.c-product_item__info_table .p-picuter-cell a:hover:after {
	background-position: 0 -16px;
}

.c-product_item__info_table .p-picuter-cell a:hover img {
	opacity: 0.75;
}

.u-product_item_content--mb {
	margin-bottom: 16px;
}

.c-products_return {
	margin-top: 16px;
	text-align: right;
}