@charset "utf-8";

/*-----------------------------------------------------
	p034
------------------------------------------------------*/

/* p034_f */

.entry .products_a .p034_f {
	border-bottom: 1px solid #e5e5e5;
	padding: 2em 3em;
	margin-bottom: 2em;
	position: relative;
	counter-reset: number;
}
.entry .products_a .p034_f:after {
	content: '.';
	font-size: 0;
	display: block;
	width: 100%;
	height: 10px;
	background: url('images/bg_01.png') no-repeat 50% 100%;
	position: absolute;
	bottom: -10px;
	left: 0;
}
.entry .products_a .p034_f h4 {
	font-size: 16px;
	color: #333;
}
.entry .products_a .p034_f h4:before {
	counter-increment: number;
	content: "0" counter(number);
	display: inline-block;
	font-weight: normal;
	background: #069;
	color: #fff;
	font-size: 12px;
	padding: 0 0.5em;
	margin-right: 0.5em;
	vertical-align: middle;
}
.entry .products_a .p034_f .gray {
	background: -moz-linear-gradient(top left, #b8b8b8 0%, #f6f6f6 100%);
	background: -webkit-linear-gradient(top left, #b8b8b8 0%, #f6f6f6 100%);
	background: linear-gradient(to bottom right, #b8b8b8 0%, #f6f6f6 100%);
	padding: 2em;
	margin-bottom: 2em;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
}
.entry .products_a .p034_f .gray :last-child {
	margin-bottom: 0;
}
.entry .products_a .p034_f .gray h5 {
	color: #069;
	font-size: 16px;
}
.entry .products_a .p034_f .column {
	background: -moz-linear-gradient(left, rgba(242,242,242,0) 25%, rgba(242,242,242,1) 50%, rgba(242,242,242,0) 75%);
	background: -webkit-linear-gradient(left, rgba(242,242,242,0) 25%, rgba(242,242,242,1) 50%, rgba(242,242,242,0) 75%);
	background: linear-gradient(to right, rgba(242,242,242,0) 25%, rgba(242,242,242,1) 50%, rgba(242,242,242,0) 75%);
	margin-bottom: 2em;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-left: -3em;
	margin-right: -3em;
}
.entry .products_a .p034_f .column .block {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.entry .products_a .p034_f .column .block div {
	display: table-cell;
	padding: 2em;
}
.entry .products_a .p034_f .column .block div h5, .entry .products_a .p034_f .column .block div p {
	margin-bottom: 0;
}
.entry .products_a .p034_f .column .block .left {
	border-right: 1px solid #e5e5e5;
}

/* p034_e */

.entry .products_a .p034_e {
	border-bottom: 1px solid #e5e5e5;
	padding: 2em 3em;
	margin-bottom: 2em;
	position: relative;
}
.entry .products_a .p034_e:after {
	content: '.';
	font-size: 0;
	display: block;
	width: 100%;
	height: 10px;
	background: url('images/bg_01.png') no-repeat 50% 100%;
	position: absolute;
	bottom: -10px;
	left: 0;
}
.entry .products_a .p034_e table {
	width: 100%;
	table-layout: fixed;
}
.entry .products_a .p034_e table tr th, .entry .products_a .p034_e table tr td {
	vertical-align: middle;
	text-align: center;
}
.entry .products_a .p034_e table thead {
	background: #999;
	color: #fff;
}
.entry .products_a .p034_e table tbody tr td:first-of-type {
	background: #eee;
}

/* p034_d */

.entry .products_a .p034_d {
	padding: 2em 3em;
	margin-bottom: 2em;
}
.entry .products_a .p034_d .block {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}
.entry .products_a .p034_d h4 {
	color: #333;
}
.entry .products_a .p034_d table {
	min-width: 540px;
}
.entry .products_a .p034_d .type_a {
	width: 100%;
	table-layout: fixed;
}
.entry .products_a .p034_d .type_b tr th:not(:first-of-type) {
	width: 40%;
}
.entry .products_a .p034_d table tr th, .entry .products_a .p034_d table tr td {
	vertical-align: middle;
	text-align: center;
}
.entry .products_a .p034_d .type_a tbody tr:nth-of-type(even) td:first-of-type {
	background: #eee;
}
.entry .products_a .p034_d table thead {
	background: #999;
	color: #fff;
}

/* p034_c */

.entry .products_a .p034_c {
	border-bottom: 1px solid #e5e5e5;
	padding: 2em 3em;
	background: -moz-linear-gradient(left, rgba(242,242,242,0) 25%, rgba(242,242,242,1) 50%, rgba(242,242,242,0) 75%);
	background: -webkit-linear-gradient(left, rgba(242,242,242,0) 25%, rgba(242,242,242,1) 50%, rgba(242,242,242,0) 75%);
	background: linear-gradient(to right, rgba(242,242,242,0) 25%, rgba(242,242,242,1) 50%, rgba(242,242,242,0) 75%);
	margin-bottom: 2em;
	position: relative;
	counter-reset: number;
}
.entry .products_a .p034_c:after {
	content: '.';
	font-size: 0;
	display: block;
	width: 100%;
	height: 10px;
	background: url('images/bg_01.png') no-repeat 50% 100%;
	position: absolute;
	bottom: -10px;
	left: 0;
}
.entry .products_a .p034_c h4 {
	color: #069;
	font-size: 21px;
}
.entry .products_a .p034_c.faq h4 {
	color: #333;
	font-size: 16px;
}
.entry .products_a .p034_c.faq h4:before {
	counter-increment: number;
	content: "Q" counter(number);
	display: inline-block;
	font-weight: normal;
	background: #069;
	color: #fff;
	font-size: 12px;
	padding: 0 0.5em;
	margin-right: 0.5em;
	vertical-align: middle;
}
.entry .products_a .p034_c h5 {
	font-size: 16px;
	color: #333;
}
.entry .products_a .p034_c h5:before {
	counter-increment: number;
	content: "0" counter(number);
	display: inline-block;
	font-weight: normal;
	background: #069;
	color: #fff;
	font-size: 12px;
	padding: 0 0.5em;
	margin-right: 0.5em;
	vertical-align: middle;
}
.entry .products_a .p034_c h6 {
	margin-bottom: 0.25em;
}
.entry .products_a .p034_c h6:before {
	content: url('images/icon_06.gif');
	vertical-align: middle;
	font-weight: bold;
	margin-right: 0.5em;
}
.entry .products_a .p034_c .block {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}
.entry .products_a .p034_c table {
	width: 100%;
	table-layout: fixed;
}
.entry .products_a .p034_c table th, .entry .products_a .p034_c table td {
	text-align: center;
	vertical-align: middle;
}
.entry .products_a .p034_c table th {
	background: #999;
	color: #fff;
}

/* p034_b */

.entry .products_a .p034_b {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-top: -10px;
	border-bottom: 1px solid #e5e5e5;
	counter-reset: number;
}
.entry .products_a .p034_b .block {
	display: table-cell;
	padding: 2em 3em;
	border-right: 1px solid #e5e5e5;
}
.entry .products_a .p034_b .block:last-of-type {
	border-right: none;
}
.entry .products_a .p034_b .block h4 {
	font-size: 16px;
	color: #333;
}
.entry .products_a .p034_b .block h4:before {
	counter-increment: number;
	content: "0" counter(number);
	display: inline-block;
	font-weight: normal;
	background: #069;
	color: #fff;
	font-size: 12px;
	padding: 0 0.5em;
	margin-right: 0.5em;
	vertical-align: middle;
}
.entry .products_a .p034_b .block p:last-of-type, .entry .products_a .p034_b .block p:only-of-type {
	margin-bottom: 0;
}

/* p034_a */

.entry .products_a .p034_a {
	background: -moz-linear-gradient(top left, #e4e6e7 0%, #cccccc 100%);
	background: -webkit-linear-gradient(top left, #e4e6e7 0%, #cccccc 100%);
	background: linear-gradient(to bottom right, #e4e6e7 0%, #cccccc 100%);
	padding: 3em 2em;
	margin-bottom: 2em;
}
.entry .products_a .p034_a h3 {
	margin-bottom: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 24px;
	color: #069;
	line-height: 1.5;
	border-bottom: none;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	letter-spacing: .05em;
	text-align: right;
}
.entry .products_a .p034_a h3:before {
	content: none;
}
.entry .products_a .p034_a .right {
	display: inline-block;
	vertical-align: top;
	color: #069;
	margin-left: 2em;
	padding-left: 2em;
	border-left: 2px solid #069;
}
.entry .products_a .p034_a .right h4 {
	margin-bottom: 0.25em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 21px;
	color: #069;
}
.entry .products_a .p034_a .right p {
	margin-bottom: 0;
}

/*-----------------------------------------------------
	p033
------------------------------------------------------*/

/* p033_f */

.entry .products_a .p033_f {
	padding: 2em;
	border-bottom: 1px solid #e5e5e5;
	counter-reset: number;
}
.entry .products_a .p033_f :last-child {
	margin-bottom: 0;
}
.entry .products_a .p033_f table {
	display: inline-table;
}
.entry .products_a .p033_f table th, .entry .products_a .p033_f table td {
	text-align: center;
}
.entry .products_a .p033_f table th {
	color: #333;
	background: #ccc;
}
.entry .products_a .p033_f ol {
	list-style: none;
	margin-left: 0;
}
.entry .products_a .p033_f ol li:before {
	counter-increment: number;
	content: "※"counter(number);
	margin-right: 0.25em;
}

/* p033_e */

.entry .products_a .p033_e {
	padding: 2em;
	border-bottom: 1px solid #e5e5e5;
}
.entry .products_a .p033_e .wide table {
	width: 100%;
}
.entry .products_a .p033_e table th {
	color: #333;
	background: #ccc;
}
.entry .products_a .p033_e .block {
	vertical-align: top;
	display: inline-block;
}
.entry .products_a .p033_e .block:nth-of-type(2) {
	padding-left: 2em;
	margin-left: 2em;
	border-left: 1px solid #999;;
}
.entry .products_a .p033_e .block table, .entry .products_a .p033_e .block .wp-caption {
	margin-bottom: 0;
}
.entry .products_a .p033_e .block .wp-caption .wp-caption-text {
	text-align: center;
}
.entry .products_a .p033_e .line {
	text-align: center;
}
.entry .products_a .p033_e .line ul li {
	vertical-align: middle;
	display: inline-block;
	margin: 0 1em;
}
.entry .products_a .p033_e.last {
	margin-bottom: 2em;
	position: relative;
}
.entry .products_a .p033_e.last:after {
	content: '.';
	font-size: 0;
	display: block;
	width: 100%;
	height: 10px;
	background: url('images/bg_01.png') no-repeat 50% 100%;
	position: absolute;
	bottom: -10px;
	left: 0;
}
.entry .products_a .p033_e .fixed {
	text-align: center;
	position: relative;
}
.entry .products_a .p033_e .fixed figure {
	display: inline-block;
	width: 30%;
	vertical-align: top;
	margin: 0 0.5em 1em 0.5em;
}
.entry .products_a .p033_e .fixed figure figcaption {
	text-align: left;
}
.entry .products_a .p033_e .fixed figure.square img {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.entry .products_a .p033_e hr {
	border: none;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1.5em;
}
.entry .products_a .p033_e .fixed figure.icon {
	position: absolute;
	top: -80px;
	right: 120px;
}
.entry .products_a .p033_e .fixed figure.icon.second {
	top: -40px;
	right: 10px;
}
.entry .products_a .p033_e .fixed figure.icon figcaption {
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #333;
}
.entry .products_a .p033_e .endstopper {
	counter-reset: number;
}
.entry .products_a .p033_e .endstopper .inner {
	float: left;
	width: 48.5%;
}
.entry .products_a .p033_e .endstopper .inner:nth-of-type(odd) {
	margin-right: 3%;
}
.entry .products_a .p033_e .endstopper .inner h6 {
	padding-left: 2em;
}
.entry .products_a .p033_e .endstopper .inner h6:before {
	margin-left: -2em;
	counter-increment: number;
	content: counter(number);
	margin-right: 0.25em;
	display: inline-block;
	vertical-align: middle;
	width: 1.75em;
	background: #333;
	color: #fff;
	text-align: center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.entry .products_a .p033_e .more {
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
}
.entry .products_a .p033_e .more a {
	display: inline-block;
	background: #369;
	color: #fff;
	padding: 0.25em 1.5em;
	margin: 0 auto;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.entry .products_a .p033_e .more a:hover {
	background: #69c;
	text-decoration: none;
}
.entry .products_a .p033_e .more a:after {
	font-family: "dashicons";
	content: "\f139";
	vertical-align: middle;
}

/* p033_d */

.entry .products_a .p033_d {
	counter-reset: number;
	padding: 2em;
}
.entry .products_a .p033_d h4 {
	color: #333;
}
.entry .products_a .p033_d h4:before {
	counter-increment: number;
	content: '0'counter(number);
	background: #00648e;
	color: #fff;
	display: inline-block;
	padding: 0 0.5em;
	line-height: 1.5;
	vertical-align: middle;
	font-size: 12px;
	font-weight: normal;
	margin-right: 0.5em;
}
.entry .products_a .p033_d > h4:last-of-type:before {
	content: none;
}
.entry .products_a .p033_d .block {
	float: left;
	width: 50%;
}
.entry .products_a .p033_d .gallery ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	list-style: none;
	margin-left: 0;
}
.entry .products_a .p033_d .gallery ul li img {
	width: 160px;
	height: auto;
}
.entry .products_a .p033_d .more a:after {
	font-family: "dashicons";
	content: "\f344";
}

/* p033_c */

.entry .products_a .p033_c {
	border-bottom: 1px solid #d9d9d9;
	padding: 2em;
	margin-bottom: 2em;
	position: relative;
}
.entry .products_a .p033_c:after {
	content: '.';
	font-size: 0;
	display: block;
	width: 100%;
	height: 10px;
	background: url('images/bg_01.png') no-repeat 50% 100%;
	position: absolute;
	bottom: -10px;
	left: 0;
}
.entry .products_a .p033_c .download {
	text-align: right;
}
.entry .products_a .p033_c .download a:after {
	content: url('images/linkIconArr.gif');
	margin-left: 0.5em;
}
.entry .products_a .p033_c h4 {
	font-size: 21px;
}
.entry .products_a .p033_c h6:before {
	content: url('images/icon_06.gif');
	margin-right: 0.5em;
}
.entry .products_a .p033_c .custom {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 2em;
}
.entry .products_a .p033_c .custom p {
	margin-bottom: 0;
}
.entry .products_a .p033_c .custom.right {
	padding: 3em 0 3em 5em ;
	margin-left: 5em;
	border-left: 3px solid #069;
	background: url('images/icon_14.png') no-repeat 0 50%;
}
.entry .products_a .p033_c .custom.right p strong {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 16px;
}
.entry .products_a .p033_c table {
	width: 100%;
	table-layout: fixed;
	text-align: center;
}
.entry .products_a .p033_c table th, .entry .products_a .p033_c table td {
	padding: 0.25em 0;
}
.entry .products_a .p033_c table th {
	background: #999;
	color: #fff;
}
.entry .products_a .p033_c table thead th {
	vertical-align: middle;
}
.entry .products_a .p033_c table tbody tr:nth-of-type(even) {
	background: #eee;
}
.entry .products_a .p033_c .minimum {
	width: auto;
}
.entry .products_a .p033_c .minimum th, .entry .products_a .p033_c .minimum td {
	padding: 0.25em 0.5em;
}
.entry .products_a .p033_c .full {
	font-size: 11px;
}
.entry .products_a .p033_c .full th, .entry .products_a .p033_c .full td {
	padding: 0.25em;
}
.entry .products_a .p033_c .full td {
	vertical-align: middle;
	white-space: nowrap;
}

/* p033_b */

.entry .products_a .p033_b {
	border-bottom: 1px solid #d9d9d9;
	padding: 2em;
	background: -moz-linear-gradient(left, rgba(242,242,242,0) 25%, rgba(242,242,242,1) 50%, rgba(242,242,242,0) 75%);
	background: -webkit-linear-gradient(left, rgba(242,242,242,0) 25%, rgba(242,242,242,1) 50%, rgba(242,242,242,0) 75%);
	background: linear-gradient(to right, rgba(242,242,242,0) 25%, rgba(242,242,242,1) 50%, rgba(242,242,242,0) 75%);
	margin-bottom: 2em;
	position: relative;
}
.entry .products_a .p033_b:after {
	content: '.';
	font-size: 0;
	display: block;
	width: 100%;
	height: 10px;
	background: url('images/bg_01.png') no-repeat 50% 100%;
	position: absolute;
	bottom: -10px;
	left: 0;
}
.entry .products_a .p033_b h4 {
	font-size: 21px;
	color: #00649b;
}
.entry .products_a .p033_b .block {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 2em;
}
.entry .products_a .p033_b .block.left {
	padding-right: 3em;
	margin-right: 3em;
	border-right: 1px solid #d9d9d9;
}
.entry .products_a .p033_b .block h5 {
	font-size: 16px;
}
.entry .products_a .p033_b .block ul {
	margin-bottom: 0;
	margin-left: 0;
	list-style: none;
}
.entry .products_a .p033_b .block ul li:before {
	content: url('images/icon_06.gif');
	margin-right: 0.5em;
}
.entry .products_a .p033_b .gallery ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	list-style: none;
	margin-left: 0;
}
.entry .products_a .p033_b .gallery ul li img {
	width: 150px;
	height: auto;
}

/* p033_a */

.entry .products_a .p033_a {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%), url('images/bg_01.jpg') no-repeat;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%), url('images/bg_01.jpg') no-repeat;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%), url('images/bg_01.jpg') no-repeat;
	padding: 16em 2em 2em 2em;
	margin-bottom: 2em;
	color: #fff;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.entry .products_a .p033_a h3 {
	margin-bottom: 0;
	line-height: 1.5;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	border-bottom: none;
	padding: 0 0.5em 0 0;
	font-size: 24px;
	color: #fff;
	text-align: right;
	display: inline-block;
	float: left;
	border-right: 2px solid #fff;
}
.entry .products_a .p033_a h3:before {
	content: none;
}
.entry .products_a .p033_a h4 {
	margin-bottom: 0;
	color: #fff;
	margin-left: 160px;
}
.entry .products_a .p033_a p {
	margin-bottom: 0;
	margin-left: 160px;
}

/*-----------------------------------------------------
	p032
------------------------------------------------------*/

/* p032_d */

.entry .products_a .p032_d {
	background: -moz-linear-gradient(top left, #00648e 0%, #0081b8 100%);
	background: -webkit-linear-gradient(top left, #00648e 0%, #0081b8 100%);
	background: linear-gradient(to bottom right, #00648e 0%, #0081b8 100%);
	color: #fff;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 2em;
	padding: 2em;
	text-align: center;
	position: relative;
}
.entry .products_a .p032_d:after {
	content: '.';
	font-size: 0;
	display: block;
	width: 100%;
	height: 10px;
	background: url('images/bg_01.png') no-repeat 50% 100%;
	position: absolute;
	bottom: -10px;
	left: 0;
}
.entry .products_a .p032_d a {
	color: #fff;
}
.entry .products_a .p032_d h3 {
	font-size: 16px;
	padding: 0;
	border-bottom: none;
	color: inherit;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
.entry .products_a .p032_d h3:before {
	content: none;
}
.entry .products_a .p032_d ul {
	font-size: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 1rem;
}
.entry .products_a .p032_d ul li {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	letter-spacing: .1em;
	margin: 0 0.5em;
}
.entry .products_a .p032_d ul li a:hover {
	text-decoration: none;
}
.entry .products_a .p032_d ul li:first-of-type a:after {
	font-family: "dashicons";
	content: "\f525";
	vertical-align: bottom;
}
.entry .products_a .p032_d ul li:nth-of-type(2) {
	font-size: 16px;
}
.entry .products_a .p032_d ul li:nth-of-type(2) a {
	display: block;
	padding: 0.25em 1em;
	background: #fff;
	color: #00648e;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}
.entry .products_a .p032_d ul li:nth-of-type(2) a:before {
	font-family: "dashicons";
	content: "\f465";
	vertical-align: bottom;
}
.entry .products_a .p032_d p {
	border-top: 1px solid rgba(255,255,255,0.5);
	padding-top: 0.5em;
	margin-bottom: 0;
}

/* p032_c */

.entry .products_a .p032_c {
	border-bottom: 1px solid #d9d9d9;
	padding: 2em;
	background: -moz-linear-gradient(left, rgba(242,242,242,0) 25%, rgba(242,242,242,1) 50%, rgba(242,242,242,0) 75%);
	background: -webkit-linear-gradient(left, rgba(242,242,242,0) 25%, rgba(242,242,242,1) 50%, rgba(242,242,242,0) 75%);
	background: linear-gradient(to right, rgba(242,242,242,0) 25%, rgba(242,242,242,1) 50%, rgba(242,242,242,0) 75%);
	margin-bottom: 2em;
}
.entry .products_a .p032_c h4 {
	font-size: 21px;
	color: #00649b;
}
.entry .products_a .p032_c ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
	float: left;
	width: 49.5%;
}
.entry .products_a .p032_c ul li {
	padding-left: 1.5em;
}
.entry .products_a .p032_c ul li:before {
	content: url('images/icon_06.gif');
	display: block;
	width: 1.5em;
	margin-left: -1.5em;
	float: left;
}
.entry .products_a .p032_c .right {
	float: right;
	width: 49.5%;
}
.entry .products_a .p032_c .right h5 {
	font-size: 13px;
}
.entry .products_a .p032_c .right p {
	font-size: 12px;
}

/* p032_b */

.entry .products_a .p032_b {
	border-bottom: 1px solid #d9d9d9;
	padding: 2em;
}
.entry .products_a .p032_b h4 {
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
	font-size: 21px;
	color: #333;
}
.entry .products_a .p032_b .point {
	background: #ff7f00;
	color: #fff;
	display: inline-block;
	border-bottom: none;
	font-size: 13px;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	padding: 0.25em 2em;
	line-height: 1.5;
}
.entry .products_a .p032_b ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}
.entry .products_a .p032_b ul li {
	padding-left: 1.5em;
}
.entry .products_a .p032_b ul li:before {
	content: url('images/icon_06.gif');
	display: block;
	width: 1.5em;
	margin-left: -1.5em;
	float: left;
}

/* p032_a */

.entry .products_a .p032_a {
	background: -moz-linear-gradient(top left, #e4e6e7 0%, #cccccc 100%);
	background: -webkit-linear-gradient(top left, #e4e6e7 0%, #cccccc 100%);
	background: linear-gradient(to bottom right, #e4e6e7 0%, #cccccc 100%);
	padding: 3em 2em;
	margin-bottom: 2em;
}
.entry .products_a .p032_a h3 {
	margin-bottom: 1em;
	line-height: 1.5;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	color: #069;
	border-bottom: none;
	padding: 0;
	font-size: 24px;
}
.entry .products_a .p032_a h3:before {
	content: none;
}
.entry .products_a .p032_a h3:after {
	content: '.';
	font-size: 0;
	display: block;
	width: 70px;
	height: 2px;
	background: #069;
	margin-top: 1rem;
}
.entry .products_a .p032_a h4 {
	margin-bottom: 0;
	color: #333;
}
.entry .products_a .p032_a p {
	margin-bottom: 0;
}

/*-----------------------------------------------------
	p029_a
------------------------------------------------------*/

.entry .products_a .p029_a {
	padding: 1.5em 3em;
}
.entry .products_a .p029_a h4 {
	margin-bottom: 1em;
	font-size: 1.3125rem;
	color: #333;
	border-bottom: 1px solid #ccc;
}
.entry .products_a .p029_a .right {
	margin-left: 270px;
}
.entry .products_a .p029_a .right ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1.5em;
}
.entry .products_a .p029_a .right ul li:before {
	content: url('images/icon_06.gif');
	display: block;
	float: left;
	margin-left: -1.5em;
}
.entry .products_a .p029_a table {
	width: 100%;
	table-layout: fixed;
	text-align: center;
	font-size: 12px;
}
.entry .products_a .p029_a table thead {
	background: #ccc;
}
.entry .products_a .p029_a table thead th, .entry .products_a .p029_a table tbody td {
	vertical-align: middle;
}

/*-----------------------------------------------------
	p028
------------------------------------------------------*/

/* p028_f */

.entry .products_a .p028_f {
	padding: 1.5em 2em;
}
.entry .products_a .p028_f figure {
	background: #c9e1b0;
	text-align: center;
	padding: 1em 0;
	margin-bottom: 2em;
}
.entry .products_a .p028_f figure img {
	margin: 0 0.5em;
}

/* p028_e */

.entry .products_a .p028_e {
	padding: 1.5em 2em;
}
.entry .products_a .p028_e figure {
	display: inline-block;
	vertical-align: top;
	margin-right: 1em;
}
.entry .products_a .p028_e figure img {
	height: 240px;
	width: auto;
}
.entry .products_a .p028_e figure figcaption {
	color: #069;
	text-align: center;
}
.entry .products_a .p028_e figure figcaption:after {
	font-family: "dashicons";
	content: "\f211";
	vertical-align: bottom;
	margin-left: 0.25em;
}

/* p028_d */

.entry .products_a .p028_d {
	padding: 1.5em 2em;
	border-bottom: 1px solid #ddd;
}
.entry .products_a .p028_d .block {
	margin-bottom: 2em;
}
.entry .products_a .p028_d .block figure {
	display: inline-block;
	vertical-align: middle;
}
.entry .products_a .p028_d .block .right {
	padding-left: 2em;
	margin-left: 2em;
	border-left: 1px solid #ddd;
}
.entry .products_a .p028_d h4 {
	margin-bottom: 0.5em;
	font-size: 13px;
	color: inherit;
}
.entry .products_a .p028_d h4:before {
	content: url(images/icon_06.gif);
	vertical-align: middle;
	margin-right: 0.5em;
}
.entry .products_a .p028_d table {
	width: 100%;
	table-layout: fixed;
}
.entry .products_a .p028_d table thead {
	background: rgba(0,0,0,0.3);
	color: #fff;
}
.entry .products_a .p028_d table th, .entry .products_a .p028_d table td {
	text-align: center;
	vertical-align: middle;
}
.entry .products_a .p028_d table tbody th {
	background: rgba(0,0,0,0.05);
	font-weight: normal;
}

/* p028_c */

.entry .products_a .p028_c {
	padding: 1.5em 2em;
}
.entry .products_a .p028_c ul {
	list-style: none;
	margin-left: 0;
}
.entry .products_a .p028_c ul li {
	padding-left: 1.5em;
}
.entry .products_a .p028_c ul li:before {
	content: url(images/icon_06.gif);
	vertical-align: middle;
	margin-left: -1.5em;
	float: left;
}
.entry .products_a .p028_c figure img {
	width: 160px;
	height: auto;
	border: 1px solid #333;
}
.entry .products_a .p028_c figure figcaption {
	font-size: 11px;
}

/* p028_b */

.entry .products_a .p028_b {
	color: #fff;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.5) 100%), url('images/bg_02.jpg') no-repeat 50% 100%;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.5) 100%), url('images/bg_02.jpg') no-repeat 50% 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.5) 100%), url('images/bg_02.jpg') no-repeat 50% 100%;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	padding: 24em 2em 3em 2em;
	margin-bottom: 2em;
}
.entry .products_a .p028_b h3 {
	margin-bottom: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	color: inherit;
	border-bottom: none;
	font-size: 24px;
	padding: 0;
	letter-spacing: .05em;
	float: left;
	text-align: right;
	margin-right: 1em;
	padding-right: 1em;
	border-right: 3px solid #fff;
}
.entry .products_a .p028_b h3:before {
	content: none;
}
.entry .products_a .p028_b .right h4 {
	margin-bottom: 0.5em;
	font-size: 21px;
	color: inherit;
}
.entry .products_a .p028_b .right p {
	margin-bottom: 0;
}

/* p028_a */

.entry .products_a .p028_a .block {
	padding: 1.5em 3em;
	border-bottom: 1px solid #e5e5e5;
}
.entry .products_a .p028_a .block:only-of-type, .entry .products_a .p028_a .block:last-of-type {
	border-bottom: 0;
}
.entry .products_a .p028_a .block ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1.5em;
}
.entry .products_a .p028_a .block ul li:before {
	content: url('images/icon_06.gif');
	display: block;
	float: left;
	margin-left: -1.5em;
}
.entry .products_a .p028_a .block table {
	width: 100%;
	table-layout: fixed;
	text-align: center;
}
.entry .products_a .p028_a .block table thead {
	background: #ccc;
}
.entry .products_a .p028_a .block table thead th, .entry .products_a .p028_a .block table tbody td {
	vertical-align: middle;
}

/*-----------------------------------------------------
	p025_a
------------------------------------------------------*/

.entry .products_a .p025_a .block {
	padding: 1em 3em;
	border-bottom: 1px solid #e5e5e5;
}
.entry .products_a .p025_a .block:last-of-type {
	border-bottom: 0;
}
.entry .products_a .p025_a .block:nth-of-type(even) {
	background: #f2f2f2;
	background: -moz-linear-gradient(left, #ffffff 25%, #f2f2f2 50%, #ffffff 75%);
	background: -webkit-linear-gradient(left, #ffffff 25%,#f2f2f2 50%,#ffffff 75%);
	background: linear-gradient(to right, #ffffff 25%,#f2f2f2 50%,#ffffff 75%);
}
.entry .products_a .p025_a .block h4 {
	font-size: 1.875rem;
	font-weight: normal;
	color: #000;
	margin-bottom: 0.25em;
}
.entry .products_a .p025_a .block dl {
	margin-left: 220px;
}
.entry .products_a .p025_a .block dl dt {
	font-size: 1.125rem;
	margin-bottom: 0.5em;
	color: #366482;
}
.entry .products_a .p025_a .block dl dt:before {
	display: block;
	background: #366484;
	color: #fff;
	float: left;
	padding: 0.25em 1em;
	font-size: 0.8125rem;
	margin-right: 1em;
}
.entry .products_a .p025_a .block dl dt:first-of-type:before {
	content: '01';
}
.entry .products_a .p025_a .block dl dt:nth-of-type(2):before {
	content: '02';
}
.entry .products_a .p025_a .block dl dt:nth-of-type(3):before {
	content: '03';
}
.entry .products_a .p025_a .block dl dd {
	border-bottom: 1px dotted #333;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
}

/*-----------------------------------------------------
	p014_a
------------------------------------------------------*/

.entry .products_a .p014_a .block {
	padding: 1em 3em;
	border-bottom: 1px solid #e5e5e5;
}
.entry .products_a .p014_a .block:last-of-type {
	border-bottom: 0;
}
.entry .products_a .p014_a .block:nth-of-type(even) {
	background: #f2f2f2;
	background: -moz-linear-gradient(left, #ffffff 25%, #f2f2f2 50%, #ffffff 75%);
	background: -webkit-linear-gradient(left, #ffffff 25%,#f2f2f2 50%,#ffffff 75%);
	background: linear-gradient(to right, #ffffff 25%,#f2f2f2 50%,#ffffff 75%);
}
.entry .products_a .p014_a .block h4 {
	font-size: 1.875rem;
	font-weight: normal;
	color: #000;
	margin-bottom: 0.25em;
}
.entry .products_a .p014_a .block dl {
	font-size: 0;
	margin: 3rem 0 2rem 0;
}
.entry .products_a .p014_a .block dl dt, .entry .products_a .p014_a .block dl dd {
	display: inline-block;
	font-size: 13px;
	vertical-align: middle;
}
.entry .products_a .p014_a .block dl dt {
	color: #36648c;
	margin-right: 1em;
	border: 1px solid #36648c;
	padding: 0.2em 0.5em;
}

/*-----------------------------------------------------
	p011_a
------------------------------------------------------*/

.entry .products_a .p011_a {
	padding: 1em 2.5em 4em 2.5em;
}
.entry .products_a .p011_a ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1.5em;
}
.entry .products_a .p011_a ul li:before {
	content: url('images/icon_06.gif');
	display: block;
	float: left;
	margin-left: -1.5em;
}
.entry .products_a .p011_a .blue h4 {
	margin-bottom: 0.5em;
	font-size: 14px;
	color: #666;
}
.entry .products_a .p011_a .blue table {
	margin-bottom: 0.5em;
	width: 100%;
	table-layout: fixed;
	font-size: 12px;
	text-align: center;
}
.entry .products_a .p011_a .blue table thead {
	background: #d5e8ee;
}
.entry .products_a .p011_a .blue table thead tr th {
	vertical-align: middle;
}
.entry .products_a .p011_a .blue table tbody tr:nth-of-type(even) {
	background: #ededed;
}

/*-----------------------------------------------------
	recruit_l
------------------------------------------------------*/

.entry .recruit_l {
	margin-bottom: 2em;
	border: 4px solid #36648c;
	padding: 1.5em 3em;
	text-align: center;
	background: #fff;
}
.entry .recruit_l h3 {
	margin-bottom: 0.5em;
	font-size: 1.5rem;
}
.entry .recruit_l dl {
	font-size: 1rem;
	display: table;
	width: 100%;
	table-layout: fixed;
	border-bottom: 1px dotted #ccc;
	text-align: left;
	margin-bottom: 0;
}
.entry .recruit_l dl:first-of-type {
	border-top: 1px dotted #ccc;
}
.entry .recruit_l dl dt, .entry .recruit_l dl dd {
	display: table-cell;
	padding: 0.5em 0;
}
.entry .recruit_l dl dt {
	width: 5em;
}

/*-----------------------------------------------------
	p020_c
------------------------------------------------------*/

.entry .products_a .p020_c {
	padding: 2rem 3rem;
	border-bottom: 1px solid #e5e5e5;
}
.entry .products_a .p020_c:after {
	content: '.';
	height: 0;
	font-size: 0;
	display: block;
	width: 100%;
	clear: both;
	visibility: hidden;
}
.entry .products_a .p020_c h4 {
	font-size: 1.875rem;
	color: #000;
	margin-bottom: 0.5em;
	font-weight: normal;
	line-height: 1.25;
	display: inline-block;
}
.entry .products_a .p020_c h4 .small {
	font-size: 1.125rem;
}
.entry .products_a .p020_c h5 {
	font-size: 1.25rem;
	font-weight: normal;
}
.entry .products_a .p020_c ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}
.entry .products_a .p020_c ul li {
	margin-bottom: 1em;
}
.entry .products_a .p020_c ul li span {
	background: #666;
	color: #fff;
	display: inline-block;
	padding: 0 0.5em;
	margin-right: 1em;
}
.entry .products_a .p020_c .block {
	margin-bottom: 2em;
}

/*-----------------------------------------------------
	p020_b
------------------------------------------------------*/

.entry .products_a .p020_b {
	padding: 2rem 3rem;
	border-bottom: 1px solid #e5e5e5;
}
.entry .products_a .p020_b:after {
	content: '.';
	height: 0;
	font-size: 0;
	display: block;
	width: 100%;
	clear: both;
	visibility: hidden;
}
.entry .products_a .p020_b.last {
	position: relative;
	margin-bottom: 2em;
}
.entry .products_a .p020_b.last:after {
	height: 10px;
	position: absolute;
	background: url('images/bg_01.png') no-repeat 50% 100%;
	bottom: -10px;
	left: 0;
	visibility: visible;
}
.entry .products_a .p020_b h4 {
	font-size: 1.875rem;
	color: #000;
	margin-bottom: 0.5em;
	font-weight: normal;
	line-height: 1.25;
	display: inline-block;
}
.entry .products_a .p020_b h4 .small {
	font-size: 1.125rem;
}
.entry .products_a .p020_b img.adjust_b {
	margin-top: -30px;
}
.entry .products_a .p020_b img.adjust_c {
	margin-top: -80px;
}
.entry .products_a .p020_b ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1.5em;
	width: 50%;
}
.entry .products_a .p020_b ul.right {
	float: right;
}
.entry .products_a .p020_b ul.adjust_a {
	margin-top: -170px;
}
.entry .products_a .p020_b ul li:before {
	content: url('images/icon_06.gif');
	float: left;
	margin-left: -1.5em;
}

/*-----------------------------------------------------
	p020_a
------------------------------------------------------*/

.entry .products_a .p020_a {
	background: url('images/bg_00.jpg') no-repeat 50% 0;
	height: 480px;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}
.entry .products_a .p020_a ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}
.entry .products_a .p020_a ul li {
	position: absolute;
}
.entry .products_a .p020_a ul li:first-of-type {
	left: 35px;
	bottom: 35px;
}
.entry .products_a .p020_a ul li:nth-of-type(2) {
	top: 140px;
	left: 35px;
}
.entry .products_a .p020_a ul li:nth-of-type(3) {
	top: 25px;
	right: 30px;
}
.entry .products_a .p020_a ul li:nth-of-type(4) {
	right: 35px;
	bottom: 40px;
}
.entry .products_a .p020_a ul li a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

/*-----------------------------------------------------
	p010_b
------------------------------------------------------*/

.entry .products_a .p010_b {
	padding: 15px 20px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
.entry .products_a .p010_b:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 10px;
	background: url('images/bg_01.png') no-repeat 50% 100%;
	bottom: -10px;
	left: 0;
}
.entry .products_a .p010_b p:only-child { margin-bottom: 0; }

/*-----------------------------------------------------
	p010_a
------------------------------------------------------*/

.entry .products_a .p010_a {
	padding: 15px 20px;
	border-bottom: 1px solid #e5e5e5;
}
.entry .products_a .p010_a:last-child { border-bottom: 0; }
.entry .products_a .p010_a p:only-child, .entry .products_a .p010_a p:last-child { margin-bottom: 0; }
.entry .products_a .p010_a ul {
	list-style: none;
	margin-left: 0;
	text-align: right;
}
.entry .products_a .p010_a ul li a:after {
	content: url('images/icon_07.png');
	margin-left: 0.25em;
}
.entry .products_a .p010_a ul li a[target='_blank']:after  {
	content: url('http://www.ooike.net/core/wp-content/uploads/2015/07/p29-25.gif');
}

/*-----------------------------------------------------
	p002_f
------------------------------------------------------*/

.entry .products_a .p002_f {
	padding: 20px 30px;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}
.entry .products_a .p002_f:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 10px;
	background: url('images/bg_01.png') no-repeat 50% 100%;
	bottom: -10px;
	left: 0;
}
.entry .products_a .p002_f h4 {
	font-size: 28px;
	font-weight: normal;
	color: #000;
	margin-bottom: 0;
}
.entry .products_a .p002_f h4 + p { margin-bottom: 5px; }
.entry .products_a .p002_f h6 {
	font-size: 13px;
	font-weight: normal;
}
.entry .products_a .p002_f h6:before {
	content: '品番';
	background: #666;
	color: #fff;
	padding: 0.2em 0.4em;
	margin-right: 0.5em;
}
.entry .products_a .p002_f > ul {
	list-style: none;
	padding-left: 20px;
	margin-left: 0;
}
.entry .products_a .p002_f > ul li:before {
	content: url('images/icon_06.gif');
	width: 20px;
	margin-left: -20px;
	display: block;
	float: left;
}
.entry .products_a .p002_f .bottom {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.entry .products_a .p002_f .bottom .left, .entry .products_a .p002_f .bottom .right {
	display: table-cell;
	text-align: center;
}
.entry .products_a .p002_f .bottom .left h5, .entry .products_a .p002_f .bottom .right h5 {
	color: #36648c;
	font-size: 18px;
	text-align: left;
}
.entry .products_a .p002_f .bottom .left ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}
.entry .products_a .p002_f .bottom .left ul li:after {
	content: url('images/icon_08.png');
	margin-left: 0.5em;
}

/*-----------------------------------------------------
	p006_a
------------------------------------------------------*/

.entry .products_a .p006_a {
	border-top: 1px solid #e5e5e5;
	clear: both;
	padding: 30px 70px;
	position: relative;
}
.entry .products_a .p006_a:after {
	position: absolute;
	width: 100%;
	content: '';
	height: 10px;
	background: url('images/bg_01.png') no-repeat 50% 100%;
	bottom: -10px;
	left: 0;
}
.entry .products_a .p006_a h4 {
	font-size: 28px;
	font-weight: normal;
	color: #000;
	margin-bottom: 0;
}
.entry .products_a .p006_a p { margin-bottom: 5px; }
.entry .products_a .p006_a h4 + p { font-size: 18px; }
.entry .products_a .p006_a h4 .new {
	font-size: 25%;
	vertical-align: top;
	background: #f00;
	color: #fff;
	padding: 0.2em 0.4em;
	margin-left: 0.5em;
	-moz-border-radius: 0.2em;
	-khtml-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	border-radius: 0.2em;
	box-shadow: 0 0 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.25);
	-o-box-shadow: 0 0 3px rgba(0,0,0,0.25);
	-ms-box-shadow: 0 0 3px rgba(0,0,0,0.25);
}
.entry .products_a .p006_a h5 {
	font-size: 16px;
	color: #366486;
}
.entry .products_a .p006_a dl {
	display: table;
	border-collapse: collapse;
	width: 250px;
}
.entry .products_a .p006_a h5 + dl { margin-top: -10px; }
.entry .products_a .p006_a dl dt {
	display: table-cell;
	border: 1px solid #036;
	background: #369;
	color: #fff;
	padding: 0.25em 0.5em;
	width: 5em;
}
.entry .products_a .p006_a dl dd {
	display: table-cell;
	border: 1px solid #036;
	padding: 0.25em 0.5em;
}
.entry .products_a .p006_a hr {
	border: 0;
	border-top: 1px dotted #666;
	margin: 30px 0;
}

/*-----------------------------------------------------
	p003_c
------------------------------------------------------*/

.entry .products_a .p003_c {
	border-bottom: 1px solid #e5e5e5;
	clear: both;
	padding: 20px;
	letter-spacing: .1em;
}
.entry .products_a .p003_c h4, .entry .products_a .p003_c h5, .entry .products_a .p003_c h6 {
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 1em;
}
.entry .products_a .p003_c h4 {
	color: #333;
	font-weight: 400;
	font-size: 24px;
}
.entry .products_a .p003_c h5 {
	font-weight: 500;
	color: #069;
	font-size: 18px;
	border-bottom: 1px solid #ddd;
}
.entry .products_a .p003_c h6 {
	display: inline-block;
	color: #fff;
	background: #069;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	padding: 0.25em 1.5em;
}
.entry .products_a .p003_c .more {
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	line-height: 1.5;
	font-size: 16px;
}
.entry .products_a .p003_c .more a {
	display: inline-block;
	padding: 0.25em 2em;
	color: #fff;
	background: -moz-linear-gradient(left bottom, #cc0000 0%, #ff3333 100%);
	background: -webkit-linear-gradient(left bottom, #cc0000 0%, #ff3333 100%);
	background: linear-gradient(to right top, #cc0000 0%, #ff3333 100%);
	-moz-border-radius: 1.15em;
	-webkit-border-radius: 1.15em;
	border-radius: 1.15em;
	text-decoration: none;
}
.entry .products_a .p003_c .more a:hover {
	background: -moz-linear-gradient(left bottom, #ff3333 0%, #cc0000 100%);
	background: -webkit-linear-gradient(left bottom, #ff3333 0%, #cc0000 100%);
	background: linear-gradient(to right top, #ff3333 0%, #cc0000 100%);
}
.entry .products_a .p003_c .more a:after {
	font-family: "dashicons";
	content: "\f235";
	vertical-align: middle;
}
.entry .products_a .p003_c .gallery {
	margin-left: -1.5em;
	margin-bottom: 1em;
}
.entry .products_a .p003_c .gallery ul {
	width: 100%;
	display: table;
	table-layout: fixed;
}
.entry .products_a .p003_c .gallery ul li {
	display: table-cell;
	vertical-align: top;	
	text-align: center;
}
.entry .products_a .p003_c .flow {
	border: 1px solid #ccc;
	margin-bottom: 40px;
	padding: 15px 20px;
	position: relative;
}
.entry .products_a .p003_c .flow:nth-child(n+9):before {
	content: '.';
	font-size: 0;
	display: block;
	background: url('images/icon_15.png');
	width: 37px;
	height: 18px;
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: auto;
}
.entry .products_a .p003_c .flow :last-child {
	margin-bottom: 0;
}
.entry .products_a .p003_c .flow figure {
	font-size: 0;
}
.entry .products_a .p003_c .flow h6 {
	display: block;
	color: #333;
	background: none;
	padding: 0;
	margin-left: 170px;
	margin-bottom: 0.5em;
	font-size: 14px;
}
.entry .products_a .p003_c .flow h6:before {
	content: '.';
	font-size: 0;
	display: inline-block;
	background: url('images/icon_06.gif') no-repeat;
	width: 10px;
	height: 10px;
	vertical-align: middle;
	margin-right: 5px;
}
.entry .products_a .p003_c .flow p, .entry .products_a .p003_c .flow ul {
	margin-left: 185px;
}
.entry .products_a .p003_c .flow .tips {
	background: #fcc;
	color: #c00;
	margin-left: 185px;
	margin-bottom: 1em;
	padding: 10px 20px 10px 30px;
	position: relative;
}
.entry .products_a .p003_c .flow .tips figure {
	float: left;
	margin: -30px 10px 0 -40px; 
}
.entry .products_a .p003_c .flow .tips .icon {
	position: absolute;
	top: -20px;
	left: -20px;
	float: none;
	margin: 0;
}
.entry .products_a .p003_c .flow .tips p {
	margin-left: 0;
	font-weight: bold;
}
.entry .products_a .p003_c .flow .tips ~ ul {
	clear: both;
	text-align: center;
}
.entry .products_a .p003_c .flow .tips ~ ul li {
	display: inline-block;
	margin: 0 1em;
}
.entry .products_a .p003_c .product {
	background: #eee;
	padding: 10px 20px;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
}
.entry .products_a .p003_c .product :last-child {
	margin-bottom: 0;
}
.entry .products_a .p003_c .product h6 {
	display: block;
	color: #333;
	background: none;
	padding: 0;
}
.entry .products_a .p003_c .product h6 span {
	display: inline-block;
	color: #fff;
	background: #069;
	-moz-border-radius: 0.75em;
	-webkit-border-radius: 0.75em;
	border-radius: 0.75em;
	padding: 0 1em;
	font-weight: 400;
	font-size: 12px;
	margin-left: 1em;
}
.entry .products_a .p003_c .product figure {
	font-size: 0;
}
.entry .products_a .p003_c .product p {
	color: #c00;
	font-weight: bold;
	margin-left: 170px;
}
.entry .products_a .p003_c .product ul {
	margin-left: 190px;
	font-size: 12px;
}

/*-----------------------------------------------------
	p003_b
------------------------------------------------------*/

.entry .products_a .p003_b {
	border-bottom: 1px solid #e5e5e5;
	clear: both;
	padding: 20px 30px 20px 450px;
	color: #fff;
	background: rgba(0,102,153,1);
	background: -moz-linear-gradient(left, rgba(0,102,153,1) 0%, rgba(0,102,153,0.5) 50%, rgba(0,102,153,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,102,153,1)), color-stop(50%,rgba(0,102,153,0.5)), color-stop(100%,rgba(0,102,153,1)));
	background: -webkit-linear-gradient(left, rgba(0,102,153,1) 0%,rgba(0,102,153,0.5) 50%,rgba(0,102,153,1) 100%);
	background: -o-linear-gradient(left, rgba(0,102,153,1) 0%,rgba(0,102,153,0.5) 50%,rgba(0,102,153,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,102,153,1) 0%,rgba(0,102,153,0.5) 50%,rgba(0,102,153,1) 100%);
	background: linear-gradient(to right, rgba(0,102,153,1) 0%,rgba(0,102,153,0.5) 50%,rgba(0,102,153,1) 100%);
	position: relative;
}
.entry .products_a .p003_b p { margin-bottom: 0; }
.entry .products_a .p003_b img {
	position: absolute;
/*
	top: 15px;
*/
	top: -10px;
	left: 30px;
}
.entry .products_a .p003_b ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}
.entry .products_a .p003_b ul li { padding-left: 1.25em; }
.entry .products_a .p003_b ul li:before {
	content: '※';
	width: 1.25em;
	margin-left: -1.25em;
	float: left;
}

/*-----------------------------------------------------
	p003_a
------------------------------------------------------*/

.entry .products_a .p003_a {
	border-top: 1px solid #e5e5e5;
	clear: both;
	height: 128px;
	padding: 30px 20px 30px 60px;
	position: relative;
}
.entry .products_a .p003_a h4 {
	margin-bottom: 0;
	font-weight: normal;
	font-size: 18px;
	color: #000;
}
.entry .products_a .p003_a h5 {
	margin-bottom: 0;
	font-weight: normal;
	font-size: 13px;
}
.entry .products_a .p003_a h5:before {
	content: '品番';
	background: #666;
	color: #fff;
	font-size: 12px;
	padding: 0.2em 0.5em;
	margin-right: 1em;
}
.entry .products_a .p003_a .wp-image-3676 {
	margin-left: 50px;
}
.entry .products_a .p003_a .link {
	position: absolute;
	bottom: 0;
	left: 50%;
}
.entry .products_a .p003_a .link a {
	color: #0091a1;
}
.entry .products_a .p003_a .link:after {
	margin-left: 0.5em;
	content: url('images/icon_07.png');
}

/*-----------------------------------------------------
	p004_h
------------------------------------------------------*/

.entry .products_a .p004_h {
	margin: 20px 30px 30px 30px;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	-o-column-count: 2;
	-ms-column-count: 2;
	height: 11em;
}
.entry .products_a .p004_h p {
	margin-bottom: 0;
}

/*-----------------------------------------------------
	p004_g
------------------------------------------------------*/

.entry .products_a .p004_g {
	margin-bottom: 50px;
	position: relative;
}
.entry .products_a .p004_g:after {
	position: absolute;
	width: 100%;
	content: '';
	height: 10px;
	background: url('images/bg_01.png') no-repeat 50% 100%;
	bottom: -10px;
	left: 0;
}
.entry .products_a .p004_g .block {
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 30px;
}
.entry .products_a .p004_g .block:nth-of-type(even) {
	background: #f2f2f2;
	background: -moz-linear-gradient(left, #ffffff 25%, #f2f2f2 50%, #ffffff 75%);
	background: -webkit-gradient(linear, left top, right top, color-stop(25%,#ffffff), color-stop(50%,#f2f2f2), color-stop(75%,#ffffff));
	background: -webkit-linear-gradient(left, #ffffff 25%,#f2f2f2 50%,#ffffff 75%);
	background: -o-linear-gradient(left, #ffffff 25%,#f2f2f2 50%,#ffffff 75%);
	background: -ms-linear-gradient(left, #ffffff 25%,#f2f2f2 50%,#ffffff 75%);
	background: linear-gradient(to right, #ffffff 25%,#f2f2f2 50%,#ffffff 75%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f2f2f2',GradientType=1 );
}
.entry .products_a .p004_g .block .black {
	font-size: 28px;
	font-weight: normal;
	color: #000;
}
.entry .products_a .p004_g .block h5 {
	font-size: 16px;
	margin-bottom: 0;
	color: #366486;
}
.entry .products_a .p004_g .block h5 .small {
	font-size: 13px;
	font-weight: normal;
	color: #000;
}
.entry .products_a .p004_g .block h5.number {
	font-size: 18px;
	margin-bottom: 10px;
}
.entry .products_a .p004_g .block h5.number:before {
	background: #366486;
	color: #fff;
	width: 35px;
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
	display: inline-block;
	margin-right: 0.75em;
}
.entry .products_a .p004_g .block h5.first:before { content: '01'; }
.entry .products_a .p004_g .block h5.second:before { content: '02'; }
.entry .products_a .p004_g .block h5.third:before { content: '03'; }
.entry .products_a .p004_g .block .dotted {
	font-size: 0;
	border: 0;
	border-bottom: 2px dotted #999;
	margin: 20px 0;
}
.entry .products_a .p004_g .block .photo {
	margin: 0 30px 20px 60px;
}
.entry .products_a .p004_g .block .photo ul {
	display: table;
	width: 100%;
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
	table-layout: fixed;
	border: 1px solid #83b5de;
	background: #e5f0f8;
}
.entry .products_a .p004_g .block .photo ul li {
	display: table-cell;
	padding: 20px;
	text-align: center;
}
.entry .products_a .p004_g .block .dent {
	width: 585px;
	height: 560px;
	position: relative;
}
.entry .products_a .p004_g .block .dent dl {
	width: 190px;
	margin-bottom: 0;
	position: absolute;
	top: 325px;
	right: 0;
}
.entry .products_a .p004_g .block .right {
	width: 219px;
	float: right;
	text-align: center;
}
.entry .products_a .p004_g .block .right p {
	font-size: 12px;
}
.entry .products_a .p004_g .block .left {
	width: 400px;
	float: left;
}
.entry .products_a .p004_g .block .left ul {
	list-style: none;
	margin-left: 0;
}
.entry .products_a .p004_g .block .left ul li {
	padding-left: 1.5em;
}
.entry .products_a .p004_g .block .left ul li:before {
	content: '＊';
	width: 1.5em;
	margin-left: -1.5em;
	float: left;
}
.entry .products_a .p004_g .block .left table {
	width: 100%;
	table-layout: fixed;
	text-align: center;
}
.entry .products_a .p004_g .block .left table th {
	border: 1px solid #687fa4;
	background: #e4ebf0;
	color: #687fa4;
}
.entry .products_a .p004_g .block .left table td {
	border: 1px solid #687fa4;
}
.entry .products_a .p004_g .block .left ul.frame {
	border: 3px solid #83b5de;
	padding: 1em;
	background: #fff;
}
.entry .products_a .p004_g .block .left ul.frame li:before {
	content: '■';
}
.entry .products_a .p004_g .block .tabular {
	width: 100%;
	display: table;
	table-layout: fixed;
}
.entry .products_a .p004_g .block .tabular .box {
	display: table-cell;
	padding: 0 20px;
	vertical-align: top;
}
.entry .products_a .p004_g .block .tabular .box h6 {
	color: #366480;
	font-size: 16px;
}
.entry .products_a .p004_g .block .tabular .box h6:before {
	content: url('images/icon_04.gif');
	width: 1em;
	margin-left: -1em;
	display: inline-block;
}
.entry .products_a .p004_g .block .tabular .box p {
	margin-bottom: 10px;
}

/*-----------------------------------------------------
	p024_a
------------------------------------------------------*/

.entry .products_a .p024_a {
	margin-bottom: 20px;
	position: relative;
}
.entry .products_a .p024_a:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 10px;
	background: url('images/bg_01.png') no-repeat 50% 100%;
	bottom: -10px;
	left: 0;
}
.entry .products_a .p024_a .block {
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 30px;
}
.entry .products_a .p024_a .block:nth-of-type(even) {
	position: relative;
	background: #f2f2f2;
	background: -moz-linear-gradient(left, #ffffff 25%, #f2f2f2 50%, #ffffff 75%);
	background: -webkit-gradient(linear, left top, right top, color-stop(25%,#ffffff), color-stop(50%,#f2f2f2), color-stop(75%,#ffffff));
	background: -webkit-linear-gradient(left, #ffffff 25%,#f2f2f2 50%,#ffffff 75%);
	background: -o-linear-gradient(left, #ffffff 25%,#f2f2f2 50%,#ffffff 75%);
	background: -ms-linear-gradient(left, #ffffff 25%,#f2f2f2 50%,#ffffff 75%);
	background: linear-gradient(to right, #ffffff 25%,#f2f2f2 50%,#ffffff 75%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f2f2f2',GradientType=1 );
}
.entry .products_a .p024_a .block h4 {
	font-size: 28px;
	font-weight: normal;
	color: #000;
}
.entry .products_a .p024_a .block .inline {
	float: left;
	margin-right: 1em;
}
.entry .products_a .p024_a .block h5 {
	font-size: 16px;
	color: #366480;
}
.entry .products_a .p024_a .block h6 {
	font-size: 12px;
	color: #666;
	font-weight: normal;
	padding-left: 3.5em;
}
.entry .products_a .p024_a .block h6:before {
	content: '品番';
	color: #fff;
	background: #666;
	display: inline-block;
	width: 3em;
	margin-right: 0.5em;
	margin-left: -3.5em;
	text-align: center;
}
.entry .products_a .p024_a .block h4.inline + h6:before {
	margin-left: 0;
	margin-top: 1em;
}
.entry .products_a .p024_a .block hr { margin-bottom: 30px; }
.entry .products_a .p024_a .block p.cad:after {
	content: url('images/linkIconArr.gif');
	margin-left: 0.25em;
}
.entry .products_a .p024_a .block p.zoom:after {
	content: url('images/icon_08.png');
	margin-left: 0.25em;
}
.entry .products_a .p024_a .block p:last-child, .entry .products_a .p024_a .block ul:last-child, .entry .products_a .p024_a .block table:last-child { margin-bottom: 0; }
.entry .products_a .p024_a .block ul {
	list-style: none;
	margin-left: 0;
}
.entry .products_a .p024_a .block ul li { padding-left: 20px; }
.entry .products_a .p024_a .block ul li:before {
	content: url('images/icon_06.gif');
	width: 20px;
	margin-left: -20px;
	float: left;
}
.entry .products_a .p024_a .block ul.half li {
	display: inline-block;
	width: 40%;
	margin-right: 20px;
}
.entry .products_a .p024_a .block .menu { font-size: 0; }
.entry .products_a .p024_a .block .menu li {
	font-size: 13px;
	display: inline;
	margin: 0 1em;
	padding-left: 0;
}
.entry .products_a .p024_a .block .menu li:before {
	content: none;
	width: auto;
	margin-left: auto;
	float: none;
}
.entry .products_a .p024_a .block .menu li:first-child:after {
	content: url('images/icon_08.png');
	margin-left: 0.5em;
}
.entry .products_a .p024_a .block .menu li:nth-child(2):after {
	content: url('images/linkIconArr.gif');
	margin-left: 0.5em;
}
.entry .products_a .p024_a .block table {
	text-align: center;
	width: 100%;
}
.entry .products_a .p024_a .block table.half {
	float: right;
	width: 50%;
}
.entry .products_a .p024_a .block table th {
	border: 1px solid #5c7fa8;
	background: #e4ecf3;
	color: #5c7fa8;
	vertical-align: middle;
}
.entry .products_a .p024_a .block table td {
	border: 1px solid #5c7fa8;
	vertical-align: middle;
	color: #333;
}
.entry .products_a .p024_a .block table tr:nth-child(even) { background: #e5e5e5; }
.entry .products_a .p024_a .block table tr td:first-child { background: #f2ecc7; }
.entry .products_a .p024_a .block .postion_a {
	position: absolute;
	top: 10px;
	left: 200px;
}
.entry .products_a .p024_a .block .postion_b {
	margin-top: -150px;
	margin-right: 50px;
}

/*-----------------------------------------------------
	p016_a
------------------------------------------------------*/

.entry .products_a .p016_a {
	margin: -10px 0 20px 0;
	position: relative;
}
.entry .products_a .p016_a:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 10px;
	background: url('images/bg_01.png') no-repeat 50% 100%;
	bottom: -10px;
	left: 0;
}
.entry .products_a .p016_a .block {
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 30px;
}
.entry .products_a .p016_a h4 {
	font-size: 28px;
	font-weight: normal;
	color: #000;
}
.entry .products_a .p016_a h4 .small { font-size: 21px; }
.entry .products_a .p016_a p { margin-bottom: 0; }
.entry .products_a .p016_a table {
	font-size: 12px;
	color: #000;
	text-align: center;
	margin-bottom: 5px;
}
.entry .products_a .p016_a table .gray { background: #f2f2f2; }
.entry .products_a .p016_a table th { background: #d3eef4; }
.entry .products_a .p016_a table td { vertical-align: middle; }
.entry .products_a .p016_a .table_a {
	width: 250px;
	table-layout: fixed;
}
.entry .products_a .p016_a .table_b {
	margin-left: 300px;
	width: 350px;
	table-layout: fixed;
}
.entry .products_a .p016_a .annotation {
	margin-left: 300px;
	font-size: 12px;
}
.entry .products_a .p016_a .block:nth-child(even) {
	background: #f2f2f2;
	background: -moz-linear-gradient(left, #ffffff 25%, #f2f2f2 50%, #ffffff 75%);
	background: -webkit-gradient(linear, left top, right top, color-stop(25%,#ffffff), color-stop(50%,#f2f2f2), color-stop(75%,#ffffff));
	background: -webkit-linear-gradient(left, #ffffff 25%,#f2f2f2 50%,#ffffff 75%);
	background: -o-linear-gradient(left, #ffffff 25%,#f2f2f2 50%,#ffffff 75%);
	background: -ms-linear-gradient(left, #ffffff 25%,#f2f2f2 50%,#ffffff 75%);
	background: linear-gradient(to right, #ffffff 25%,#f2f2f2 50%,#ffffff 75%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f2f2f2',GradientType=1 );
}

/*-----------------------------------------------------
	p027_d
------------------------------------------------------*/

.entry .products_a .p027_d {
	padding: 30px 40px;
}
.entry .products_a .p027_d table {
	width: 100%;
	font-size: 12px;
	margin-bottom: 5px;
}
.entry .products_a .p027_d table th {
	text-align: center;
	background: #e5e0ec;
	vertical-align: middle;
}
.entry .products_a .p027_d ol {
	list-style: none;
	margin-left: 2em;
	margin-bottom: 0;
}
.entry .products_a .p027_d ol li:before {
	float: left;
	width: 2em;
	margin-left: -2em;
}
.entry .products_a .p027_d ol li:first-child:before { content: '※1'; }
.entry .products_a .p027_d ol li:nth-child(2):before { content: '※2'; }

/*-----------------------------------------------------
	p027_c
------------------------------------------------------*/

.entry .products_a .p027_c {
	background: #f2f2f2;
	background: -moz-linear-gradient(left, #ffffff 25%, #f2f2f2 50%, #ffffff 75%);
	background: -webkit-gradient(linear, left top, right top, color-stop(25%,#ffffff), color-stop(50%,#f2f2f2), color-stop(75%,#ffffff));
	background: -webkit-linear-gradient(left, #ffffff 25%,#f2f2f2 50%,#ffffff 75%);
	background: -o-linear-gradient(left, #ffffff 25%,#f2f2f2 50%,#ffffff 75%);
	background: -ms-linear-gradient(left, #ffffff 25%,#f2f2f2 50%,#ffffff 75%);
	background: linear-gradient(to right, #ffffff 25%,#f2f2f2 50%,#ffffff 75%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f2f2f2',GradientType=1 );
	margin-bottom: 20px;
	position: relative;
}
.entry .products_a .p027_c .block {
	border-bottom: 1px solid #e5e5e5;
	padding: 30px 40px;
}
.entry .products_a .p027_c .block:first-child { border-top: 1px solid #e5e5e5; }
.entry .products_a .p027_c .block h4 {
	font-size: 27px;
	font-weight: normal;
	color: #000;
	margin-bottom: 0.25em;
}
.entry .products_a .p027_c .block p { margin-bottom: 5px; }
.entry .products_a .p027_c:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 10px;
	background: url('images/bg_01.png') no-repeat 50% 100%;
	bottom: -10px;
	left: 0;
}

/*-----------------------------------------------------
	p027_b
------------------------------------------------------*/

.entry .products_a .p027_b { padding: 20px 0; }

/*-----------------------------------------------------
	p027_a
------------------------------------------------------*/

.entry .products_a .p027_a {
	padding: 30px 60px;
	border-bottom: 1px solid #e5e5e5;
	background: #fff;
	position: relative;
	margin-top: -10px;
	margin-bottom: 20px;
}
.entry .products_a .p027_a:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 10px;
	background: url('images/bg_01.png') no-repeat 50% 100%;
	bottom: -10px;
	left: 0;
}
.entry .products_a .p027_a h4 {
	font-size: 18px;
	margin-bottom: 0;
}
.entry .products_a .p027_a h4:before {
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	color: #fff;
	background: #366485;
	line-height: 1;
	padding: 0.2em 1em;
	margin-right: 1em;
}
.entry .products_a .p027_a h4:first-of-type:before { content: '01'; }
.entry .products_a .p027_a h4:nth-of-type(2):before { content: '02'; }
.entry .products_a .p027_a h4:nth-of-type(3):before { content: '03'; }
.entry .products_a .p027_a h4:nth-of-type(4):before { content: '04'; }
.entry .products_a .p027_a p {
	margin-bottom: 1em;
}
.entry .products_a .p027_a ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}
.entry .products_a .p027_a ul li:after {
	content: url('images/linkIconArr.gif');
	margin-left: 0.5em;
}
.entry .products_a .p027_a hr {
	font-size: 0;
	border: 0;
	border-bottom: 2px dotted #666;
	margin: 10px 0;
}

/*-----------------------------------------------------
	p026_c
------------------------------------------------------*/

.entry .products_a .p026_c {
	padding: 30px 40px;
	border-bottom: 1px solid #e5e5e5;
	background: #f2f2f2;
	background: -moz-linear-gradient(left, #ffffff 25%, #f2f2f2 50%, #ffffff 75%);
	background: -webkit-gradient(linear, left top, right top, color-stop(25%,#ffffff), color-stop(50%,#f2f2f2), color-stop(75%,#ffffff));
	background: -webkit-linear-gradient(left, #ffffff 25%,#f2f2f2 50%,#ffffff 75%);
	background: -o-linear-gradient(left, #ffffff 25%,#f2f2f2 50%,#ffffff 75%);
	background: -ms-linear-gradient(left, #ffffff 25%,#f2f2f2 50%,#ffffff 75%);
	background: linear-gradient(to right, #ffffff 25%,#f2f2f2 50%,#ffffff 75%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f2f2f2',GradientType=1 );
	position: relative;
	margin-top: -10px;
	margin-bottom: 20px;
}
.entry .products_a .p026_c:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 10px;
	background: url('images/bg_01.png') no-repeat 50% 100%;
	bottom: -10px;
	left: 0;
}
.entry .products_a .p026_c table {
	width: 100%;
	color: #000;
	text-align: center;
}
.entry .products_a .p026_c table th {
	background: #bedaf1;
	vertical-align: middle;
}
.entry .products_a .p026_c table td {
	vertical-align: middle;
}
.entry .products_a .p026_c .table_a caption {
	padding: 0;
	border: 0;
	text-align: left;
}
.entry .products_a .p026_c .table_a tr td:first-child, .entry .products_a .p026_c .table_c tbody tr:nth-child(odd) td:first-child { background: #7ab5e3; }
.entry .products_a .p026_c .table_b, .entry .products_a .p026_c .table_c { margin-bottom: 5px; }
.entry .products_a .p026_c .table_b tr td:first-child { background: #f9dddc; }
.entry .products_a .p026_c .table_c tbody tr:nth-child(even) { background: #dadada; }
.entry .products_a .p026_c h5 {
	font-size: 18px;
	color: #366480;
	margin-bottom: 0.25em;
	margin-left: -1em;
}
.entry .products_a .p026_c h5:before { content: '■'; }
.entry .products_a .p026_c ol {
	list-style: none;
	margin-left: 2.5em;
}
.entry .products_a .p026_c ol li:before {
	float: left;
	width: 2.5em;
	margin-left: -2.5em;
}
.entry .products_a .p026_c ol li:first-child:before { content: '注1.'; }
.entry .products_a .p026_c ol li:nth-child(2):before { content: '注2.'; }

/*-----------------------------------------------------
	p026_b
------------------------------------------------------*/

.entry .products_a .p026_b {
	padding: 20px 30px;
	border-bottom: 1px solid #e5e5e5;
	background: #fff;
	position: relative;
	margin-top: -20px;
	margin-bottom: 20px;
}
.entry .products_a .p026_b:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 10px;
	background: url('images/bg_01.png') no-repeat 50% 100%;
	bottom: -10px;
	left: 0;
}
.entry .products_a .p026_b h3 {
	color: #000;
	font-weight: normal;
	font-size: 30px;
	line-height: 1;
	border-bottom: 0;
	margin-bottom: 0;
	padding: 0;
	float: left;
	width: 300px;
}
.entry .products_a .p026_b h3:before {
	content: none;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 300px;
}
.entry .products_a .p026_b h3 .small {
	font-size: 18px;
}
.entry .products_a .p026_b p {
	color: #000;
	margin-bottom: 0;
	margin-left: 300px;
}
.entry .products_a .p026_b .block {
	padding-top: 20px;
	clear: both;
}
.entry .products_a .p026_b .block p {
	margin-left: auto;
	margin-bottom: 20px;
}
.entry .products_a .p026_b .block ul {
	text-align: right;
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}
.entry .products_a .p026_b .block ul li:after {
	content: url('images/linkIconArr.gif');
	margin-left: 0.5em;
}

/*-----------------------------------------------------
	p026_a
------------------------------------------------------*/

.entry .products_a .p026_a {
	padding: 0 20px 5px 20px;
	text-align: right;
}
.entry .products_a .p026_a ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}
.entry .products_a .p026_a ul li:after {
	content: url('images/linkIconArr.gif');
	margin-left: 0.5em;
}

/*-----------------------------------------------------
	contact_a
------------------------------------------------------*/

.entry .contact_a {
	padding: 15px;
	margin: 0 100px;
	border: 1px solid #e5e5e5;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}
.entry .contact_a address {
	margin-bottom: 0;
	font-size: 24px;
}
.entry .contact_a address strong {
	color: #36648c;
	font-size: 42px;
	margin-left: 0.5em;
	letter-spacing: 0.05em;
	text-shadow: 0 0 5px rgba(0,0,0,0.15);
}
.entry .contact_a address strong:before {
	content: url('images/icon_12.png');
	margin-right: 0.2em;
}

/*-----------------------------------------------------
	caddata_a
------------------------------------------------------*/

.entry .caddata_a {
	clear: both;
	position: relative;
	padding: 20px 0 20px 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.entry .caddata_a .block {
	font-size: 0;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	width: 218px;
	height: 235px;
	float: left;
	margin-right: 15px;
	position: relative;
}
.entry .caddata_a .block h3 {
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 13px;
	font-weight: normal;
	color: #4b64a0;
	border-bottom: none;
	padding: 0 5px 0 1.3em;
	text-indent: -1.3em;
}
.entry .caddata_a .block h3:before {
	content: url('images/icon_06.gif');
}
.entry .caddata_a .block .inner {
	position: absolute;
	padding: 5px;
	left: 0;
	bottom: 0;
	width: 100%;
}
.entry .caddata_a .block .inner h4 {
	font-size: 16px;
	text-align: center;
	margin-bottom: 0;
	text-shadow: 0 0 3px rgba(255,255,255,1);
}
.entry .caddata_a .block .inner p {
	font-size: 13px;
	margin-bottom: 0;
}
.entry .caddata_a:after {
	position: absolute;
	width: 100%;
	content: '';
	height: 10px;
	background: url('images/bg_01.png') no-repeat 50% 100%;
	bottom: -10px;
	left: 0;
}
.entry .caddata_a:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
.entry .caddata_a:last-child:after {
	position: static;
	width: auto;
	content: none;
	height: auto;
	background: none;
	bottom: auto;
	left: auto;
}

/*-----------------------------------------------------
	p001_g
------------------------------------------------------*/

.entry .products_a .p001_g {
	border-top: 1px solid #e5e5e5;
	position: relative;
}
.entry .products_a .p001_g .inner {
	padding: 20px;
}
.entry .products_a .p001_g h4 {
	font-size: 28px;
	font-weight: normal;
	color: #000;
	margin-bottom: 0;
}
.entry .products_a .p001_g h5 {
	font-size: 12px;
	font-weight: normal;
	display: inline-block;
	float: left;
	padding: 0.2em 0.5em;
	background: #666;
	color: #fff;
	margin-right: 10px;
}
.entry .products_a .p001_g .block {
	clear: both;
	display: table;
	width: 100%;
}
.entry .products_a .p001_g .block .left {
	display: table-cell;
	width: 221px;
	text-align: right;
}
.entry .products_a .p001_g .block .left p {
	margin-bottom: 5px;
}
.entry .products_a .p001_g .block .left ul {
	list-style: none;
}
.entry .products_a .p001_g .block .left ul li:after {
	content: url('images/icon_08.png');
	margin-left: 0.25em;
}
.entry .products_a .p001_g .block .right {
	display: table-cell;
	vertical-align: top;
	padding-left: 30px;
}
.entry .products_a .p001_g .block .right h6 {
	font-size: 16px;
	color: #4b64a0;
}
.entry .products_a .p001_g .block .right ul {
	list-style: none;
	margin-left: 0;
}
.entry .products_a .p001_g .block .right ul li {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.entry .products_a .p001_g .block .right ul li:before {
	content: url('images/icon_06.gif');
	margin-right: 10px;
}
.entry .products_a .p001_g .block .right p:after {
	margin-left: 0.5em;
	content: url('images/linkIconArr.gif');
}
.entry .products_a .p001_g .bottom {
	clear: both;
	display: table;
	width: 100%;
}
.entry .products_a .p001_g .bottom h5 {
	font-size: 21px;
	display: block;
	float: none;
	padding: 0;
	background: none;
	color: #000;
	margin-right: 0;
}

/*-----------------------------------------------------
	example_a
------------------------------------------------------*/

.entry .example_a {
	margin-bottom: 30px;
}
.entry .example_a dl {
	font-size: 16px;
	display: table;
	width: 500px;
	border-bottom: 1px dotted #666;
	margin-bottom: 0;
}
.entry .example_a dl:first-child {
	border-top: 1px dotted #666;
}
.entry .example_a dl dt {
	display: table-cell;
	padding: 0.5em 0;
	vertical-align: top;
	width: 100px;
}
.entry .example_a dl dd {
	display: table-cell;
	padding: 0.5em 0;
	vertical-align: top;
}
.entry .example_a dl dd span {
	letter-spacing: 0.15em;
	display: inline-block;
	padding: 0.1em 0.4em;
	margin-left: 1em;
	background: #c00;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	box-shadow: 0 0 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.25);
	-o-box-shadow: 0 0 3px rgba(0,0,0,0.25);
	-ms-box-shadow: 0 0 3px rgba(0,0,0,0.25);
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.5);
}