@charset "utf-8";

/*=================================
	enzymes.css
================================ */

/* common */
#container {
	background: url(/enzymes/images/com_bg01.jpg) no-repeat 50% 0;
}
#container.popup {
	background: none;
}
#bodyArea.noNavi {
	padding: 0;
}
.inner {
	padding: 20px 20px 50px;
}
.heading01 {
	border-color: #666666;
}
.heading01 span {
	color: #666666;
}

/* main */
.mainImg {
	position: relative;
	width: 974px;
	height: 300px;
	background: url(/enzymes/images/index_bg01.jpg) no-repeat 0 0;
}
.mainImg .headingBox {
	position: absolute;
	left: 50px;
	top: 32px;
	width: 350px;
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 6px;
}
.mainImg .headingBox .heading01 {
	padding: 15px 0;
	background: url(/enzymes/images/index_bg02.png) no-repeat 0 100%;
	border: none;
	text-align: center;
	font-size: 28px;
	font-size: 2.8rem;
}
#english .mainImg .headingBox .heading01 {
	font-size: 20px;
	font-size: 2.0rem;
}
.mainImg .headingBox .leadTxt01 {
	margin-top: 0 !important;
	padding: 15px 0;
	text-align: center;
}
#english .mainImg .headingBox .leadTxt01 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* tab */
.enzymesTab01 {
	margin-top: 0;
}
.enzymesTab01 .list {
	position: relative;
	border-bottom: none;
	z-index: 15;
}
.enzymesTab01 .list li {
	border-top: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-radius: 5px 5px 0 0;
}
.enzymesTab01 .list li a {
	padding-top: 10px;
	padding-bottom: 10px;
	border: none;
	font-weight: bold;
	font-size: 22px;
	font-size: 2.2rem;
	color: #666666;
}
#english .enzymesTab01 .list li a {
	font-size: 15px;
	font-size: 1.5rem;
}
.enzymesTab01 .list li br {
	display: none;
}
.enzymesTab01 .list li.on {
	border: solid 3px #e3ac64;
	border-bottom: none;
	border-radius: 6px 6px 0 0;
	z-index: 20;
}
.enzymesTab01 .list li.on a {
	padding-top: 7px;
	padding-bottom: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeed9', endColorstr='#ffffff', GradientType=0)";
	background: -webkit-linear-gradient(#ffeed9 0%, #ffffff 100%);
	background: linear-gradient(#ffeed9 0%, #ffffff 100%);
	border-color: #ffffff;
	color: #c0883f;
}
.enzymesTab01 .tabBox {
	position: relative;
	margin-top: -3px;
	padding-top: 35px;
	min-height: 735px;
	border-top: solid 3px #e3ac64;
	z-index: 10;
}
.enzymesTab02 {
	margin-top: 0;
}
.enzymesTab02 .list {
	position: relative;
	border-bottom: none;
	z-index: 15;
}
.enzymesTab02 .list li {
	width: 24%;
	margin-left: 1%;
}
.enzymesTab02.tabListNum03 .list {
	padding-left: 0;
}
.enzymesTab02.tabListNum03 .list li {
	width: 32%;
	margin-left: 1%;
}
.enzymesTab02.tabListNum03 .list li:last-child {
	margin-right: 1%;
}
#english .enzymesTab02 .list li {
	width: 49%;
	margin-left: 1%;
}
.enzymesTab02 .list li a {
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-weight: bold;
	font-size: 22px;
	font-size: 2.2rem;
	color: #666666;
}
#english .enzymesTab02 .list li a {
	font-size: 15px;
	font-size: 1.5rem;
}
.enzymesTab02 .list li:nth-child(1) a {
	background: #dde9ff;
	border-color: #dde9ff;
}
.enzymesTab02 .list li:nth-child(2) a {
	background: #d0ebea;
	border-color: #d0ebea;
}
.enzymesTab02 .list li:nth-child(3) a {
	background: #cde6f3;
	border-color: #cde6f3;
}
.enzymesTab02 .list li:nth-child(4) a {
	background: #dfe7c2;
	border-color: #dfe7c2;
}
.enzymesTab02 .list li br {
	display: none;
}
.enzymesTab02 .list li.on {
	border-bottom: none;
	border-radius: 6px 6px 0 0;
	z-index: 20;
}
.enzymesTab02 .list li.on a {
	padding-top: 9px;
	padding-bottom: 8px;
	border-color: #ffffff;
}
.enzymesTab02 .list li:nth-child(1).on {
	border: solid 2px #6d98e0;
	border-bottom: none;
}
.enzymesTab02 .list li:nth-child(1).on a {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#dde9ff', endColorstr='#ffffff', GradientType=0)";
	background: -webkit-linear-gradient(#dde9ff 0%, #ffffff 100%);
	background: linear-gradient(#dde9ff 0%, #ffffff 100%);
	color: #6d98e0;
}
.enzymesTab02 .list li:nth-child(2).on {
	border: solid 2px #d0ebea;
	border-bottom: none;
}
.enzymesTab02 .list li:nth-child(2).on a {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#cdf1f2', endColorstr='#ffffff', GradientType=0)";
	background: -webkit-linear-gradient(#cdf1f2 0%, #ffffff 100%);
	background: linear-gradient(#cdf1f2 0%, #ffffff 100%);
	color: #64bcbb;
}
.enzymesTab02 .list li:nth-child(3).on {
	border: solid 2px #cde6f3;
	border-bottom: none;
}
.enzymesTab02 .list li:nth-child(3).on a {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#cbe9f8', endColorstr='#ffffff', GradientType=0)";
	background: -webkit-linear-gradient(#cbe9f8 0%, #ffffff 100%);
	background: linear-gradient(#cbe9f8 0%, #ffffff 100%);
	color: #58add6;
}
.enzymesTab02 .list li:nth-child(4).on {
	border: solid 2px #dfe7c2;
	border-bottom: none;
}
.enzymesTab02 .list li:nth-child(4).on a {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9e8a5', endColorstr='#ffffff', GradientType=0)";
	background: -webkit-linear-gradient(#d9e8a5 0%, #ffffff 100%);
	background: linear-gradient(#d9e8a5 0%, #ffffff 100%);
	color: #94af36;
}
.enzymesTab02 .tabBox {
	position: relative;
	margin-top: -2px;
	padding-top: 35px;
	border-top: solid 3px #e3ac64;
	z-index: 10;
}
.enzymesTab02 .tabBox .heading03 {
	margin: 30px 0 0;
	padding: 5px 15px;
	border-radius: 5px;
	color: #ffffff;
}
.enzymesCol01.type01 .heading04_type-tb-head {
	margin: 30px 0 0;
	padding: 5px 15px;
	border-radius: 5px;
	color: #ffffff;
	border: none;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.enzymesTab02 .tabBox .table01 .lv03 {
	border-right: solid 1px #ffffff;
}
.enzymesTab02 .tabBox .table01 .lv03:last-child {
	border-right: solid 1px #cccccc;
}
.enzymesTab02 .tabBox .table01 {
	border-left: solid 1px #cccccc;
}
.enzymesTab02 .tabBox .table01 td {
	border-right: solid 1px #cccccc;
}
.enzymesTab02 .tabBox *:first-child {
	margin: 0;
}
.enzymesTab02 #tab01 {
	border-top: solid 2px #6d98e0;
}
.enzymesTab02 #tab01 .heading03 {
	background: #6d98e0;
}
.enzymesTab02 #tab02 {
	border-top: solid 2px #d0ebea;
}
.enzymesTab02 #tab02 .heading03 {
	background: #d0ebea;
}
.enzymesTab02 #tab03 {
	border-top: solid 2px #cde6f3;
}
.enzymesTab02 #tab03 .heading03 {
	background: #cde6f3;
}
.enzymesTab02 #tab04 {
	border-top: solid 2px #dfe7c2;
}
.enzymesTab02 #tab04 .heading04_type-tb-head {
	background: #dfe7c2;
}
.enzymesCol01.type01 .heading04_type-tb-head {
	background: #6d98e0;
}
.enzymesCol01.type02 .heading04_type-tb-head {
	background: #d0ebea;
}
.enzymesCol01.type03 .heading04_type-tb-head {
	background: #cde6f3;
}
.enzymesCol01.type04 .heading04_type-tb-head {
	background: #dfe7c2;
}
.enzymesAnc01 {
  display: inline-block;
	margin-right: -14px;
}
.enzymesAnc01 li {
	float: left;
	width: 223px;
	margin-right: 14px;
	border: solid 1px #cccccc;
	border-radius: 3px;
	text-align: center;
}
.enzymesAnc01 li.type01 {
	background: url(/enzymes/images/index_bg03.gif) no-repeat 50% 0;
}
.enzymesAnc01 li.type02 {
	background: url(/enzymes/images/index_bg04.gif) no-repeat 50% 0;
}
.enzymesAnc01 li.type03 {
	background: url(/enzymes/images/index_bg05.gif) no-repeat 50% 0;
}
.enzymesAnc01 li.type04 {
	background: url(/enzymes/images/index_bg06.gif) no-repeat 50% 0;
}
.enzymesAnc01 li a {
	position: relative;
	display: block;
	height: 115px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
.enzymesAnc01 li.type01 a {
	background: url(/enzymes/images/index_bg07.png) repeat-x 0 100%;
}
.enzymesAnc01 li.type02 a {
	background: url(/enzymes/images/index_bg08.png) repeat-x 0 100%;
}
#english .enzymesAnc01 li.type02 a {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
}
.enzymesAnc01 li.type03 a {
	background: url(/enzymes/images/index_bg09.png) repeat-x 0 100%;
}
.enzymesAnc01 li.type04 a {
	background: url(/enzymes/images/index_bg10.png) repeat-x 0 100%;
}
.enzymesAnc01 li a span {
	display: block;
	position: absolute;
	width: 100%;
	bottom: 5px;
}
.enzymesAnc01 li a span.enzymesAnc01Adjust {
	font-size: 16px;
}
.enzymesAnc01 li a:hover span {
	text-decoration: underline;
}
.enzymesAnc01 li a img {
	position: absolute;
	bottom: -11px;
	left: 50%;
	margin-left: -13px;
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.enzymesCol01 {
	position: relative;
	margin-top: 30px;
	padding: 0 15px 15px;
	border-radius: 5px;
}
.enzymesCol01.type01 {
	margin-top: 50px;
	background: #6d98e0;
}
#english .enzymesCol01.type01 {
	margin-top: 0;
	background: #6d98e0;
}
.enzymesCol01.type02 {
	background: #64bcbb;
}
.enzymesCol01.type03 {
	background: #58add6;
}
.enzymesCol01.type04 {
	margin-bottom: 50px;
	background: #94af36;
}
.enzymesCol01 .title {
	width: 100%;
	position: absolute;
	top: -20px;
	padding: 0 30px 20px 170px;
}
.enzymesCol01.type04 .title {
	padding: 0 30px 44px 170px;
}
.enzymesCol01 .title .headingBox {
	float: left;
}
.enzymesCol01.type01 .title .headingBox {
	width: 44em;
}
.enzymesCol01.type02 .title .headingBox {
	width: 44em;
}
.enzymesCol01.type03 .title .headingBox {
	width: 42em;
}
.enzymesCol01.type04 .title .headingBox {
	/*width: 39em;*/
}
#english .enzymesCol01 .title .headingBox {
	float: none;
	width: auto;
}
.enzymesCol01 .title .heading02 {
	float: left;
	margin: 45px 15px 0 0;
	border: none;
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: bold;
	color: #ffffff;
}
#english .enzymesCol01 .title .heading02 {
	float: none;
	margin: 25px 0 0;
	font-size: 22px;
	font-size: 2.2rem;
}
.enzymesCol01.type03 .title .heading02 {
	margin-top: 35px;
}
.enzymesCol01.type01 .title {
	background: url(/enzymes/images/index_bg11.png) no-repeat 0 0;
}
.enzymesCol01.type02 .title {
	background: url(/enzymes/images/index_bg13.png) no-repeat 0 0;
}
.enzymesCol01.type03 .title {
	background: url(/enzymes/images/index_bg14.png) no-repeat 0 0;
}
.enzymesCol01.type04 .title {
	background: url(/enzymes/images/index_bg15.png) no-repeat 0 0;
}
.enzymesCol01 .title .copy {
	overflow: hidden;
	margin-top: 55px !important;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #ffffff;
}
#english .enzymesCol01 .title .copy {
	margin-top: 0 !important;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
}
.enzymesCol01 .title .btnLink01 {
	float: right;
	margin-top: 55px !important;
	margin-left: 15px;
}
#english .enzymesCol01 .title .btnLink01 {
	float: none;
	margin-top: 10px !important;
	margin-left: 0;
}
.enzymesCol01.type03 .title .copy,
.enzymesCol01.type03 .title .btnLink01 {
	margin-top: 45px !important;
}
.enzymesCol01 .majorProduct {
	padding-top: 110px;
}
.enzymesCol01.type03 .majorProduct {
	padding-top: 112px;
}
.enzymesCol01 .majorProduct .inner {
	position: relative;
	overflow: hidden;
	padding: 0;
	background: #ffffff;
	border: solid 2px #ffffff;
	border-radius: 5px;
	z-index: 10;
}
.enzymesCol01 .majorProduct .heading03 {
	margin: 0;
	padding: 5px 0 5px 25px;
	background-size: auto auto;
	color: #ffffff;
}
.enzymesCol01.type01 .majorProduct .heading03 {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#90b1e9', endColorstr='#6d98e0', GradientType=0)";
	background: -webkit-linear-gradient(#90b1e9 0%, #6d98e0 100%);
	background: linear-gradient(#90b1e9 0%, #6d98e0 100%);
}
.enzymesCol01.type02 .majorProduct .heading03 {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fd2d1', endColorstr='#65bcbb', GradientType=0)";
	background: -webkit-linear-gradient(#8fd2d1 0%, #65bcbb 100%);
	background: linear-gradient(#8fd2d1 0%, #65bcbb 100%);
}
.enzymesCol01.type03 .majorProduct .heading03 {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fcbe8', endColorstr='#59add6', GradientType=0)";
	background: -webkit-linear-gradient(#8fcbe8 0%, #59add6 100%);
	background: linear-gradient(#8fcbe8 0%, #59add6 100%);
}
.enzymesCol01.type04 .majorProduct .heading03 {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#bed27c', endColorstr='#94af37', GradientType=0)";
	background: -webkit-linear-gradient(#bed27c 0%, #94af37 100%);
	background: linear-gradient(#bed27c 0%, #94af37 100%);
}
.enzymesCol01 .listBox {
	margin-top: 0 !important;
	padding: 20px 30px 30px;
}
.enzymesCol01 .listBox *:first-child {
	margin-top: 0;
}
.enzymesCol01.type01 .listBox {
	background: -webkit-linear-gradient(#e1ecff 0%, #f5f9ff 10%, #ffffff 100%);
	background: linear-gradient(#e1ecff 0%, #f5f9ff 10%, #ffffff 100%);
}
.enzymesCol01.type02 .listBox {
	background: -webkit-linear-gradient(#def8f7 0%, #f3fdfc 30%, #ffffff 100%);
	background: linear-gradient(#def8f7 0%, #f3fdfc 30%, #ffffff 100%);
}
.enzymesCol01.type03 .listBox {
	background: -webkit-linear-gradient(#dff5ff 0%, #f0faff 30%, #ffffff 100%);
	background: linear-gradient(#dff5ff 0%, #f0faff 30%, #ffffff 100%);
}
.enzymesCol01.type04 .listBox {
	background: -webkit-linear-gradient(#e6f1c0 0%, #fafcf2 30%, #ffffff 100%);
	background: linear-gradient(#e6f1c0 0%, #fafcf2 30%, #ffffff 100%);
	background-size: 100% 30%;
	background-repeat: no-repeat;
}
.enzymesCol01 .listBox .heading04 {
	padding: 0;
	border: none;
}
.enzymesCol01.type01 .listBox .heading04 {
	background: url(/enzymes/images/index_bg12.png) no-repeat 6em 50%;
	background-size: auto auto;
	color: #6d98e0;
}
.enzymesCol01.type04 .listBox .heading04:first-child {
	background-position: 4em 50%;
}
#english .enzymesCol01.type04 .listBox .heading04.type-h4-01 {
	background-position: 8em 50%;
}
#english .enzymesCol01.type04 .listBox .heading04.type-h4-02 {
	background-position: 7.2em 50%;
}
#english .enzymesCol01.type04 .listBox .heading04.type-h4-03 {
	background-position: 12.5em 50%;
}
#english .enzymesCol01.type04 .listBox .heading04.type-h4-04 {
	background-position: 5em 50%;
}
.enzymesCol01.type04 .listBox .heading04 {
	background: url(/enzymes/images/index_bg16.png) no-repeat 6em 50%;
	background-size: auto auto;
	color: #94af36;
}
.enzymesCol01.type01 .listBox .heading04:first-child {
	background-position: 4em 50%;
}
#english .enzymesCol01.type01 .listBox .heading04 {
	background-position: 12em 50%;
}
#english .enzymesCol01.type01 .listBox .heading04:first-child {
	background-position: 10em 50%;
}
.enzymesCol01 .listBox .normalList01 {
	margin-top: 10px !important;
}
.enzymesCol01 .listBox .normalList01 li {
	float: left;
	width: 50%;
	padding: 0 20px;
	font-size: 14px;
	font-size: 1.4rem;
}
.enzymesCol01 .listBox .normalList01.type-fl_nrml01 li {
	width: 100%;
  margin-top: 0;
}
.enzymesCol01 .listBox .normalList01 li:nth-child(2) {
	margin-top: 0;
}
.enzymesCol01 .listBox .normalList01 li:nth-child(even) {
	float: right;
}
.enzymesCol01 .listBox .normalList01 li .btnLink01 {
	margin-top: 5px;
}
.enzymesCol01.type01 .listBox .normalList01 li {
	background: url(/enzymes/images/index_ic05.png) no-repeat 0 0.5em;
}
.enzymesCol01.type02 .listBox .normalList01 li {
	background: url(/enzymes/images/index_ic06.png) no-repeat 0 0.5em;
}
.enzymesCol01.type03 .listBox .normalList01 li {
	background: url(/enzymes/images/index_ic07.png) no-repeat 0 0.5em;
}
.enzymesCol01.type04 .listBox .normalList01 li {
	background: url(/enzymes/images/index_ic08.png) no-repeat 0 0.5em;
}
.enzymesTab01 .tabBox .equalTwoCol01 {
	margin-right: -13px;
}
.enzymesTab01 .tabBox .equalTwoCol01 .col {
	width: 460px;
	margin: 0 13px 0 0;
	padding: 1px 1px 15px;
	border: solid 1px #cccccc;
	border-radius: 5px;
}
.enzymesTab01 .tabBox .equalTwoCol01 .heading03 {
	margin: 0;
	padding: 10px;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#ffffff', GradientType=0)";
	background: -webkit-linear-gradient(#e0e0e0 0%, #ffffff 100%);
	background: linear-gradient(#e0e0e0 0%, #ffffff 100%);
	background-size: auto auto;
	border-radius: 4px 4px 0 0;
	text-align: center;
}
.enzymesTab01 .tabBox .equalTwoCol01 .img {
	margin-top: 15px !important;
	padding: 0 18px;
	text-align: center;
}
.enzymesTab01 .tabBox .equalTwoCol01 .heading03 + .img {
	margin-top: 0 !important;
}
.enzymesTab01 .tabBox .equalTwoCol01 .col p {
	padding: 0 18px;
}

.inquiryBox01 .inquiryInfo {
	float: left;
	font-size: 14px;
	font-size: 1.4rem;
}
.inquiryBox01 .inquiryInfo .contact {
	padding: 8px 15px;
}
.inquiryBox01 .btnLink01 {
	float: right;
	margin-top: 0;
}

/* txt */
.catchTxt {
	margin-top: 0;
	padding: 30px 20px 15px;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#ffffff', GradientType=0)";
	background: -webkit-linear-gradient(#ececec 0%, #f9f9f9 30%, #ffffff 100%);
	background: linear-gradient(#ececec 0%, #f9f9f9 30%, #ffffff 100%);
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}
.catchTxt span {
	color: #333399;
	font-weight: bold;
}
.enzymesCol01 .table01 .lv03 {
	border-right: solid 1px #ffffff;
}
.enzymesCol01 .table01 .lv03:last-child {
	border-right: solid 1px #cccccc;
}
 .enzymesCol01 .table01 {
	border-left: solid 1px #cccccc;
}
.enzymesCol01 .table01 td {
	border-right: solid 1px #cccccc;
	background-color: #fff;
}
ul.colLayout.col2 li {
	float: left;
	width: 50%;
	margin-top: 20px;
}
ul.colLayout.col2 li:nth-child(2n) {
	padding-right: 0;
}
.type-center--Wrap{
	text-align: center;
}
.type-center--Wrap .type-center{
	display: inline-block;
	text-align: left;
}
.type-center--Wrap ul.type-center.colLayout.col2 li {
	width: auto;
	padding: 0 30px;
	margin-top: 20px;
}

ul.colLayout.col2.type-mdl-img{
	max-width: 900px;
	margin: 0 auto;
}
ul.colLayout.col2.type-mdl-img li{
	display: table;
}
ul.colLayout.col2.type-mdl-img li figure{
	display: table-cell;
	vertical-align: middle;
	max-width: 400px;
	margin: 0 auto;
}
.type-center--Wrap .type-center li figure{
	max-width: 280px;
}
.type-center--Wrap .type-center li figure img{
	width: 100%;
}


@media only screen and (max-width: 973px) {
	.mainImg {
		width: auto;
		height: 228px;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		background-size: contain;
	}
	.mainImg .headingBox {
		left: 10px;
		top: 10px;
		width: 330px;
	}
	#english .mainImg .headingBox {
		width: 370px;
	}
	.mainImg .headingBox .heading01 {
		padding: 15px 0;
		line-height: 1.3;
	}
	.mainImg .headingBox .leadTxt01 {
		padding: 15px 0;
		line-height: 1.3;
	}
	#english .mainImg .headingBox .leadTxt01 {
		padding: 15px 30px;
		line-height: 1.4;
	}
	#english .enzymesTab01 .list li {
		width: auto;
	}
	.enzymesTab01 .list li a {
		padding-right: 30px;
		padding-left: 30px;
	}
	.enzymesAnc01 {
		margin-right: -1%;
	}
	/*.enzymesAnc01 li {
		width: 24%;
		margin-right: 1%;
	}*/
	.enzymesCol01 {
		padding: 0 10px 10px;
	}
	.enzymesCol01.type04 {
		margin-bottom: 0;
	}
	.enzymesCol01 .title {
		position: absolute;
		top: -20px;
		padding: 0 30px 10px 100px;
	}
	.enzymesCol01.type04 .title {
		position: absolute;
		top: -20px;
		padding: 0 30px 10px 100px;
	}
	.enzymesCol01.type01 .title {
		-webkit-background-size: 94px 94px;
		-moz-background-size: 94px 94px;
		background-size: 94px 94px;
	}
	.enzymesCol01.type02 .title {
		-webkit-background-size: 94px 94px;
		-moz-background-size: 94px 94px;
		background-size: 94px 94px;
	}
	.enzymesCol01.type03 .title {
		-webkit-background-size: 94px 94px;
		-moz-background-size: 94px 94px;
		background-size: 94px 94px;
	}
	.enzymesCol01.type04 .title {
		-webkit-background-size: 94px 94px;
		-moz-background-size: 94px 94px;
		background-size: 94px 94px;
	}
	.enzymesCol01.type01 .title .headingBox {
		width: 31em;
	}
	.enzymesCol01.type02 .title .headingBox {
		width: 31em;
	}
	.enzymesCol01.type03 .title .headingBox {
		width: 30em;
	}
	.enzymesCol01.type04 .title .headingBox {
		width: 26em;
	}
	.enzymesCol01 .title .heading02 {
		margin-top: 25px;
		font-size: 28px;
	}
	.enzymesCol01 .title .copy {
		margin-top: 30px !important;
		font-size: 14px;
	}
	.enzymesCol01 .title .btnLink01 {
		margin-top: 30px !important;
	}
	.enzymesCol01.type03 .title .heading02 {
		margin-top: 25px !important;
	}
	.enzymesCol01.type03 .title .copy,
	.enzymesCol01.type03 .title .btnLink01 {
		margin-top: 30px !important;
	}
	.enzymesCol01 .majorProduct {
		padding-top: 100px;
	}
	.inquiryBox01 .btnLink01 {
		float: left;
		margin-top: 10px;
	}
}


@media only screen and (max-width: 767px) {
	.mainImg {
		height: auto;
		background-size: 100% auto;
	}
	.mainImg .headingBox {
		position: static;
		width: auto;
		border-radius: 0;
	}
	.mainImg .headingBox .heading01,
	.mainImg .headingBox .leadTxt01 {
		padding: 15px;
		text-align: left;
	}
	.mainImg .headingBox .heading01 {
		padding: 25px 15px;
		font-size: 1.8rem;
	}
	#english .mainImg .headingBox .heading01 {
		font-size: 1.6rem;
	}
	.mainImg .headingBox .leadTxt01 {
		display: none;
	}
	.mainImg .headingBox .leadTxt01 br {
		display: none;
	}
	.enzPrintBtn {
		display: none;
	}
	.catchTxt {
		padding: 15px;
		text-align: left;
	}
	.catchTxt br {
		display: none;
	}
	.catchTxt .spBr {
		display: inline;
	}
	.enzymesTab01 .list {
		display: table;
		width: 100%;
	}
	.enzymesTab01 .list li {
		display: table-cell;
		float: none;
		width: 50%;
		vertical-align: middle;
	}
	.enzymesTab01 .list li a {
		display: block;
		padding: 8px 2px;
		height: 4em;
		vertical-align: middle;
		line-height: 1.4;
		font-size: 1.4rem;
	}
	#english .enzymesTab01 .list li a {
		height: 7em;
	}
	#english .enzymesTab02 .list {
		padding-right: 0.5%;
	}
	#english .enzymesTab02 .list li a {
		height: 6em;
		font-size: 1.4rem;
	}
	.enzymesTab01 .list li a[href^="#tab01"],
	.enzymesTab01 .list li.on a[href^="#tab01"] {
		padding-top: 1em;
	}
	#english .enzymesTab01 .list li,
	#english .enzymesTab02 .list li {
		display: table;
		float: left;
		width: 49%;
	}
	#english .enzymesTab01 .list li a,
	#english .enzymesTab02 .list li a {
		display: table-cell;
		padding: 8px 2px;
		vertical-align: middle;
		line-height: 1.4;
	}
	.enzymesTab01 .list li.on a{
		padding-top: 5px;
		padding-bottom: 2px;
	}
	.enzymesTab01 .list li br {
		display: inline;
	}
	.inner {
		margin-top: 0;
		padding: 0 10px 50px;
	}
	.inner > .heading01 {
		margin-top: 10px !important;
	}
	.enzymesAnc01  {
		display: block;
	}
	.enzymesAnc01 li {
		width: 49%;
		margin-right: 1%;
	}
	#english .enzymesAnc01 li:nth-child(2) a {
		font-size: 1.2rem;
		line-height: 1.1;
	}
	.enzymesAnc01 li:nth-child(3),
	.enzymesAnc01 li:nth-child(4) {
		margin-top: 4%;
	}
	#english .enzymesAnc01 li a span {
		bottom: 8px;
	}
	#english .enzymesAnc01 li a span.enzymesAnc01Adjust {
		bottom: 6px;
		font-size: 14px;
	}
	.enzymesTab01 .tabBox {
		padding-top: 10px;
	}
	.enzymesTab01 .tabBox .equalTwoCol01 .col {
		margin-top: 30px;
	}
	.enzymesTab01 .tabBox .equalTwoCol01 .col:first-child {
		margin-top: 0;
	}
	.enzymesTab02 .list li a {
		height: 4.4em;
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}
	.enzymesTab02 .list li a[href^="#tab01"],
	.enzymesTab02 .list li a[href^="#tab02"],
	.enzymesTab02 .list li a[href^="#tab03"] {
		padding-top: 1.5em;
	}
	.enzymesTab02 .list li.on a[href^="#tab01"],
	.enzymesTab02 .list li.on a[href^="#tab02"],
	.enzymesTab02 .list li.on a[href^="#tab03"] {
		padding-top: 1.4em;
	}
	.enzymesTab02 .tabBox {
		padding-top: 5px;
	}
	.enzymesTab02 .tabBox .heading03:first-child {
		margin-top: 15px;
	}
	.enzymesTab02 .tabBox .table01,
	.enzymesTab02 .tabBox .table01 th,
	.enzymesTab02 .tabBox .table01 td {
		margin: 0 !important;
		padding: 0;
		background: none;
		border: none;
	}
	.enzymesTab02 .tabBox .table01 col {
		width: 100%;
	}
	.enzymesTab02 .tabBox .table01 tr {
		display: block;
		width: 100%;
		list-style: none;
	}
	.enzymesTab02 .tabBox .table01 th.lv03 {
		display: none;
	}
	.enzymesTab02 .tabBox .table01 th.type01 {
		display: block;
		margin-top: 15px !important;
		padding: 5px;
	}
	.enzymesTab02 .tabBox .table01 td {
		display: block;
		margin: 5px 0 0 5px !important;
	}
	.enzymesTab02 .tabBox .table01 th.type01:before {
		display: inline-block;
	}
	.enzymesTab02 .tabBox .table01 td:before {
		display: block;
	}
	.enzymesTab02 .tabBox .table01 th.type01:before { content: "[製品名]"; width: 4.5em; }
	
	.enzymesTab02 #tab01 .table01 td:nth-of-type(1):before { content: "[酵素名]"; }
	.enzymesTab02 #tab01 .table01 td:nth-of-type(2):before { content: "[起源]"; }
	.enzymesTab02 #tab01 .table01 td:nth-of-type(3):before { content: "[用途]"; }
	
	.enzymesTab02 #tab02 .table01 td:nth-of-type(1):before { content: "[備考]"; }
	
	.enzymesTab02 #tab03 .table01 td:nth-of-type(1):before { content: "[測定項目]"; }
	.enzymesTab02 #tab03 .table01 td:nth-of-type(2):before { content: "[測定原理]"; }
	.enzymesTab02 #tab03 .table01 td:nth-of-type(3):before { content: "[備考]"; }
	
	.enzymesTab02 #tab04 .table01 td:nth-of-type(1):before { content: "[成分]"; }
	.enzymesTab02 #tab04 .table01 td:nth-of-type(2):before { content: "[用途]"; }
	
	#english .enzymesTab02 .tabBox .table01 th.type01:before { content: "[Product name]"; width: 9em; }
	
	#english .enzymesTab02 #tab01 .table01 td:nth-of-type(1):before { content: "[Enzyme name]"; }
	#english .enzymesTab02 #tab01 .table01 td:nth-of-type(2):before { content: "[Origin]"; }
	#english .enzymesTab02 #tab01 .table01 td:nth-of-type(3):before { content: "[Application]"; }
	
	#english .enzymesTab02 #tab02 .table01 td:nth-of-type(1):before { content: "[Remark]"; }
	
	.enzymesCol01.type01 {
		margin-top: 30px;
	}
	#english .enzymesCol01.type01 {
		margin-top: 0;
	}
	.enzymesCol01 .title {
		position: relative;
		top: -10px;
		padding: 0;
	}
	.enzymesCol01.type04 .title {
		padding: 0;
	}
	#english .enzymesCol01 .title {
		position: relative;
		top: -10px;
		padding-top: 80px;
	}
	.enzymesCol01.type01 .title {
		-webkit-background-size: 78px 78px;
		-moz-background-size: 78px 78px;
		background-size: 78px 78px;
	}
	.enzymesCol01.type02 .title {
		-webkit-background-size: 78px 78px;
		-moz-background-size: 78px 78px;
		background-size: 78px 78px;
	}
	.enzymesCol01.type03 .title {
		-webkit-background-size: 78px 78px;
		-moz-background-size: 78px 78px;
		background-size: 78px 78px;
	}
	.enzymesCol01.type04 .title {
		-webkit-background-size: 78px 78px;
		-moz-background-size: 78px 78px;
		background-size: 78px 78px;
	}
	#english .enzymesCol01.type01 .title {
		-webkit-background-size: 78px 78px;
		-moz-background-size: 78px 78px;
		background-size: 78px 78px;
	}
	#english .enzymesCol01.type02 .title {
		-webkit-background-size: 50px 50px;
		-moz-background-size: 50px 50px;
		background-size: 50px 50px;
	}
	.enzymesCol01 .title .heading02 {
		position: absolute;
		top: 20px;
		left: 80px;
		margin-top: 0;
	}
	#english .enzymesCol01 .title .heading02 {
		position: static;
		margin-top: 0;
	}
	.enzymesCol01.type03 .title .heading02 {
		margin-top: 0 !important;
	}
	.enzymesCol01.type03 .title .btnLink01 {
		margin-top: 10px !important;
	}
	.enzymesCol01 .title .copy,
	.enzymesCol01.type03 .title .copy {
		margin-top: 83px !important;
	}
	.enzymesCol01.type01 .title .headingBox,
	.enzymesCol01.type02 .title .headingBox,
	.enzymesCol01.type03 .title .headingBox,
	.enzymesCol01.type04 .title .headingBox {
		width: 100%;
	}
	.enzymesCol01 .title .btnLink01 {
		float: left;
		margin-left: 0;
		margin-top: 10px !important;
	}
	.enzymesCol01 .listBox {
		padding: 10px;
	}
	.enzymesCol01 .listBox .normalList01 li {
		width: 100%;
		margin-top: 10px !important;
		padding-right: 0;
	}
	.enzymesCol01 .listBox .normalList01 li:first-child {
		margin-top: 0 !important;
	}
	.inquiryBox01 dl dd {
		padding: 10px;
	}
	.inquiryBox01 .inquiryInfo {
		float: none;
		width: 100%;
	}
	.inquiryBox01 .inquiryInfo li {
		margin-top: 10px;
		margin-left: 0;
	}
	.inquiryBox01 .inquiryInfo li:first-child {
		margin-top: 0;
	}
	.inquiryBox01 .inquiryInfo .contact {
		display: block;
		text-align: center;
	}
	.inquiryBox01 .btnLink01 {
		clear: both;
		float: none;
	}
	.enzymesCol01 .majorProduct {
		clear: both;
		padding-top: 0 !important;
	}
	.enzymesCol01 .majorProduct .heading03 {
		padding-left: 10px;
	}
	.enzymesCol01 .listBox .normalList01 {
		margin-top: 0 !important;
	}
	.enzymesCol01 .listBox .heading04 + .normalList01 {
		margin-top: 10px !important;
	}
	.enzymesCol01 .listBox .normalList01 li {
		margin-top: 5px !important;
	}
	.enzymesCol01 {
		padding-top: 5px;
	}
	.enzymesCol01 .table01,
	.enzymesCol01 .table01 th,
	.enzymesCol01 .table01 td {
		margin: 0 !important;
		padding: 0;
		background: none;
		border: none;
	}
	.enzymesCol01 .table01 col {
		width: 100%;
	}
	.enzymesCol01 .table01 tr {
		display: block;
		width: 100%;
		list-style: none;
	}
	.enzymesCol01 .table01 th.lv03 {
		display: none;
	}
	.enzymesCol01 .table01 th.type01 {
		display: block;
		margin-top: 15px !important;
		padding: 5px;
	}
	.enzymesCol01 .table01 td {
		display: block;
		margin: 5px 0 0 5px !important;
	}
	.enzymesCol01 .table01 th.type01:before {
		display: inline-block;
	}
	.enzymesCol01 .table01 td:before {
		display: block;
	}
	.enzymesCol01 .table01 th.type01:before { content: "[Product name]"; width: 9em; }
	
	.enzymesCol01 .table01 td:nth-of-type(1):before { content: "[Enzyme name]"; }
	.enzymesCol01 .table01 td:nth-of-type(2):before { content: "[Origin]"; }
	.enzymesCol01 .table01 td:nth-of-type(3):before { content: "[Application]"; }
	
	.enzymesCol01 .table01 td:nth-of-type(1):before { content: "[備考]"; }
	
	.enzymesCol01 .table01 td:nth-of-type(1):before { content: "[測定項目]"; }
	.enzymesCol01 .table01 td:nth-of-type(2):before { content: "[測定原理]"; }
	.enzymesCol01 .table01 td:nth-of-type(3):before { content: "[Application]"; }
	
	.enzymesCol01 .table01 td:nth-of-type(1):before { content: "[Enzyme name]"; }
	.enzymesCol01 .table01 td:nth-of-type(2):before { content: "[Origin]"; }
ul.colLayout.col2.splayout li {
	float: none;
	width: 100%;
	padding-right: 0;
}
ul.colLayout.col2.type-mdl-img li {
	padding: 0 5px
}
.type-center--Wrap .type-center{
	display: block;
}
.type-center--Wrap ul.type-center.colLayout.col2 li {
	width: 100%;
	padding: 0;
}
.type-center--Wrap .type-center li figure{
	max-width: 100%;
}
.type-center--Wrap .type-center li figure img{
	width: 100%;
}

}
@media only screen and (max-width: 767px) and (orientation : landscape) {
	#english .enzymesTab01 .list li a {
		height: 4em;
	}
	.enzymesAnc01 li.type01 {
		background: url(/enzymes/images/index_bg03.gif) no-repeat 50% 0;
		background-size: cover;
	}
	.enzymesAnc01 li.type02 {
		background: url(/enzymes/images/index_bg04.gif) no-repeat 50% 0;
		background-size: cover;
	}
	.enzymesAnc01 li.type03 {
		background: url(/enzymes/images/index_bg05.gif) no-repeat 50% 0;
		background-size: cover;
	}
	.enzymesAnc01 li.type04 {
		background: url(/enzymes/images/index_bg06.gif) no-repeat 50% 0;
		background-size: cover;
	}
}
@media only screen and (max-width: 359px) {
	.enzymesCol01 .title .heading02 {
		font-size: 23px;
	}
}


/*=================================
	clearfix
=================================*/
ul.colLayout li:after,
ul.colLayout:after,
.enzymesAnc01:after,
.enzymesCol01 .title:after,
.enzymesCol01 .title .headingBox:after,
.enzymesCol01 .listBox .normalList01:after,
.inquiryBox01 dl:after,
.inquiryBox01 dl dd:after,
.inquiryBox01 .inquiryInfo:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0;
}