@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3,0.3,0.3)
	}

	50% {
		opacity: 1
	}
}

@-moz-keyframes zoomIn {
	from {
		opacity: 0;
		-moz-transform: scale3d(0.3,0.3,0.3);
		transform: scale3d(0.3,0.3,0.3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3,0.3,0.3);
		-moz-transform: scale3d(0.3,0.3,0.3);
		transform: scale3d(0.3,0.3,0.3)
	}

	50% {
		opacity: 1
	}
}

@-webkit-keyframes zoomOut {
	from {
		opacity: 1
	}

	65% {
		opacity: 0;
		-webkit-transform: scale3d(0.6,0.6,0.6)
	}

	to {
		opacity: 0
	}
}

@-moz-keyframes zoomOut {
	from {
		opacity: 1
	}

	65% {
		opacity: 0;
		-moz-transform: scale3d(0.6,0.6,0.6);
		transform: scale3d(0.6,0.6,0.6)
	}

	to {
		opacity: 0
	}
}

@keyframes zoomOut {
	from {
		opacity: 1
	}

	65% {
		opacity: 0;
		-webkit-transform: scale3d(0.6,0.6,0.6);
		-moz-transform: scale3d(0.6,0.6,0.6);
		transform: scale3d(0.6,0.6,0.6)
	}

	to {
		opacity: 0
	}
}

@-webkit-keyframes fadeIn {
	0% {
		display: none;
		opacity: 0
	}

	1% {
		display: block;
		opacity: 0
	}

	100% {
		display: block;
		opacity: 1
	}
}

@-moz-keyframes fadeIn {
	0% {
		display: none;
		opacity: 0
	}

	1% {
		display: block;
		opacity: 0
	}

	100% {
		display: block;
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		display: none;
		opacity: 0
	}

	1% {
		display: block;
		opacity: 0
	}

	100% {
		display: block;
		opacity: 1
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0)
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(40px);
		transform: translateY(40px)
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		transform: translateY(40px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes right-to-center {
	0% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		transform: translateX(30px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-moz-keyframes right-to-center {
	0% {
		opacity: 0;
		-moz-transform: translateX(30px);
		transform: translateX(30px)
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes right-to-center {
	0% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		transform: translateX(30px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes left-to-center {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-moz-keyframes left-to-center {
	0% {
		opacity: 0;
		-moz-transform: translateX(-30px);
		transform: translateX(-30px)
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes left-to-center {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
		-moz-transform: translateX(-30px);
		transform: translateX(-30px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes center-to-left {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px)
	}
}

@-moz-keyframes center-to-left {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(-30px);
		transform: translateX(-30px)
	}
}

@keyframes center-to-left {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
		-moz-transform: translateX(-30px);
		transform: translateX(-30px)
	}
}

@-webkit-keyframes center-to-right {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		transform: translateX(30px)
	}
}

@-moz-keyframes center-to-right {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(30px);
		transform: translateX(30px)
	}
}

@keyframes center-to-right {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		transform: translateX(30px)
	}
}

@-webkit-keyframes bounce {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	30% {
		-webkit-transform: scale(1.4);
		transform: scale(1.4)
	}

	60% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}

	100% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
}

@-moz-keyframes bounce {
	0% {
		-moz-transform: scale(1);
		transform: scale(1)
	}

	30% {
		-moz-transform: scale(1.4);
		transform: scale(1.4)
	}

	60% {
		-moz-transform: scale(1.2);
		transform: scale(1.2)
	}

	100% {
		-moz-transform: scale(1.3);
		transform: scale(1.3)
	}
}

@keyframes bounce {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}

	30% {
		-webkit-transform: scale(1.4);
		-moz-transform: scale(1.4);
		transform: scale(1.4)
	}

	60% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		transform: scale(1.2)
	}

	100% {
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		transform: scale(1.3)
	}
}

.ui_close {
	position: absolute;
	top: 50px;
	right: 50px;
	cursor: pointer;
	display: none;
	font-size: 48px;
	line-height: 48px;
	color: rgba(255,255,255,.5)
}

.ui_close:hover {
	color: #4ba53a
}

.home-slider .ui_close {
	top: 120px;
	color: rgba(0,0,0,.5);
	z-index: 20
}

.home-slider .ui_close:hover {
	color: #4ba53a
}

video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0
}

.section--movie video {
	position: relative;
	width: 100%;
	height: 100%;
	opacity: 1
}

.play {
	margin-top: 10px;
	text-align: center;
	color: #ccc;
	cursor: pointer
}

.play .icon__circle__play {
	font-size: 60px;
	line-height: 60px;
	display: block
}

.play:hover {
	color: #fff
}

.ui_play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -50px;
	font-size: 100px;
	line-height: 100px;
	color: rgba(255,255,255,.7);
	cursor: pointer
}

.ui_play:hover {
	color: #4ba53a
}

.replay_trailer {
	width: 240px;
	height: 46px;
	margin: 60px auto 0;
	border-radius: 23px;
	border: 1px solid #333;
	font-size: 18px;
	line-height: 46px;
	color: #333;
	cursor: pointer;
	text-align: center
}

.replay_trailer:hover {
	border: 1px solid #4ba53a;
	background-color: #4ba53a;
	color: #fff
}

.noter {
	color: red;
	padding: 3px 5px 3px 0;
	font-size: 18px;
	margin-bottom: 30px
}

.text {
	text-align: left;
	font-family: Microsoft YaHei
}

.text.more {
	padding-top: 280px
}

.text.adr {
	padding-top: 80px
}

.warm {
	width: 100%;
	max-width: 470px
}

img.logo--BALMUDA_id {
	width: 150px;
	float: right;
	padding-top: 24px
}

.multi_column__main .column {
	margin-bottom: 4rem;
	height: auto
}

.multi_column__main .input {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 2rem;
	overflow: hidden;
	text-align: left
}

.multi_column__main .input>input[type=email],.multi_column__main .input input[type=number],.multi_column__main .input input[type=password],.multi_column__main .input input[type=search],.multi_column__main .input input[type=tel],.multi_column__main .input input[type=text],.multi_column__main .input input[type=url] {
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	display: block;
	width: 100%;
	height: 2.9rem;
	margin-top: 1.1rem;
	border-bottom: 1px solid #999;
	font-size: 1.6rem;
	line-height: 2.7rem
}

.multi_column__main .input>input[type=email] ~ label,.multi_column__main .input input[type=number] ~ label,.multi_column__main .input input[type=password] ~ label,.multi_column__main .input input[type=search] ~ label,.multi_column__main .input input[type=tel] ~ label,.multi_column__main .input input[type=text] ~ label,.multi_column__main .input input[type=url] ~ label {
	position: absolute;
	cursor: default;
	left: 0;
	top: 0;
	font-size: 1rem;
	line-height: 1.2rem;
	color: #000;
	pointer-events: none
}

.radio_set>span {
	color: #000;
	font-size: 18px
}

.multi_column__main .select>select {
	z-index: 2;
	position: relative;
	display: block;
	width: 100%;
	height: 2.9rem;
	margin-top: 1.5rem;
	padding: 0 1rem;
	background: transparent;
	border: 1px solid #9e9e9e;
	border-radius: 2px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-transform: none;
	font: inherit;
	outline: 0
}

.multi_column__main .select>select ~ label {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 1rem;
	line-height: 1.2rem;
	color: #000;
	pointer-events: none
}

#Container.Page4 .ContainerLayer__index {
	background: #f5f4f2 url(../images/recipes/bg1_f5f4f2.jpg) 50% 0 no-repeat;
	background-size: 100% auto
}

#Container.Page4 .section1 {
	padding-top: 120px;
	padding-bottom: 70px
}

#Container.Page4 .section1 p {
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	max-width: 800px;
	margin: 0 auto
}

#Container.Page4 .section_list {
	padding-bottom: 60px
}

#Container.Page4 .section_list .contents,#Container.Page4 .section_recipe .contents,#Container.Page4 .section_recomend .contents,#Container.Page4 .section_subscribe .contents {
	overflow: visible;
	position: relative;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
	height: 100%
}

#Container.Page4 .recomend:before {
	position: absolute;
	right: 10px;
	bottom: 14px;
	font-family: v2;
	content: "\e023";
	speak: none;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	color: #ccc
}

#Container.Page4 .section_recipe .contents {
	text-align: left;
	overflow: visible
}

#Container.Page4 .section_list ul {
	margin-left: -16px;
	width: 996px;
	zoom: 1
}

#Container.Page4 .section_list li.signature {
	width: 482px;
	height: 482px
}

#Container.Page4 .section_list li {
	margin-bottom: 16px;
	margin-left: 16px;
	list-style: none;
	float: left;
	position: relative;
	width: 233px;
	background: #fff;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

#Container.Page4 .section_list li a {
	text-decoration: none
}

#Container.Page4 .section_list ul:after {
	content: "";
	display: block;
	clear: both
}

#Container.Page4 .section_list li:hover {
	box-shadow: 0 16px 32px rgba(0,0,0,0.16)
}

#Container.Page4 .section_list li.right {
	float: right
}

#Container.Page4 .section_list li.new a:after {
	content: 'NEW';
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 100px;
	height: 18px;
	padding: 3px 0;
	left: -28px;
	top: 10px;
	color: #fff;
	background-color: #f33;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: .15em;
	white-space: nowrap;
	text-align: center;
	position: absolute
}

#Container.Page4 .section_list li.signature a .icon {
	display: block;
	position: absolute;
	right: 7px;
	top: 7px
}

#Container.Page4 .section_list li.rebake {
	width: 482px;
	height: 480px;
	padding: 60px 40px 20px;
	background: url(../images/recipes/rebake__background.jpg) no-repeat center center;
	background-size: cover
}

#Container.Page4 .section_list li.rebake .rebake__title {
	font-size: 28px;
	color: #fff;
	margin-bottom: 40px
}

#Container.Page4 .section_list li.rebake .rebake__text {
	font-size: 16px;
	line-height: 1.8em;
	color: #fff
}

#Container.Page4 .section_list li.rebake .btn {
	display: block;
	margin: 0 auto;
	width: 220px;
	height: 36px;
	border-radius: 18px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 16px;
	line-height: 36px;
	text-decoration: none;
	color: #fff;
	padding: 0
}

#Container.Page4 .section_list li.rebake .btn:hover {
	color: #fff;
	background-color: rgba(255,255,255,0.3);
	padding: 0
}

#Container.Page4 .section_list li.rebake .rebake__bakery_logo {
	position: absolute;
	bottom: 30px;
	left: 40px
}

#Container.Page4 .section_list li.signature a .icon img {
	width: 114px
}

#Container.Page4 .section_list li.signature a .chef {
	padding-left: 109px;
	padding-bottom: 13px;
	display: block;
	position: absolute;
	left: 10px;
	bottom: 10px;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	color: #333
}

#Container.Page4 .section_list li.signature a .chef img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 114px
}

#Container.Page4 .section_list li.signature a .name {
	height: 100px;
	width: 482px
}

#Container.Page4 .section_list li a .name {
	display: table;
	width: 223px;
	height: 50px
}

#Container.Page4 .section_list li.signature a .name__inner {
	padding-left: 39px
}

#Container.Page4 .section_list li a .name__inner {
	display: table-cell;
	text-align: left;
	padding: 5px 20px;
	vertical-align: middle;
	color: #999
}

#Container.Page4 .section_list li.signature a .name .title {
	font-size: 17px;
	line-height: 22px
}

#Container.Page4 .section_list li a .name .title {
	display: block;
	margin: 0;
	color: #333;
	font-size: 13px;
	line-height: 14px;
	font-weight: 700
}

#Container.Page4 .section_recipe .title {
	margin-bottom: 0;
	margin-top: 132px;
	height: 60px;
	position: relative
}

#Container.Page4 .section_recipe .title h2 {
	float: left;
	font-size: 30px;
	color: #333;
	line-height: 34px;
	margin-bottom: 20px;
	margin-top: 0;
	font-weight: 400
}

#Container.Page4 .section_recomend {
	height: 660px;
	background: #f6f6f6 url(../images/recipes/recomend__background.jpg) no-repeat;
	background-size: cover;
	margin-top: 60px
}

#Container.Page4 .section_recipe .title .signature {
	position: absolute;
	right: 0;
	top: 44px;
	z-index: 1
}

#Container.Page4 .section_list li.signature .dish img,#Container.Page4 .section_list li .dish img {
	width: 100%
}

#Container.Page4 .section_recipe .title .share {
	padding-top: 8px;
	float: right
}

#Container.Page4 .section_recipe .title .share li {
	margin-left: 10px;
	float: left;
	list-style: none;
	overflow: hidden
}

#Container.Page4 .section_recipe .title .share li.twitter {
	width: 70px
}

#Container.Page4 .section_recipe .title .share li.facebook {
	width: 60px
}

#Container.Page4 .section_recipe .visual img {
	width: 100%;
	height: auto
}

#Container.Page4 .section_recipe .summary {
	padding: 80px 50px 70px;
	display: block;
	width: 100%;
	float: left;
	position: relative;
	zoom: 1
}

#Container.Page4 .section_recipe .summary .chef {
	margin-bottom: 10px;
	margin-right: 40px;
	float: left;
	width: 160px
}

#Container.Page4 .section_recipe .summary .text {
	float: left;
	width: 680px;
	text-align: left
}

#Container.Page4 .section_recipe .summary .text p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
	color: #333
}

#Container.Page4 .section_recipe .image {
	margin-bottom: 78px;
	zoom: 1
}

#Container.Page4 .section_recipe .image .ingredients {
	text-align: center
}

#Container.Page4 .section_recipe .detail {
	margin: 0 50px 70px;
	display: block;
	position: relative;
	width: 100%;
	clear: both
}

#Container.Page4 .section_recipe .detail .ingredients {
	margin-right: 40px;
	width: 240px;
	float: left
}

#Container.Page4 .section_recipe .detail h3 {
	margin-bottom: 32px;
	padding-bottom: 22px;
	border-bottom: 1px solid #ebebeb;
	font-size: 24px
}

#Container.Page4 .section_recipe .detail .ingredients table {
	width: 100%
}

#Container.Page4 .section_recipe .detail .ingredients p {
	font-size: 14px;
	line-height: 1.5
}

#Container.Page4 .section_recipe .detail .step {
	float: left;
	width: 600px
}

#Container.Page4 .section_recipe .detail .step ol {
	list-style: decimal;
	margin-left: 30px
}

#Container.Page4 .section_recipe .detail .step li {
	margin-bottom: 20px;
	padding-left: 30px;
	list-style: decimal;
	font-size: 18px
}

#Container.Page4 .section_recipe .detail .ingredients tr:nth-child(2n-1) th,#Container.Page4 .section_recipe .detail .ingredients tr:nth-child(2n-1) td {
	background: #f6f6f6
}

#Container.Page4 .section_recipe .detail .ingredients .odd th,#Container.Page4 .section_recipe .detail .ingredients .odd td {
	background: #f6f6f6
}

#Container.Page4 .section_recipe .detail .ingredients th,#Container.Page4 .section_recipe .detail .ingredients td {
	padding: 5px;
	font-size: 14px;
	line-height: 30px
}

#Container.Page4 .resp {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden
}

#Container.Page4 .section_video {
	width: 880px;
	margin: 0 auto 80px
}

#Container.Page4 .section_recipe .profile {
	margin: 0 50px 80px;
	padding: 20px 0;
	background: #f6f6f6;
	float: left;
	display: block;
	zoom: 1
}

#Container.Page4 .section_recipe .profile h3 {
	padding-left: 25px;
	float: left;
	width: 135px;
	font-size: 14px;
	color: #ccc
}

#Container.Page4 .section_recipe .profile .text {
	float: left;
	width: 680px
}

#Container.Page4 .section_recipe .profile .text a {
	color: #4ba53a;
	text-decoration: none
}

#Container.Page4 .section_recomend .title {
	margin: 80px auto 50px;
	padding-bottom: 0;
	font-size: 30px;
	color: #000
}

#Container.Page4 .recomend__wrap {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 48px
}

#Container.Page4 .recomend {
	display: block;
	position: relative;
	width: 239px;
	height: 360px;
	overflow: hidden;
	background-color: #fff;
	text-align: left;
	text-decoration: none
}

#Container.Page4 .recomend__img {
	width: 239px;
	height: 190px;
	margin-bottom: 40px;
	overflow: hidden
}

#Container.Page4 .recomend__img img {
	width: 100%;
}

#Container.Page4 .recomend__chef {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 64px;
	height: 64px;
	margin: -32px auto auto -32px
}

#Container.Page4 .recomend__body {
	padding: 0 20px
}

#Container.Page4 .section_recomend .recomend__title {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none
}

#Container.Page4 .section_recomend .recomend__text {
	font-size: 12px;
	line-height: 16px;
	color: #999;
	text-decoration: none
}

#Container.Page4 .section_recomend .btn {
	margin: 0 auto;
	margin-bottom: 40px;
	display: block;
	border: 1px solid #999;
	border-radius: 2px;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	padding: 0;
	background: transparent
}

#Container.Page4 .section_recomend .btn:hover,.container_story .btn:hover {
	background: transparent;
	opacity: .5;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

#Container .section_subscribe .contents {
	padding: 120px 0;
	background: url(../images/recipes/subscribe_device.png) no-repeat 640px 30px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#Container .section_subscribe .contents {
		background: url(../images/recipes/subscribe_device@2x.png) no-repeat 640px 30px;
		background-size: 233px 482px
	}
}

#Container .section_subscribe .text_area {
	width: 520px;
	margin-right: 460px;
	text-align: left
}

#Container .section_subscribe .subscribe__heading {
	font-size: 24px;
	color: #666
}

#Container .section_subscribe .subscribe__text {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 16px;
	color: #666
}

#Container .section_subscribe .btn {
	display: block;
	margin: 0;
	width: 220px;
	height: 36px;
	text-align: center;
	font-size: 16px;
	line-height: 36px;
	text-decoration: none;
	color: #fff
}

#Container .section_subscribe .btn--ghost {
	border: 1px solid #4ba53a;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 0
}

#Container .section_subscribe .btn--ghost:hover {
	background: #4ba53a;
	color: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

#Container .section_subscribe a.btn--ghost:hover {
	text-decoration: none
}

.container_history .container {
	height: 100%;
	position: relative;
	padding: 0
}

.container_history .section1 {
	background: url(../images/history/section1_bg.jpg) no-repeat center top;
	background-color: #fff;
	padding-bottom: 0;
	padding-top: 0
}

.container_history .timeline {
    height: 800px;
    /*width: 100%;*/
    border-left: 1px solid #666;
    position: absolute;
    top: 0;
    text-align: left;
    margin-left: 0;
    left: 90px;
}

.container_history .timeline dl {
	margin-top: 400px
}

.container_history .timeline dd:before {
	content: "";
	border-top: 1px solid #666;
	width: 50px;
	display: block;
	position: absolute;
	top: 12px;
	left: 0
}

.container_history .timeline dt {
    margin-left: -86px;
    width: 70px;
    float: left;
    font-size: 18px;
    clear: both;
}

.container_history .timeline dd {
	/* width: 360px; */
	float: left;
	padding-left: 60px;
	font-size: 16px;
	position: relative;
	margin-bottom: 20px
}

.container_history .content {
	width: 100%;
	max-width: 430px;
	background: transparent
}

.container_history .section1 .content {
	top: 100px;
	left: 50%;
	margin-left: -215px;
	text-align: left
}

.container_history h2 {
	font-size: 32px;
	font-weight: 300;
	text-align: center;
	color: #000
}

.container_history .container .content p {
	color: #000;
	font-size: 18px;
	line-height: 1.8em
}

.container_history .section {
	height: 800px
}

.container_history p.product_name {
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px
}

.container_history .content {
	padding: 5px;
	position: absolute
}

.container_history .section2 {
	background: url(../images/history/section2_bg.jpg) no-repeat center top;
	background-color: #f4f4f4
}

.container_history .section2 .content {
	top: 200px;
	right: 30px;
	text-align: left
}

.container_history .section2 dl {
	margin-top: 460px
}

.container_history .section3 {
	background: url(../images/history/section3_bg.jpg) no-repeat center top;
	background-color: #fff
}

.container_history .section3 .content {
top: 428px;
    left: 121px
	text-align: left
}

.container_history .section3 dl {
	margin-top: 200px
}

.container_history .section4 {
	background: url(../images/history/section4_bg.jpg) no-repeat center top;
	background-color: #f4f4f4
}

.container_history .section4 dl {
	margin-top: 60px
}

.container_history .section4 .content {
	top: 350px;
	right: -40px;
	text-align: left
}

.container_history .section5 {
	background: url(../images/history/section5_bg.jpg) no-repeat center bottom;
	background-color: #fff
}

.container_history .section5 dl {
	margin-top: 100px
}

.container_history .section5 .content {
    top: 490px;
    left: 190px;
    text-align: left;
}

.container_story .wrapper {
/*background:url(../images/story/section_title_pc_bg.jpg) no-repeat center top;*/
	background-size: cover;
	background-color: #f0f0f0
}

.container_story .section_title {
	height: 240px;
	margin: 0
}

.container_story .section_title .container {
	max-width: 640px;
	display: table;
	padding: 80px 0
}

.container_story .section_title h1 {
	font-size: 60px;
	display: table-cell;
	border-right: 1px solid #999;
	padding-right: 60px;
	vertical-align: middle
}

.container_story .section_title p {
	display: table-cell;
	padding-left: 60px;
	vertical-align: middle
}

.container_story p {
	/*margin: 30px -1em 30px 0;
	line-height: 1.9em;*/
	color: #666;
	/*font-size: 18px*/
}

.container_story .section_posts {
	margin-top: -250px;
	margin-bottom: 0;
	padding-bottom: 50px;
	overflow: hidden
}

.container_story .section_posts .section_inner {
	margin-right: -25px
}

.container_story a {
	text-decoration: none;
	color: #333
}

.container_story .box__ {
	width: 350px;
	height: 430px;
	float: left;
	margin-right: 25px;
	border-radius: 5px;
	margin-bottom: 28px;
	overflow: hidden
}

.container_story .post__thumb {
	overflow: hidden;
	background-color: #ccc;
	height: 238px
}

.container_story .post__text {
	padding: 25px;
	height: 300px;
	background-color: #fff
}

.container_story .post__x {
	padding-left: 15px;
	padding-right: 15px
}

.container_story .box__coming_soon {
	width: 320px;
	height: 400px;
	display: inline-block;
	border-radius: 5px;
	margin-bottom: 15px;
	overflow: hidden;
	background: url(../images/story/comingsoon_bg.png);
	text-align: center
}

.container_story .post__text h3 {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 10px;
	font-weight: 400;
	font-style: normal;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.container_story .post__text p {
	font-size: 14px;
	line-height: 1.5em;
	margin: 0;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.container_story .post__text h3 span.article_num:before {
/*content:"vol.";*/
	font-size: 12px
}

.container_story .post__text h3 span.article_num {
	color: #4ba53a;
	display: block;
	float: right;
	font-size: 28px;
	line-height: 30px;
	height: 30px;
	font-weight: 100;
	margin-top: -5px
}

.container_story .section {
	margin-top: 0;
	margin-bottom: 78px
}

.container_story .section_image {
	width: 100%;
	overflow: hidden;
	margin: 0
}

.container_story .image001_1 {
	background: url(../images/story/01_pc.jpg) no-repeat top center;
	background-size: cover;
    background-position: center center;
}

.container_story .image002_1 {
	background: url(../images/story/002/01_pc.jpg) no-repeat center center;
	background-size: cover;
    background-position: center center;
}

.container_story .image003_1 {
	background: url(../images/story/003/01_pc.jpg) no-repeat center center;
	background-size: cover;
    background-position: center center;
}

.container_story .image004_1 {
	background: url(../images/story/004/01_pc.jpg) no-repeat center center;
	background-size: cover;
    background-position: center center;
}

.container_story .image005_1 {
	background: url(../images/story/005/01_pc.jpg) no-repeat top center;
	background-size: cover;
    background-position: center center;
}

.container_story .image006_1 {
	background: url(../images/story/006/01_pc.jpg) no-repeat center center;
	background-size: cover;
    background-position: center center;
}

.container_story .section_text .container,.container_story .section_image .container,.container_story .article_list .container {
	max-width: 875px
}

.container_story h1 span {
	font-size: 14px;
	color: #999;
	line-height: 3.4em;
	letter-spacing: 0
}

.container_story h1 {
	font-size: 24px;
	line-height: 1.4em;
	text-align: left;
	margin: 50px 0 50px;
	padding: 0;
	color: #222;
	font-weight: 400;
	font-style: normal;
}

.container_story p {
	/*margin: 30px -1em 30px 0;
	line-height: 1.9em*/
}

.container_story .image001_2 {
	background: url(../images/story/02_pc.jpg) no-repeat center center;
	background-size: cover
}

.container_story .image002_2 {
	background: url(../images/story/002/02_pc.jpg) no-repeat center center;
	background-size: cover
}

.container_story .image003_2 {
	background: url(../images/story/003/02_pc.jpg) no-repeat center center;
	background-size: cover
}

.container_story .image004_2 {
	background: url(../images/story/004/02_pc.jpg) no-repeat center center;
	background-size: cover
}

.container_story .image005_2 {
	background: url(../images/story/005/02_pc.jpg) no-repeat center center;
	background-size: cover
}

.container_story .image006_2 {
	background: url(../images/story/006/02_pc.jpg) no-repeat center center;
	background-size: cover
}

.talksession .image_vol1_01 {
	background: url(../images/story/007/01_pc.jpg) no-repeat center center;
	width: 100%;
	height: 600px;
	background-size: cover
}

.talksession .image_vol1_02 {
	background: url(../images/story/007/02_pc.jpg) no-repeat center center;
	width: 100%;
	height: 600px;
	background-size: cover
}

.talksession .image_vol1_03 {
	background: url(../images/story/007/03_pc.jpg) no-repeat center center;
	width: 100%;
	height: 600px;
	background-size: cover
}

.talksession .image_vol1_04 {
	background: url(../images/story/007/04_pc.jpg) no-repeat center center;
	width: 100%;
	height: 600px;
	background-size: cover
}

.talksession .image_vol1_05 {
	background: url(../images/story/007/05_pc.jpg) no-repeat center center;
	width: 100%;
	height: 600px;
	background-size: cover
}

.talksession .image_vol2_01 {
	background: url(../images/story/008/01_pc.jpg) no-repeat center center;
	width: 100%;
	height: 600px;
	background-size: cover
}

.talksession .image_vol2_02 {
	background: url(../images/story/008/02_pc.jpg) no-repeat center center;
	width: 100%;
	height: 600px;
	background-size: cover
}

.talksession .image_vol2_03 {
	background: url(../images/story/008/03_pc.jpg) no-repeat center center;
	width: 100%;
	height: 600px;
	background-size: cover
}

.talksession .image_vol2_04 {
	background: url(../images/story/008/04_pc.jpg) no-repeat center center;
	width: 100%;
	height: 600px;
	background-size: cover
}

.talksession .image_vol2_05 {
	background: url(../images/story/008/05_pc.jpg) no-repeat center center;
	width: 100%;
	height: 600px;
	background-size: cover
}

.talksession .image_vol3_01 {
	background: url(../images/story/009/01_pc.jpg) no-repeat center center;
	width: 100%;
	height: 600px;
	background-size: cover
}

.talksession .image_vol3_02 {
	background: url(../images/story/009/02_pc.jpg) no-repeat center center;
	width: 100%;
	height: 600px;
	background-size: cover
}

.talksession .image_vol3_03 {
	background: url(../images/story/009/03_pc.jpg) no-repeat center center;
	width: 100%;
	height: 600px;
	background-size: cover
}

.talksession .image_vol3_04 {
	background: url(../images/story/009/04_pc.jpg) no-repeat center center;
	width: 100%;
	height: 600px;
	background-size: cover
}

.talksession .image_vol3_05 {
	background: url(../images/story/009/05_pc.jpg) no-repeat center center;
	width: 100%;
	height: 600px;
	background-size: cover
}

.talksession .image_vol4_01 {
	background: url(../images/story/010/01_pc.jpg) no-repeat center center;
	width: 100%;
	height: 600px;
	background-size: cover
}

.talksession .image_vol4_02 {
	background: url(../images/story/010/02_pc.jpg) no-repeat center center;
	width: 100%;
	height: 600px;
	background-size: cover
}

.talksession .image_vol4_03 {
	background: url(../images/story/010/03_pc.jpg) no-repeat center center;
	width: 100%;
	height: 600px;
	background-size: cover
}

.talksession .image_vol4_04 {
	background: url(../images/story/010/04_pc.jpg) no-repeat center center;
	width: 100%;
	height: 600px;
	background-size: cover
}

.talks .image_vol1_01 {
	background: url(../images/story/011/chapter1-1.jpg) no-repeat center center;
	width: 100%;
	height: 600px;
	background-size: cover
}

.talks .image_vol1_02 {
	background: url(../images/story/011/chapter1-2.jpg) no-repeat center center;
	width: 100%;
	height: 600px;
	background-size: cover
}

.talks .image_vol1_03 {
	background: url(../images/story/011/chapter1-3.jpg) no-repeat center center;
	width: 100%;
	height: 600px;
	background-size: cover
}

.talks .image_vol2_01 {
	background: url(../images/story/012/chapter2-1.jpg) no-repeat center center;
	width: 100%;
	height: 600px;
	background-size: cover
}

.talks .image_vol2_02 {
	background: url(../images/story/012/chapter2-2.jpg) no-repeat center center;
	width: 100%;
	height: 600px;
	background-size: cover
}

.talks .image_vol2_03 {
	background: url(../images/story/012/chapter2-3.jpg) no-repeat center center;
	width: 100%;
	height: 600px;
	background-size: cover
}

.talksession .column__item .profile-name-en,.talks .column__item .profile-name-en {
	display: block;
	margin: 0 auto;
	text-align: center
}

.container_story .h_middle {
	height: 700px
}

.container_story p.caption {
	font-size: 14px;
	margin-top: 10px;
}

.container_story h2 {
	font-size: 36px;
	line-height: 1.7em;
	text-align: left;
	margin: 50px 0 60px;
	color: #222;
	font-weight: 400;
	letter-spacing: -3px
}

.container_story .article_list {
	margin: 50px 0px 30px 0px;
}

.container_story .article_list ul {
	border-top: 1px solid #e0e0e0
}

.container_story .article_list li {
	list-style-type: none;
	font-size: 14px;
	padding: 20px 0;
	border-bottom: 1px solid #e0e0e0;
	position: relative
}

.container_story .article_list li.current,.container_story .article_list li.current span.article_num {
	color: #ccc
}

.container_story .article_list li span.article_num {
	color: #4ba53a;
	padding: 0 30px;
	font-size: 30px;
	font-weight: 100
}

.container_story .article_list span.article_num:before {
	content: "vol.";
	font-size: 12px
}

.container_story .article_list a li:after {
	position: absolute;
	right: 30px;
	top: 18px;
	font-family: v2;
	content: "\e023";
	speak: none;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	color: #ccc
}

.container_story .article_list a:hover li:after {
	color: #4ba53a;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease
}

.container_story .article_list a:hover li {
	background: #fafafa
}

.container_story .article_list a:hover {
	color: #4ba53a
}

.container_story .article_list li.unpublished {
	color: #ccc
}

.container_story .article_list span.comingsoon {
	font-size: 14px
}

.container_story .btn {
	margin: 0 auto;
	display: block;
	border: 1px solid #999;
	border-radius: 2px;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	padding: 0;
	background: transparent
}

.talksession #body_background {
	padding: 0
}

.talksession #cover {
	position: relative;
	height: 640px;
	background: url(../images/story/007/title_logo.png) no-repeat center 180px
}

.talksession.session2 #cover {
	background: url(../images/story/008/title_logo.png) no-repeat center 180px
}

.talksession.session3 #cover {
	background: url(../images/story/009/title_logo.png) no-repeat center 180px
}

.talksession.session4 #cover {
	background: url(../images/story/010/title_logo.png) no-repeat center 180px
}

.talks #body_background {
	padding: 0
}

.talks.session1 #cover {
	position: relative;
	height: 640px;
	background: url(../images/story/011/title_logo.png) no-repeat center 180px
}

.talks.session2 #cover {
	position: relative;
	height: 640px;
	background: url(../images/story/012/title_logo.png) no-repeat center 180px
}

.container_story .h_small {
	height: 260px
}

.talksession #cover #written_by {
	position: absolute;
	width: 300px;
	bottom: 20px;
	right: 20px
}

.talksession #wrapper .block,.talks #wrapper .block {
	position: relative;
	margin: 0
}

.talksession #wrapper .block .block_layout,.talks #wrapper .block .block_layout {
	width: 100%
}

.talksession .column--lead,.talks .column--lead {
	border-top: 1px solid #999
}

.talksession .column,.talks .column {
	padding: 80px 100px 60px;
	height: auto
}

.talksession .column .lead,.talks .column .lead {
	text-align: center
}

.talksession .column p,.talks .column p {
	text-align: left;
	font-family: Microsoft YaHei;
	font-size: 16px;
	line-height: 34px;
	max-width: 720px;
	width: 100%;
	margin: 0 auto 20px
}

.talksession .column h3,.talks .column h3 {
	font-family: Microsoft YaHei;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 60px;
	text-align: center;
	color: #000
}

.talksession .column p em.text_wada,.talksession .column p em.text_terao {
	color: #c00;
	border-right: 1px solid #c00;
	margin-right: 14px
}

.talksession .column p.to-be-continued,.talks .column p.to-be-continued {
	padding-top: 50px;
	color: #666;
	text-align: right
}

.talksession .column--profile,.talks .column--profile {
	border-top: 1px solid #999
}

.talksession .column--profile .column__inner,.talks .column--profile .column__inner {
	display: table;
	width: 100%;
	max-width: 980px;
	margin: 0 auto
}

.talksession .column__item,.talks .column__item {
	display: table-cell;
	width: 50%
}

.talksession .column__item .profile-photo,.talks .column__item .profile-photo {
	display: block;
	margin: 0 auto;
	width: 150px;
	height: 150px
}

.talksession .column__item .profile-name,.talks .column__item .profile-name {
	display: block;
	margin: 20px auto 0
}

.talks .column--profile .col-md-6 {
	float: none;
	margin: 0 auto
}

.talksession .column__item .profile-name-en {
	display: block;
	margin: 0 auto;
	text-align: center;
	color: #666;
	font-size: 18px;
	line-height: 1.8em
}

.talksession .column__item p.profile-text {
	font-size: 13px;
	width: 80%;
	margin: 20px auto 0;
	line-height: 1.6
}

.container_awards h1 {
	font-size: 48px;
	line-height: 1.5em;
	margin: 20px 0;
	padding: 0;
	text-align: center
}

.container_awards .row__ {
	height: 100vh;
	position: relative;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
}

.container_awards .section1 {
	padding: 50px;
	text-align: center;
	background: #f4f4f4
}

.container_awards .section2 {
	/* height: 1200px; */
	background: url(../images/awards/section2_bg.jpg) no-repeat center center;
	background-size: cover;
	background-color: #e7e4da;
	position: relative;
	overflow: hidden
}

.container_awards .section3 {
	height: 100vh;
	position: relative;
	background-color: #fff
}

.container_awards .section2 .content {
	width: 500px;
	position: absolute;
	right: 0;
	color: #fff;
	/* margin-top: 180px; */
	background: transparent;
	top: 50%;
    transform: translateY(-50%);
}

.container_awards p.country {
	font-size: 24px;
	margin: 0 0 40px;
	text-align: left
}

.container_awards .section2 .colmns {
	display: table;
	position: absolute;
	bottom: 50px;
	border-collapse: separate;
	border-spacing: 10px 0;
	margin-left: -10px;
	margin-right: -10px
}

.container_awards .colmn {
	background: #fff;
	color: #666;
	padding: 30px;
	font-size: 14px;
	line-height: 1.8em;
	text-align: left
}

.container_awards .section2 .colmn {
	width: 302px;
	height: auto;
	display: table-cell
}

.container_awards .section2 .colmn ul.col2 li:last-child:after {
	content: "";
	clear: both
}

.container_awards .colmn,.container_awards .colmn .textss p {
	background: #fff;
	color: #666;
	padding: 30px;
	font-size: 14px;
	line-height: 1.8em;
}

.container_awards .colmn .textss p {
	padding: 0;
	background: transparent
}

.container_awards .section2 .colmn .textss {
	margin: 20px 0 0
}

.container_awards .section3 .content {
    position: absolute;
    right: 0;
    padding: 15px;
    /* margin-top: 130px; */
    z-index: 1;
    width: 430px;
    background:transparent;
    top: 50%;
    transform:translateY(-50%);
}
.container_awards .section3 .content h2,.container_awards .section3 .content p{
	color: #fff
}
.container_awards .image_wrapper {
	display: block;
	line-height: 0
}

.container_awards h3 {
	font-size: 16px;
	font-weight: 700
}

.container_awards h4 {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	line-height: 1.7em
}
.timeline p span{
	color: #000
}
.container_awards .colmn ul {
	margin-bottom: 20px
}

.container_awards ul li {
	list-style-type: none
}

.container_awards a {
	color: #666;
	text-decoration: none
}

.container_awards .section2 .colmn ul.col2 li {
	display: block;
	float: left;
	width: 200px
}

.container_awards .colmn ul:last-child {
	margin-bottom: 0
}

.container_awards .section3.bgimage {
	background: url(../images/awards/section3_bg.jpg) no-repeat -100px -50px
}

.container_awards .section4 {
	height: 100vh;
	position: relative;
	background: url(../images/awards/section4_bg.jpg) no-repeat center top;
	background-size: cover
}

.container_awards .section4 .content {
	position: absolute;
	color: #fff;
	padding: 0;
	margin-top: 160px;
	z-index: 1;
	width: 430px;
	background: transparent
}

.container_awards .section4 .colmn img.logo {
	float: left;
	margin: 0 20px 0 0;
	    padding-left: 15px;
}

.container_awards .section4 .colmn .textss {
	margin-left: 80px
}

.container_awards .section4 .colmns {
	display: table;
	position: absolute;
	bottom: 5px;
	border-collapse: separate;
	border-spacing: 10px 0;
	margin-left: -10px
}

.container_awards .section4 .colmn {
	width: 470px;
	height: auto;
	display: table-cell
}

.container_awards h2 {
	text-align: left;
	font-size: 35px;
	line-height: 1.5em;
	margin: 0;
	font-weight: 300;
	font-style: normal
}

.container_awards .section5 {
	height: 800px;
	background-color: #f4f4f4
}

.container_awards .section5.bgimage {
	background: url(../images/awards/section5_bg.png) no-repeat center -100px #f4f4f4
}

.container_awards .section5 .image_wrapper .logo {
	width: 392px;
	height: 513px;
	background: url(../images/awards/logo_kda.png) no-repeat;
	background-size: 392px 513px;
	position: absolute;
	right: 40px;
	top: 130px;
	z-index: 2
}

.container_awards .section5 .content {
	position: absolute;
	padding: 0;
	margin-top: 230px;
	z-index: 1;
	width: 430px;
	background: transparent
}

.container_awards .section5 .content p,.container_awards .section4 .content p {
	font-size: 16px
}

.mainstage__logo {
	position: absolute;
/* z-index:100 */
	;width: 100%;
	height: auto
} /* .mainstage__logo{position:absolute;z-index:1000;height:auto;position:absolute;top:15%;left:25%;z-index:100;width:50%;height:auto} */h2.title {
	margin-bottom: 5px;
	letter-spacing: 0;
	font-family: Microsoft YaHei;
	font-weight: 300;
	margin-top: 18px;
	padding: 0 0 45px;
	font-size: 38px;
	line-height: 1
}

.airenginef h2.title {
	padding: 0 0 5px
}

p.copy {
	font-size: 16px;
	text-indent: 32px;
	line-height: 30px;
	margin-bottom: 10px;
	font-family: Microsoft YaHei;
	letter-spacing: 0;
	text-align: left
}

p.copy.text-center {
	text-align: center
}

@media (max-width:991px) {
	.text {
		margin-top: 10px;
		text-align: center
	}
}

.resp {
	position: relative;
	width: 100%;
	overflow: hidden
}

.overview #video_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 70%
}

#video_overlay p {
	width: 60%;
	max-width: 780px;
	margin: 0 auto 100px;
	text-shadow: 1px 1px 5px #000;
	color: #fff;
	margin-top: 20px;
	font-family: Microsoft YaHei
}

.gfeature #video_overlay p {
	width: 100%;
	max-width: 100%;
	margin: 0 auto 100px;
	text-shadow: 0 0 0;
	color: #333;
	margin-top: 20px
}

#nav_bottom {
	width: 100%;
	height: 70px
}

#nav_bottom #nav_bottom-inner {
	width: 1050px;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #ccc
}

#nav_bottom .pagemap__main {
	margin: 0 auto;
	width: 100%;
	float: none
}

#nav_bottom ul {
	padding: 23px 0 0;
	margin: 0 auto;
	text-align: center;
	display: inline-block
}

#nav_bottom ul li {
	height: 30px;
	overflow: hidden;
	text-align: center;
	padding: 0 30px;
	display: inline-block;
	font-size: 15px
}

#nav_bottom ul.pagemap__main.toster li {
	padding: 0 15px
}

#nav_bottom ul li a {
	text-decoration: none;
	color: #666;
	font-family: Microsoft YaHei
}

#nav_bottom ul li a:hover {
	color: #333
}

#nav_bottom ul li.active,#nav_bottom ul li.active a:hover {
	color: #4ba53a;
	text-decoration: none;
	font-family: Microsoft YaHei
}

.section--purchase {
	margin: 0;
	padding: 0;
	width: 100%;
	border-top: 1px solid #eee
}

.section--purchase .item {
	width: 100%;
	max-width: 800px;
	margin: 20px auto;
	display: table;
	font-family: Microsoft YaHei
}

.section--purchase .item__name {
	font-size: 22px;
	color: #333
}

.section--purchase .item__price {
	font-size: 22px;
	color: #666;
	line-height: 26px
}

.section--purchase .item__img {
	display: table-cell;
	vertical-align: middle
}

.section--purchase .item__img img {
	width: 130px;
	margin-right: 20px
}

.section--purchase .item__detail {
	display: table-cell;
	vertical-align: middle;
	min-width: 250px;
	text-align: left;
	line-height: 21px;
	padding: 0 20px 0 0;
	margin: 0
}

.section--purchase .item__name {
	font-size: 22px;
	color: #333
}

.section--purchase .item__buy {
	display: table-cell;
	max-width: 320px;
	vertical-align: middle;
	text-align: center
}

.section--purchase .item__buy .btn {
	width: 90%;
	display: inline-block
}

.section--purchase .item__benefit {
	font-size: 15px;
	color: #999
}

.section--purchase .item__variation {
	font-size: 15px;
	color: #999;
	padding-bottom: 5px
}

.section--purchase .btn--large {
	max-width: 320px;
	width: 100%;
	height: 40px;
	line-height: 40px
}

.section--purchase .btn {
	display: block;
	background-color: #4ba53a;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	font-size: 16px;
	text-align: center;
	font-family: Microsoft YaHei;
	padding: 0
}

.section--cta {
	margin: 0;
	padding: 0 0 25px;
	background-color: #fbfbfb;
}

.section--cta .cta {
	padding: 40px 0 0;
	margin: 0 auto;
	background-color: #fbfbfb;
	border-top: 1px solid #eee;
	text-align: center;
	list-style-type: none
}

.section--cta .cta__item {
	display: inline-block;
	position: relative;
	padding-left: 50px;
	width: 250px;
	margin-right: 30px;
	text-align: left;
	line-height: 26px;
	vertical-align: top
}

.section--cta .cta__item--call:before {
	content: "\e020"
}

.section--cta .cta__item:before {
	font-family: v2;
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	font-size: 30px;
	line-height: 30px;
	height: 30px;
	color: #4ba53a
}

.section--cta .cta__item--dealer:before {
	content: "\e601"
}

.section--cta .cta__item:before {
	font-family: v2;
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	font-size: 30px;
	line-height: 30px;
	height: 30px;
	color: #4ba53a
}

.section--cta .cta__item--support:before {
	content: "\e015"
}

.section--cta .cta__item:before {
	font-family: v2;
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	font-size: 30px;
	line-height: 30px;
	height: 30px;
	color: #4ba53a
}

.section--cta .cta__title {
	font-size: 20px;
	color: #666;
	font-family: Microsoft YaHei;
	letter-spacing: 0
}

.section--cta .cta__description {
	font-size: 16px;
	color: #999;
	font-family: Microsoft YaHei;
	letter-spacing: 0
}

.change img {
	width: 100%
}

.autochange img,.autochange,.autochange .text {
	width: auto;
	text-align: center;
	margin: 0 auto
}

.autochange .text p {
	text-align: left
}

.autochange img.centers {
	text-align: center;
	margin: 0 auto;
	display: block;
	padding: 20px 30px 40px
}

.icon__circle__play {
	margin-left: 5px;
	margin-top: 1px
}/* .blog-posts .keynote_link_text, */.substage_item_text,.blog-posts p.substage_item_text {
	color: #999;
	line-height: 1.8;
	font-size: 15px;
	cursor: auto;
	letter-spacing: 0.8px;
}

.blog-posts .keynote_link_text:hover,.blog-posts p.substage_item_text:hover {
	color: #666
}

.blog-posts a:hover .tittle-post {
	color: #000
}

.keynote2 .keynote_link_text,.keynote4 .keynote_link_text,.part2 .keynote_link_text,.swipe2 .keynote_link_text,.swipe4 .keynote_link_text {
	color: #ffc500
}

.part2 a.keynote_link_text:hover,.swipe2 .keynote_link_text:hover,.swipe4 .keynote_link_text:hover {
	color: #ffc500
}

.toster3 a.keynote_link_text,.toster3 a.keynote_link_text:hover,.toster6 a.keynote_link_text,.toster6 a.keynote_link_text:hover {
	color: #fff
}

#overview_graph_layout {
	position: absolute;
	top: 190px;
	left: 60px
}

#overview_graph_overlay {
	position: absolute;
	background: url(../images/overview_graph_overlay.png) no-repeat;
	top: 132px;
	left: 93px;
	width: 430px;
	height: 346px;
	opacity: 0
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5) {
	#overview_graph_overlay {
		background-image: url(../images/overview_graph_overlay@2x.png);
		background-size: 430px 346px
	}
}

.blockquote {
	display: inline-block;
	position: relative;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 28px;
	font-weight: 300;
	line-height: 40px;
	color: #000;
	font-family: Microsoft YaHei
}

.blockquote:before,.blockquote:after {
	display: inline-block;
	font-size: 160%;
	font-family: v2;
	font-style: normal;
	content: "\e60e";
	color: #ccc;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.videoplay .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: transparent
}

.videoplay .overview .overlay {
	top: 30px
}

.quotes .btn {
	display: block;
	margin: 0 auto;
	margin-top: 70px;
	width: 220px;
	height: 36px;
	border-radius: 18px;
	border: 1px solid #666;
	text-align: center;
	font-size: 16px;
	line-height: 36px;
	text-decoration: none;
	background: transparent;
	color: #666;
	font-family: Microsoft YaHei;
	padding: 0;
	z-index: 8
}

.quotes .btn:hover {
	color: #fff;
	background-color: #666
}

.toster1 {
	background-image: url(../images/taste1.jpg)
}

.toster2 {
	background-image: url(../images/technology1.jpg)
}

.toster3 {
	background-image: url(../images/howto_new.jpg)
}

.toster4 {
	background-image: url(../images/recipes1.jpg)
}

.toster5 {
	background-image: url(../images/goodmorning.jpg)
}

.toster6 {
	background-image: url(../images/story1.jpg)
}

.swipe1 {
	background-image: url(../images/greenfan/keynote1.jpg)
}

.swipe2 {
	background-image: url(../images/greenfan/keynote2.jpg)
}

.swipe3 {
	background-image: url(../images/greenfan/keynote3.jpg)
}

.swipe4 {
	background-image: url(../images/keynote4.jpg)
}

.airen1 {
	background-image: url(../images/overview_background.jpg)
}

.airen2 {
	background-image: url(../images/keynote1_background.jpg)
}

.airen3 {
	background-color: #009cdc
}

.airen4 {
	background-image: url(../images/keynote3_background.jpg)
}

.airen5 {
	background-image: url(../images/keynote4_background.jpg)
}

.smartheater1 {
	background-image: url(../images/smartheater/overview_background.jpg)
}

.smartheater2 {
	background: #f8f8f5 url(../images/smartheater/keynote1_background.png) no-repeat center 195px
}

.airfeature {
	background-color: #fbfcff;
	border-bottom: 1px solid #ccc
}

.airfeature1 {
	background-image: url(../images/air/collect_background.jpg);
	background-repeat: repeat;
	border-bottom: 1px solid #ccc
}

.loop_airflow {
	border-bottom: 1px solid #ccc
}

.airpower1 {
	background-image: url(../images/air/overview_background1.jpg);
	background-color: #fefefe
}

.section_natural_wind {
	background-image: url(../images/gfeatures/natural_wind.jpg)
}

.efficiency_pm {
	background: #009cdd
}

.efficiency_pollen {
	border-bottom: 1px solid #ccc
}

.airfeature1 .note {
	clear: both;
	text-align: center;
	font-family: Microsoft YaHei;
	padding: 10px 0 30px;
	font-size: 15px
}

.airen3 p.part2 {
	text-align: left
}

#stats_graphs {
	width: 100%;
	max-width: 810px;
	margin: 0 auto
}

#main_graph {
	position: relative;
	width: 880px;
	height: 500px;
	margin: 0 auto 10px;
	border-radius: 3px;
	background-color: #009cdd
}

#main_graph #power_overview_main {
	position: absolute;
	top: 60px;
	left: 110px
}

#main_graph h4 {
	padding: 30px 0 10px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	font-family: Microsoft YaHei
}

#main_graph .overview_graph_overlay {
	position: absolute;
	top: 40px;
	left: 20px;
	opacity: 0
}

.adjusts .contents p.Info,p.Info {
	font-size: 13px;
	line-height: 18px;
	color: #888;
	padding: 15px 0
}

.section_deodorize h2.title {
	margin-top: 80px
}

.adjusts .contents p.Info {
	font-style: normal
}

.cleanma {
	width: 100%;
	max-width: 520px
}

.airpowertitle {
	margin: 150px auto 50px
}

.contents {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	height: 100%
}

.efficiency_pm .contents .title {
	margin: 80px auto 90px;
	vertical-align: top
}

.efficiency_pm .contents img {
	display: block
}

.efficiency_pm .contents #chart_PM25 {
	margin-bottom: 40px
}

.efficiency_pm .contents .efficiency_pm_graph_line {
	position: absolute;
	top: 176px;
	left: 142px
}

.efficiency_pm .contents .efficiency_pm_graph_overlay {
	position: absolute;
	top: 212px;
	left: 197px;
	opacity: 0
}

.efficiency_pm .contents .text {
	margin: 0 50px
}

.efficiency_pm .contents .text p {
	color: #fff
}

.efficiency_pollen .contents .title {
	margin: 80px auto 280px
}

.efficiency_pollen .contents #graph_bar {
	position: absolute;
	top: 210px;
	left: 250px
}

.efficiency_pollen .contents .efficiency_pollen_graph_line {
	position: absolute;
	top: 347px;
	left: 148px
}

.efficiency_pollen .contents .efficiency_pollen_graph_overlay {
	position: absolute;
	top: 182px;
	left: 305px;
	opacity: 0
}

.adjusts.black .contents p.graph_caption {
	display: block;
	margin: 0 auto;
	padding-top: 15px;
	font-size: 13px;
	color: #666;
	font-family: Microsoft YaHei;
	text-align: center
}

.keynote_title {
	top: 64px;
	width: 100%;
	text-align: center;
	height: 162px;
	font-size: 30px;
	line-height: 172px;
	text-align: center;
	background: url(../images/keynote_number.png) no-repeat center 0
}

.efficiency_pollen .contents .text {
	margin: 50px 50px 20px
}

.efficiency_pollen .btn.ghost {
	color: #333;
	border: 1px solid #999
}

.btn.ghost {
	display: block;
	width: 200px;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	cursor: pointer;
	padding: 0 10px;
	font-family: Microsoft YaHei;
	background: transparent
}

.swipe1.adjusts .contents h2,.swipe2.adjusts .contents h2,.swipe3.adjusts .contents h2 {
	text-align: left;
	margin-top: 80px;
	margin-bottom: 30px
}

.swipe4.adjusts .contents h2 {
	padding-top: 50px;
	margin-bottom: 30px
}

.swipe4.adjusts .contents p {
	padding: 10px 100px 0;
	text-align: center
}

.power_of_enzyme {
	background-color: #2e2e2e
}

.power_of_enzyme .compare {
	position: relative;
	width: 100%;
	max-width: 980px;
	margin: 0 auto 40px;
	border-bottom: 1px dashed #666;
	text-align: center
}

.power_of_enzyme .title {
	margin: 80px auto 0
}

.power_of_enzyme .compare span {
	display: block;
	margin-top: 10px;
	font-size: 16px;
	line-height: 30px;
	color: #FFF
}

.power_of_enzyme .compare p {
	font-size: 14px;
	line-height: 20px;
	color: #ccc
}

.power_of_enzyme .compare .photo_2 {
	left: 510px
}

.power_of_enzyme .compare .power_of_enzyme_info {
	position: absolute;
	top: 0;
	right: 50px
}

.enzyme_filter {
	background: url(../images/air/enzyme_filter_background.jpg)
}

.enzyme_filter .contents .text_hf {
	width: 228px;
	text-align: right;
	margin-top: 200px
}

.enzyme_filter .contents .text_du {
	width: 260px;
	text-align: left;
	margin-left: 200px;
	margin-top: 10px
}

.enzyme_filter .contents .text_hf p,.enzyme_filter .contents .text_du p {
	font-size: 14px;
	line-height: 22px;
	color: #000
}

.enzyme_filter .contents .caption_title {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px
}

.enzyme_filter .contents h5.caption_title {
	margin-bottom: 1px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #000;
	font-family: Microsoft YaHei
}

.section_deodorize .graph canvas {
	margin: 0 50px
}

.power_of_enzyme .overlay {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0
}

.ui_close.ui_close_alt {
	color: rgba(255,255,255,.5)
}

.ui_close {
	position: absolute;
	top: 50px;
	right: 50px;
	cursor: pointer;
	display: none;
	font-size: 48px;
	line-height: 48px;
	color: rgba(0,0,0,.2)
}

.power_of_enzyme .overlay_content {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: #2e2e2e;
	text-align: center
}

.power_of_enzyme .overlay_content img {
	width: 100%;
	max-width: 620px;
	text-align: center;
	margin: 0 auto;
	padding-top: 140px
}

.power_of_enzyme .overlay_content .text {
	width: 90%;
	margin: 0 auto;
	padding-top: 50px
}

.power_of_enzyme p {
	color: #FFF
}

.section_deodorize .graph .title {
	display: block;
	margin: 80px auto 130px
}

.section_deodorize .graph {
	position: relative;
	width: 980px;
	height: 460px;
	margin: 0 auto 30px;
	text-align: center
}

.section_deodorize #power_deodorize_graph_overlay {
	position: absolute;
	top: 146px;
	left: 93px;
	width: 859px;
	height: 329px;
	background: url(../images/air/power_deodorize_graph_overlay.png) no-repeat
}

.Page7 .section_spec .inner {
	padding: 70px 50px;
	max-width: 880px;
	width: 100%;
	margin: 0 auto;
	display: block;
	position: relative;
	float: left
}

.design1 {
	background: url(../images/design/design_overview.jpg) no-repeat center top;
	border-bottom: 1px solid #ccc
}

.section_jetcleaning {
	background: url(../images/design/design_jetcleaning_bg.jpg) no-repeat;
	border-bottom: 1px solid #ccc;
	background-size: cover
}

#design_jetcleaning {
	margin-top: 10px
}

h3.prod_title {
	margin: 80px 0 40px;
	font-size: 28px;
	line-height: 34px;
	font-family: Microsoft YaHei;
	letter-spacing: 0
}

h3.prod_title.white,.white,h3.prod_title.awhite,h2.title.awhite,p.awhite {
	color: #fff
}

.section1t h3.prod_title {
	margin-top: 130px
}

.section_simple {
	background: url(../images/design/design_simple.jpg) #222;
	border-bottom: 1px solid #ccc
}

.section_maintenance {
	background: url(../images/design/design_maintenance.jpg) no-repeat center top;
	border-bottom: 1px solid #ccc
}

#model {
	clear: both;
	float: left;
	display: block;
	margin: 10px 0 10px 190px
}

.m1 {
	background: url(../images/design/model1.png) no-repeat left top;
	width: 345px;
	height: 64px
}

.m2 {
	background: url(../images/design/model2.png) no-repeat left top;
	width: 345px;
	height: 64px
}

.m3 {
	background: url(../images/design/model3.png) no-repeat left top;
	width: 345px;
	height: 64px
}

.m4 {
	background: url(../images/design/model4.png) no-repeat left top;
	width: 345px;
	height: 64px
}

.mleft {
	margin-right: 30px
}

.mleft,.wleft {
	float: left
}

.wleft {
	width: 230px;
	text-align: left;
	font-family: Microsoft YaHei
}

.wleft h4 {
	font-family: Microsoft YaHei
}

.section_filter .btn.ghost {
	width: 300px;
	color: #333;
	border: 1px solid #999
}

.section_filter .text {
	margin-top: 150px
}

.stats1 {
	border-bottom: 1px solid #ccc
}

.stats2 {
	background: url(../images/airengine/stats/gatekeeper_background.jpg);
	border-bottom: 1px solid #ccc;
	text-align: center
}

#gatekeeper_layer {
	margin-top: 90px
}

.section_1min_movie {
	position: relative
}

.section_1min {
	height: 300px
}

.section_1min_movie #video2 {
	position: relative;
	padding-top: 69px;
	padding-bottom: 50%;
	overflow: hidden
}

.section_1min_movie #video2 iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.award_summaly {
	height: 80px;
	background-color: #f2f2f2
}

.award_summaly .contents {
	padding-top: 23px;
	text-align: center
}

table.Specs {
	display: block;
	margin-bottom: 30px;
	font-family: Microsoft YaHei;
	width: auto
}

.specs .contents .title {
	margin: 80px auto 60px 50px
}

table.Specs tr td.title {
	color: #000
}

table.Specs tr td {
	padding: 6px 0 5px;
	color: #666;
	vertical-align: top;
	text-align: left
}

table.Specs tr {
	border-bottom: 1px solid #ebebeb;
	font-size: 14px;
	line-height: 20px;
	text-align: left
}

table.Specs tr td.n3 {
	border-left: 1px solid #ebebeb;
	background-color: #f9f9f9;
	padding-left: 10px
}

.award,.place {
	overflow: hidden;
	background-color: #f2f2f2
}

.award .contents .column {
	height: 370px;
	background-color: #fff;
	text-align: left;
	margin-bottom: 30px
}

.award .contents .column img {
	margin: 50px auto 0 30px
}

.award .contents .column p {
	padding: 0 30px;
	font-size: 13px;
	line-height: 22px
}

.gfeature .overview .overlay,.gfeature2 .overlay,.gfeature3 .overlay {
	top: 80px;
	background: none;
	position: absolute;
	width: 100%;
	height: 100%
}

.traditional_airflow {
	border-bottom: 1px solid #ccc
}

.gfeature .text,.innovation .text {
	margin-top: 40px
}

#video_overlay h3.prod_title {
	margin-top: 30px
}

.section_silent h3.prod_title {
	margin-top: 0
}

.section_natural_wind .text p,.gfeature2 .text p,.gfeature3 .text p,.innovation .text p,.section_year .text p,.section_dc .contents .text p,.section_japan .text p {
	color: #fff;
	font-family: Microsoft YaHei;
	font-size: 18px;
	line-height: 34px;
	max-width: 800px;
	margin: 0 auto;
	margin-top: 50px
}

.gfeature2 .text p {
	margin-top: 0
}

.innovation .text p {
	margin-top: 35px
}

.gfeature2 .text p,.innovation .section_silent .text p,.section_year .text p,.section_dc .contents .text p {
	color: #333
}

.section_year .text p {
	margin-top: 330px
}

.text-center {
	text-align: center
}

h3.prod_title
h3.prod_title.m420 {
	margin-bottom: 420px
}

h3.prod_title.m480 {
	margin-bottom: 530px
}

.section_old_fans {
	background: url(../images/gfeatures/old_fans.jpg);
	border-bottom: 1px solid #ccc
}

.section_japan .contents h3 {
	margin-top: 220px
}

.gfeature2 .section_greenfan #v5_play {
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -150px;
	border: 5px solid rgba(0,0,0,.2);
	cursor: pointer
}

.section_movie .contents #v6_play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	border: 5px solid rgba(255,255,255,.2);
	cursor: pointer
}

.section_movie {
	background-color: #000
}

video#v6 {
	display: none
}

.gfeature2 .section_greenfan #v5_play:hover {
	border: 5px solid rgba(0,0,0,.4)
}

.section_movie .contents #v6_play:hover {
	border: 5px solid #fff
}

.section_15m {
	background: url(../images/gfeatures/15m_image.jpg)
}

.innovation .overlay {
	top: 80px;
	background: none;
	position: absolute;
	width: 100%;
	height: 100%
}

.section_eco {
	background: url(../images/innovation/eco_background.png) repeat-x bottom;
	border-bottom: 1px solid #ccc
}

.section_eco .contents .text div h5 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 10px;
	font-family: Microsoft YaHei
}

.section_eco .contents .text div h5 em {
	display: block;
	font-size: 28px;
	line-height: 36px;
	font-weight: 400;
	font-family: Microsoft YaHei
}

.section_eco .contents .text p {
	font-family: Microsoft YaHei;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 10px;
	color: #000
}

.section_eco .contents #eco_image {
	margin-top: 40px
}

.section_year {
	background: url(../images/innovation/year.png) no-repeat 50% 45%
}

.section_year .info,.info {
	font-size: 12px;
	line-height: 18px;
	color: #888;
	margin-top: 15px;
	font-family: Microsoft YaHei
}

.section_dc {
	background: url(../images/innovation/dc_background.png) no-repeat 65% center;
	background-color: #acacb1
}

.section_dc .contents .text {
	margin: 240px 0 0 50px
}

.section_japan {
	background: url(../images/innovation/japan_background.jpg) no-repeat center center;
	background-size: cover
}

.gdesign .contents .text {
	padding: 0 50px;
	margin-top: 0
}

.gdesign .contents .text p,.section_cordless .text p,.section_size .text p,.section_cirq .text p,.section_adapter .text p {
	font-size: 18px;
	line-height: 34px;
	margin-bottom: 10px;
	color: #333
}

.section_cordless {
	background: url(../images/gdesign/cordless_background.jpg) no-repeat center center;
	background-size: cover
}

h3.prod_title.mt300 {
	margin-top: 300px
}

.section_cordless p.white,.section_bedroom p.white {
	color: #fff
}

.section_cordless p.info {
	font-size: 12px;
	line-height: 18px;
	color: #888
}

.contents .text p.info.white {
	color: #fff
}

.section_bedroom {
	background: url(../images/gdesign/bedroom_background.jpg) no-repeat center center;
	background-size: cover
}

.section_size {
	background: url(../images/gdesign/size_background.png) repeat-x bottom;
	border-bottom: 1px solid #ccc
}

.section_cirq {
	border-bottom: 1px solid #ccc
}

#adap {
	float: right;
	position: relative;
	height: 464px
}

#adap #adapter_background {
	position: absolute;
	bottom: 0;
	right: 140px
}

#adap #adapter_rotate {
	position: absolute;
	bottom: 272px;
	right: 143px
}

.normal .overlay {
	top: 80px;
	background: none;
	position: absolute;
	width: 100%;
	height: 100%
}

.section029 {
	background: url(../images/story/029_background.jpg) no-repeat center bottom;
	background-size: cover
}

.normal .contents .text p {
	font-size: 18px;
	line-height: 34px;
	margin-bottom: 10px;
	color: #333
}

.normal .contents .text p.white {
	color: #fff
}

.section030 {
	background: url(../images/story/030_background.jpg) no-repeat center bottom;
	background-size: cover
}

.section031 {
	background: url(../images/story/031_background.jpg) no-repeat center top;
	background-size: cover
}

.section032 {
	background: url(../images/story/032_background.jpg) no-repeat center top;
	background-size: cover
}

.section033 {
	background: url(../images/story/033_background.jpg) no-repeat center top;
	background-size: cover
}

.section034 {
	background: url(../images/story/034_background.jpg) no-repeat center top;
	background-size: cover
}

.section034 p.quotes {
	margin-top: 50px;
	text-align: right;
	background: transparent
}

.section034 p {
	width: 100%;
	max-width: 740px;
	margin: 0 auto 10px
}

#Spec {
	position: relative;
	margin: 0 auto
}

.instruction {
	display: block;
	text-align: right;
	padding-right: 40px
}

.subimages,.section_specs,.section_mode,.section_mode {
	border-bottom: 1px solid #ccc
}

.place .contents .columns {
	height: 460px;
	margin: 0 auto
}

.section--image {
	background: url(../images/accessory/background-desktop.jpg) no-repeat center center;
	background-size: cover;
	height: 400px
}

.page--accessory--airengine .section--image {
	background: url(../images/airengine/background-desktop.jpg) no-repeat center center;
	background-size: cover;
	height: 400px
}

.page--accessory--airengine .item__image img {
	max-width: 340px
}

.page--accessory--airengine .contents {
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
	padding: 0
}

.section--lead {
	padding: 0 45px 50px;
	text-align: center
}

.section--lead p {
	font-size: 16px;
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
	line-height: 25px
}

.section--item {
	padding: 0 0 80px;
	border-top: 1px solid #ccc;
	color: #666
}

h4.prod_title {
	font-weight: 400;
	margin: 0 0 30px;
	font-size: 24px;
	line-height: 36px;
	color: #333;
	text-align: left
}

.item__description {
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	text-align: left
}

.section--item td,.section--item th {
	display: table-cell;
	vertical-align: inherit;
	line-height: 24px;
	text-align: left
}

.item__spec {
	float: right;
	margin-bottom: 40px;
	color: #666;
	font-size: 12px
}

.item__spec td:first-child {
	width: 100px;
	padding-right: 1.5em
}

.item__spec td {
	vertical-align: top;
	padding: 5px 0;
	font-size: 14px
}

.item__spec tr {
	border-bottom: 1px solid #ccc
}

.item__purchase {
	clear: both;
	overflow: hidden;
	border-top: 1px solid #ccc;
	padding-top: 30px
}

.item__purchase-info {
	float: left;
	width: 50%;
	text-align: left
}

.item__price {
	font-size: 22px
}

.item__buy {
	float: right;
	width: 240px
}

.section1 {
	padding-top: 60px;
	padding-bottom: 70px
}

.section2 h3,.section3 h3,.section2q h3,.img3 h3,.img4 h3 {
	margin-left: 0
}

.section2 p {
	font-size: 18px;
	line-height: 30px;
	color: #f6f6f6;
	text-align: left
}

.section2 .image img {
	width: 100%;
	height: auto
}

.section2 .text {
	margin-left: -490px;
	position: absolute;
	left: 50%;
	top: 0;
	width: 360px;
	height: 100%
}

.section2 .right .text {
	left: auto;
	right: 50%;
	margin-left: 0;
	margin-right: -520px
}

.section2 .text.wide {
	width: 370px
}

.section2 .text.wide h3,.section2 .right .text h3 {
	margin-top: 350px;
	text-align: left
}

.section2 .text h3 {
	margin-top: 210px;
	text-align: left
}

.section2 .text .inner {
	display: table;
	height: 100%
}

.section2 .text .inner div {
	display: table-cell;
	vertical-align: middle
}

.section2 .text p.white {
	color: #fff
}

h3.prod_title.mb20 {
	margin-bottom: 20px
}

.section1t p,.section3 p,.section2q p,.img3 p,.img4 p {
	font-size: 18px;
	line-height: 30px;
	width: 100%;
	margin: 0 auto;
	text-align: left
}

.section2q p {
	text-align: center
}

.section2q {
	position: relative
}

.section2q img {
	width: 100%;
	height: auto
}

.section2q .text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center
}

.section2q .text .mvt {
	width: 100%;
	max-width: 950px;
	margin: 0 auto 20px;
	padding: 0 30px;
	text-align: center
}

.section3 {
	background: #f6f6f6
}

.section3 .idx .textbox {
	margin-top: 8%
}

.mx100 {
	margin-top: 100px
}

.img3 {
	background: url(../images/toaster/technology/img3.jpg) 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	height: 576px
}

.img4 {
	background: url(../images/toaster/technology/img4.jpg) 50% 60% no-repeat;
	-webkit-background-size: cover;
	background-size: cover
}

.section_lead {
	text-align: center;
	width: 100%;
	background: #ccc url(../images/howto/section_lead_bg.jpg) no-repeat center center;
	background-size: cover
}

.section_lead h3.prod_title {
	margin-top: 140px;
	margin-bottom: 20px
}

.section_step {
	padding: 60px 0 80px;
	position: relative
}

.section_step .step h3 {
	font-size: 30px;
	margin-bottom: 100px;
	line-height: 60px;
	font-weight: 300;
	margin-top: 0
}

.section_step.step5 .step h3.prod_title {
	margin-top: 0
}

.section_step h3.prod_title span {
	font-size: 60px;
	vertical-align: bottom;
	font-weight: 100;
	padding: 0 10px
}

.alt {
	background-color: #fff
}

.step2 {
	background: url(../images/howto/step2_image.jpg) no-repeat center bottom;
	background-size: cover
}

.tipsWarning {
	background: #fafafa;
	padding: 30px;
	border-radius: 5px
}

h4.tipsWarning_title {
	font-size: 18px
}

h4.tipsWarning_title:before {
	content: "\e008";
	font-family: "v2";
	float: left;
	display: block;
	font-size: 40px;
	width: 60px;
	height: 100px;
	margin-top: 10px
}

.section_step .tips h4.tips_title {
	font-size: 22px;
	line-height: 34px;
	margin: 30px 0;
	text-indent: 45px;
	background: url(../images/howto/bulb.png) no-repeat left top;
	text-align: left
}

.step3 .inner {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 0
}

.step3 .modesDescription {
	clear: both;
	text-align: center;
	margin: 10px 0 50px
}

h3.modesDescription_title {
	font-size: 28px;
	min-width: 200px;
	border-bottom: 1px solid #000;
	display: inline-block;
	margin: 40px auto;
	padding-bottom: 25px;
	font-weight: 300
}

.containerModes {
	overflow: hidden;
	margin: 0 -10px
}

.section_lead p {
	width: 640px;
	color: #fff;
	margin: 0 auto;
	text-shadow: 0 0 50px rgba(0,0,0,0.8)
}

.containerModes .mode_toast {
	background: url(../images/howto/step3_mode_toast_bg.jpg) no-repeat center top
}

.containerModes .mode_cheese {
	background: url(../images/howto/step3_mode_cheese_bg.jpg) no-repeat center top
}

.containerModes .mode_baguette {
	background: url(../images/howto/step3_mode_baguette_bg.jpg) no-repeat center top
}

.containerModes .mode_croissant {
	background: url(../images/howto/step3_mode_croissant_bg.jpg) no-repeat center top
}

.containerModes .mode {
	width: 400px;
	height: 430px;
	background-color: #fff;
	float: left;
	padding: 25px;
	margin: 10px;
	border-radius: 5px;
	box-sizing: initial
}

.containerModes .mode_toast h4 {
	background: url(../images/howto/step3_icon_toast_bg.png) no-repeat center center
}

.containerModes .mode_cheese h4 {
	background: url(../images/howto/step3_icon_cheese_bg.png) no-repeat center center
}

.containerModes .mode_baguette h4 {
	background: url(../images/howto/step3_icon_baguette_bg.png) no-repeat center center
}

.containerModes .mode_croissant h4 {
	background: url(../images/howto/step3_icon_croissant_bg.png) no-repeat center center
}

.containerModes .mode h4.mode_title {
	display: block;
	width: 110px;
	height: 40px;
	padding: 90px 20px 20px;
	margin: 140px auto 10px;
	text-align: center;
	color: #d6a247;
	font-size: 14px;
	font-weight: 700;
	box-sizing: initial
}

.containerModes .mode p.comment {
	text-align: center;
	font-weight: 700;
	font-size: 16px
}

.step3 .tips {
	background-color: #f8b031;
	padding: 25px;
	border-radius: 5px;
	margin: 20px 0
}

.step3 a .tips p.icon {
	font-size: 20px;
	line-height: 50px;
	border-right: 1px solid #fff;
	padding-right: 20px;
	margin-right: 20px
}

.step3 a .tips p {
	color: #fff;
	font-size: 18px;
	display: inline-block;
	margin: 0
}

.section_step .tips p {
	font-size: 15px;
	line-height: 1.8em
}

.mode_classic {
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden
}

.mode_classic .chart {
	background: url(../images/howto/step3_classic_chart_bg.png) no-repeat left bottom;
	background-size: 168px 207px;
	background-color: #333;
	padding: 40px 0;
	text-align: center
}

.mode_classic .mode h4 {
	font-size: 22px;
	text-align: center;
	margin: 15px 0;
	padding: 0;
	width: auto;
	color: #333
}

.mode_classic .containerModes {
	padding: 30px;
	overflow: hidden
}

.mode_classic .mode_300w h4 span {
	color: #f2d22e
}

.mode_classic .containerModes .mode {
	width: 33%;
	max-width: 260px;
	height: auto;
	float: left;
	margin: 0 20px;
	padding: 0;
	box-sizing: initial
}

.step5 {
	font-size: 18px;
	line-height: 1.7em
}

.section_step p.leads {
	margin: 0;
	font-size: 18px;
	line-height: 34px;
	color: #333;
	text-align: left;
	margin-bottom: 30px
}

.section_support {
	padding: 50px 0;
	font-size: 16px;
	overflow: hidden;
	font-family: 'å¾®è»Ÿæ­£é»‘é«”'
}

.section_support .faq h4 {
	font-size: 24px;
	line-height: 1.7em;
	margin: 20px 0
}

.section_support .faq ul {
	display: block;
	list-style-type: disc
}

.section_support .faq li {
	margin-bottom: 10px;
	margin-left: 2em;
	font-family: 'å¾®è»Ÿæ­£é»‘é«”';
	list-style-type: disc
}

.section_support .call {
	margin: 20px 0;
	padding: 40px;
	width: 400px;
	float: right;
	border: 1px solid #ccc
}

.section_support .call p.dial {
	font-size: 26px;
	font-weight: 700;
	font-family: 'å¾®è»Ÿæ­£é»‘é«”'
}

.section_support .call p {
	font-size: 16px;
	line-height: 1.7em
}

.section_support .faq a {
	color: #666;
	font-family: 'å¾®è»Ÿæ­£é»‘é«”'
}

.section_support .faq a:hover {
	text-decoration: underline!important
}

#ContainerLayer {
	background-color: #fafafa
}

.Page5 .section1 {
	position: relative;
	padding: 0;
	margin: 0
}

.Page5 .section1 img {
	width: 100%;
	height: auto
}

.Page5 .section1 .text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.Page5 .section1 h2 {
	padding-top: 130px;
	margin-bottom: 50px;
	font-size: 38px;
	text-align: center;
	color: #333;
	font-weight: 300
}

.Page5 .section1 p {
	font-size: 18px;
	line-height: 30px;
	max-width: 740px;
	margin: 0 auto
}

.Page5 .img2 {
	background: url(../images/tstory/img2.jpg) top center no-repeat;
	-webkit-background-size: cover;
	background-size: cover
}

.Page5 .img3 {
	background: url(../images/tstory/img3.jpg) 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover
}

.Page5 .img4 {
	background: url(../images/tstory/img4.jpg) 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover
}

.Page5 .img5 {
	background: url(../images/tstory/img5.jpg) 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover
}

.Page5 .img6 {
	background: url(../images/tstory/img6.jpg) 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover
}

.Page5 .section2 {
	height: 720px;
	margin: 0;
	padding: 0
}

.Page5 .section2 h2 {
	padding-top: 60px;
	margin-bottom: 40px;
	margin-top: 0;
	font-size: 38px;
	color: #f6f6f6;
	text-align: center;
	letter-spacing: 0;
	font-weight: 400
}

.Page5 .section2.img3 h2 {
	padding-top: 175px
}

.Page5 .img4 h2 {
	margin-bottom: 370px
}

.Page5 .img5 h2 {
	padding-top: 155px
}

.Page5 .img6 h2 {
	padding-top: 245px
}

.Page5 .section2 p {
	font-size: 18px;
	line-height: 30px;
	max-width: 740px;
	margin: 0 auto;
	color: #f6f6f6
}

.Page5 .img2 h2 {
	padding-top: 185px
}

.Page9 .section1 {
	position: relative;
	padding: 0
}

.Page9 .section1 .text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.Page9 .section_quotes {
	height: 400px;
	background-color: #f3f3f3;
	text-align: center
}

.Page9 .section_quotes .border {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	height: 1px;
	border-bottom: 1px solid #999
}

.Page9 .section_quotes:last-child .border {
	display: none
}

.blockquote__info {
	display: block;
	position: absolute;
	bottom: 130px;
	right: 0;
	text-align: right;
	line-height: 18px
}

.Page9 .blockquote {
	top: 50%
}

.Page9 .quotes .blockquote {
	margin-top: 0
}

.Page9 .blockquote__info {
	bottom: 50px
}

.Page9 .quotes {
	position: relative;
	height: 100%;
	margin: 0 auto;
	max-width: 880px
}

.Page9 .section1 img {
	width: 100%;
	height: auto
}

.Page9 .section1 h2 {
	padding-top: 110px;
	margin-bottom: 50px;
	font-size: 38px;
	text-align: center;
	color: #333;
	font-weight: 400;
	font-style: normal
}

.Page9 .section1 p {
	text-align: center;
	font-size: 18px;
	line-height: 34px;
	margin-bottom: 10px;
	color: #333
}

.Page10 .section {
	position: relative;
	width: 100%
}

.Page10 .textContainer {
	position: absolute;
	height: 100%;
	top: 0;
	width: 100%;
	margin-bottom: 50px
}

.Page10 .bgImgContainer__image {
	width: 100%;
	height: auto
}

.Page10 .textContainer--right {
	width: 450px;
	height: 100%;
	left: auto;
	right: 50%;
	margin-right: -490px
}

.Page10 .textContainer--left {
	width: 450px;
	height: 100%;
	left: 50%;
	margin-left: -490px
}

.Page10 .textContainer__inner--table {
	display: table;
	height: 100%
}

.Page10 .textContainer__inner--cell {
	display: table-cell;
	vertical-align: middle
}

.Page10 .section__pageTitle {
	padding-top: 150px;
	margin-bottom: 50px;
	font-size: 38px;
	text-align: center;
	color: #333;
	line-height: 34px;
	font-weight: 300
}

#bakeries h2 {
	margin-top: 300px
}

.Page10 .section__heading {
	margin-top: 0;
	margin-bottom: 40px;
	font-size: 32px;
	color: #333;
	text-align: center;
	font-weight: 300
}

.Page10 .section__text {
	font-size: 18px;
	line-height: 30px;
	width: 100%;
	max-width: 740px;
	color: #333;
	margin: 0 auto 20px;
	text-align: center
}

.Page10 .section__heading.white,.Page10 .section__text.white {
	color: #fff
}

.Page10 .textContainer__inner {
	width: 100%;
	max-width: 780px;
	margin: 0 auto
}

.Page10 .section--bakeries {
	position: relative;
	width: 100%;
	height: 800px;
	background: url(../images/rebake/img5_bg.jpg) no-repeat center center;
	background-color: #1e1d1d;
	background-size: cover;
	overflow: hidden
}

.Page10 .bakeryListItem__title {
	width: 200px;
	height: 200px;
	display: block;
	text-indent: 100%;
	padding-bottom: 40px;
	text-align: center;
	color: #fff;
	white-space: nowrap;
	overflow: hidden
}

.Page10 .bakeryListItem__title--005 {
	background: url(../images/rebake/bakery005/logo_white.png) no-repeat center center
}

.Page10 .bakeryListItem__title--001 {
	background: url(../images/rebake/bakery001/logo_white.png) no-repeat center center
}

.Page10 .bakeryListItem__title--003 {
	background: url(../images/rebake/bakery003/logo_white.png) no-repeat center center
}

.Page10 .bakeryListItem__title--002 {
	background: url(../images/rebake/bakery002/logo_white.png) no-repeat center center
}

.Page10 .bakeryListItem__text {
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
	color: #fff;
	opacity: .7;
	font-family: 'å¾®è»Ÿæ­£é»‘é«”'
}

.Page10 .side {
	text-align: left
}

.Page10 .section_bakery_quote {
	padding-top: 160px;
	padding-bottom: 80px;
	text-align: center
}

.Page10 .section_bakery_quote img.logo {
	border-radius: 185px;
	margin: 0 0 20px;
	width: 185px
}

.Page10 .kimuraya .blockquote,.Page10 .kimuraya h2,.Page10 .kimuraya h3,.Page10 .kimuraya p {
	color: #eee;
	font-weight: 400
}

.Page10 .section_bakery_quote p {
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	max-width: 780px;
	margin: 0 auto
}

.Page10 .section_bakery_quote p.owner {
	margin-top: 40px;
	position: relative
}

.Page10 .kimuraya .blockquote:before,.Page10 .kimuraya .blockquote:after {
	color: #451b29
}

.Page10 .section_bakery_recipe005 {
	position: relative;
	width: 100%;
	height: 800px;
	background-color: #1c1818;
	background-image: url(../images/rebake/bakery005/main.jpg);
	background-position: center;
	background-repeat: no-repeat
}

.Page10 .section_bakery_recipe005 .list3 {
	position: absolute;
	width: 980px;
	height: 600px;
	margin-left: -490px;
	left: 50%
}

.Page10 .section_bakery_recipe005 .bread {
	width: 290px;
	position: absolute;
	top: 620px
}

.Page10 .section_bakery_recipe005 .anpan {
	left: 520px;
	top: 120px;
	text-align: left
}

.Page10 .section_bakery_recipe005 .scone {
	right: 520px;
	top: 450px;
	text-align: right
}

.Page10 .section_bakery_recipe005 .bread h2 {
	color: #fff;
	height: 2.8em;
	display: table-cell;
	vertical-align: middle;
	width: 290px;
	padding-bottom: 10px;
	text-shadow: 0 0 20px rgba(0,0,0,0.5);
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 20px;
	font-weight: 400
}

.Page10 .section_bakery_recipe005 .bread p.time {
	display: block;
	margin: 0;
	padding-top: 20px;
	font-size: 30px;
	line-height: 20px
}

.Page10 .section_bakery_recipe005 .bread p.time span {
	font-size: 22px
}

.Page10 .section_bakery_recipe005 .bread p.rebake_mode {
	margin-top: 10px
}

.Page10 .section_bakery_recipe005 .bread p {
	color: #fff;
	font-size: 15px;
	line-height: 22px;
	text-shadow: 0 0 20px rgba(0,0,0,0.5)
}

.Page10 .section_bakery_info .inner .text .address {
	margin-bottom: 20px
}

.Page10 .section_bakery_info .inner {
	margin: 0 auto;
	width: 880px;
	display: block
}

.Page10 .section_bakery_info .inner .text {
	float: left;
	padding: 120px 0 0;
	width: 540px
}

.Page10 .section_bakery_info .inner .map {
	float: right;
	margin: 120px 0
}

.Page10 .section_bakery_info .inner iframe {
	width: auto;
	height: 400px
}

.Page10 .kimuraya {
	background: #6d2940
}

.Page10 .back {
	background: url(../images/rebake/bakery005/img5.jpg) no-repeat center bottom;
	background-size: cover;
	width: 100%;
	height: 300px;
	position: relative
}

.Page10 .section_bakery_info .inner .text p {
	font-size: 18px;
	line-height: 34px
}

.Page10 .section_bakery_info .inner .text h3 {
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 10px
}

.Page10 .back a {
	display: block;
	border-radius: 20px;
	background: rgba(0,0,0,0.4);
	width: 300px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	position: absolute;
	left: 50%;
	top: 140px;
	margin-left: -150px;
	padding: 0
}

.Page10 .back a:hover {
	background: rgba(0,0,0,0.8)
}

.Page10 .paperback {
	background-color: #f0e7d6;
	background-image: url(../images/rebake/bakery001/beige.jpg);
	background-size: cover
}

.Page10 .paperback .blockquote,.Page10 .paperback h2,.Page10 .paperback h3,.Page10 .paperback p {
	color: #555;
	font-weight: 400
}

.Page10 .paperback .blockquote:before,.Page10 .paperback .blockquote:after {
	color: #777
}

.Page10 .section_bakery_recipe001 {
	position: relative;
	width: 100%;
	height: 965px;
	background-color: #292929;
	background-image: url(../images/rebake/bakery001/main.jpg);
	background-position: center;
	background-repeat: no-repeat
}

.Page10 .section_bakery_recipe001 .list3 {
	position: absolute;
	bottom: 40px;
	width: 980px;
	height: 600px;
	margin-left: -490px;
	left: 50%
}

.Page10 .section_bakery_recipe001 .left {
	left: 0
}

.Page10 .section_bakery_recipe001 .center {
	left: 350px
}

.Page10 .section_bakery_recipe001 .right {
	right: 0
}

.Page10 .section_bakery_recipe001 .bread {
	width: 290px;
	position: absolute;
	bottom: 20px;
	text-align: center
}

.Page10 .section_bakery_recipe001 .bread h2 {
	color: #fff;
	height: 2.8em;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 290px;
	padding-bottom: 10px;
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 20px
}

.Page10 .section_bakery_recipe001 .bread p {
	color: #fff;
	font-size: 15px;
	line-height: 22px
}

.Page10 .section_bakery_recipe001 .bread p.copy {
	min-height: 66px
}

.Page10 .section_bakery_recipe001 .bread p.time {
	display: block;
	height: 50px;
	margin: 0;
	padding-top: 20px;
	font-size: 30px;
	line-height: 50px
}

.Page10 .section_bakery_recipe001 .bread p.time span {
	font-size: 22px
}

.Page10 .section_bakery_recipe001 .bread p.rebake_mode {
	margin-top: 10px
}

.Page10 .rewhite {
	background-color: #f2f2f2;
	background-image: url(../images/rebake/bakery002/white.jpg);
	background-size: cover
}

.Page10 .section_bakery_quote img#katane {
	border: 2px solid #f2999a
}

.Page10 .section_bakery_quote img.logo {
	border-radius: 185px;
	margin: 0 0 20px;
	width: 185px
}

.Page10 .rewhite .blockquote,.Page10 .rewhite h2,.Page10 .rewhite h3,.Page10 .rewhite p {
	color: #555;
	font-weight: 400
}

.Page10 .section_bakery_recipe002 {
	position: relative;
	width: 100%;
	height: 900px;
	background-color: #bbaf9a;
	background-image: url(../images/rebake/bakery002/main.jpg);
	background-position: center;
	background-repeat: no-repeat
}

.Page10 .section_bakery_recipe002 .list3 {
	position: absolute;
	bottom: 90px;
	width: 980px;
	height: 600px;
	margin-left: -490px;
	left: 50%
}

.Page10 .section_bakery_recipe002 .bread {
	width: 290px;
	position: absolute;
	bottom: 20px;
	text-align: center
}

.Page10 .section_bakery_recipe002 .left {
	left: 0
}

.Page10 .section_bakery_recipe002 .center {
	left: 350px
}

.Page10 .section_bakery_recipe002 .right {
	right: 0
}

.Page10 .section_bakery_recipe002 .bread h2 {
	color: #000;
	height: 2.8em;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 290px;
	padding-bottom: 10px;
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 20px;
	font-weight: 400
}

.Page10 .section_bakery_recipe002 .bread p {
	color: #000;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 10px;
	min-height: 70px;
	padding-left: 0;
	padding-right: 0
}

.Page10 .section_bakery_recipe002 .bread p.copy {
	text-align: center
}

.Page10 .section_bakery_recipe002 .bread p.time {
	display: block;
	height: 40px;
	margin: 0;
	padding-top: 10px;
	font-size: 30px;
	line-height: 40px;
	color: #000;
	font-weight: 400;
	min-height: 40px
}

.Page10 .section_bakery_recipe002 .bread p.time span {
	font-size: 22px
}

.Page10 .section_bakery_recipe002 .bread p.rebake_mode {
	margin-top: 10px
}

.Page10 .brown {
	background-color: #52261f;
	background-image: url(../images/rebake/bakery003/brown.jpg);
	background-size: cover
}

.Page10 .section_bakery_recipe003 {
	position: relative;
	width: 100%;
	height: 900px;
	background-color: #e9e2cf;
	background-image: url(../images/rebake/bakery003/main.jpg);
	background-position: center;
	background-repeat: no-repeat
}

.Page10 .section_bakery_quote img.logo {
	border-radius: 185px;
	margin: 0 0 20px;
	width: 185px
}

.Page10 .brown .blockquote,.Page10 .brown h2,.Page10 .brown h3,.Page10 .brown p {
	color: #eee;
	font-weight: 400
}

.Page10 .section_bakery_quote p.owner span.shop {
	padding-right: 15px;
	margin-right: 15px;
	position: relative
}

.Page10 .section_bakery_quote p.owner span {
	display: inline-block;
	padding-top: 15px
}

.Page10 .brown p.owner span.shop:after {
	background: #eee
}

.Page10 .section_bakery_quote p.owner span.shop:after {
	content: "";
	position: absolute;
	top: 15px;
	right: 0;
	width: 1px;
	height: 30px
}

.Page10 .section_bakery_recipe003 .list3 {
	position: absolute;
	width: 980px;
	height: 600px;
	margin-left: -490px;
	left: 50%
}

.Page10 .section_bakery_recipe003 .left {
	left: 0
}

.Page10 .section_bakery_recipe003 .center {
	left: 350px
}

.Page10 .section_bakery_recipe003 .right {
	right: 0
}

.Page10 .section_bakery_recipe003 .bread {
	width: 290px;
	position: absolute;
	top: 620px;
	text-align: center
}

.Page10 .section_bakery_recipe003 .bread h2 {
	color: #666;
	height: 2.8em;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 290px;
	padding-bottom: 10px;
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 20px;
	font-weight: 400
}

.Page10 .section_bakery_recipe003 .bread p {
	color: #666;
	font-size: 15px;
	line-height: 22px
}

.Page10 .section_bakery_recipe003 .bread p.time {
	display: block;
	margin: 0;
	padding-top: 20px;
	font-size: 30px;
	line-height: 20px;
	color: #666
}

.Page10 .section_bakery_recipe003 .bread p.time span {
	font-size: 22px
}

.Page10 .section_bakery_recipe003 .bread p.time span.additional {
	font-size: 15px
}

.Page10 .section_bakery_info a {
	color: #4ba53a;
	font-size: 16px;
	text-decoration: none
}

.Page12 .section--item .contents {
	max-width: 720px
}

.Page12 .section--image {
	background: url(../images/taccessory/background-desktop.jpg) no-repeat center center;
	background-size: cover
}

.Page12 h2 {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 20px;
	color: #4ba53a;
	font-weight: 400;
	font-style: normal
}

.Page12 h2.section_title {
	color: #999
}

.Page12 .section p {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 10px;
	color: #333
}

.Page12 .item__image {
	text-align: center;
	margin: 0 auto
}

.item__image img {
	width: auto
}

.section__note {
	font-size: .9rem;
	color: #999;
	line-height: 25px
}

.item__name {
	margin: 0 0 30px;
	font-size: 24px;
	line-height: 36px;
	color: #333;
	text-align: left
}

.item__description {
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 24px;
	color: #333
}

.Page13 .section--intro {
	height: 85vh;
	min-height: 700px;
	background: url(../images/goodmorning/bg_intro.jpg) no-repeat center bottom;
	background-size: cover
}

.Page13 .section--lead {
	height: 400px;
	background-size: cover
}

.Page13 .section--lead .section__title {
	text-align: center;
	color: #333;
	font-size: 40px;
	padding-top: 100px;
	margin-bottom: 40px;
	padding-top: 120px;
	font-family: 'å¾®è»Ÿæ­£é»‘é«”';
	font-weight: 300;
	font-style: normal
}

.Page13 .section--lead .section__text {
	text-align: center;
	color: #333;
	font-size: 18px;
	line-height: 32px;
	width: 100%;
	max-width: 100%
}

.Page13 .section--recipes {
	height: 100%;
	min-height: 700px;
	position: relative;
	height: 100%
}

.Page13 .section__background img {
	width: 100%
}

.Page13 .section--recipes .section__inner {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 980px;
	margin-left: -470px
}

.Page13 .recipe_item {
	display: table-row
}

.Page13 .recipe_item__content--butter {
	top: 10%;
	right: -5%
}

.Page13 .recipe_item__content {
	position: absolute;
	width: 380px;
	text-shadow: 0 0 10px #f8fbfb
}

.Page13 .recipe_item__title {
	font-size: 36px;
	margin-bottom: 28px;
	white-space: nowrap
}

.Page13 .recipe_item__ingredients {
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 22px
}

.Page13 .recipe_item__process_title {
	font-size: 16px;
	margin-bottom: 14px
}

.Page13 .recipe_item__process_steps>li {
	margin-left: 16px;
	margin-bottom: 8px;
	list-style-type: decimal
}

.Page13 .recipe_item__process_steps {
	font-size: 16px
}

.Page13 .recipe_item__content--tomato {
	top: 45%;
	left: 10%
}

.Page13 .recipe_item__content--hamegg {
	bottom: 2%;
	right: -40px
}

.Page13 .section--summer_toasts {
	height: 100%;
	min-height: 700px;
	background: url(../images/goodmorning/bg_summer_toasts.jpg) no-repeat center center;
	background-size: cover;
	padding-bottom: 60px
}

.Page13 .section--summer_toasts .section__title {
	text-align: center;
	color: #333;
	font-size: 40px;
	padding-top: 100px;
	margin-bottom: 40px;
	margin-top: 0;
	font-weight: 300
}

.Page13 .section--summer_toasts .section__text {
	text-align: center;
	color: #333;
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 10px
}

.Page13 .section--summer_toasts .summer_toasts {
	width: 90%;
	max-width: 880px;
	margin: 20px auto;
	background: url(../images/goodmorning/summer_toasts.jpg) no-repeat center center;
	background-size: contain;
	display: table;
	height: 100%;
	list-style-type: none
}

.Page13 .content {
	background: none
}

.Page13 .section--summer_toasts .summer_toasts a {
	text-decoration: none;
	color: #333;
	cursor: pointer;
	font-family: 'å¾®è»Ÿæ­£é»‘é«”'
}

.Page13 .section--summer_toasts .summer_toasts__item--fruit {
	width: 27%
}

.Page13 .section--summer_toasts .summer_toasts__item {
	display: table-cell;
	text-align: center;
	font-size: 16px;
	padding: 30vw 20px 0
}

.section-pb-60px {
	padding-bottom: 60px
}

.Page7 h3.prod_title {
	font-size: 32px;
	margin: 70px auto 40px
}

.Page7 p {
	font-size: 18px;
	line-height: 34px;
	margin-bottom: 10px;
	color: #333
}

.Page7 .award .contents .text {
	padding: 0 50px;
	margin-bottom: 50px
}

.Page7 .section_overview {
	padding: 230px 0 100px
}

.Page7 .section_overview img {
	width: 100%;
	max-width: 980px
}

.Page7 .section_spec {
	border-bottom: 1px solid #ccc
}

.Page7 .section_spec table {
	width: 100%
}

.Page7 tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit
}

.Page7 tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit
}

.Page7 .section_spec th,.Page7 .section_spec td {
	padding: 3px 0;
	border-bottom: 1px solid #ebebeb;
	vertical-align: top;
	text-align: left
}

.Page7 .section_spec th,.Page7 .section_spec td,.Page7 .section_spec p {
	font-size: 14px;
	color: #666
}

.Page7 .award .contents .column img {
	margin: 50px auto 0 20px
}

.Page7 .award .contents .columns {
	height: 390px;
	margin: 0 auto
}

.Page7 .award .contents .column {
	height: 370px;
	background-color: #fff;
	text-align: left
}

.Page7 .award .contents .column p {
	padding: 0 20px;
	font-size: 13px;
	line-height: 22px
}

.keynote_title.part2 {
	background-position: center -172px;
	color: #fff
}

.keynote_title.part3 {
	background-position: center -344px;
	color: #fff
}

.keynote_title.part4 {
	background-position: center -516px
}

.down img {
	vertical-align: bottom
}

.smartheater1 p.info {
	text-align: center
}

#smartheaters p {
	font-size: 18px;
	line-height: 34px;
	margin-bottom: 10px
}

.smartheater2 p.txtpa {
	color: #333;
	margin-top: 70px
}

.smartheater3 {
	background: url(../images/smartheater/keynote2_background.jpg) no-repeat center center;
	background-size: cover
}

.smartheater3 p {
	color: #fff;
	margin-top: 50px
}

.smartheater3 .keynote2_image {
	position: absolute;
	left: 50%;
	bottom: 70px;
	margin-left: -330px
}

.smartheater4 {
	background: url(../images/smartheater/keynote3_background.jpg) no-repeat center center;
	background-size: cover
}

.smartheater5 {
	background: url(../images/smartheater/keynote4_background.jpg) no-repeat center center;
	background-size: cover
}

.smartheater4 p {
	margin-top: 30px
}

.smartheater5 p {
	margin-top: 50px
}

#smartheaters .keynote_title {
	top: 84px;
	width: 350px;
	height: 162px;
	font-size: 30px;
	font-weight: 300;
	line-height: 172px;
	text-align: center;
	background: url(../images/smartheater/keynote_number.png) no-repeat center 0
}

#smartheaters .smartheater3 .keynote_title.part2 {
	background-position: center -172px;
	color: #fff
}

#smartheaters .smartheater4 .keynote_title.part3 {
	background-position: center -344px;
	color: #000
}

#smartheaters .smartheater5 .keynote_title.part4 {
	background-position: center -516px;
	color: #000
}

.smartheater_feature_overview {
	background: url(../images/smartheater/feature/overview_image.png) no-repeat -70px 190px;
	border-bottom: 1px solid #ccc;
	background-color: #f8f8f5
}

.smartheater_feature_overview h3 {
	margin: 140px auto 50px
}

.smartheater_feature_overview p.copy {
	max-width: 360px;
	margin-top: 150px
}

.smartheater_traditional {
	border-bottom: 1px solid #ccc
}

#features_traditional {
	margin: 0 auto 50px
}

.smartheater_history {
	border-bottom: 1px solid #ccc;
	background: url(../images/smartheater/feature/history_background.jpg) no-repeat center center;
	background-size: cover
}

.history_images {
	margin: 0 auto 40px
}

.smartheater_history p.copy {
	line-height: 28px
}

.radiator {
	background-color: #000
}

.radiator video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0
}

.radiator #section_radiator_layer {
	position: absolute;
	width: 100%;
	top: 0;
	text-align: center
}

.radiator h2 {
	margin: 80px auto 60px
}

#section_radiator_layer p {
	color: #ccc;
	font-size: 18px;
	line-height: 34px;
	margin-bottom: 10px
}

.eco_control {
	height: 850px;
	border-bottom: 1px solid #ccc;
	text-align: center
}

.eco_control_graph {
	width: 100%;
	max-width: 591px;
	margin: 30px auto;
	padding: 0 30px
}

.heating {
	height: 780px
}

.heating h2 {
	margin: 80px auto 0
}

.heating .contents .video_flame {
	position: relative;
	width: 100%;
	max-width: 640px;
	margin: 0 auto 20px
}

.heating .contents .text {
	width: 100%;
	max-width: 880px;
	margin: 0 auto
}

.smartheater_sleep_overview {
	background: #000 url(../images/smartheater/sleep-quality/overview_background.jpg) no-repeat center top;
	background-size: cover
}

.smartheater_sleep_overview h3 {
	margin: 350px auto 60px;
	color: #fff
}

.smartheater_sleep_overview p.copy {
	color: #fff;
	margin: 0 50px
}

.about_a_good_sleep {
	background: url(../images/smartheater/sleep-quality/about_a_good_sleep_background.jpg) no-repeat center center;
	background-size: cover
}

.about_a_good_sleep_graph {
	width: 100%;
	max-width: 650px;
	margin: 30px auto
}

.royal_sleep_mode {
	background: #000 url(../images/smartheater/sleep-quality/royal_sleep_mode_background.jpg) no-repeat center bottom;
	background-size: cover
}

.royal_sleep_mode h3 {
	margin: 80px auto 60px;
	color: #fff
}

.royal_sleep_mode,.about_a_good_sleep {
	text-align: center
}

.royal_sleep_mode_graph {
	width: 100%;
	max-width: 766px;
	margin: 30px auto
}

.room_condition {
	background: url(../images/smartheater/sleep-quality/room_condition_background.jpg) no-repeat center center;
	background-size: cover
}

.room_condition h3 {
	margin: 80px auto 60px;
	color: #fff
}

.smartheater_easyuse_overview {
	background: url(../images/smartheater/design/overview_background.jpg) no-repeat center center;
	background-size: cover;
	border-bottom: 1px solid #ccc
}

.smartheater_easyuse_overview .idx {
	background: url(../images/smartheater/design/overview_image.png) no-repeat center bottom;
	height: 100%
}

.smartheater_easyuse_overview h3 {
	margin: 150px auto 60px
}

.easyuse_display {
	height: 890px
}

.easyuse_display .video_flame {
	position: relative;
	width: 880px;
	height: 495px;
	margin: 0 auto 50px
}

.easyuse_display p.copy {
	margin: 0 50px
}

.auto_learn {
	background-color: #f2f2f2
}

.auto_learn p.copy {
	margin: 0 50px
}

.auto_learn .auto_learn_image {
	display: block;
	margin: 0 auto 40px
}

.timer {
	height: 600px;
	background: url(../images/smartheater/design/timer_background.png) repeat-x bottom
}

.timer .timx {
	background: url(../images/smartheater/design/timer_image.png) no-repeat 100px 170px;
	height: 100%
}

.timer #v3 {
	position: absolute;
	top: 262px;
	left: 50%;
	margin-left: -317px
}

.timer .timx .text {
	position: absolute;
	width: 500px;
	top: 240px;
	left: 50%
}

.timer video {
	width: 128px;
	height: 96px;
	display: block
}

.towel_hanger {
	height: 900px
}

.towel_hanger .video_flame {
	position: relative;
	width: 880px;
	height: 495px;
	margin: 0 auto 50px
}

.towel_hanger #v8 {
	position: absolute;
	display: none;
	top: 0
}

.towel_hanger p.copy {
	margin: 0 50px
}

.smartheater_design_overview {
	background: url(../images/smartheater/safety/overview_background.jpg) repeat-x center center;
	border-bottom: 1px solid #ccc
}

.smartheater_design_overview .overview_layer {
	height: 100%;
	background: url(../images/smartheater/safety/overview_image.png) no-repeat center bottom
}

.smartheater_design_overview h3 {
	margin: 140px auto 0
}

.control {
	height: 550px;
	border-bottom: 1px solid #ccc
}

.control .idx.container {
	background: url(../images/smartheater/safety/control_image.jpg) no-repeat bottom
}

.thermosafe .idx.container {
	background: url(../images/smartheater/safety/thermosafe.jpg) no-repeat 70px 170px
}

.thermosafe .container p.copy {
	max-width: 560px;
	margin-top: 60px
}

.sdstop {
	background-color: #fff
}

.safety_stop {
	display: block;
	margin: 0 auto 40px;
	width: 100%;
	max-width: 1090px;
	height: auto;
}

.slope {
	background: url(../images/smartheater/safety/slope_background.jpg) repeat;
	border-bottom: 1px solid #ccc
}

.slope .idx {
	background: url(../images/smartheater/safety/slope.png) no-repeat center top
}

.slope h3 {
	margin: 80px auto 60px
}

.smartheater_specs_overview .overview_image {
	margin: 50px auto 0 80px
}

.award_summaly {
	height: 80px;
	background-color: #f2f2f2
}

.award_summaly .container {
	padding-top: 23px;
	text-align: center
}

.specs {
	border-bottom: 1px solid #ccc
}

.specs h3 {
	margin: 80px auto 60px 50px
}

.specs_model {
	margin: 20px 0 10px;
	width: 100%;
	max-width: 377px
}

.shawards {
	background-color: #f2f2f2
}

.shawards .text {
	padding: 0 50px;
	margin-bottom: 50px
}

.shawards .columns {
	height: 390px;
	margin-left: 50px
}

.shawards .column {
	float: left;
	height: 370px;
	padding: 30px;
	background-color: #fff;
	border: 1px solid #f0f0f0;
	text-align: left;
	margin-bottom: 20px
}

.shawards .column img {
	margin: 0 auto 0 0
}

.sgawards .column .copyd {
	font-size: 13px;
	line-height: 22px
}

.gatekeeper .contents .title {
	margin: 200px auto 0
}

.gatekeeper .contents .text {
	margin: 40px 50px 0
}

.accessory-smartheater .section-image {
	background: url(../images/smartheater/accessory/background-desktop.jpg) no-repeat center center;
	background-size: cover;
	height: 400px
}

.accessory-smartheater .section-lead {
	max-width: 720px;
	margin: 50px auto;
	font-size: 14px;
	text-align: center
}

.accessory-smartheater h3.prod_title {
	color: #999;
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 20px
}

.accessory-smartheater .item__image {
	text-align: center
}

.accessory-smartheater .item__image img {
	width: 340px
}

.accessory-smartheater .item__name {
	margin: 0 0 30px;
	font-size: 24px;
	line-height: 36px;
	color: #333
}

.accessory-smartheater .item__description {
	float: left;
	width: 40%;
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 24px;
	color: #333
}

.section-item {
	padding: 0 0 80px;
	border-top: 1px solid #ccc;
	color: #666
}

.accessory-smartheater .item__spec {
	float: right;
	width: 55%;
	margin-bottom: 40px;
	color: #666;
	font-size: 14px
}

.accessory-smartheater .item__spec td {
	vertical-align: top;
	padding: 5px 0
}

.accessory-smartheater .item__spec tr {
	border-bottom: 1px solid #ccc
}

.accessory-smartheater .item__spec td:first-child {
	width: 100px;
	padding-right: 1.5em
}

.section-item .container.min {
	max-width: 720px
}

.greenfan-cirq-keynote1 {
	background: url(../images/greenfan-cirq/keynote1.jpg) no-repeat 50% 50%;
	background-size: cover
}

.greenfan-cirq-keynote1 .text {
	padding: 180px 500px 0 0
}

.greenfan-cirq-keynote h3.prod_title,.greenfan-cirq-keynote1 h3.prod_title,.greenfan-cirq-keynote2 h3.prod_title,.greenfan-cirq-keynote3 h3.prod_title {
	text-align: left;
	margin-left: 0
}

.greenfan-cirq-keynote2 {
	background: url(../images/greenfan-cirq/keynote2.jpg) no-repeat 50% 50%;
	background-size: cover
}

.greenfan-cirq-keynote2 .text {
	padding: 180px 500px 0 0
}

.greenfan-cirq-keynote2 .keynote_link_text {
	color: #FFC500
}

.greenfan-cirq-keynote3 {
	background: url(../images/greenfan-cirq/keynote3.jpg) no-repeat 50% 50%;
	background-size: cover
}

.greenfan-cirq-keynote3 .text {
	padding: 180px 500px 0 0
}

.greenfan-cirq-feature1 .overlay {
	top: 80px;
	background: none;
	position: absolute;
	width: 100%;
	height: 100%
}

.thermograph {
	background: #eaeaea url(../images/greenfan-cirq/features/thermograph_image.png) no-repeat center 37%
}

.thermograph .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(255,255,255,0)
}

.thermograph h3 {
	margin: 80px auto 30px;
	font-size: 32px;
	color: #000;
	text-align: center
}

.thermograph #v1_play {
	position: absolute;
	top: 57%;
	left: 50%;
	margin-left: -100px;
	cursor: pointer
}

.thermograph .text {
	position: absolute;
	top: 70%;
	max-width: 880px
}

.speed3x {
	background: url(../images/greenfan-cirq/features/speed3x_image.png) no-repeat center center;
	border-bottom: 1px solid #efefef
}

.speed3x h3,.gfqwide h3,.gfqclear h3 {
	margin-bottom: 420px
}

.gfqwide {
	background: url(../images/greenfan-cirq/features/wide_image.png) no-repeat center center;
	border-bottom: 1px solid #efefef
}

.gfqclear {
	background: url(../images/greenfan-cirq/features/clear_image.png) no-repeat center center;
	border-bottom: 1px solid #efefef
}

.greenfan-cirq-tech1 {
	background: url(../images/greenfan-cirq/technology/overview_backgound.jpg) no-repeat top center;
	background-size: cover
}

.greenfan-cirq-tech1 h3 {
	padding-top: 30%
}

.gcqenergy {
	background: url(../images/greenfan-cirq/technology/energy_image.jpg) no-repeat center center;
	border-bottom: 1px solid #efefef
}

.gcqeco {
	background: #fafafa url(../images/greenfan-cirq/technology/eco_image.png) no-repeat center center;
	border-bottom: 1px solid #efefef
}

.greenfancq {
	background: url(../images/greenfan-cirq/technology/greenfan_image.png) no-repeat center center;
	border-bottom: 1px solid #efefef
}

.gcqenergy h3,.gcqeco h3,.greenfancq h3,.remote h3 {
	margin-bottom: 460px
}

.greenfan-cirq-design1 {
	background: url(../images/greenfan-cirq/design/overview_backgound.jpg) no-repeat bottom center;
	background-size: cover;
	border-bottom: 1px solid #efefef
}

.greenfan-cirq-design1 h3 {
	padding-top: 38%
}

.greenfan-cirq-design1 .text {
	padding: 0 100px;
	text-align: center
}

.remote {
	background: url(../images/greenfan-cirq/design/remote_image.png) no-repeat center center;
	border-bottom: 1px solid #efefef
}

.smooth {
	background: url(../images/greenfan-cirq/design/smooth_background.jpg) no-repeat center center;
	background-size: cover;
	border-bottom: 1px solid #efefef
}

.smooth h3 {
	margin-bottom: 230px
}

.smooth .text {
	padding-left: 480px
}

.greenfan-cirq-specs1 {
	border-bottom: 1px solid #efefef;
	text-align: center
}

.overview_image {
	margin: 230px auto 30px
}

.gcsaward_summaly {
	background-color: #f2f2f2;
	text-align: center
}

.award_summaly_image {
	margin: 0 auto;
	width: 100%;
	max-width: 505px
}

.award_summaly_images {
	margin: 0 auto;
	width: 100%;
	max-width: 146px
}

.gcssection_specs,.gcssection_mode {
	border-bottom: 1px solid #efefef
}

.gcsaward {
	background-color: #f2f2f2
}

.gcsaward .text {
	padding: 0 50px;
	margin-bottom: 50px
}

.gcsaward .columns {
	height: 390px;
	margin-left: 50px
}

.gcsaward .column {
	float: left;
	width: 280px;
	height: 370px;
	margin-right: 20px;
	background-color: #fff;
	text-align: left
}

.gcsaward .column img {
	margin: 50px auto 0 30px
}

.gcsaward .column p {
	padding: 0 30px;
	font-size: 13px;
	line-height: 22px
}

.accessory-greenFfancirq .section-image {
	background: url(../images/greenfan-cirq/accessory/background-desktop.jpg) no-repeat center center;
	background-size: cover;
	height: 400px
}

.accessory-greenFfancirq h3.prod_title {
	color: #999;
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 20px
}

.accessory-greenFfancirq .section-lead {
	max-width: 720px;
	margin: 50px auto;
	font-size: 14px;
	text-align: center
}

.accessory-greenFfancirq .item__description {
	float: left;
	width: 40%;
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 24px;
	color: #333
}

.accessory-greenFfancirq .item__spec {
	float: right;
	width: 55%;
	margin-bottom: 40px;
	color: #666;
	font-size: 14px
}

.accessory-greenFfancirq .item__spec td:first-child {
	width: 100px;
	padding-right: 1.5em
}

.accessory-greenFfancirq .item__spec td {
	vertical-align: top;
	padding: 5px 0
}

.accessory-greenFfancirq .item__spec tr {
	border-bottom: 1px solid #ccc
}

.item__spec tr:last-child {
	border-bottom: none
}

.btn--large {
	display: block;
	width: 100%;
	max-width: 320px;
	height: 55px;
	font-size: 15px;
	line-height: 55px;
	background-color: #4ba53a;
	padding: 0;
	color: #fff
}

.accessory-greenFfancirq .btn {
	position: relative;
	display: block;
	box-sizing: border-box;
	border-radius: 2px;
	outline: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	vertical-align: middle;
	-webkit-tap-highlight-color: transparent
}

.pagemap--desktop.__header {
	position: absolute;
	z-index: 888;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2)
}

img.responsive {
	width: 100%
}

.texts {
	top: 270px;
	width: 350px;
	left: 0
}

ol.feature-list {
	font-family: Microsoft YaHei;
	font-size: 18px;
	list-style-type: decimal!important;
	list-style-position: inside!important;
	padding-left: 25px;
	margin: 0;
	text-align: left
}

ol.feature-list li {
	list-style-type: decimal;
	padding: 3px 0
}

.context {
	padding: 30px
}

.quotes {
	background-color: #f3f3f3;
	text-align: center
}

.quotes .blockquote {
	margin-top: 30%
}

.blockquote_info {
	display: block;
	text-align: right;
	line-height: 18px;
	font-family: Microsoft YaHei;
	letter-spacing: 0;
	float: right
}

.blockquote:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	margin-right: 20px
}

.blockquote:after {
	vertical-align: -.4em;
	margin-left: 10px
}

.adjusts .contents p,.adjusts .__contents p {
	color: #f6f6f6;
	font-size: 18px;
	line-height: 30px;
	font-family: Microsoft YaHei;
	letter-spacing: 0
}

.adjusts .contents p.copy.dark {
	color: #333;
	margin-top: 20px
}

.adjusts .contents h2 {
	margin-bottom: 60px;
	font-family: Microsoft YaHei;
	margin-top: 90px;
	font-size: 38px;
	font-weight: 300;
	color: #f6f6f6;
	letter-spacing: 0;
	padding-bottom: 0
}

.normal .contents .text p.writen_by {
	font-size: 14px;
	text-align: center;
	color: #000
}

.section028.normal .contents {
	max-width: 740px
}

.tosterstyle .adjusts .contents h2 {
	margin-bottom: 30px
}

.tosterstyle .adjusts .contents {
	text-align: left
}

.tosterstyle .toster4.adjusts .contents,.tosterstyle .toster4.adjusts .contents p {
	text-align: center
}

.mt50 {
	margin: 50px 0
}

.adjusts .contents h2.black,.adjusts .contents p.black {
	color: #000
}

.keynote_link_text {
	margin-top: 10px;
	color: #4ba53a;
	font-family: Microsoft YaHei
}

a.keynote_link_text:hover {
	color: #4ba53a;
	text-decoration: underline
}

.tosterstyle .keynote_link_text {
	display: block
}

.tosterstyle .home-slider {
	margin: 0 auto;
	margin-top: 21px;
	position: relative;
	border-bottom: 1px solid #ccc
}

.max1920 {
	max-width: 1920px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px
}

.airpower1 .contents .text {
	max-width: 680px;
	width: 100%;
	margin: 50px auto
}

#unipack .section0 {
	margin-top: 100px;
	text-align: center
}

#unipack p.copy {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
	font-family: Microsoft YaHei;
	letter-spacing: 0;
	text-align: left
}

.unipack_img {
	width: 100%;
	max-width: 505px;
	margin: 0 auto
}

.unipack_img1 {
	width: 100%;
	max-width: 882px;
	margin: 0 auto
}

.lifestyle {
	width: 100%;
	max-width: 880px;
	margin: 20px auto
}

.adapter {
	width: 100%;
	max-width: 418px;
	margin: 30px auto
}

.adapter_multi {
	width: 100%;
	max-width: 980px;
	margin: 0 auto
}

.connect {
	width: 100%;
	max-width: 375px;
	margin: 0 auto
}

.gf2plus {
	width: 100%;
	max-width: 316px;
	margin: 0 auto
}

#unipack .section1a {
	padding: 0;
	margin-top: 20px;
	text-align: center
}

#unipack h1,#unipack h2 {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 20px;
	color: #4ba53a;
	text-align: left
}

#unipack .section2a {
	margin-top: 10px;
	text-align: center
}

#unipack p.Info {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	color: #888
}

#Container.Page4 {
	width: 100%;
	background: 0 0;
	background-color: #FFF;
	margin: 0
}

#Container.Page4 #ContainerLayer {
	background-color: #FFF
}

#Container.Page4 #ContainerLayer.ContainerLayer__index {
	background-color: #f5f4f2
}

#unipack .section2a .section2_1,#unipack .section2a .section2_2 {
	width: 100%;
	position: relative;
	margin: 20px 0;
	clear: both
}

#unipack .section3u {
	padding: 20px 0
}

#unipack .section4u {
	padding: 20px 0 0
}

.Caption {
	overflow: hidden;
	background-color: #FFF;
	border: 1px solid #CCC;
	margin: 0 0 10px;
	border-radius: 5px;
	width: 100%;
	max-width: 300px;
	float: right
}

.Caption .CaptionLayout {
	padding: 20px 20px 16px
}

.Caption .CaptionLayout p {
	font-size: 12px;
	line-height: 17px;
	margin: 10px 0 0
}

.section2p {
	padding: 0 50px 80px;
	background-repeat: no-repeat
}

.tospb {
	padding-bottom: 55px
}

.pt40 {
	padding-top: 40px
}

.mw740 {
	max-width: 740px;
	text-align: center;
	margin: 0 auto
}

.adjusts.black .contents h2,.adjusts.black .contents p {
	color: #333
}

.contents h2.text-center {
	text-align: center
}

.adjusts.black .contents p {
	text-align: left
}

.adjusts.black .contents .text_hf p {
	text-align: right;
	padding: 0
}

.enzyme_filter .contents .text_du p {
	padding: 0;
	overflow: visible;
	word-break: break-all
}

.toster4 .col-sm-10 {
	float: none;
	margin: 0 auto;
	text-align: center
}

.adjusts {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover
}

.swipe1.adjusts {
	background-position: center center
}

.adjusts.bgcenter {
	background-position: center center;
	background-repeat: no-repeat
}

.adjusts.bgbotcenter {
	background-position: bottom center;
	background-repeat: no-repeat
}

.adjusts.nochange {
	background-size: auto;
	background-position: bottom center;
	background-repeat: no-repeat
}

.adjusts.nochanget {
	background-size: auto;
	background-position: top center;
	background-repeat: no-repeat
}

.adjusts.nochangec {
	background-size: auto;
	background-position: center center;
	background-repeat: no-repeat
}

.idx {
	height: 600px
}

.idx.h1100 {
	height: 1100px
}

.idx.h1020 {
	height: 1020px
}

.idx.h700 {
	height: 700px
}

.idx.h720 {
	height: 720px
}

.idx.h760 {
	height: 520px
}

.idx.h750 {
	height: 750px
}

.idx.h550 {
	height: 550px
}

.idx.h600 {
	height: 460px
}

.idx.h800 {
	height: 800px
}

.idx.h820 {
	height: 820px
}

.idx.h900 {
	height: 900px
}

.idx.hauto {
	height: auto
}

.mp150 {
	margin-top: 150px
}

.ecoimg {
	width: 100%;
	max-width: 290px
}

.airs {
	width: 100%;
	max-width: 638px
}

.gspec {
	width: 100%;
	max-width: 900px
}

.yearimg {
	width: 100%;
	max-width: 254px;
	text-align: center;
	margin: 0 auto 20px
}

.adjusts.767chan {
	background-size: auto
}

.section029.gfan h3.prod_title,.section030.gfan h3.prod_title,.section031.gfan h3.prod_title,.section032.gfan h3.prod_title,.section034.gfan h3.prod_title {
	margin-top: 210px
}

.section--purchase .item_images img {
	width: 130px;
	margin-right: 20px
}

.BuyNow {
	display: block;
	float: right;
	margin-top: 22px;
	width: 100px;
	;;;height: 29px;
	background: 0 0;
	background-color: #4ba53a;
	border-radius: 3px;
	text-decoration: none;
	text-align: center
}

.nav___dealer {
	display: block;
	float: right;
	margin-left: 10px;
	margin-top: 18px;
	width: 98px;
	height: 27px;
	background: 0 0;
	background-color: transparent;
	border: 1px solid #4ba53a;
	border-radius: 3px;
	text-decoration: none;
	color: #4ba53a;
	line-height: 27px;
	text-align: center
}

.nav___dealer span {
	display: inline;
	line-height: 24px;
	margin: 0 auto
}

.BuyNow span {
	display: inline;
	font-size: 15px;
	line-height: 29px;
	color: #fff;
	margin: 0 auto
}

.BuyNow--ghost {
	display: block;
	float: right;
	margin-top: 18px;
	margin-left: 10px;
	width: 100px;
	height: 29px;
	background: 0 0;
	border: 1px solid #4ba53a;
	box-sizing: border-box;
	border-radius: 3px;
	text-decoration: none
}

.BuyNow--ghost span {
	display: inline;
	font-size: 13px;
	line-height: 27px;
	color: #4ba53a
}

.adjusts .contents p.description {
	padding: 30px 30px 0;
	font-size: 13px;
	line-height: 22px
}

.column {
	height: 460px;
	background-color: #fff;
	text-align: left
}

.place .column img {
	width: 100%
}

.subscribe {
	background: #039be5;
	font-size: 13px;
	line-height: 13px;
	padding: 20px 0;
	color: #fff;
	text-align: center
}

p.description {
	line-height: 13px;
	color: #fff;
	line-height: 13px;
	margin: 0 auto
}

.subscribe .icon {
	font-size: 26px;
	margin-top: 2px;
	margin-right: 10px;
	vertical-align: middle
}

.subscribe .btn {
	display: inline-block;
	width: auto;
	background: none;
	border: 1px solid #fff;
	height: 30px;
	line-height: 30px;
	padding: 0 2em;
	color: #fff;
	font-size: 12px;
	margin-top: 0
}

.subscribe .btn:hover {
	background-color: rgba(255,255,255,0.2)
}

.container_history .section1 .content,.container_history .section2 .content,.container_history .section4 .content {
	margin-left: -180px
}

.container_history .timeline dt {
	font-size: 14px
}

.container_history .section4 .content {
	right: -40px
}

.container_history .section2 .content {
	right: 30px
}

.container_history .section3 .content {
    left: 190px;
}

@media (min-width: 1920px) {
	.adjusts.noch {
		background-size: auto;
		background-position: bottom center;
		background-repeat: no-repeat
	}
}

@media (max-width: 1920px) {
	.adjusts {
		-moz-background-size: 1920px;
		-webkit-background-size: 1920px;
		-o-background-size: 1920px;
		background-size: 1920px
	}

	.adjusts.noch {
		background-size: auto
	}

	.adjusts.small {
		-moz-background-size: 1780px;
		-webkit-background-size: 1780px;
		-o-background-size: 1780px;
		background-size: 1780px
	}
}

@media (max-width: 1680px) {
	.airfeatureimg img {
		width: 100%;
		max-width: 800px
	}

	.adjusts {
		-moz-background-size: 1680px;
		-webkit-background-size: 1680px;
		-o-background-size: 1680px;
		background-size: 1680px
	}

	.adjusts.small {
		-moz-background-size: 1460px;
		-webkit-background-size: 1460px;
		-o-background-size: 1460px;
		background-size: 1460px
	}

	.adjusts.noch {
		background-size: auto
	}
}

@media (max-width: 1280px) {
	.adjusts {
		-moz-background-size: 1280px;
		-webkit-background-size: 1280px;
		-o-background-size: 1280px;
		background-size: 1280px
	}

	.adjusts.noch {
		-moz-background-size: 1024px;
		-webkit-background-size: 1024px;
		-o-background-size: 1024px;
		background-size: 1024px
	}

	.adjusts.small {
		-moz-background-size: 1060px;
		-webkit-background-size: 1060px;
		-o-background-size: 1060px;
		background-size: 1060px
	}

	.nav___dealer {
		display: none
	}

	.idx.h1020 {
		height: 760px
	}
}

@media (max-width: 1024px) {
	.adjusts {
		-moz-background-size: 1024px;
		-webkit-background-size: 1024px;
		-o-background-size: 1024px;
		background-size: 1024px
	}

	.adjusts.small {
		-moz-background-size: 960px;
		-webkit-background-size: 960px;
		-o-background-size: 960px;
		background-size: 960px
	}

	.adjusts.noch {
		-moz-background-size: 768px;
		-webkit-background-size: 768px;
		-o-background-size: 768px;
		background-size: 768px
	}

	.mx100 {
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		text-align: center
	}

	.container_history .timeline {
		width: auto;
		margin-left: 50px
	}

	.container_history .timeline dt {
		width: 55px;
		margin-left: -83px;
		text-align: right;
		padding-right: 10px
	}

	.section_filter .text {
		margin-top: 60px
	}
}

@media (max-width: 992px) {
	#model {
		margin: 10px 0 10px 50px
	}

	.mleft {
		margin-right: 20px
	}

	.wleft {
		float: right
	}

	#Container.Page4 .section_recipe .detail {
		margin: 0 30px;
		width: auto
	}

	#Container.Page4 .section_recomend {
		-moz-background-size: 1024px;
		-webkit-background-size: 1024px;
		-o-background-size: 1024px;
		background-size: 1024px
	}
}

.mobile {
	display: none
}

#tableview {
	display: none
}

@media (max-width: 768px) {
	.adjusts {
		-moz-background-size: 768px;
		-webkit-background-size: 768px;
		-o-background-size: 768px;
		background-size: 768px
	}

	.adjusts.nochangec,.adjusts.767chan {
		-moz-background-size: 768px;
		-webkit-background-size: 768px;
		-o-background-size: 768px;
		background-size: 768px
	}

	.adjusts.nochange.h767 {
		-moz-background-size: 80%;
		-webkit-background-size: 80%;
		-o-background-size: 80%;
		background-size: 80%
	}

	.adjusts.noch {
		-moz-background-size: 640px;
		-webkit-background-size: 640px;
		-o-background-size: 640px;
		background-size: 640px;
		background-position: bottom center
	}

	h3.prod_title.m420 {
		margin-bottom: 310px
	}

	.adjusts.bgcenter {
		background-position: top center
	}

	.toster1 .idx,.toster2 .idx,.toster3 .idx,.toster4 .idx,.toster5 .idx,.toster6 .idx,.quotes .idx {
		height: auto
	}

	.idx,.idx.h700,.idx.h900,.idx.h760,.idx.h750,.idx.h550,.idx.h800,.idx.h1100,.idx.h600,.idx.h720,.idx.h1020 {
		height: auto
	}

	.idx.h700.m600,.idx.h800.m600 {
		height: 650px
	}

	.idx.h760.m600 {
		height: 750px
	}

	.idx.h700.m500,.idx.h760.m500 {
		height: 500px
	}

	.idx.h500.m500 {
		height: 550px
	}

	.idx.h700.m450,.idx.h760.m450,.idx.h1020.m450 {
		height: 450px
	}

	.idx.m500 {
		height: 500px
	}

	.idx.m400 {
		height: 320px
	}

	.idx.m440 {
		height: 380px
	}

	.idx .textbox {
		margin-top: 330px;
		color: #000;
		padding: 30px 0;
		display: block;
		height: auto;
		width: 100%
	}

	#unipack h1,#unipack h2,.adapter_multi {
		padding-left: 30px;
		padding-right: 30px
	}

	.connect,.gf2plus {
		padding-top: 50px
	}

	.smartheater_design_overview .idx.h760.m600 {
		height: 520px
	}

	.blockquote_info {
		margin-right: 30px
	}

	.max1920 {
		max-width: 720px
	}

	.section029.gfan h3.prod_title,.section030.gfan h3.prod_title,.section031.gfan h3.prod_title,.section032.gfan h3.prod_title,.section034.gfan h3.prod_title {
		margin-top: 30px
	}

	.swipe1 .idx .textbox,.swipe2 .idx .textbox,.swipe3 .idx .textbox,.swipe4 .idx .textbox {
		margin-top: 420px
	}

	.swipe1.adjusts,.adjusts.bgbotcenter {
		background-position: top center
	}

	.swipe4.adjusts .contents h2 {
		padding-top: 0
	}

	h3.prod_title.mt300 {
		margin-top: 260px
	}

	p.mb {
		margin-bottom: 60px
	}

	.normal.gfan .contents .text p.white,.normal.gfan .contents .text p,.normal.section033 .contents .text p {
		text-align: left
	}

	.normal.gfan .contents .text p.tc {
		text-align: center
	}

	.adjusts .contents h2.nop {
		margin-top: 0
	}

	.adjusts .contents p.description {
		font-size: 15px
	}

	.idx .textbox.toper {
		margin-top: 30px;
		margin-bottom: 330px
	}

	#smartheaters .keynote_title {
		margin: 0 auto;
		text-align: center
	}

	.adjusts .textbox .contents h2 {
		color: #000;
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 28px;
		text-align: center;
		font-weight: 300
	}

	.adjusts .contents p {
		color: #000;
		font-size: 16px;
		line-height: 1.8;
		padding-bottom: 0
	}

	ol.feature-list {
		font-size: 16px;
		margin: 0 30px 30px
	}

	.quotes .blockquote {
		margin-top: 100px
	}

	.down img {
		width: 100%;
		margin-bottom: 30px
	}

	.down.imgauto {
		text-align: center;
		margin: 0 auto
	}

	.down.imgauto img {
		width: 100%;
		max-width: 441px
	}

	.autochange img {
		width: 100%;
		max-width: 487px
	}

	img.gfanacc {
		width: 100%;
		max-width: 460px;
		margin: 0 auto
	}

	.adjusts .textbox .contents h2.keynote_title.part3 {
		margin-top: 140px
	}

	h2.keynote_title.part4 {
		margin-top: 40px
	}

	.airen4 {
		background-color: #f0f0f0
	}

	.content.mt60 {
		margin-top: 0
	}

	.adjusts .contents h2 {
		margin: 30px 0
	}

	.mt60 {
		margin-top: 60px
	}

	.container_awards h1 {
		font-size: 28px
	}

	.container_awards .section1 p.copy,.section2 p {
		font-size: 16px;
		line-height: 1.8
	}

	#v1_div {
		margin-top: 60px
	}

	#v1_div.thermograph {
		margin-top: 0
	}

	#v1_div.notop {
		margin-top: 0
	}

	.overview #video_overlay {
		display: none
	}

	.airenginefshow {
		display: block;
		border-bottom: 1px solid #ccc
	}

	#video_overlay h2.title.white {
		color: #fff;
		margin-top: 0
	}

	#video_overlay p {
		width: 90%;
		margin-top: 0
	}

	#video_overlay h3.prod_title {
		display: none
	}

	.efficiency_pollen .contents .title {
		margin: 30px auto 310px
	}

	.section_deodorize h2.title {
		margin-top: 30px
	}

	.efficiency_pollen .contents #graph_bar {
		display: none
	}

	.efficiency_pollen .contents .efficiency_pollen_graph_line {
		display: none
	}

	.efficiency_pollen .contents .efficiency_pollen_graph_overlay {
		left: -99999px;
		top: 0
	}

	.efficiency_pollen .contents .title {
		margin-bottom: 30px
	}

	#general_specs {
		width: 100%
	}

	.comp {
		width: 100%;
		max-width: 455px
	}

	.Page7 .section_overview {
		padding-top: 150px
	}

	.section_spec,.section_spec .tcc {
		margin: 0 auto;
		text-align: center
	}

	.greenfan-cirq-keynote h3.prod_title,.greenfan-cirq-keynote1 h3.prod_title,.greenfan-cirq-keynote2 h3.prod_title,.greenfan-cirq-keynote3 h3.prod_title {
		text-align: center
	}

	.smartheater_design_overview {
		background-size: 1600px;
		background-position: center bottom
	}

	.smartheater_design_overview .overview_layer {
		background-size: 680px
	}

	.container_story .h_small {
		height: 250px
	}

	.container_story .h_middle {
		height: 400px
	}

	.container_story h1,.container_story h2 {
		font-size: 36px;
		margin: 30px 0;
		padding-left: 30px;
		padding-right: 30px
	}

	.container_story p.caption {
		padding: 15px 30px;
		font-size: 15px
	}

	.greenfan-cirq-keynote1 .text,.greenfan-cirq-keynote2 .text {
		padding: 160px 30px 60px
	}

	.greenfan-cirq-keynote3 .text {
		padding: 220px 30px 30px
	}

	.enzyme_filter.adjusts .contents h2 {
		margin-top: 40px
	}

	.enzyme_filter .contents .text_hf {
		width: 168px;
		text-align: right;
		margin-top: 130px
	}

	.eco_control {
		height: 790px
	}

	.heating h2 {
		margin-top: 40px
	}

	.enzyme_filter .contents .text_du {
		width: 166px;
		text-align: left;
		margin-left: 160px;
		margin-top: 10px
	}

	.slope p.copy {
		margin-bottom: 190px
	}

	.slope .idx {
		background-size: 700px
	}

	.sdstop .text {
		margin-bottom: 40px
	}

	.auto_learn .auto_learn_image {
		width: 100%;
		max-width: 673px;
		padding: 0 30px
	}

	#model {
		margin: 10px 0 10px 40px
	}

	.radiator h2 {
		margin-bottom: 10px;
		margin-top: 30px
	}

	.smartheater_feature_overview h3.prod_title,.smartheater_design_overview h3.prod_title {
		margin-top: 60px
	}

	.smartheater_feature_overview p.copy {
		max-width: 100%;
		padding: 0 30px;
		margin-top: 10px
	}

	.control .idx.container {
		background-position: center bottom
	}

	.room_condition h3.prod_title,.control .idx.container h3.prod_title {
		margin-top: 60px;
		margin-bottom: 40px
	}

	.thermosafe h3.prod_title {
		margin-top: 60px;
		padding-left: 30px;
		padding-right: 30px
	}

	.sdstop h3.prod_title,.slope h3.prod_title {
		margin-top: 100px;
		padding-left: 30px;
		padding-right: 30px
	}

	.smartheater_specs_overview .overview_image {
		width: 100%;
		max-width: 891px;
		margin-top: 130px;
		margin-bottom: 50px
	}

	.section--purchase .item {
		padding: 0 30px
	}

	.section--purchase .item_m {
		padding: 0px;
	}

	.container_awards .section3 .content {
		right: 20px;
		margin-top: 0px;
		width: 420px;
		padding: 30px;
		background: transparent;
	}

	.heating {
		height: 600px
	}

	img#features_traditional {
		width: 100%;
		max-width: 880px;
		padding: 0 30px
	}

	.container_awards .section4 .content {
		left: 40px
	}

	.container_awards .section3 {
		margin-bottom: 0
	}

	.container_awards .section2 .colmn img,.container_awards .section2 .colmn img.logo {
		width: 100%
	}

	.container_awards .section5 .content {
		width: 50%;
		max-width: 250px;
		left: 20px
	}

	.sepspace {
		clear: both
	}

	.container_history .section3 .content {
		top: 454px;
		left: 80px; 
	}

	.container_history .section4 .content {
		top: 500px;
		right: 10px
	}

	.container_history .section5 .content {
		/*width: 310px*/
	}

	.easyuse_display p.copy {
		padding-left: 0;
		padding-right: 0;
		margin: 0 30px
	}

	.container_story .section_posts .section_inner {
		margin-right: 0
	}

	.container_story .box__ {
		width: 50%;
		padding-left: 10px;
		padding-right: 10px;
		height: 400px;
		float: left;
		margin-right: 0;
		border-radius: 5px;
		margin-bottom: 15px
	}

	.container_story .box__coming_soon {
		width: 50%;
		padding-left: 10px;
		padding-right: 10px
	}

	.container_story p {
		/*margin: 30px auto*/
	}

	.container_story .post__thumb img {
		width: 100%
	}

	.container_awards .section2 .content {
		width: 400px;
		margin-top: 0px
	}

	.wleft {
		width: 200px
	}

	.m1,.m2,.m3,.m4 {
		width: 300px
	}

	.text.more {
		padding-top: 30px
	}

	.section_simple h3.prod_title {
		margin-top: 60px
	}

	.section_maintenance h3.prod_title {
		margin-top: 60px;
		text-align: left
	}

	.section_maintenance .contents {
		padding: 40px
	}

	.section_1min {
		height: auto
	}

	.section_movie .contents .text p {
		width: 70%;
		margin-top: 20px
	}

	.section_movie .contents #v6_play {
		top: 36%
	}

	.power_of_enzyme h2.title.white.text-center {
		color: #fff
	}

	.power_of_enzyme .title {
		margin-top: 30px
	}

	.power_of_enzyme.adjusts .contents p {
		color: #fff
	}

	.power_of_enzyme .overlay_content img {
		padding-top: 140px
	}

	.toptxt {
		margin-top: 270px
	}

	#profile {
		position: absolute;
		top: -310px;
		width: 90%;
		left: 15px
	}

	.about-box2 #profile p {
		font-size: 14px;
		line-height: 1.8
	}

	.about-box2 p {
		line-height: 1.8;
		font-size: 16px
	}

	.about-box2 {
		max-height: 760px
	}

	#profile p {
		font-size: 13px
	}

	.right_border {
		border: 0
	}

	.company_info,.press_info {
		padding-left: 30px
	}

	.about-box {
		padding: 30px 0
	}

	.mobile {
		display: block
	}

	#v2_div .overlay,#v3_div .overlay,#v7_div .overlay,.section028 .overlay,.section2q .text .mvt {
		display: none
	}

	.section2q .text {
		top: 30%
	}

	table.item__spec {
		width: 100%
	}

	.item__description {
		font-size: 16px;
		padding-left: 45px;
		padding-right: 45px
	}

	.smartheater2 p.txtpa {
		margin-top: 420px
	}

	.adtops {
		margin-top: 50px
	}

	.section_natural_wind h3.prod_title {
		margin-top: 60px
	}

	.section_natural_wind {
		border-bottom: 1px solid #ccc
	}

	.history_images {
		width: 100%;
		max-width: 980px
	}

	.smartheater_sleep_overview h3.prod_title {
		margin-top: 550px
	}

	.smartheater_easyuse_overview h3.prod_title {
		margin-top: 100px
	}

	.easyuse_display .video_flame,.towel_hanger .video_flame {
		width: 100%;
		height: auto
	}

	.easyuse_display {
		height: 650px
	}

	#v1_div.easyuse_display {
		height: 600px
	}

	.smartheater_easyuse_overview h3.prod_title {
		margin-top: 60px
	}

	.auto_learn p.copy {
		margin-bottom: 50px;
		margin-left: 0;
		margin-right: 0
	}

	.towel_hanger p.copy {
		margin-bottom: 50px;
		margin-left: 0;
		margin-right: 0
	}

	.towel_hanger {
		height: 650px
	}

	.timer #v3 {
		left: 50%;
		margin-left: -200px
	}

	.section_natural_wind .text p,.gfeature2 .text p,.gfeature3 .text p,.innovation .text p,.section_year .text p,.section_dc .contents .text p,.section_japan .text p {
		margin-top: 20px
	}

	.adjusts.nochangec {
		-moz-background-size: 768px;
		-webkit-background-size: 768px;
		-o-background-size: 768px;
		background-size: 768px
	}

	.gfeature2 .overlay,.gfeature3 .overlay {
		top: 0
	}

	.section_size .idx .textbox {
		margin-top: 0
	}

	#adap #adapter_background {
		right: 30px
	}

	#adap #adapter_rotate {
		right: 33px
	}

	.section029 .idx .textbox {
		margin-top: 450px
	}

	.section030 .idx .textbox,.section031 .idx .textbox,.section032 .idx .textbox,.section034 .idx .textbox {
		margin-top: 470px
	}

	.section034 p.quotes {
		text-align: center
	}

	.container_awards .section2 .colmns,.container_awards .section4 .colmns {
		margin-left: 20px;
		margin-right: 20px
	}

	.container_awards .section2 .colmn {
		display: block;
		float: left;
		margin: 10px
	}

	.section4 p.country {
		color: #fff
	}

	.speed3x,.gfqwide,.gfqclear {
		background-position: center 200px
	}

	.greenfan-cirq-tech1 h3.prod_title,.gcqenergy h3.prod_title {
		margin-top: 310px
	}

	.container_awards p.country {
		font-size: 16px;
		margin-bottom: 16px
	}

	.container_awards .section4 .content {
		margin-top: 90px
	}

	.container_awards .section5 .image_wrapper .logo {
		background-size: 280px;
		width: 280px
	}

	.greenfan-cirq-design1 h3.prod_title {
		margin-top: 250px
	}

	.gcqenergy {
		background-size: 60%;
		background-position: top center
	}

	.smooth .text {
		padding-left: 320px
	}

	.remote .text {
		padding-left: 290px
	}

	.remote .text p.copy.text-center {
		text-align: left;
		padding-left: 0
	}

	.remote {
		background-position: 60px top
	}

	.smooth h3.prod_title,.remote h3.prod_title {
		margin-top: 60px
	}

	.greenfan-cirq-specs1 .overview_image {
		margin-top: 100px;
		width: 100%;
		max-width: 561px
	}

	.item__image {
		text-align: center
	}

	.greenfan-cirq-feature1 img {
		margin-top: 0
	}

	.greenfan-cirq-feature1 .overlay {
		top: 40px
	}

	.thermograph h3.prod_title {
		padding-top: 20px
	}

	.thermograph .text {
		top: 70%;
		padding-bottom: 40px
	}

	.item__purchase {
		margin: 0 30px
	}

	.accessory-greenFfancirq .section-image {
		height: 260px
	}

	.accessory-greenFfancirq .item__name {
		text-align: center;
		margin-top: 30px
	}

	.accessory-greenFfancirq .item__description {
		padding-left: 15px;
		padding-right: 30px
	}

	#Container.Page4 .section_list ul {
		margin-left: auto;
		margin-right: auto;
		max-width: 540px
	}

	#Container.Page4 .section_list .contents {
		max-width: 540px
	}

	#Container.Page4 .section_list li.right {
		float: left
	}

	#Container.Page4 .section_list li.signature {
		width: 233px;
		height: auto
	}

	#Container.Page4 .section_list li.signature a .name,#Container.Page4 .section_list li a .name {
		display: table;
		width: 233px;
		height: 78px
	}

	#Container.Page4 .section_list li.signature img {
		width: 100%
	}

	#Container.Page4 .section_list li.signature a .icon img {
		width: 70px
	}

	#Container.Page4 .section_list li.signature a .name__inner {
		display: table-cell;
		text-align: left;
		padding: 5px 20px;
		vertical-align: middle;
		color: #999;
		padding-left: 69px
	}

	#Container.Page4 .section_list li.signature a .name .title {
		display: block;
		margin: 0;
		color: #333;
		font-size: 13px;
		line-height: 14px;
		font-weight: 700
	}

	#Container.Page4 .section_list li.signature a .chef {
		padding-left: 55px
	}

	#Container.Page4 .section_list li.signature a .chef img {
		width: 51px
	}

	#Container.Page4 .section_list li.rebake {
		clear: both
	}

	.section_deodorize p,.adjusts .contents p.Info,p.Info,.section_deodorize p.Info,.power_of_enzyme.adjusts .contents p {
		padding: 15px 30px
	}

	.efficiency_pm .contents .text {
		margin: 0
	}

	.efficiency_pollen .contents .text {
		margin-left: 0;
		margin-right: 0
	}

	.Page10 .section__text.side {
		margin-right: 0;
		padding-right: 0
	}

	.Page10 .section_bakery_recipe005 .bread p {
		padding-left: 0
	}

	.Page10 .section_bakery_recipe005 .bread.scone p {
		padding-right: 0;
		padding-left: 30px
	}

	.section_spec .text {
		padding-left: 30px;
		padding-right: 30px
	}

	.Page7 h3.prod_title,.container_awards h2 {
		font-size: 28px;
		margin-bottom: 30px
	}

	.container_history h2 {
		font-size: 28px
	}

	.timer .timx .text {
		width: 300px;
		margin-left: 40px
	}

	.section1t p,.section3 p,.section2q p,.img3 p,.img4 p {
		font-size: 16px
	}

	.smartheater1.adjusts.bgcenter.bot {
		background-repeat: repeat-y
	}

	.accessory-smartheater .section-image {
		background-size: 900px;
		height: 300px;
		background-position: right top
	}

	.accessory-smartheater .item__name {
		text-align: center
	}

	.gfeature #video_overlay p {
		display: none
	}

	.container_history .section4 .content,.container_history .section2 .content,.container_history .section3 .content {
		/*left: 34%;*/
	}

	.container_history .section3 .content,.container_history .section2 .content,.container_history .section4 .content {
		/*margin-left: -180px*/
	}

	.container_history .timeline {
		height: auto;
		/*left: 40px*/
	}
}

@media (max-width: 640px) {
	.adjusts {
		-moz-background-size: 768px;
		-webkit-background-size: 768px;
		-o-background-size: 768px;
		background-size: 768px
	}

	.adjusts.m640,.adjusts.chan,.adjusts.gfan {
		-moz-background-size: 640px;
		-webkit-background-size: 640px;
		-o-background-size: 640px;
		background-size: 640px
	}

	.adjusts.chan {
		background-position: top left
	}

	.idx .textbox {
		margin-top: 330px
	}

	.swipe1 .idx .textbox,.swipe2 .idx .textbox,.swipe3 .idx .textbox,.swipe4 .idx .textbox {
		margin-top: 360px
	}

	.overview #video_overlay {
		top: 68%;
		color: #000
	}

	#tableview {
		display: block
	}

	#tableview tbody {
		width: 100%;
		display: block
	}

	#tableno {
		display: none
	}

	th.lightdark,td.lightdark {
		background: #ebebeb
	}

	.section029 .idx .textbox {
		margin-top: 380px
	}

	.adjusts.bgcenter.bot {
		background-position: bottom center
	}

	#video_overlay h2.title {
		padding: 10px 0;
		font-size: 28px
	}

	.greenfan-cirq-feature1 img {
		margin-top: 0
	}

	.about-box2 {
		background-size: 1100px;
		background-position: -170px bottom;
		background-color: #e0dfda
	}

	.idx.h700.m500 {
		height: 420px
	}

	.idx.m500 {
		height: 420px
	}

	.enzyme_filter .contents .text_du {
		margin-left: 120px
	}

	.enzyme_filter .contents .text_hf {
		width: 138px;
		margin-top: 90px
	}

	.m1,.m2,.m3,.m4 {
		width: 270px
	}

	.wleft {
		width: 160px
	}

	.speed3x {
		background-position: center 190px;
		background-size: 55%
	}

	.gfqwide,.gfqclear {
		background-position: center 220px;
		background-size: 60%
	}

	.section_simple h3.prod_title,.section_maintenance h3.prod_title {
		margin-top: 0
	}

	.section_maintenance p.copy {
		padding: 0
	}

	.text.more {
		padding-top: 10px
	}

	.section_natural_wind h3.prod_title {
		margin-top: 80px
	}

	.remote h3.prod_title {
		text-align: left;
		padding-left: 290px
	}

	.Page5 .section1 h2 {
		padding-top: 80px
	}

	.adjusts.noch {
		-moz-background-size: 480px;
		-webkit-background-size: 480px;
		-o-background-size: 480px;
		background-size: 480px
	}

	.adtops {
		margin-top: 20px
	}

	.container_awards .section2 .content {
		/*width: 300px;*/
		/*margin-top: 80px;*/
		margin-right: 40px
	}

	.container_awards .section3 .content {
		/*width: 300px;*/
		right: 40px;
		/*margin-top: 120px*/
	}

	.container_awards .section3 .colmn {
		padding: 0
	}

	.container_awards .section4 .colmn {
		width: 300px
	}

	.Page7 .section_overview {
		padding-top: 60px;
		padding-bottom: 50px
	}

	.section_cleaning h3.prod_title {
		padding-left: 20px;
		padding-right: 20px
	}

	.section_cleaning .section_filter p {
		padding-left: 30px;
		padding-right: 30px
	}

	.stats2.adjusts.bgcenter {
		background-position: top center
	}

	#gatekeeper_layer {
		margin-top: 40px
	}

	.gatekeeper .contents .text {
		margin: 40px 0 0
	}

	img#gatekeeper_layer {
		width: 140px
	}

	.section_1min {
		padding-bottom: 30px
	}

	.stats1 h3.prod_title,.section_more h3.prod_title {
		padding: 0 30px
	}

	.section_maintenance h3.prod_title {
		margin-top: 30px
	}

	.Page7 .award .contents .column {
		height: 320px
	}

	.section_natural_wind .text p,.gfeature2 .text p,.gfeature3 .text p,.innovation .text p,.section_year .text p,.section_dc .contents .text p,.section_japan .text p {
		margin-bottom: 20px
	}

	.section_old_fans .text p {
		margin-bottom: 40px
	}

	.timer #v3 {
		left: 50%;
		margin-left: -140px;
		top: 292px
	}

	.accessory-greenFfancirq .item__description {
		padding-left: 30px
	}

	.accessory-greenFfancirq .item__spec {
		margin-right: 30px;
		max-width: 325px
	}

	table.Specs {
		margin: 10px 30px
	}

	.greenfan-cirq-specs1 .overview_image {
		padding: 0 30px;
		margin-top: 10px
	}

	.gcsaward .text {
		padding: 0
	}

	.slope .idx {
		background-size: 500px;
		background-position: bottom
	}

	.gcsaward .columns {
		margin-left: 0;
		padding: 0 30px
	}

	.timer .timx .text {
		width: 240px;
		margin-left: 70px
	}

	.gcqeco .idx.h700.m450 {
		height: 350px
	}

	.gcqeco {
		background-position: center 200px
	}

	.greenfancq {
		background-size: 370px;
		background-position: center 200px
	}

	.greenfan-cirq-keynote1 {
		background-size: 700px
	}

	.greenfan-cirq-keynote1.section-p-30px {
		padding: 0
	}

	.greenfan-cirq-keynote1 .text {
		padding: 100px 0 60px
	}

	.smartheater_feature_overview h3.prod_title,.smartheater_design_overview h3.prod_title {
		margin-top: 60px
	}

	#v9_div.radiator h2.title {
		margin-top: 50px;
		padding-bottom: 0
	}

	#v9_div.radiator h2.title .text {
		margin-top: 0
	}

	.shawards .text {
		padding: 0
	}

	.smartheater_specs_overview .overview_image {
		padding: 0 30px;
		margin-left: 0;
		margin-top: 70px
	}

	.shawards .column {
		height: auto
	}

	.smartheater2 {
		background-size: 450px
	}

	#smartheaters .keynote_title {
		width: 100%
	}

	.smartheater2 p.txtpa {
		margin-top: 340px
	}

	.smartheater3 .keynote2_image {
		width: 100%;
		max-width: 500px;
		margin-left: -250px;
		padding: 0 30px;
		top: 350px
	}

	.thermosafe .idx.h600 {
		height: 700px
	}

	.thermosafe .idx.container {
		background-position: 140px 260px
	}

	.thermosafe .container p.copy {
		margin-top: 10px
	}

	.smartheater3 .idx.h700.m600 {
		height: 510px
	}

	.smartheater4 {
		background-size: 950px
	}

	.smartheater5 {
		background-size: 950px;
		background-color: #e0dfdd
	}

	.smartheater4,.smartheater5 {
		height: 460px
	}

	.container_history .section1 {
		background-size: 700px;
		background-position: 30px bottom
	}

	.container_history .section3 {
		background-size: 700px;
		background-position: 30px bottom
	}

	.container_history .section3 dl {
		margin-top: 80px
	}

	.container_history .section3 .content {
		top: 509px;
	}

	.container_story .section_title h1 {
		font-size: 48px;
		padding-left: 15px;
		padding-right: 30px
	}

	.container_story .section_title p {
		padding-left: 30px
	}

	.container_story .section_title .container {
		padding-bottom: 10px
	}

	.container_story .section_title {
		height: 160px
	}

	.container_story .section {
/*margin-bottom:30px*/
	}

	.container_story .section_posts .section_inner {
		width: 100%;
		padding: 0;
		margin: 0 auto
	}

	.container_story .box__,.container_story .post__thumb {
		height: auto
	}

	.container_story .post__text {
		height: 220px
	}

	.container_story .post__text h3 {
		font-size: 16px;
		line-height: 30px
	}
}

@media (max-width: 576px) {
	.adjusts {
		-moz-background-size: 640px;
		-webkit-background-size: 640px;
		-o-background-size: 640px;
		background-size: 640px
	}

	.adjusts.m640,.adjusts.chan,.adjusts.gfan {
		-moz-background-size: 576px;
		-webkit-background-size: 576px;
		-o-background-size: 576px;
		background-size: 576px
	}

	.overview #video_overlay {
		top: 60%;
		color: #000
	}

	.swipe1 .idx .textbox,.swipe2 .idx .textbox,.swipe3 .idx .textbox,.swipe4 .idx .textbox {
		margin-top: 310px
	}

	.m1,.m2,.m3,.m4 {
		width: 190px
	}

	.wleft {
		width: 150px
	}

	.about-box2 {
		background-size: contain;
		background-position: top center
	}

	.about-box2 .col-xs-7 {
		width: 100%
	}

	.about-box2 h2 {
		margin-top: 25px
	}

	.toptxt {
		margin-top: 260px
	}

	#profile {
		position: relative;
		top: 0;
		width: 100%;
		left: 0
	}

	.container_story p {
		/*font-size: 16px;
		line-height: 1.8*/
	}

	.container_story h1,.container_story h2 {
		font-size: 24px
	}

	.container_story .article_list li {
		font-size: 15px;
		padding: 10px 0
	}

	.container_story .article_list li span.article_num {
		padding: 0 10px
	}

	.container_story .article_list a li:after {
		top: 22px;
		font-size: 24px
	}

	.about-box2 {
		max-height: 980px
	}

	.timer #v3 {
		margin-left: -104px
	}

	.timer .timx .text {
		width: 200px;
		margin-left: 90px
	}

	.adjusts.chan {
		background-position: top left
	}

	#v5_div h3.prod_title,#v6_div h3.prod_title {
		margin-top: 0
	}

	#v6_div .text {
		display: none
	}

	.section_movie .contents #v6_play {
		top: 20%
	}

	.Page5 .section1 h2 {
		padding-top: 0
	}

	#Container.Page4 .section_list .contents {
		width: 100%
	}

	#Container.Page4 .section_list li {
		width: 180px
	}

	#Container.Page4 .section_list li img {
		width: 100%
	}

	.adjusts.nochangec {
		background-position: center 100px
	}

	h3.prod_title.m420 {
		margin-bottom: 260px
	}

	.gfeature2 .section_greenfan #v5_play,.section_movie .contents #v6_play {
		width: 260px;
		margin-left: -130px
	}

	.smartheater_easyuse_overview .idx {
		background-size: 600px
	}

	.idx.h800.m600,#v1_div.easyuse_display,.towel_hanger {
		height: 560px
	}

	.smartheater_feature_overview {
		background-size: 600px;
		background-position: -70px 240px
	}

	.idx.h760.m600 {
		height: 670px
	}

	.radiator #section_radiator_layer {
		position: relative
	}

	.smartheater_design_overview .overview_layer {
		background-size: 550px;
		background-position: center 190px
	}

	#v9_div.radiator video {
		top: -130px
	}

	#v9_div.radiator h2.title {
		margin-top: 30px
	}

	#section_radiator_layer .text {
		padding-bottom: 40px
	}

	.eco_control {
		height: 700px
	}

	.heating h2 {
		margin-top: 10px
	}

	.heating {
		height: 390px
	}

	.greenfan-cirq-keynote2 .text,.greenfan-cirq-keynote3 .text {
		padding-left: 0;
		padding-right: 0
	}

	.greenfan-cirq-keynote1 .text {
		padding-top: 250px;
		padding-bottom: 40px
	}

	.greenfan-cirq-keynote2 .text {
		padding-top: 230px;
		padding-bottom: 10px
	}

	.greenfan-cirq-keynote1,.greenfan-cirq-keynote2,.greenfan-cirq-keynote3 {
		background-size: 500px;
		background-position: top center
	}

	.greenfan-cirq-design1 {
		background-size: 600px;
		background-position: top center
	}

	.greenfan-cirq-design1 h3.prod_title {
		margin-top: 120px
	}

	.greenfan-cirq-design1 .idx.h760.m450 {
		height: 310px
	}

	.remote {
		background-size: 200px;
		background-position: 30px
	}

	.smooth .text {
		padding-left: 240px
	}

	.adjusts .textbox .contents h2,.container_history h2 {
		font-size: 24px
	}

	.container_history h2 {
		padding: 0 30px
	}

	.section029 .idx .textbox {
		margin-top: 340px
	}

	.sub-top .subcate li a span {
		display: none
	}

	.container_history .section1 {
		background-size: 600px
	}

	.container_story .post__text {
		height: 250px
	}

	.container_awards .section2 {
		background-size: 600px;
		background-position: top center
	}

	.container_awards .section2 .content {
		position: relative;
		display: block;
		width: 100%;
		padding: 45px 45px 10px;
		margin: 0 auto;
		margin-top: 0px
	}

	.container_awards .section2 .colmns {
		position: relative;
		display: block;
		bottom: 0;
		clear: both;
		float: left
	}

	.container_awards .section2 h2.white,.container_awards .section2 p {
		color: #fff
	}

	.container_awards .section2 .colmn {
		width: 220px
	}

	.container_awards .section2 .colmn img {
		width: 100%
	}

	.container_awards .section3 {
		height: 860px
	}

	.container_awards .section3.bgimage {
		background-size: 400px;
		background-position: 30px 30px
	}

	.container_awards .section3 .content,.container_awards .section4 .content {
		left: 0;
		position: relative;
		width: 100%;
		padding: 40px;
		right: 0;
		margin-top: 0px
	}

	.container_awards .section4 .content {
		margin-top: 120px
	}

	.container_awards .section4 {
		background-size: 700px;
		height: 960px
	}

	.container_awards .section4 .colmns {
		bottom: -47%
	}

	.container_awards .section4 .colmn {
		display: block;
		width: 100%
	}

	.container_awards .section5 .image_wrapper .logo {
		top: 40px;
		left: 50%;
		margin-left: -100px;
		background-size: 200px
	}

	.container_awards .section5 .content {
		width: 100%;
		max-width: 100%;
		padding: 40px;
		left: 0;
		margin-top: 300px
	}

	.container_awards .section5 {
		height: 640px
	}

	.accessory-smartheater .section-image {
		background-size: 700px;
		height: 200px
	}

	.accessory-smartheater .item__description,.accessory-smartheater .item__spec {
		width: 100%
	}

	.accessory-smartheater .item__spec {
		padding: 0 30px;
		float: left
	}

	#Container.Page4 .section_list li.signature {
		width: 180px
	}

	#Container.Page4 .section_list li.signature a .name,#Container.Page4 .section_list li a .name {
		width: 180px;
		height: 90px
	}

	#Container.Page4 .section_list li a .name .title {
		font-size: 12px
	}

	#Container.Page4 .section_list li.signature a .chef {
		bottom: 25px
	}

	#Container.Page4 .section_list li a .name__inner,#Container.Page4 .section_list li.signature a .name__inner {
		padding: 5px 10px
	}

	#Container.Page4 .section_list li.signature a .name__inner {
		padding-left: 59px
	}

	#Container.Page4 .section_list li.signature a .chef {
		padding-left: 45px
	}

	#Container.Page4 .section_list li.signature a .chef img {
		width: 41px
	}

	#Container.Page4 .section_list li.rebake {
		width: 376px;
		height: 680px
	}

	#Container.Page4 .section_list li.rebake img.rebake__bakery_logo {
		width: 296px
	}

	#Container.Page4 .section_recipe .title .signature {
		top: 80px;
		right: 20px
	}

	#Container.Page4 .section_recipe .title .share {
		float: none;
		margin: 10px auto
	}

	#Container.Page4 .section_recipe .profile {
		margin: 0 30px 40px
	}

	#Container.Page4 .section_recipe .title {
		height: auto
	}

	#Container.Page4 .section_recipe .title .share li {
		display: inline-block;
		float: none
	}

	#Container.Page4 .section_recipe .title .signature img {
		width: 100px
	}

	.section_filter .text {
		margin-top: 0
	}
}

.smobile {
	display: none
}

@media (max-width: 480px) {
	#video_overlay .text {
		color: #000;
		margin-top: 50px
	}

	#video_overlay .text p.copy {
		color: #000
	}

	.adjusts,.adjusts.chan {
		-moz-background-size: 480px;
		-webkit-background-size: 480px;
		-o-background-size: 480px;
		background-size: 480px
	}

	.adjusts.nochangec {
		-moz-background-size: 580px;
		-webkit-background-size: 580px;
		-o-background-size: 580px;
		background-size: 580px
	}

	.overview #video_overlay {
		top: 55%;
		color: #000
	}

	.about-box2 h2 {
		margin-top: 0
	}

	.timer #v3 {
		margin-left: -58px;
		top: 210px
	}

	.timer .timx {
		background-position: 100px 90px
	}

	.timer .timx .text {
		width: 320px;
		padding: 0;
		top: 410px;
		margin-left: -160px
	}

	.toptxt {
		margin-top: 240px
	}

	.container_story .post__text h3 {
		text-align: center
	}

	.container_story .post__text h3 span.article_num {
		float: none;
		margin: 0 auto
	}

	.container_story .post__text {
		padding-top: 20px;
		height: 275px
	}

	.adjusts.chan {
		background-position: top left
	}

	.stats_overview_graph {
		width: 100%;
		padding: 0 30px;
		max-width: 441px
	}

	#stats_graphs,.award_summaly_image {
		padding: 0 30px
	}

	.idx.h700.m500 {
		height: 340px
	}

	.idx.m500 {
		height: 340px
	}

	.smartheater_design_overview .overview_layer {
		background-size: 480px;
		background-position: center 160px
	}

	.control .idx.container {
		background-size: 400px
	}

	.thermosafe .idx.container {
		background-size: 180px;
		background-position: 140px 330px
	}

	.smartheater_design_overview .idx.h760.m600 {
		height: 460px
	}

	.enzyme_filter.adjusts .contents h2 {
		margin-bottom: 30px
	}

	.enzyme_filter .contents .text_du {
		margin-left: 90px;
		width: 100px
	}

	.enzyme_filter .contents .text_hf {
		width: 100px;
		margin-top: 40px
	}

	#model {
		width: 90%;
		margin-left: 20px
	}

	.m1,.m2,.m3,.m4 {
		width: 40%;
		max-width: 150px
	}

	.wleft {
		margin-left: 0;
		width: 150px
	}

	.section_maintenance h3.prod_title {
		margin-top: 10px
	}

	.section_natural_wind .idx .textbox {
		margin-top: 220px
	}

	.section_natural_wind h3.prod_title {
		margin-top: 60px
	}

	#v5_div h3.prod_title {
		font-size: 18px
	}

	.smobile {
		display: block
	}

	.innovation .overlay {
		display: none
	}

	.smobile h3.prod_title {
		margin-top: 0
	}

	.section_dc .contents .text {
		margin-left: 0
	}

	.idx .textbox {
		margin-top: 220px
	}

	.section1t .idx .textbox {
		margin-top: 300px
	}

	.m1,.m2,.m3,.m4 {
		background-size: 300px;
		background-position: left 5px
	}

	.efficiency_pollen .contents .title {
		margin-top: 20px
	}

	.section_deodorize h2.title {
		margin-top: 30px
	}

	.design1 {
		background: url(../images/design/design_overviews.jpg) no-repeat center top
	}

	.section_japan .contents h3 {
		margin-top: 100px
	}

	.smartheater_sleep_overview {
		background-size: 700px
	}

	.smartheater_sleep_overview h3.prod_title {
		margin-top: 490px
	}

	.smartheater_sleep_overview p.copy {
		margin: 0
	}

	.smartheater_sleep_overview .idx.h760.m600 {
		height: 720px
	}

	#smartheaters .keynote_title {
		font-size: 24px;
		background-size: 80px;
		top: 64px;
		line-height: 120px;
		height: 120px
	}

	#smartheaters .smartheater3 .keynote_title.part2 {
		background-position: center -110px
	}

	#smartheaters .smartheater4 .keynote_title.part3 {
		background-position: center -222px
	}

	#smartheaters .smartheater5 .keynote_title.part4 {
		background-position: center -342px
	}

	.smartheater5 p {
		margin-top: 30px
	}

	.smartheater2 p.txtpa {
		margin-top: 390px
	}

	.smartheater3 .keynote2_image {
		margin-left: -231px;
		top: 320px
	}

	.section-p-30px.add_block_2.home {
		padding: 5px 0
	}

	.home .col-sm-4 {
		padding-left: 15px;
		padding-right: 15px
	}

	.section2p {
		padding: 0 30px 50px
	}

	#unipack h2.nop {
		padding-left: 0;
		padding-right: 0
	}

	.greenfan-cirq-design1 .text {
		padding: 0 50px
	}

	.remote .text {
		padding-left: 230px
	}

	.smooth .text {
		padding-left: 200px
	}

	.swipe4.adjusts .contents p {
		padding: 10px 30px 0
	}

	.section029 .idx .textbox {
		margin-top: 280px
	}

	.container_history .timeline {
		width: 100%;
		max-width: 360px
	}

	.container_history .timeline dt {
		font-size: 14px
	}

	.container_history .timeline dd {
		max-width: 260px;
		font-size: 14px;
		width: auto;
		padding-left: 30px;
		padding-right: 30px
	}

	.container_history .section4 .content {
	    top: 797px;
	}

	.container_history .timeline dd::before {
		width: 15px
	}

	.container_history .section4 dl {
		/* margin-top: 300px */
	}

	.container_history .content {
		width: 360px
	}

	.container_history .section1 {
		background-size: 580px;
		background-position: -30px bottom
	}

	.container_history .section.section1 {
		height: 670px
	}

	.container_history .section.section5 {
		height: 969px;
	}

	.container_history .section2 {
		background-size: 900px;
		background-position: -140px bottom
	}

	.container_history .section2 .content {
		top: 60px
	}

	.container_history .section3 {
		background-size: 600px;
		background-position: -120px bottom
	}

	.container_history .section4 {
		background-size: 480px;
		height: 1200px;
	}

	.container_history .section5 {
		background-size: 700px;
		background-position: -300px bottom
	}

	.container_history .section5 dl {
		margin-top: 50px
	}

	.container_history .section5 .content {
		width: 360px;
		padding: 0 30px;
		margin-left: -180px;
		left: 50%;
		top: 655px;
	}

	.container_awards .section2 {
		height: auto
	}

	.container_awards .section2 .colmn {
		width: 100%;
		padding: 30px;
		margin: 10px 0
	}

	.container_awards .section2 .colmn img.logo {
		max-width: 200px
	}

	.section2_1 .col-xs-6,.section2_2 .col-xs-6,.section3u .col-xs-5,.section3u .col-xs-7 {
		width: 100%
	}

	.adapter {
		padding: 10px 30px
	}

	.gf2plus {
		padding-top: 0
	}

	#unipack h1,#unipack h2 {
		font-weight: 300
	}

	#Container.Page4 .section_list .contents {
		width: 400px
	}

	#Container.Page4 .section_list ul {
		width: 100%;
		max-width: 400px
	}

	.container_history .timeline {
		border-left: 0
	}
}

@media (max-width: 460px) {
	.wleft h4 {
		font-size: 18px
	}

	.adjusts {
		-moz-background-size: 576px;
		-webkit-background-size: 576px;
		-o-background-size: 576px;
		background-size: 576px
	}

	.adjusts.m640,.adjusts.chan,.adjusts.gfan {
		-moz-background-size: 460px;
		-webkit-background-size: 460px;
		-o-background-size: 460px;
		background-size: 460px
	}

	.swipe1 .idx .textbox,.swipe2 .idx .textbox,.swipe3 .idx .textbox,.swipe4 .idx .textbox {
		margin-top: 270px
	}
}

@media (max-width: 420px) {
	.wleft {
		width: 50%
	}

	.container_story .box__ {
		width: 100%;
		display: block
	}

	.container_story .post__text h3 {
		text-align: left;
		width: 200px;
		margin: 10px auto 20px
	}

	.container_story .post__text h3 span.article_num {
		float: right;
		margin-top: -5px
	}

	.container_story .post__text {
		padding: 25px;
		height: 195px
	}

	.container_story a.post__x .box__coming_soon {
		width: 100%;
		display: block
	}

	.m1,.m2,.m3,.m4 {
		background-size: 300px
	}

	.mleft {
		margin-right: 10px
	}

	.adjusts.noch {
		-moz-background-size: 320px;
		-webkit-background-size: 320px;
		-o-background-size: 320px;
		background-size: 320px
	}

	table.Specs {
		margin: 0
	}

	.gfeature2 .section_greenfan #v5_play,.section_movie .contents #v6_play {
		width: 200px;
		margin-left: -100px
	}

	.idx.m440 {
		height: 320px
	}

	.toptxt {
		margin-top: 200px
	}

	.about-box2 .sign {
		margin-right: 40px
	}

	.container_awards .section2,.container_awards .section4 {
		background-size: 500px
	}

	.container_awards .section2 .content {
		padding-top: 0;
		margin-top: 0px
	}

	.container_awards .section2 {
		height: 100%;
	}

	.container_awards .section4 .content {
		margin-top: 30px
	}

	.Page7 h3.prod_title,.container_awards h2 {
		margin-bottom: 10px
	}

	.container_awards .section4 .colmn {
		padding-bottom: 20px
	}

	.container_awards .section3.bgimage {
		background-size: 300px
	}

	#Container.Page4 .section_list ul {
		width: 300px;
		max-width: 300px
	}

	#Container.Page4 .section_list li {
		width: 128px
	}

	#Container.Page4 .section_list li.rebake {
		width: 264px;
		height: 680px
	}

	#Container.Page4 .section_list li.signature,#Container.Page4 .section_list li.signature a .name,#Container.Page4 .section_list li a .name {
		width: 128px
	}

	#Container.Page4 .section_list li.signature a .name__inner {
		padding-left: 48px
	}

	#Container.Page4 .section_list li.signature a .name,#Container.Page4 .section_list li a .name {
		height: 110px
	}

	#Container.Page4 .section_list li.signature a .chef {
		padding-left: 35px
	}

	#Container.Page4 .section_list li.signature a .chef img {
		width: 31px
	}

	#Container.Page4 .section_list li {
		margin-bottom: 16px;
		margin-left: 8px
	}

	#Container.Page4 .section_list li.signature a .chef {
		bottom: 55px
	}

	#Container.Page4 .section_list li.signature a .name .title {
		font-size: 12px
	}

	#Container.Page4 .section1 {
		padding-top: 50px;
		padding-bottom: 40px
	}

	#Container.Page4 .section_list li.signature a .icon img {
		width: 50px
	}

	#Container.Page4 .section_list li.rebake .btn {
		width: 100px
	}

	#Container.Page4 .section_list li.rebake {
		padding-left: 20px;
		padding-right: 20px
	}

	#Container.Page4 .section_list li.rebake img.rebake__bakery_logo {
		width: 204px
	}
}

@media (max-width: 380px) {
	.section2 dd {
		/* max-width: 200px */
		width: 100%;
	}

	.section2 .box {
		clear: both
	}

	.section2 dl {
		clear: both;
		position: relative
	}

	.press_info,.company_history {
		clear: both;
		padding-top: 30px
	}

	.toptxt {
		margin-top: 170px
	}

	.about-box2 {
		max-height: 1140px
	}

	.container_history .content,.container_history .section5 .content {
		width: 300px;
		padding: 0
	}

	.container_history .section1 .content,.container_history .section2 .content,.container_history .section3 .content,.container_history .section4 .content,.container_history .section5 .content {
		margin-left: -150px
	}

	.container_history .section1 .content {
		top: 40px
	}

	.container_story .section_title h1 {
		font-size: 36px;
		padding-left: 0;
		padding-right: 15px;
		letter-spacing: 0
	}

	.container_story .section_title p {
		padding-left: 15px;
		font-size: 16px
	}

	.container_awards .section4 {
		height: 980px
	}

	.thermosafe .idx.container {
		background-size: 180px;
		background-position: 140px 420px
	}
}

@media (max-width: 360px) {
	.adjusts {
		-moz-background-size: 480px;
		-webkit-background-size: 480px;
		-o-background-size: 480px;
		background-size: 480px
	}

	.adjusts.m640,.adjusts.chan,.adjusts.gfan {
		-moz-background-size: 360px;
		-webkit-background-size: 360px;
		-o-background-size: 360px;
		background-size: 360px
	}

	.swipe1 .idx .textbox,.swipe2 .idx .textbox,.swipe3 .idx .textbox,.swipe4 .idx .textbox {
		margin-top: 190px
	}

	.wleft {
		width: 130px
	}

	.m1,.m2,.m3,.m4 {
		width: 80px;
		background-size: 200px;
		background-position: left 20px
	}

	.smartheater_feature_overview {
		background-size: 400px;
		background-position: -50px 340px
	}

	.greenfan-cirq-design1 {
		background-size: 380px
	}

	.greenfan-cirq-design1 h3.prod_title {
		margin-top: 230px;
		margin-bottom: 20px
	}

	.greenfan-cirq-design1 .idx.h760.m450 {
		height: 440px
	}

	.remote {
		background-size: 150px;
		background-position: 20px 20px
	}

	.remote h3.prod_title {
		padding-left: 190px;
		margin-top: 40px
	}

	.remote .text {
		padding-left: 170px
	}

	.remote .idx.h760.m450,.smooth .idx.h760.m450 {
		height: 330px
	}

	.smooth .text {
		padding-left: 130px
	}

	.smooth {
		background-size: 500px
	}

	.greenfan-cirq-design1 .text {
		padding: 0
	}

	.idx.h760.m600 {
		height: 624px
	}

	.smartheater_sleep_overview {
		background-size: 500px
	}

	.smartheater_sleep_overview h3.prod_title {
		margin-top: 370px
	}

	.smartheater_sleep_overview .idx.h760.m600 {
		height: 670px
	}

	.about_a_good_sleep h3.prod_title {
		padding: 0 30px
	}

	.Page10 .section_bakery_recipe005 .anpan {
		top: 60px
	}

	.timer #v3 {
		margin-left: -68px;
		top: 210px
	}

	.timer .timx {
		background-position: 30px 90px
	}

	.timer .timx .text {
		width: 320px;
		padding: 0;
		top: 410px;
		margin-left: -160px
	}

	.smartheater_easyuse_overview .idx {
		background-size: 540px
	}

	.idx.h800.m600,#v1_div.easyuse_display,.towel_hanger {
		height: 500px
	}

	h2.title,.container_awards h1,.Page7 h3.prod_title,.container_awards h2 {
		font-size: 24px
	}

	.container_awards .section3 {
		height: 920px
	}

	.container_awards .section4 .content {
		margin-top: 0
	}

	.container_awards .section4 {
		height: 980px
	}

	.container_awards .section4 .colmn {
		padding-left: 0;
		padding-right: 0
	}

	.container_awards .section1 {
		padding: 30px 0
	}

	.smartheater3 .keynote2_image {
		margin-left: -171px
	}

	.greenfan-cirq-keynote1,.greenfan-cirq-keynote2,.greenfan-cirq-keynote3 {
		background-size: 360px
	}

	.greenfan-cirq-keynote1 .text {
		padding-top: 210px
	}

	.greenfan-cirq-keynote2 .text,.greenfan-cirq-keynote3 .text {
		padding-top: 190px
	}

	.thermograph .overlay {
		position: relative;
		height: 330px
	}

	.thermograph {
		background-position: center 20px
	}

	#v1_div.thermograph video {
		top: -120px
	}

	.thermograph h3.prod_title {
		margin: 40px auto 0
	}

	.thermograph .text {
		top: 36%
	}

	.thermograph #v1_play {
		top: 36%
	}

	.speed3x h3.prod_title,.gfqwide h3.prod_title {
		margin-bottom: 10px
	}

	.speed3x {
		background-position: center 220px
	}

	.gfqwide,.gfqclear {
		background-position: center 240px;
		background-size: 60%
	}

	.toptxt {
		margin-top: 170px
	}

	.about-box2 .sign {
		margin-right: 40px
	}

	.about-box2 {
		max-height: 1180px
	}

	.container_history .section1 {
		background-size: 390px;
		background-position: 0 bottom
	}

	.container_history .section2 {
		background-size: 770px;
		background-position: -190px bottom
	}

	.container_story .section_title {
		padding-left: 30px;
		padding-right: 30px
	}

	.container_history .timeline {
		/*margin-left: 47px;*/
	}
}

@media (max-width: 320px) {
	.toptxt {
		margin-top: 120px
	}

	.speed3x {
		background-position: center 240px
	}

	.gcsaward .columns {
		padding: 0 15px
	}

	.gcsaward .column {
		max-width: 260px
	}

	#enzyme_overlay p.copy {
		padding: 0
	}

	#v9_div.radiator video {
		top: -170px
	}

	#v9_div.radiator h2.title {
		margin-bottom: 15px
	}

	.enzyme_filter.adjusts .contents h2 {
		margin-bottom: 20px
	}

	.mins {
		width: 160px;
		margin: 0 auto;
		text-align: center
	}

	.enzyme_filter .contents .text_hf {
		margin-right: 30px;
		width: 80px;
		margin-top: 20px;
		text-align: left
	}

	.enzyme_filter .contents .text_hf p.copy {
		text-align: left
	}

	.enzyme_filter .contents .text_du {
		margin-left: 40px;
		width: 80px
	}

	.enzyme_filter .contents .text_hf p,.enzyme_filter .contents .text_du p {
		font-size: 12px;
		word-break: break-all
	}

	#v6_div.heating .contents h2.text-center {
		padding-left: 30px;
		padding-right: 30px
	}

	.heating {
		height: 300px
	}

	.smartheater_feature_overview h3.prod_title,.smartheater_design_overview h3.prod_title {
		margin-top: 40px;
		margin-bottom: 30px;
		padding: 0 45px
	}

	#model {
		margin-left: 0;
		width: 250px
	}

	.m1,.m2,.m3,.m4 {
		width: 90px
	}

	.wleft h4 {
		font-size: 18px;
		margin-top: 0
	}

	.mleft {
		margin-right: 10px
	}

	.wleft {
		margin-left: 0;
		width: 140px
	}

	.section_maintenance .contents {
		padding: 20px 0
	}

	.adjusts .contents p {
		font-size: 16px
	}

	.section_filter .btn.ghost {
		width: 100%
	}

	.stats2.adjusts.bgcenter {
		background-position: top center
	}

	.greenfan-cirq-design1 {
		background-size: 320px
	}

	.remote {
		background-size: 120px
	}

	.remote h3.prod_title,.remote .text {
		padding-left: 140px
	}

	.remote h3.prod_title {
		margin-bottom: 20px
	}

	.smooth .text p.copy {
		padding-left: 0
	}

	.greenfan-cirq-design1 h3.prod_title {
		margin-top: 200px
	}

	.adjusts.nochangec,.adjusts.noch {
		-moz-background-size: 320px;
		-webkit-background-size: 320px;
		-o-background-size: 320px;
		background-size: 320px
	}

	.smartheater3 .keynote2_image {
		top: 380px
	}

	.smartheater_sleep_overview h3.prod_title {
		margin-top: 310px;
		padding-left: 30px;
		padding-right: 30px
	}

	.adjusts.nochangec {
		background-position: center 80px
	}

	.adjusts.noch {
		background-position: center center
	}

	h3.prod_title.m420 {
		margin-bottom: 170px
	}

	.normal .contents .text p,.gdesign .contents .text p,.section_cordless .text p,.section_size .text p,.section_cirq .text p,.section_adapter .text p {
		font-size: 16px;
		line-height: 1.8;
		margin-bottom: 10px;
		color: #333
	}

	.smartheater_design_overview .overview_layer {
		background-size: 400px;
		background-position: center 190px
	}

	.control .idx.container {
		background-size: 260px
	}

	h3.prod_title.mt300 {
		margin-top: 160px
	}

	.section_cordless .text {
		margin-bottom: 30px
	}

	.section_cordless p.white,.section_bedroom p.white {
		color: #fff
	}

	.idx.m440 {
		height: 320px
	}

	.adjusts.noch {
		background-position: bottom center
	}

	.smartheater1 h2.title {
		padding-left: 30px;
		padding-right: 30px
	}
}

@media (min-width: 641px) {
	.registed_list .non_registed_message {
		border-top: 1px solid #ddd;
		padding-top: 15px
	}
}

.cardlayout {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd
}

.card {
	position: relative;
	float: left;
	box-sizing: border-box;
	overflow: hidden;
	width: 50%;
	padding: 5% 0 0;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fff;
	color: #000;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	z-index: 0
}

@media (min-width: 641px) {
	.card:hover {
		-webkit-box-shadow: 0 8px 50px rgba(0,0,0,0.2);
		-moz-box-shadow: 0 8px 50px rgba(0,0,0,0.2);
		box-shadow: 0 8px 50px rgba(0,0,0,0.2);
		transform: scale(1.05);
		z-index: 1
	}
}

.mypage_header .logo--balmuda_id {
	position: absolute;
	top: 50%;
	right: 5%;
	width: 160px;
	height: 18px;
	margin-top: -8px
}

.mypage_header .mypage_header__previous_link {
	display: block;
	font-size: 18px;
	padding-top: 24px;
	text-decoration: none;
	color: #039be5;
	float: left
}

@media (min-width: 641px) and (max-width: 860px) {
	.card {
		margin-right: 0
	}
}

.card>a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #666
}

.card .--image {
	width: 70%;
	height: auto;
	margin: 0 auto
}

.card .card__caption {
	height: 7rem;
	padding: 0 1rem;
	font-size: .8rem;
	line-height: 1.5
}

.card .card__caption>p {
	margin-bottom: .5rem
}

.card .card__caption>span {
	display: block;
	color: #999
}

.registed_product .--image {
	max-width: 460px;
	margin: 0 auto
}

.registed_product .--image>img {
	width: 100%;
	height: auto
}

.image {
	width: 100%;
	height: auto
}

.cf:before,.cf:after {
	content: " ";
	display: table
}

.cf:after {
	clear: both
}

.cf {
	*zoom: 1
}

.textlinks {
	clear: both
}

.textlinks.textlinks--center {
	text-align: center
}

.textlinks.textlinks--right {
	text-align: right
}

.textlinks.textlinks--left {
	text-align: left
}

.btn--text {
	color: #039be5;
	text-decoration: none;
	font-size: 18px
}

.cart-table {
	min-width: 300px;
	font-family: Microsoft YaHei;
	margin-bottom: 40px;
	background-color: #fff
}

.cart-table a {
	text-decoration: none;
	color: #000
}

.cart-table a:hover {
	color: #222
}

.cart-table th,th.titlea {
	display: none
}

.cart-table td,td.titlea {
	display: block
}

.cart-table td:first-child {
	padding-top: .5em
}

.cart-table td:last-child {
	padding-bottom: .5em
}

.cart-table td:before {
	content: attr(data-th) "ï¼š";
	font-weight: 700;
	width: 120px;
	display: table-cell
}

td.titlea:before {
	content: attr(data-th) "ï¼š";
	font-weight: 700;
	width: 200px;
	display: table-cell
}

.cart-table td span,td.titlea span {
	display: table-cell;
	padding-left: 10px
}

@media (min-width: 680px) {
	.cart-table td:before,td.titlea:before {
		display: none
	}
}

.cart-table th,.cart-table td,th.titlea,td.titlea {
	text-align: left;
	vertical-align: middle!important
}

@media (min-width: 680px) {
	.cart-table th,.cart-table td,th.titlea,td.titlea {
		display: table-cell;
		padding: .25em .5em
	}

	.cart-table th:first-child,.cart-table td:first-child {
		padding-left: 0
	}

	.cart-table th:last-child,.cart-table td:last-child {
		padding-right: 0
	}
}

@media (min-width: 680px) {
	.cart-table th,.cart-table td {
		padding: 3px 0
	}

	th.titlea,td.titlea {
		padding: 1em!important
	}
}

.img1 {
	background: url(../images/toaster/technology/img1.jpg) no-repeat;
	background-position: 50% 100%;
	-webkit-background-size: cover;
	background-size: cover
}

@media (max-width: 680px) {
	.cart-table th,.cart-table td,th.titlea,td.titlea {
		text-align: left
	}

	.desktop {
		display: none
	}
}

.img1 {
	background-position: top center
}

.cart-table th,.cart-table td:before,th.titlea,td.titlea:before {
	color: #000
}

.cart-table .card_product_image img {
	width: 90px
}

.cart-table .card_product_image {
	background-color: #fff
}

.cart-table .card_product_quantity input {
	width: 50px;
	display: inline-block
}

.logo a img,.logos a img {
	/* width: 222px; */
	vertical-align: top
}

.lines {
	background: url(../images/wechat.svg) 0 0 no-repeat;
	float: left;
	margin-right: 8px;
	margin-top: 1px;
	width: 22px;
	height: 22px;
	background-size: 100%;
	display: block;
	font: 0/0 transparent
}

.qq {
	background: url(../images/qq.svg) 0 0 no-repeat;
	float: left;
	margin-right: 8px;
	margin-top: 1px;
	width: 22px;
	height: 22px;
	background-size: 100%;
	display: block;
	font: 0/0 transparent
}

.weibo {
	background: url(../images/weibo.svg) 0 0 no-repeat;
	float: left;
	margin-right: 8px;
	margin-top: 1px;
	width: 22px;
	height: 22px;
	background-size: 100%;
	display: block;
	font: 0/0 transparent
}

.lineword {
	float: left
}

.orange_block {
	background-color: #e59703;
	padding: 3rem 0;
	text-align: center;
	box-sizing: border-box;
	border: none;
}

.orange_block .orange_content {
	max-width: 980px;
	position: relative;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

.orange_block .orange_p {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 30px;
	font-size: 1.6rem;
	letter-spacing: 0.5px
}

.orange_block .orange_p a {
	color: #fff;
	text-decoration; border-style: none;
}

.orange_block .orange_p a:hover {
	text-decoration: underline;
}

.orange_p_span {
	color: #fff;
	padding-right: 1rem;
}

.keynote_link_text {
	display: none;
}

.tosterstyle .adjusts .contents p {
	letter-spacing: 1px;
	line-height: 29px;
	font-weight: 300;
	font-size: 17px;
}

.tosterstyle .adjusts .contents h2 {
	font-size: 32px;
	margin-bottom: 20px;
}

.section-design-av .ui_close {
	color: #666;
	z-index: 9;
}

.container_awards .colmn-left-zero {
	padding-left: 0;
}

@media(min-width:840px) {
	.section-p-b50 {
		margin-bottom: 65px;
	}
}
.white{
	display: none;
}
/* product page */
@media(max-width:768px) {
	.white{
	display: block;
}
	.pline .p_block_mother {
		height: auto;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		padding: 2rem 0;
		border-bottom: none;
	}

	.p_block {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.p_block_ {
		height: auto;
		width: 100%;
		padding: 0 0 4rem;
	}

	.pline .p_block_firstone {
		/*padding-top: 80px;*/
		text-align: center;
	}

	.p_block_lastone {
		padding-bottom: 0;
	}

	.p_block_ ._text {
		width: 85%;
		/*height: 100px;*/
		text-align: center;
	}

	.p_block_ ._text_lastone {
		border-bottom: none;
	}

	.pline .p_block_ ._text ._title {
		font-size: 2.7rem;
		display: block;
		line-height: 1.4;
		color: #222;
		font-weight: 500;
		display: block;
		margin-bottom: .5rem;
		line-height: 1;
	}

	.pline .p_block_ ._text ._copy {
		font-size: 1.6rem;
		color: #999;
		line-height: 1.4;
	}
}
/* greenfan page */
@media(max-width:641px) {
	.g-section-index .viewport_ .content_ {
		margin: 0;
	}

	.g-section {
		padding: 0 0 30px 0;
	}

	.g-section-a .greenfan_ .gtitle {
		font-size: 3.5rem;
		margin-top: 0px;
	}

	.g-section-a .gcopy {
		padding: 0 50px;
		font-size: 17px;
	}

	.g-section-index .viewport_ {
		padding: 50px;
	}

	.g-section-index .viewport_ .content_ .g-section-title {
		margin-bottom: 20px;
		font-size: 4rem;
	}

	.g-section-index .viewport_ .content_ .g-section-p-story {
		padding: 0;
	}

	.swipe3 .viewport_ .content_ {
		text-align: left;
	}

	.buy-section {
		padding-top: 4rem;
		padding-bottom: 8rem;
	}

	.viewport-buy {
		width: 90%;
		margin: 0 auto;
	}

	.viewport-buy .buy-image-wrapper {
		width: 100%;
	}

	.viewport-buy .buy-image-wrapper .buy-img {
		width: 100%;
	}

	.viewport-buy .buy-contents {
		width: 100%;
		text-align: center;
	}

	.g-section-index .viewport_ .content_ .g-section-p {
		font-size: 17px;
		letter-spacing: 1px;
	}

	.viewport-buy .buy-contents .buy-title {
		height: 26px;
		width: auto;
		max-width: 100%;
		margin-top: 1rem;
		margin-bottom: 1.5rem;
	}

	.viewport-buy .buy-contents .buy-buy {
		font-size: 1.7rem;
		width: 150px;
		height: 42px;
		line-height: 41px;
		margin: 3rem auto 0;
		font-weight: 400;
		letter-spacing: 1.2px;
	}

	.g-section-index .viewport_ .content_ .g-section-read {
		box-sizing: border-box;
		width: 44%;
		height: 2.6rem;
		border-color: #000;
		line-height: 2.4rem;
		font-size: 1.3rem;
		color: #000;
	}

	.g-section-index .viewport_ .content_ .g-section-btn {
		width: 50%;
		height: 4rem;
		margin-top: 3rem;
		border: 1px solid #666;
		line-height: 4rem;
		color: #000;
		font-size: 15px;
		padding-right: 15px;
	}

	.fa-chevron-circle-right {
		top: 12.5px;
		color: #000;
	}

/* universal */
	.g-section ._image {
		width: 100%;
		height: 80%;
		margin-bottom: 5rem;
		padding-top: 85.3%;
		background-size: cover;
	}

	.gf-viewport .gf-content .gf-title-h2 {
		font-size: 34px;
		letter-spacing: 1.2px;
		margin-bottom: 2.5rem;
	}

	.gf-viewport .gf-content p {
		font-size: 16px;
	}
    
/*       specific   */
	.g-section .gf-viewport {
		width: 90%;
		margin: 0 auto;
	}

	.section-gf-wrap {
		padding-bottom: 50px;
	}

	.section-gf-wrap .section-feature {
		height: auto;
	}

	.section-gf-wrap .section-feature-b, .section-gf-wrap .section-feature-c {
		padding: 0;
	}

	.section-feature-a {
		padding-bottom: 60px;
	}

	.section-feature-d, .section-feature-e {
		height: auto;
		padding-bottom: 50px;
	}

	.section-feature-e {
		border-bottom: 1px solid #ddd;
	}

	.section-feature-a .gf-viewport .gf-content, .section-feature-e .gf-viewport .gf-content {
		padding: 0;
		text-align: left;
	}

	.section-feature-bc .gf-title-h2 {
		margin-top: 0;
	}

	.section-feature-bc .gf-title-h2, .section-feature-bc .gf-viewport .gf-content p {
		color: #333;
	}

	.section-feature-bc .gf-viewport .gf-content, .section-feature-d .gf-viewport .gf-content, .section-feature-e .gf-viewport .gf-content {
		margin: 0;
	}

	.section-feature-bc .play_video_d {
		display: none;
	}

/* GF VIDEO */
	.section-gf-wrap .video-overlap {
		overflow: hidden;
		width: 90%;
		margin: 15px auto 0;
		border-radius: 10px;
		opacity: 1;
		z-index: 9;
		height: 100%;
		position: relative;
		background-size: cover;
	}

	.section-gf-wrap .video-overlap-a {
		background-image: url(../images/mobile/videogreenfeature-1.jpg);
	}

	.section-gf-wrap .video-overlap-b {
		background-image: url(../images/mobile/videogreenfeature-2.jpg);
	}

	.gf-video {
		position: relative;
		opacity: 1;
	}
/* DESIGN */
	.section-design-all {
		height: auto;
	}

	.section-design-b .gf-viewport .gf-content {
		margin: 0;
		padding: 0 0 15px;
	}

	.section-design-d h2, .section-design-d p {
		color: black
	}

	.section-design-d .gf-viewport .gf-content, .section-design-e .gf-viewport .gf-content {
		padding: 0 0 15px;
	}

	.section-design-c .gf-viewport .gf-content {
		padding: 0 0 15px;
	}

	.section-design-c .play_video_d {
		display: none;
	}

	.section-gf-wrap .section-design-av {
		background-image: url(../images/mobile/videogreendesign.jpg);
	}

	.section-design-av video {
		box-shadow: none;
	}
/* STORY */
	.section-story-a .gf-viewport .gf-story-content {
		padding: 50px 0 30px 0
	}

	.section-story-a .gf-viewport .gf-story-content p {
		padding: 0;
	}

	.section-story-all .gf-viewport .gf-story-content .gf-story-h2, .section-story-all .gf-viewport .gf-story-content p {
		color: #333;
	}

	.section-story-all .gf-viewport .gf-story-content .gf-story-h2 {
		font-size: 32px;
		text-align: left;
	}

	.section-story-all ._image {
		height: auto;
		margin-bottom: 2rem;
	}

	.section-story-all {
		height: auto;
	}

	.section-story-all .gf-viewport .gf-content {
		padding: 10px 5px;
	}

	.section-story-g .gf-viewport .gf-content {
		margin: 0
	}
}

@media(max-width:480px) {
	.talks .column {
		padding: 20px 10px 20px 10px;
		height: auto;
	}

	.talks.session1 #cover {
		position: relative;
		height: 380px;
		background: url(../images/story/011/title_logo.png) no-repeat center 20px
	};
	.orange_block {
		padding: 0.2rem 0;
	}

	.orange_block .orange_content {
		text-align: center;
	}

	.orange_block .orange_p {
		padding: 0 20px;
		position: relative;
		line-height: 16px;
		font-size: 1.4rem;
		letter-spacing: 0em;
	}

	.orange_p_span {
		color: #fff;
		padding-right: 0rem;
	}

	.container_awards .row__ {
		padding: 0;
	};
}

@media(max-width:440px) {
	.tittle-post {
		font-size: 20px;
	}

	.keynote_link_text {
		display: block;
		float: right;
		line-height: 1.5;
		color: #039be5;
		padding: 15px 0 20px
	}

	.m_div {
		width: 100%;
		color: #999;
		border-bottom: 1px solid #d3d3d3;
		margin-top: 30px;
	}

	.m_div_ {
		width: 100%;
		border-bottom: 1px solid white;
		color: #999;
		margin: 28px 0;
	}

	#del_margin_btm {
		margin-bottom: 0px;
	}

	.blog-posts {
		margin-top: 0px;
		margin-bottom: -3px;
	}

	.substage_item_text,.blog-posts p.substage_item_text {
		font-size: 13px;
	}

	.index_span {
		display: block;
		float: right;
		font-size: 1.2rem;
		line-height: 1.5;
		color: #039be5;
	}

	.blog-posts-divs {
		position: relative;
		overflow: hidden;
		width: 100%;
		/* height: 200px */
	}

	.blog-posts-imgs {
		/* position: absolute;
		top: -35px;
		right: 0;
		left: 0;
		bottom: 0 */
	}

	.buy-section {
		padding-top: 4rem;
		padding-bottom: 6rem;
	}

	.tosterstyle .textbox .contents {
		margin-top: 50px;
	}

	.tosterstyle .adjusts .contents .toaster-p-center {
		margin: 0 auto;
	}

	.tosterstyle .adjusts .contents p {
		letter-spacing: 0.5px;
		line-height: 25px;
		font-weight: 300;
		font-size: 15px;
		padding: 0 15px;
	}

	.tosterstyle .adjusts .contents h2 {
		font-size: 24px;
	}

	.section-p-30px.add_block_2.home {
		padding: 30px 0;
	};
	.container_awards .row__ {
		padding: 0;
	};
}

@media(max-width:320px) {
	.m_div {
		display: none;
	}

	.blog-posts {
		margin-top: 0px;
		margin-bottom: -16px;
	}

	.container_awards .row__ {
		padding: 0;
	};
}

.container_story .image001_21 {
	background: url(../images/story/01_pc2.jpg) no-repeat top center;
	background-size: cover;
}

.container_story .image001_22 {
	background: url(../images/story/01_pc3.jpg) no-repeat top center;
	background-size: cover;
}

.container_story .image001_23 {
	background: url(../images/story/01_pc4.jpg) no-repeat top center;
	background-size: cover;
}

.container_story .image001_24 {
	background: url(../images/story/01_pc5.jpg) no-repeat top center;
	background-size: cover;
}


@media(max-width: 1100px){

.container_history .content {
     max-width: 559px;   
}
/*.container {
    width: 880px;
}*/
.container_history .section {
    height: 645px;
}
.container_history .section4 .content {
    top: 450px;
 
}
.container_history .section5 .content {
    top: 417px;
 
}
}
@media(max-width: 724px){
	.container_history .section5 .content{
		left:68px;
		top:472px;

	}
}
@media(max-width: 640px){
	.container_history .section3 .content {
    top: 393px;

}
.container_history .section3 .content {
    top: 415px;
    padding-left: 20px;
    padding-right: 10px;
       max-width: 97%;
       margin-left: -67px;
}
.container_history .section4 .content {
    top: 541px;
    max-width: 96%;
}
.container_history .section5 .content {
    left: 69px;
    top: 493px;
    max-width: 80%;
}
.container_history .timeline{
	border-left: 0;
}
}
@media(max-width:480px){
.container_history .section{
	height:912px;
}
.container_history .section3 .content {
    top: 582px;
    padding-left: 20px;
    padding-right: 10px;
    /* max-width: 84%; */
    margin-left: -22px;
}
.container_history .timeline {
    width: auto;
    margin-left: 110px;
}
.container_history .section4 .content{
	display: none;
}
.container_history .section5 .content {
    left: 241px;
    top: 750px;
    max-width: 80%;
}
}
@media (max-width: 414px){
.container_history .section3 .content {
    top: 647px;
}
.container_history .timeline {
    
     margin-left: 44px; 
}
.container_history .section3 .content{
	margin-left: -45px;
}
}


@media(max-width: 320px) and (max-width:414px){
.container_history .section {
    max-height: 100%;
}


/*.container_history .section3 .content{
	display: none;
}*/
.container_history .section4 .content{
	display: none;
}
.container_history .section5 .content{
	display: none;
}
.container_history .section3 .content {
    top: 640px;
  
}
.container_history .section5 .content {
    /*left: 241px;*/
    top: 750px;
    /*max-width: 80%;*/
}
}

@media(max-width:398px){
.container_history .section3 .content {
 top: 660px;
}
.container_history .section5 .content {

    top: 755px;
}
.container_history .section.section5 {
    height: 1002px;
}
/*.container_history .section3 .content{
	display: none;
}*/
.container_history .section4 .content{
	display: none;
}
.container_history .section5 .content{
	display: none;
}
.container_history .timeline {
    height: auto;
    left: 7px;
}
.container_history .section3 .content {
padding-right: 45px;
}
.container_history h2 {
    padding: 0 0px;
}
.container_history .section {
    height: 1053px;
}
}

@media(max-width:380px){
	.container_history .section3 .content {
    top: 612px;
}

}
@media(max-width:356px){
.container_history .section3 .content {
    top: 624px;
}

}

.story-mf{
    width:100%;
    background: url(../../uploads/image/20180925/1537867005.jpg) no-repeat center top;
    background-size: 100%;
    /*margin-top: 30px;*/
}
.timeline-mf{
      height: 800px; 
    width: 100%;
    border-left: 1px solid #666;
    /*position: absolute;*/
    top: 0;
     text-align: left; 
    margin-left: 0;
    left: 60px;
padding-top:40px;
}
 .mf-history>dt{
            position: relative;
        }
        .mf-history>dt:not(:last-child) {
            margin-bottom: 40px;
        }
        .mf-history .mf-date {
            position: absolute;
            top: 0;
            right: 100%;
            margin-right: 20px;
            white-space: nowrap;
        }
.mf-desc p{
padding-left: 30px;
}

.mf-contents{
    margin-top: 50px;
}
.mf-contents h2{
        font-size: 30px;
    font-weight: 300;
    text-align: center;
    color: #000;
}
.mf-contents p{
    color: #000;
    font-size: 18px;
    line-height: 1.8em;
    padding-left: 40px;
}
.story-mfone{
    width:100%;
    background: url(../../uploads/image/20180925/1537867883.jpg) no-repeat center top;
    background-size: 100%;
    /*margin-top: 30px;*/
}

.mf-contentsone{
    margin-top: 50px;
    /*padding-left: 30%;*/
}
.mf-contentsone h2{
        font-size: 30px;
    font-weight: 300;
    text-align: center;
    color: #000;
}
.mf-contentsone p{
    color: #000;
    font-size: 18px;
    line-height: 1.8em;
    padding-left: 20px;
}
.story-mftwo{
    width:100%;
    background: url(../../uploads/image/20180925/1537865900.jpg) no-repeat center top;
    background-size: 100%;
    /*margin-top: 30px;*/
}
.mf-desc p:before{
    content: "";
    border-top: 1px solid #666;
    width: 40px;
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
}
.mf-desc p span{
font-weight: 400;
}


@media(max-width: 1350px){
    .mf-history .mf-date{
        position: static;
    }
  .mf-desc p:before {
    
    border-top: 0;
}
.mf-desc p{
padding-left: 0px;
}
.timeline-mf{
    border-left: 0;
}
}
@media(max-width: 1100px){
.story-mfone{
    background: none!important;
}
.story-mf{
    background: none!important;
}
.story-mftwo{
    background: none!important;
}
.mf-contentsone {
   
     padding-left: 0%; 
}
.timeline-mf {
    height: 637px;
}
}
@media(max-width: 680px){
.timeline-mf {
    height: 740px;
}
}
@media(max-width: 549px){
.timeline-mf {
    height: 830px;
}
}
@media(max-width: 488px){
.timeline-mf {
    height: 890px;
}
}
@media(max-width: 417px){
.timeline-mf {
    height: 960px;
}
}
@media(max-width:387px){
    .timeline-mf {
    height: 1000px;
}
.story-mfone{
    margin-top: 100px;
}
.mf-contents {
    margin-top: 10px;
}
.mf-contents h2{
    font-size: 18px;
}
.mf-contentsone h2{
    font-size: 18px;
}
.mf-contentstwo h2{
    font-size: 18px;
}
.story-mftwo{
    margin-top: 100px;
}
.mf-contentsone {
 
    padding-left: 0%;
}
}
@media(max-width: 364px){
.timeline-mf {
    height: 1100px;
}
}
@media screen and (max-width: 991px) {

	.container_awards .row__ ,.container_awards .section4, .container_awards .section3{
		height: auto;
	}
	.container_awards .section2 .content,.container_awards .section3 .content,.container_awards .section4 .content {
		margin-top: 50px !important;
	}
	.container_awards .section2 .content,.container_awards .section3 .content,.container_awards .section4 .content {
		position: static;
		transform: none;
		width: auto !important; 
	}
	.container_awards .section4 .colmns {
		position: static;
	}
	.container_awards .section2  .mf-award-row1 {
		margin-top: 0
	}

}

@media screen and (max-width: 768px) {
	
	.container_awards .section2 .content,.container_awards .section3 .content,.container_awards .section4 .content {
		margin-top: 0px !important;
		padding: 15px 15px !important;
	}

}

@media screen and (max-width: 380px) {
	.container_awards .section4 .colmn .textss {
		padding-left: 15px;
		margin-left: 0;
	}
	.container_awards .section4 .colmn img.logo{
		float: none;
	}
} 
.white-mf{
color: white;
 /*font-family: "VERDANA", Tahoma, Arial, sans-serif;*/
}
.container_awards .section4 .content{
	margin-top: 60px;

}
.container_awards h2{
	font-size: 32px
}
@media(max-width: 1100px){
.mf-contentsone {
  
     padding-left: 0%; 
}
}
