@charset "utf-8";
/*-------------------------------*/

body {
	font-size: 100%;
	line-height: 1.6;
	letter-spacing: 0;
}

html>
/**/

body {
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font: 13px;
	*font-size: small;
	*font: x-small;
}

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

/*html,body,#allWrap{height:100%;}*/

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

#wp-admin-bar-root-default {
	width: 80%;
	float: left;
}

body {
	background: url(../images/common/pc_blueBg.jpg);
}

/* //////////////////////////////////////////////////////////////////////////////////// */

.headBreadcrumbs, .footBreadcrumbs {
	margin: 0 auto;
	line-height: 1;
}

.footBreadcrumbs {
	color: #000000;
}

.headBreadcrumbs span, .headBreadcrumbs a {
	display: inline-block;
}

.headBreadcrumbs.clrWht span, .headBreadcrumbs.clrWht a {
	color: #ffffff;
}

.headBreadcrumbs.clrBlk span, .headBreadcrumbs.clrBlk a {
	color: #000000;
}

.headBreadcrumbs.clrBrn span, .headBreadcrumbs.clrBrn a {
	color: #5b3618;
}

.footBreadcrumbs span, .footBreadcrumbs a {
	display: inline-block;
	color: #000000;
}

.footBreadcrumbs a {
	color: #5b3618;
}

.headBreadcrumbs a {
	padding-bottom: 2px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.headBreadcrumbs.clrWht a {
	border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.headBreadcrumbs.clrBlk a {
	border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.headBreadcrumbs.clrBrn a {
	border-bottom: 1px solid #5b3618;
}

.headBreadcrumbs.clrWht a:hover {
	border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.headBreadcrumbs.clrBlk a:hover {
	border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.headBreadcrumbs.clrBrn a:hover {
	border-bottom: 1px #5b3618;
}

.footBreadcrumbs a {
	border-bottom: 1px solid rgba(91, 54, 24, 1);
	padding-bottom: 2px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footBreadcrumbs a:hover {
	border-bottom: 1px solid rgba(91, 54, 24, 0);
}

/* //////////////////////////////////////////////////////////////////////////////////// */

.ttlSet {
	width: 100%;
	line-height: 1;
	text-align: center;
}

.ttlSet.clrWht {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.ttlSet.clrBlk {
	color: #000000;
	border-bottom: 1px solid #000000;
}

.ttlSet.bdrNone {
	border-bottom: none;
}

.ttlSet h1 {
	font-weight: 600;
}

.ttlSet p {
	font-weight: 400;
}

/* //////////////////////////////////////////////////////////////////////////////////// */

.ulMenu {
	width: 100%;
	background-color: #5b3618;
	text-align: center;
	padding: 8px 0;
}

.ulMenu li.current p {
	display: inline-block;
	color: #c89f62;
	border-bottom: 1px solid #c89f62;
}

.ulMenu li a {
	display: inline-block;
	color: #ffffff;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.ulMenu li a:hover {
	border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.ulMenu li:nth-of-type(1) {
	border: none;
}

/* //////////////////////////////////////////////////////////////////////////////////// */

.underLayer .btmLinkArea {
	text-align: center;
}

.underLayer .btmLinkArea .comment, .underLayer .btmLinkArea .faxNum {
	font-weight: 500;
	color: #222222;
}

.underLayer .btmLinkArea .faxNum span {
	font-size: 30px;
	top: 3px;
}

.underLayer .btmLinkArea a {
	display: block;
}

/* //////////////////////////////////////////////////////////////////////////////////// */

.topPage .footWrap {
	width: 100%;
	background-color: #5b3618;
	position: relative;
}

.underLayer .footWrap {
	width: 100%;
	background-color: #5b3618;
	margin: 0 auto 0;
	position: relative;
}

.underLayer .footBcWrap {
	border-top: 2px solid #d2d2d2;
	background-color: rgba(255, 255, 255, 0.8);
}

/* //////////////////////////////////////////////////////////////////////////////////// */

.footWrap:before {
	display: block;
	content: "";
	width: 100%;
	height: 15px;
	background: url(../images/common/rope.png) left top repeat-x;
	position: absolute;
	z-index: 2;
	top: -10px;
}

.footWrap .footer {
	margin: 0 auto;
	background-color: #5b3618;
	position: relative;
}

.footWrap p {
	color: #fff;
	text-align: center;
}

.footWrap .footer p {
	position: absolute;
	width: 100%;
	z-index: 4;
}

.footWrap .footer p a {
	color: #fff;
}

.footWrap p.copyright {
	width: 100%;
	background-color: #3f220c;
}

.footWrap .footer .fbLink {
	display: block;
	background-color: #ffffff;
	position: absolute;
}

.footWrap .footer .fbLink img {
	width: 100%;
}

.footWrap a.rtt {
	display: block;
	width: 70px;
	height: 70px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;
	border-radius: 35px;
	position: absolute;
	z-index: 3;
	top: -35px;
	left: 50%;
	margin-left: -35px;
	background-color: #5b3618;
	color: #ffffff;
	font-size: 22px;
	text-align: center;
}

/* //////////////////////////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////////////////////////// */

@media screen and (max-width:640px) {
	.pcOnly {
		display: none !important;
	}
	#allWrap {
		background: url(../images/common/sp_vegetables_bg.png) 50% 200px repeat-y;
		background-size: 130% auto;
	}
	.headWrap {
		width: 100%;
		height: 120px;
		background: url(../images/common/rope.png) left bottom repeat-x;
		position: relative;
		z-index: 10;
	}
	/* //////////////////////////////////////////////////////////////////////////////////// */
	/* Humbuger Menu*/
	#panel-btn {
		display: inline-block;
		position: fixed;
		width: 50px;
		height: 50px;
		right: 0;
		float: right;
		background-color: #ffffff;
		z-index: 21;
	}
	#panel-btn-icon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 25px;
		height: 4px;
		margin: -2px 0 0 -12px;
		background: #5b3618;
		transition: .2s;
		border-radius: 10px;
	}
	#panel-btn-icon:before, #panel-btn-icon:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 25px;
		height: 4px;
		background: #5b3618;
		transition: .3s;
		border-radius: 10px;
	}
	#panel-btn-icon:before {
		margin-top: -10px;
	}
	#panel-btn-icon:after {
		margin-top: 6px;
	}
	#panel-btn .close {
		background: transparent;
	}
	#panel-btn .close:before, #panel-btn .close:after {
		margin-top: 0;
	}
	#panel-btn .close:before {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	#panel-btn .close:after {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	.headWrap .header h1, .headWrap .header .underlayerLogo {
		width: 100%;
		height: 110px;
		background: url(../images/common/mainLogo.png) 50% 0px no-repeat;
		background-size: 120px auto;
		text-align: center;
		position: absolute;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		z-index: 1;
	}
	.headWrap .header .underlayerLogo a {
		display: block;
		width: 120px;
		height: 110px;
		margin: 0 auto;
	}
	.navArea {
		width: 100%;
		background-color: #ffffff;
		position: fixed;
		top: 0px;
		z-index: 20;
		padding: 40px 0 20px 0;
		text-align: center;
	}
	.navArea .gloabalNav>li {
		border-bottom: 1px solid #5b3618;
	}
	.navArea .gloabalNav>li ul li {
		padding: 8px 0;
	}
	.navArea .gloabalNav>li ul a li {
		font-size: 110%;
		color: #5b3618;
		border-top: 1px dashed #8d7e68;
	}
	.navArea .gloabalNav>li>a {
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 10px 0;
		font-size: 120%;
		font-weight: 600;
		line-height: 1;
		color: #5b3618;
	}
	.navArea .gloabalNav>li:last-child>a {
		border-bottom: none;
		padding: 7px 0;
	}
	.navArea .gloabalNav .menu-bottom {
		display: none;
		font-size: 10px;
		font-weight: 400;
		color: #222222;
	}
	.navArea .gloabalNav .instaIcon img{
		height: 25px;
		width: 25px;
	}
	/* //////////////////////////////////////////////////////////////////////////////////// */
	/* 171229 moved START */
	.container {
		position: relative;
		top: -6px;
	}
	/* 171229 moved END */
	/* //////////////////////////////////////////////////////////////////////////////////// */
	.headBreadcrumbs, .footBreadcrumbs {
		width: 95%;
		font-size: 11px;
	}
	.headBreadcrumbs {
		padding: 15px 0 0 0;
	}
	.footBreadcrumbs {
		padding: 10px 0 40px 0;
		color: #000000;
	}
	.headBreadcrumbs .arrow, .footBreadcrumbs .arrow {
		padding: 0 5px;
	}
	/* //////////////////////////////////////////////////////////////////////////////////// */
	.ttlSet {
		padding: 25px 0 25px;
	}
	.ttlSet h1 {
		font-size: 26px;
	}
	.ttlSet p {
		margin: 5px 0 0 0;
		font-size: 14px;
	}
	/* //////////////////////////////////////////////////////////////////////////////////// */
	.ulMenu li {
		padding: 2px 6px;
		font-size: 10px;
		font-weight: 500;
		line-height: 1;
		display: inline-block;
		border-left: 1px solid #d8ba8d;
	}
	/* //////////////////////////////////////////////////////////////////////////////////// */
	.rtt {
		width: 88%;
		margin: 0 auto;
	}
	.rtt.btm {
		margin-top: 80px;
	}
	.rtt a {
		display: block;
		float: right;
		font-size: 13px;
		line-height: 1;
		color: #000000;
		position: relative;
		border-bottom: 1px solid #000000;
		padding-bottom: 2px;
	}
	.rtt a:before {
		box-sizing: border-box;
		display: block;
		content: "\f077";
		font-family: "FontAwesome";
		width: 16px;
		height: 16px;
		padding: 2px 0 0 3.5px;
		font-size: 10px;
		background-color: #000000;
		color: #ffffff;
		position: absolute;
		right: -20px;
	}
	/* //////////////////////////////////////////////////////////////////////////////////// */
	.underLayer .btmLinkArea {
		margin: 20px auto 0;
	}
	.underLayer .btmLinkArea .comment, .underLayer .btmLinkArea .faxNum {
		font-size: 18px;
	}
	.underLayer .btmLinkArea .faxNum span {
		font-size: 26px;
		top: 3px;
	}
	.underLayer .btmLinkArea a {
		width: 90%;
		margin: 15px auto 0;
	}
	/* //////////////////////////////////////////////////////////////////////////////////// */
	.topPage .footWrap {
		height: 130px;
		margin: 100px auto 0;
	}
	.underLayer .footBcWrap {
		margin: 20px 0 0 0;
	}
	.underLayer .footWrap {
		height: 190px;
		position: relative;
	}
	.footWrap .footer {
		width: 100%;
		height: 100px;
		padding: 20px 0;
	}
	.footWrap .footer p {
		font-size: 12px;
		line-height: 1.3;
	}
	.footWrap .footer .companyTxt {
		top: 20px;
	}
	.footWrap .footer .footerLink {
		top: 65px;
	}
	.footWrap p.copyright {
		position: absolute;
		height: 30px;
		font-size: 10px;
		padding: 10px 0;
		bottom: 0px;
	}
	.footWrap .footer .fbLink {
		width: 160px;
		padding: 8px;
		left: 50%;
		margin-left: -80px;
		top: 105px;
	}
}

/* //////////////////////////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////////////////////////// */

@media screen and (min-width:641px) {
	/* 190213 add START */
	body {
		min-width: 1280px;
	}
	/* 190213 add END */
	.spOnly {
		display: none !important;
	}
	.txtSdw {
		text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	}
	.boxSdw {
		-webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.4), 2px 2px 10px 2px rgba(0, 0, 0, 0.4) inset;
		-moz-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.4), 2px 2px 10px 2px rgba(0, 0, 0, 0.4) inset;
		-ms-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.4), 2px 2px 10px 2px rgba(0, 0, 0, 0.4) inset;
		-o-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.4), 2px 2px 10px 2px rgba(0, 0, 0, 0.4) inset;
		box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.4), 2px 2px 10px 2px rgba(0, 0, 0, 0.4) inset;
	}
	#allWrap {
		background: url(../images/common/vegetables_bg.png) 50% 200px repeat-y;
	}
	.headWrap {
		width: 100%;
		height: 170px;
		/* 171229 commentout START */
		/*background:url(../images/common/rope.png) left bottom repeat-x;
		position:relative;*/
		/* 171229 commentout END */
		/* 171229 add START */
		background: url(../images/common/pc_blueBg.jpg);
		position: fixed;
		/* 171229 add END */
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		z-index: 100;
	}
	/* 171229 add START */
	.headWrap:before {
		content: "";
		display: block;
		width: 100%;
		height: 13px;
		background: url(../images/common/rope.png) left bottom repeat-x;
		position: absolute;
		bottom: -6px;
	}
	/* 171229 add END */
	.headWrap .header {
		width: 950px;
		height: 140px;
		margin: 0 auto;
		position: relative;
	}
	/* 190213 commentout START */
	/*	.headWrap .header h1,
	.headWrap .header .underlayerLogo{
		width:156px;
		height:140px;
		background:url(../images/common/mainLogo.png) 50% 10px no-repeat;
		background-size:156px auto;		
		left:50%;
		margin-left:-78px;
		position:absolute;
		text-indent:100%;
		white-space:nowrap;
		overflow:hidden;
		z-index:2;
	}
	.headWrap .header .underlayerLogo a{
		display:block;
		width:156px;
		height:140px;
	}	
	.headWrap .header h1:after,
	.headWrap .header .underlayerLogo a:after{
		content:"";
		display:block;
		width:156px;
		height:5px;
		background-color:#5b3618;
		position:absolute;
		top:0px;
		left:0px;
		z-index:3;
	}
	*/
	/* 190213 commentout END */
	/* 190213 add START */
	.headWrap .header h1, .headWrap .header .underlayerLogo {
		width: 186px;
		height: 140px;
		background: url(../images/common/mainLogo.png) 50% 10px no-repeat;
		background-size: 156px auto;
		left: 50%;
		margin-left: -91px;
		position: absolute;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		z-index: 2;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.headWrap .header .underlayerLogo a {
		display: block;
		width: 186px;
		height: 140px;
	}
	.headWrap .header h1:after, .headWrap .header .underlayerLogo a:after {
		content: "";
		display: block;
		width: 186px;
		height: 5px;
		background-color: #5b3618;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 3;
	}
	.headWrap .header .instaIcon img {
		height: 40px;
		width: 40px;
		margin-left: 30px;
	}
	/* 190213 add END */
	/*
	.headWrap .header ul{
		width:950px;
		position:absolute;
		z-index:1;
	}
	.headWrap .header ul li{
		float:left;
		font-size:15px;
		text-align:center;
		font-weight:500;
		line-height:1;
		position:relative;
	}
	.headWrap .header ul li:nth-of-type(1),
	.headWrap .header ul li:nth-of-type(3),
	.headWrap .header ul li:nth-of-type(4),
	.headWrap .header ul li:nth-of-type(6){width:132px;}
	.headWrap .header ul li:nth-of-type(2),
	.headWrap .header ul li:nth-of-type(5){width:133px;}
	.headWrap .header ul li:nth-of-type(3){margin-right:156px;}
	
	.headWrap .header ul li a{
		display:block;
		padding:80px 0 0 0;
		color:#000000;
	}
	.headWrap .header ul li a span{
		display:block;
		font-size:12px;
		color:#5b3618;
		font-weight:400;
		padding:8px 0 0 0;
	}
	.headWrap .header ul li:after{
		content:"";
		display:block;
		width:100%;
		height:5px;
		background-color:#5b3618;
		position:absolute;
		top:0px;
		opacity:0;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
		-webkit-transform:translate(0,-5px);
		-moz-transform:translate(0,-5px);
		-ms-transform:translate(0,-5px);
		-o-transform:translate(0,-5px);
		transform:translate(0,-5px);
	}
	.headWrap .header ul li:hover:after{
		opacity:1;
		-webkit-transform:translate(0,0px);
		-moz-transform:translate(0,0px);
		-ms-transform:translate(0,0px);
		-o-transform:translate(0,0px);
		transform:translate(0,0px);
	}
	.headWrap .header ul li.current:after{
		content:"";
		display:block;
		width:100%;
		height:5px;
		background-color:#5b3618;
		position:absolute;
		top:0px;
	}*/
	.headWrap .header .gloabalNav {
		width: 1030px;
		position: absolute;
		z-index: 1;
	}
	.headWrap .header .gloabalNav>li {
		float: left;
		font-size: 15px;
		text-align: center;
		font-weight: 500;
		line-height: 1;
		position: relative;
	}
	/* 190215 commentout START */
	/*	.headWrap .header .gloabalNav > li:nth-of-type(1),
	.headWrap .header .gloabalNav > li:nth-of-type(3),
	.headWrap .header .gloabalNav > li:nth-of-type(4),
	.headWrap .header .gloabalNav > li:nth-of-type(6){width:132px;}
	.headWrap .header .gloabalNav > li:nth-of-type(2),
	.headWrap .header .gloabalNav > li:nth-of-type(5){width:133px;}
	.headWrap .header .gloabalNav > li:nth-of-type(3){margin-right:156px;}*/
	/* 190215 commentout END */
	/* 190215 add START */
	.headWrap .header .gloabalNav>li:nth-of-type(1) {
		width: 132px;
	}
	.headWrap .header .gloabalNav>li:nth-of-type(2) {
		width: 122px;
	}
	.headWrap .header .gloabalNav>li:nth-of-type(3) {
		width: 130px;
		margin-right: 186px;
	}
	.headWrap .header .gloabalNav>li:nth-of-type(4) {
		width: 146px;
	}
	.headWrap .header .gloabalNav>li:nth-of-type(5) {
		width: 118px;
	}
	.headWrap .header .gloabalNav>li:nth-of-type(6) {
		width: 116px;
	}
	.headWrap .header .gloabalNav>li:nth-of-type(6)>a {
		padding-left: 2px
	}
	/* 190215 add END */
	.headWrap .header .gloabalNav>li>a {
		display: block;
		padding: 80px 0 0 0;
		color: #000000;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		line-height: 1.2;
	}
	.headWrap .header .gloabalNav>li .ddMenu {
		position: absolute;
		width: 160px;
		background-color: #fff;
		top: 140px;
		display: none;
		z-index: 99;
	}
	.headWrap .header .gloabalNav>li .ddMenu li {
		float: none;
		font-size: 13px;
		line-height: 1;
		padding: 15px 0 15px 10px;
		border-bottom: 1px dashed #8d7e68;
		text-align: left;
	}
	.headWrap .header .gloabalNav>li .ddMenu li:before {
		content: "\f0da";
		font-family: "FontAwesome";
		color: #5b3618;
		padding: 0 10px 0 0;
	}
	.headWrap .header .gloabalNav>li .ddMenu a:last-child li {
		border: none;
	}
	.headWrap .header .gloabalNav>li .ddMenu a li {
		color: #5b3618;
		background-color: #ffffff;
	}
	.headWrap .header .gloabalNav>li .ddMenu a li:hover {
		background-color: #cac2ba;
	}
	.headWrap .menu-bottom {
		display: block;
		font-size: 12px;
		color: #5b3618;
		font-weight: 400;
		padding: 8px 0 0 0;
		line-height: 0.9;
	}
	.headWrap .header .gloabalNav>li:not(:last-child):after {
		content: "";
		display: block;
		width: 100%;
		height: 5px;
		background-color: #5b3618;
		position: absolute;
		top: 0px;
		opacity: 0;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		-webkit-transform: translate(0, -5px);
		-moz-transform: translate(0, -5px);
		-ms-transform: translate(0, -5px);
		-o-transform: translate(0, -5px);
		transform: translate(0, -5px);
	}
	.headWrap .header .gloabalNav>li:hover:after {
		opacity: 1;
		-webkit-transform: translate(0, 0px);
		-moz-transform: translate(0, 0px);
		-ms-transform: translate(0, 0px);
		-o-transform: translate(0, 0px);
		transform: translate(0, 0px);
	}
	.headWrap .header .gloabalNav>li.current:after {
		content: "";
		display: block;
		width: 100%;
		height: 5px;
		background-color: #5b3618;
		position: absolute;
		top: 0px;
	}
	/* 190213 add START */
	.headWrap.small {
		height: 90px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.headWrap.small .header {
		height: 90px;
	}
	.headWrap.small .header h1, .headWrap.small .header .underlayerLogo {
		height: 90px;
		background: url(../images/common/mainLogo_small.png) 50% 20px no-repeat;
		background-size: 134px auto;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.headWrap.small .header .gloabalNav>li>a {
		padding-top: 24px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		line-height: 1.2;
	}
	.headWrap.small .header .gloabalNav>li .ddMenu {
		top: 70px;
	}
	/* 190213 add END */
	/* //////////////////////////////////////////////////////////////////////////////////// */
	/* 171229 moved START */
	.underLayer .container {
		padding-top: 170px;
	}
	/* 171229 moved END */
	/* //////////////////////////////////////////////////////////////////////////////////// */
	.headBreadcrumbs, .footBreadcrumbs {
		width: 950px;
		font-size: 11px;
	}
	.headBreadcrumbs {
		padding: 15px 0 0 0;
	}
	.footBreadcrumbs {
		padding: 15px 0 20px 0;
	}
	.headBreadcrumbs .arrow, .footBreadcrumbs .arrow {
		padding: 0 10px;
	}
	/* //////////////////////////////////////////////////////////////////////////////////// */
	.ttlSet {
		padding: 30px 0 45px;
	}
	.ttlSet h1 {
		color: rgba(91, 54, 24, 1);
		font-size: 26px;
	}
	.ttlSet p {
		margin: 5px 0 0 0;
		font-size: 14px;
	}
	/* //////////////////////////////////////////////////////////////////////////////////// */
	.ulMenu li {
		width: 180px;
		padding: 8px 0;
		font-size: 14px;
		font-weight: 500;
		line-height: 1;
		display: inline-block;
		border-left: 1px solid #d8ba8d;
	}
	.ulMenu li.current p {
		padding-bottom: 1px;
	}
	.ulMenu li a {
		padding-bottom: 1px;
	}
	/* //////////////////////////////////////////////////////////////////////////////////// */
	.rtt {
		width: 920px;
		margin: 0 auto;
	}
	.rtt.btm {
		margin-top: 80px;
	}
	.rtt a {
		display: block;
		float: right;
		font-size: 13px;
		line-height: 1;
		color: #000000;
		position: relative;
		border-bottom: 1px solid #000000;
		padding-bottom: 2px;
	}
	.rtt a:before {
		box-sizing: border-box;
		display: block;
		content: "\f077";
		font-family: "FontAwesome";
		width: 16px;
		height: 16px;
		padding: 2px 0 0 3.5px;
		font-size: 10px;
		background-color: #000000;
		color: #ffffff;
		position: absolute;
		right: -20px;
	}
	/* //////////////////////////////////////////////////////////////////////////////////// */
	.underLayer .btmLinkArea {
		margin: 100px auto 30px;
	}
	.underLayer .btmLinkArea .comment, .underLayer .btmLinkArea .faxNum {
		font-size: 22px;
	}
	.underLayer .btmLinkArea .faxNum span {
		font-size: 30px;
		top: 3px;
	}
	.underLayer .btmLinkArea a {
		width: 600px;
		margin: 30px auto 0;
	}
	.underLayer .btmLinkArea a img {
		width: 100%;
	}
	/* //////////////////////////////////////////////////////////////////////////////////// */
	.topPage .footWrap {
		height: 130px;
		margin: 100px auto 0;
	}
	.underLayer .footWrap {
		width: 100%;
		height: 130px;
		background-color: #5b3618;
		margin: 0 auto 0;
		position: relative;
	}
	.underLayer .footBcWrap {
		margin: 20px 0 0 0;
	}
	.footWrap .footer {
		width: 950px;
		height: 100px;
		padding: 30px 0;
	}
	.footWrap .footer p {
		line-height: 1;
		font-size: 11px;
	}
	.footWrap .footer .companyTxt {
		top: 35px;
	}
	.footWrap .footer .footerLink {
		top: 60px;
	}
	.footWrap .footer .fbLink {
		width: 160px;
		padding: 8px;
		right: 0;
		top: 30px;
	}
	.footWrap .footer .fbLink img {
		width: 100%;
	}
	.footWrap p.copyright {
		height: 30px;
		font-size: 10px;
		padding: 10px 0;
	}
}