@charset "utf-8";

@media screen and (max-width: 1159px) {
	.g-body {
		font-size: 1.4rem;
		letter-spacing: 0;
		min-width: 0;
	}
	
	.u-show__tablet {
		display: block !important;
	}
	
	.u-hide__tablet {
		display: none !important;
	}
	
	.u-contents {
		margin-top: 65px;
	}
	
	.u-inner {
		padding-right: 25px;
		padding-left: 25px;
	}
	
	.u-title__page {
		font-size: 2.6rem;
	}
	
	.u-title__page small {
		font-size: 1.8rem;
	}
	
	.u-title__hi {
		font-size: 2.2rem;
	}
	
	.u-mgt__125 { margin-top: 120px !important; }
	.u-mgt__120 { margin-top: 120px !important; }
	.u-mgt__115 { margin-top: 110px !important; }
	.u-mgt__110 { margin-top: 110px !important; }
	.u-mgt__105 { margin-top: 100px !important; }
	.u-mgt__100 { margin-top: 100px !important; }
	.u-mgt__95 { margin-top: 90px !important; }
	.u-mgt__90 { margin-top: 90px !important; }
	.u-mgt__85 { margin-top: 80px !important; }
	.u-mgt__80 { margin-top: 80px !important; }
	.u-mgt__75 { margin-top: 70px !important; }
	.u-mgt__70 { margin-top: 70px !important; }
	.u-mgt__65 { margin-top: 60px !important; }
	.u-mgt__60 { margin-top: 60px !important; }
	.u-mgt__55 { margin-top: 50px !important; }
	.u-mgt__50 { margin-top: 50px !important; }
	.u-mgt__45 { margin-top: 40px !important; }
	.u-mgt__40 { margin-top: 40px !important; }
	.u-mgt__35 { margin-top: 30px !important; }
	.u-mgt__30 { margin-top: 30px !important; }
	.u-mgt__25 { margin-top: 20px !important; }
	.u-mgt__20 { margin-top: 20px !important; }
	.u-mgt__15 { margin-top: 10px !important; }
	.u-mgt__10 { margin-top: 10px !important; }
	
	.u-icon__arrow-basic:after {
		right: 10px;
	}
	
	.u-button a {
		width: 100%;
		min-width: 0;
	}
	
	.u-table-corner th {
		font-size: 1.3rem;
	}
	
	.u-table-corner td {
		font-size: 1.3rem;
	}
	
	.u-productData th {
		font-size: 1.6rem;
	}
	
	.u-newsList__category {
		width: 10.5em;
	}
	
	.u-newsList__text {
		width: calc(100% - 19em);
	}
	
	.u-buttonList__items {
		margin-top: -10px;
	}
	
	.u-buttonList__item {
		margin-top: 15px;
	}
	
	.u-buttonList__item em {
		top: 50%;
	}
	
	.g-wrapper {
		padding-bottom: 100px;
	}
	
	.g-wrapper--primaryPage:after {
		height: auto;
		padding-top: 22%;
	}
	
	.g-wrapper--primaryPage .g-main {
		padding-bottom: 0;
	}
	
	.sidemenu-page .g-main {
		width: 100%;
		padding-right: 0;
	}
	
	.g-header__logo {
		max-width: 180px;
		top: 13px;
		transform: none;
	}
	
	.g-header__logo a:after {
		margin-right: 0;
		right: auto;
		left: 0;
		bottom: -10px;
		transform: translate(0,100%);
	}
	
	.g-headerSearch {
		right: 140px;
	}
	
	.g-naviMenu__name {
		font-size: 1.3rem;
		letter-spacing: 0;
	}
	
	.g-naviMenu {
		top: calc((80px - 1em) - 20px);
		right: 130px;
	}
	
	.g-naviMenu__item {
		padding: 10px;
	}
	
	.device .g-naviMenu__item:not(.js-gnavItem--noAction) a {
		pointer-events: none;
	}
	
	.g-naviMenu__item a:before {
		bottom: -10px;
	}
	
	.g-naviPulldown__inner-child {
	}
	
	.g-naviPulldown .g-menuTitle {
		width: 180px;
	}
	
	.g-naviPulldown .g-menuInner {
		width: calc(100% - 180px);
		padding-right: 0;
	}
	
	.g-naviPulldown .g-menu__items {
		width: calc(100% - 25px);
	}
	
	.g-naviPulldown .g-menu__item {
		margin-top: 10px;
	}
	
	.g-naviPulldown .g-menu__name {
		letter-spacing: 0;
	}
	
	.g-naviContact a {
		width: 120px;
	}
	
	.g-naviContact__name {
		font-size: 1.3rem;
	}
	
	
	
	
	
	
	.g-side {
		width: calc(100% - 50px);
		margin: 20px auto 0;
		position: relative;
		top: auto;
		right: auto;
	}
	
	.g-side .g-menu__items {
		border-bottom: 1px solid #ddd;
		display: flex;
		flex-wrap: wrap;
		position: relative;
	}
	
	.g-side .g-menu__items:before,
	.g-side .g-menu__items:after {
		content: '';
		width: 1px;
		height: 100%;
		background: #ddd;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}
	
	.g-side .g-menu__items:before {
		left: calc(100% / 3);
	}
	
	.g-side .g-menu__items:after {
		left: calc((100% / 3) * 2);
	}
	
	.g-side .g-menu__item {
		width: calc(100% / 3);
/*		margin-bottom: -1px;*/
		
		&:last-child {
			border-bottom: 0;
		}
	}
	
	.g-side .g-menu__item a {
		min-height: 4em;
		padding: 0;
		position: relative;
	}
	
	.g-side .g-menu__name {
		position: absolute;
		top: 50%;
		left: 15px;
		transform: translate(0,-50%);
	}
	
	.g-pickupBanner__items {
		margin-right: -3px;
		margin-left: -3px;
		display: flex;
	}
	
	.g-pickupBanner__item {
		width: calc(100% / 2);
		padding: 0 3px;
	}
	
	
	
	.g-footer__title {
		font-size: 1.3rem;
		padding-bottom: 1em;
	}
	
	.g-footer .g-menuTitle__name {
		font-size: 1.3rem;
		padding-bottom: 1em;
	}
	
	.g-footer__items {
		margin: 30px -15px 0;
	}
	
	.g-footer__item {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.g-footer__item--strength {
		width: 15%;
	}
	
	.g-footer__item--material {
		width: 20%;
	}
	
	.g-footer__item--food {
		width: 20%;
	}
	
	.g-footer__item--solution {
		width: 20%;
	}
	
	.g-footer__item--contact {
		width: 25%;
	}
	
	.g-footer .g-menu__item .g-menu__item {
		margin-top: 10px;
	}
	
	.g-footer .g-menu__name {
		font-size: 1.1rem;
	}
	
	.g-footer__item--banner {
		width: 100%;
		margin-top: 40px;
	}
	
	.g-footer__item--banner .g-footerBanner__items {
		margin: 0 -5px;
		display: flex;
		flex-wrap: wrap;
	}
	
	.g-footer__item--banner .g-footerBanner__item {
		width: calc(100% / 3);
		padding: 5px;
	}
	
	.g-footerBanner__item:not(:first-child) {
		margin-top: 0;
	}
	
	.g-footerBanner__item:first-child {
		width: 100%;
	}
	
	.g-footerBanner__item:first-child .g-footerBanner__name {
		font-size: 1.5rem;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	
	.g-footerBanner__item a {
		min-height: 50px;
	}
	
	.g-footerGlobal {
		margin-top: 40px;
	}
	
	.g-footerGlobal__item {
		font-size: 1.1rem;
	}
	
	.g-footer__logo a {
		width: 180px;
	}
	
	.g-footer__copyright {
		font-size: 1.1rem;
	}
	
	.g-footerGlobalItems {
		margin-right: calc(45% - 15px);
	}
	
	.g-footerGlobalItem a {
		font-size: 1.3rem;
	}
	
	.g-pagetop {
		right: 25px;
	}
	
	.g-pagetop a {
		width: 50px;
		height: 50px;
	}
	
	.g-wrapper--primaryPage .c-kv figure {
		padding-top: 20%;
	}
	
	.g-wrapper--primaryPage .c-kv .u-title__page {
		font-size: 1.6rem;
	}
	
	.g-wrapper--primaryPage .c-kv .u-title__page:before {
		font-size: 4rem;
	}
	
	.c-kv__read {
		font-size: 1.6rem;
		margin-top: 40px;
	}
	
	.c-kv__read sup {
		font-size: 1.6rem;
	}
	
	.c-solutionMenu {
		padding: 0 40px 30px;
	}
	
	.c-solutionMenu__items {
		margin-right: -15px;
		margin-left: -15px;
	}
	
	.c-solutionMenu__item {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.c-solutionList .u-title__hi i {
		font-size: 1.3rem;
	}
	
	
}/* END Responsive 1199px */


@media screen and (max-width: 767px) {
	html {
		overflow: auto;
	}
	
	.g-body {
		font-size: 1.6rem;
	}
	
	.u-show__mobile {
		display: block !important;
	}
	
	.u-show__mobile--small {
		display: none !important;
	}
	
	.u-hide__mobile {
		display: none !important;
	}
	
	.u-contents {
		margin-top: 60px;
	}
	
	.u-inner {
		padding-right: 20px;
		padding-left: 20px;
	}
	
	.u-title__page small {
		font-size: 1.6rem;
		line-height: 1.5;
		margin: 1em 0 0;
		display: block;
	}
	
	.u-title__hi {
		font-size: 2rem;
	}
	
	.u-flex__mobile--none {
		display: block;
	}
	
	.u-flex__mobile--none > * {
		width: 100%;
	}
	
	.u-intoScroll {
		margin-bottom: 30px;
		padding-top: 2em;
		position: relative;
	}
	
	.u-intoScroll:before {
		content: '右にスクロールできます｡';
		display: block;
		min-height: 2em;
		margin: 0 0 10px;
		position: absolute;
		top: 0;
		right: 0;
		opacity: .5;
	}
	
	.u-intoScroll.isCaptionNone {
		margin-top: -2em;
	}
	
	.u-intoScroll.isCaptionNone:before {
		display: none;
	}
	
	.u-intoScroll__shadow {
		width: 15px;
		height: calc(100% - 2em);
		border-radius: 0 2px 2px 0;
		background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
		position: absolute;
		top: 2em; 
		right: 0;
		opacity: .15;
		transition: opacity 1s;
	}
	
	.is-none .u-intoScroll__shadow {
		opacity: 0;
	}
	
	.u-intoScroll__inner {
		overflow-x: scroll;
		overflow-y: visible;
		position: relative;
		-webkit-overflow-scrolling: touch;
	}
	
	.u-intoScroll__inner > * {
		width: 850px !important;
		margin-bottom: 20px;
	}
	
	.u-newsList__category {
		width: auto;
	}
	
	.u-newsList__time {
		width: 8em;
	}
	
	.u-newsList__category--name {
		padding-right: .5em;
		padding-left: .5em;
	}
	
	.u-newsList__text {
		width: 100%;
		padding-left: 0;
	}
	
	.u-thumbnailMenu__item {
		width: calc(100% / 2);
		margin-top: 20px;
	}
	
	.u-thumbnailMenu__title {
		min-height: 60px;
	}
	
	.u-thumbnailMenu__name {
		font-size: 1.3rem;
		font-weight: 500;
	}
	
	.c-solutionList .u-thumbnailMenu__name,
	.solution-page .u-thumbnailMenu__name {
		padding-right: .5em;
		padding-left: .5em;
	}
	
	.c-solutionList .u-title__hi i {
		font-size: 1.2rem;
	}
	
	.u-productData {
		margin-top: 20px;
	}
	
	.u-productData .u-intoScroll:before {
		font-size: 1.4rem;
		top: 1em
	}
	
	.u-productRelate {
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 20px;
	}
	
	.u-productRelate__item {
		margin-top: 10px !important;
	}
	
	.u-productRelate__item a {
		line-height: 1.5;
		text-align: left;
		padding: 1em;
	}
	
	.u-buttonList__items {
		margin-right: -4px !important;
		margin-left: -4px !important;
	}
	
	.u-buttonList__item {
		width: calc(100% / 2) !important;
		margin-top: 10px;
		padding-right: 4px !important;
		padding-left: 4px !important;
	}
	
	.u-buttonList__item a {
		min-height: 80px;
	}
	
	.u-buttonList__item em {
		text-align: left;
		padding-right: 10px;
		padding-left: 20px;
	}
	
	.g-main {
		padding-bottom: 0;
	}
	
	.g-breadcrumb {
		margin-top: 60px;
		padding: 10px 20px;
	}
	
	.g-breadcrumb__item {
		padding-right: .75em;
		padding-left: .75em;
	}
	
	.g-header {
		height: 60px;
	}
	
	.g-header__logo {
		width: 230px;
		left: 10px;
	}
	
	.g-header__logo a:after {
		display: none;
	}
	
	.g-navi__button {
		width: 60px;
		height: 60px;
		background: #294197;
		position: absolute;
		top: 0;
		right: 0;
		transition: .3s cubic-bezier(.75, 0, .35, 1);
	}
	
	.g-navi__button.is-active {
		background: #202329;
	}
	
	.g-navi__button.is-active:after {
		content: 'CLOSE';
	}
	
	.g-navi__button:after {
		content: 'MENU';
		color: #fff;
		font-size: 1.3rem;
		letter-spacing: .05em;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	
	.g-navi__button-line {
		width: 28px;
		height: 2px;
		background: #333;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		transition: .4s cubic-bezier(.75, 0, .35, 1);
	}
	
	.g-navi__button-line:first-of-type {
		margin-top: -10px;
	}
	
	.g-navi__button-line:last-of-type {
		margin-top: 10px;
	}
	
	.is-gnavi-active .g-navi__button-line:first-of-type {
		top: calc(50% + 10px);
		transform: translate(-50%,-50%) rotate(135deg);
	}
	
	.is-gnavi-active .g-navi__button-line:last-of-type {
		top: calc(50% - 10px);
		transform: translate(-50%,-50%) rotate(-135deg);
	}
	
	.is-gnavi-active .g-navi__button-line:nth-of-type(2) {
		opacity: 0;
	}
	
	
	
	
	.g-navi {
		width: 100%;
		height: calc(100% - 60px);
		padding: 0 20px;
		background: #f5f6f9;
		top: 60px;
		overflow-y: scroll;
		display: none;
	}
	
	.g-navi__productTitle {
		margin-top: 20px;
	}
	
	.g-navi__productTitle a {
		color: #294197;
		font-size: 1.4rem;
		font-weight: 500;
		letter-spacing: .05em;
	}
	
	.g-headerSearch {
		margin-top: 30px;
		top: auto;
		right: auto;
		position: relative;
	}
	
	.g-headerSearch__inner {
		width: 100%;
	}
	
	.g-headerSearch__input {
		font-size: 1.6rem;
		height: 50px;
		padding: 0 50px 0 1em;
		background: #fff;
	}
	
	.g-headerSearch__button {
		width: 50px;
		height: 50px;
		background-size: 20px auto;
	}
	
	.g-headerSearch .mt-site-search-form__query {
		background: #fff;
	}
	
	.g-naviMenu {
		display: none;
	}
	
	.g-naviMenu__items {
		display: block;
	}
	
	.g-naviPulldown {
		margin: 20px 0 0;
		border-bottom: 1px solid #c1c7c7;
		position: relative;
		top: auto;
		left: auto;
	}
	
	.g-naviPulldown .g-naviPulldown__inner {
		position: relative;
		top: auto;
		left: auto;
		visibility: visible;
		opacity: 1;
		transform: none;
		filter: none;
		pointer-events: auto;
	}
	
	.g-naviPulldown__inner-child {
		padding: 0;
		display: block;
	}
	
	.g-naviPulldown .g-menuTitle {
		text-align: left;
		width: 100%;
		border-top: 1px solid #c1c7c7;
		border-right: 0;
		position: relative;
	}
	
	.g-naviPulldown .g-naviPulldown__inner:first-child .g-menuTitle {
		border-top: 0;
	}
	
	.g-naviPulldown .g-menuTitle__name a {
		color: #000;
		font-size: 1.6rem;
		line-height: 60px;
		min-height: 60px;
		display: block;
		position: relative;
	}
	
	.g-naviPulldown .g-menuTitle__name a:after {
		display: none;
	}
	
	.g-naviPulldown__inner-product .g-menuTitle__name > a:after,
	.g-naviPulldown__inner-careers .g-menuTitle__name > a:after {
		content: '';
		width: 14px;
		height: 14px;
		margin: 0 0 0 1em;
		display: inline-block;
		background: url("/_assets/img/common/icon-window-basic.svg") no-repeat center / cover;
		transform: translate(0,-1.85em);
	}
	
	.g-menu__titleButton {
		width: 40px;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10;
	}
	
	.g-menu__titleButton:before,
	.g-menu__titleButton:after {
		content: '';
		width: 12px;
		height: 2px;
		display: block;
		background: #c1c7c7;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		transition: .3s cubic-bezier(.75, 0, .35, 1);
	}
	
	.g-menu__titleButton:after {
		transform: translate(-50%,-50%) rotate(90deg);
	}
	
	.g-menu__titleButton.is-active:after {
		transform: translate(-50%,-50%) rotate(0);
	}
	
	.g-naviPulldown .g-menuInner {
		width: 100%;
		display: none;
	}
	
	.g-naviPulldown .g-menu__items {
		width: 100%;
		max-height: none;
		margin-top: 0;
		padding-left: 20px;
		border-top: 1px solid #c1c7c7;
	}
	
	.g-naviPulldown .g-menu__item {
		width: 100%;
		margin-top: 0;
		margin-left: 0;
		border-bottom: 1px solid #c1c7c7;
	}
	
	.g-naviPulldown .g-menu__item:last-child {
		border-bottom: 0;
	}
	
	.g-naviPulldown .g-menu__item a {
		color: #000;
		min-height: calc(1.25em + 30px);
		padding: 0 0 0 30px;
		display: block;
		position: relative;
	}
	
	.g-naviPulldown .g-menu__name {
		white-space: normal;
		position: absolute;
		top: 50%;
		left: 30px;
		transform: translate(0,-50%);
	}
	
	.g-naviPulldown .g-menu__item .g-menu__items {
		max-height: none;
		border-top: 0;
		transform: none;
	}
	
	.g-naviPulldown .g-menu__item .g-menu__item {
		margin-top: 0;
		border-bottom: 0;
	}
	
	.g-naviPulldown .g-menu__item .g-menu__item a {
		min-height: 1em;
		margin-bottom: 1em;
	}
	
	
	
	.g-navi__closeButton {
		letter-spacing: .15em;
		margin: 10px 0 60px;
		height: 60px;
		background: #fff;
		border: 1px solid #b0bec5;
		position: relative;
	}
	
	.g-navi__closeButton--name {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	
	.g-naviBase {
		top: calc(-100vh + 60px);
	}
	
	.g-naviContact {
		margin-top: 60px;
		position: relative;
		top: auto;
		right: auto;
	}
	
	.g-naviContact a {
		width: 100%;
	}
	
	.g-naviContact__name {
		font-size: 1.6rem;
		top: 50%;
	}
	
	.g-footer__title {
		font-size: 1.4rem;
	}
	
	.g-footer__items {
		margin: 20px 0 0;
		display: block;
	}
	
	.g-footer__item {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	
	.g-footer__item--contact {
		margin-top: 20px;
	}
	
	.g-footer .g-menu__item a {
		padding-left: 0;
	}
	
	.g-footer .g-menu__item a:before {
		display: none;
	}
	
	.g-footer .g-menuTitle__name {
		font-size: 1.4rem;
		margin-top: 20px;
		margin-left: 20px;
		padding-bottom: 0;
		border-bottom: 0;
	}
	
	.g-footer .g-menuInner + .g-menuTitle,
	.g-footer .g-menuInner + .g-menuInner__list {
		margin-top: 0;
	}
	
	.g-footer .g-menu__name {
		font-size: 1.4rem;
	}
	
	.g-footer__item--banner .g-footerBanner__item {
		width: calc(100% / 2);
	}
	
	.g-footerBanner__item:first-child {
		width: 100%;
	}
	
	
	.g-footer .g-footer__item--careers .g-menuInner__list {
		margin: 40px 0 0 20px;
	}
	
	
	
	.g-pagetop {
		right: 20px;
	}
	
	.g-pagetop a {
		width: 60px;
		height: 60px;
	}
	
	.g-footerGlobal {
		margin-top: 25px;
	}
	
	.g-footerGlobal__items {
		flex-wrap: wrap;
		border-left: 0;
	}
	
	.g-footerGlobal__item {
		margin-top: 10px;
	}
	
	.g-footerGlobal__item:first-child,
	.g-footerGlobal__item:last-child {
		border-left: 1px solid rgba(255,255,255,.5);
	}
	
	.g-footerGlobal__item a {
		white-space: nowrap;
		letter-spacing: 0;
	}
	
	.g-footer__logo {
		margin-top: 30px;
	}
	
	.g-footer__corporate {
		margin-top: 25px;
	}
	
	.g-side .g-menu__titleButton,
	.g-footer .g-menu__titleButton,
	.g-footer .g-menuInner {
		display: none !important;
	}
	
	.g-footerGlobalItems {
		margin-top: 40px;
		margin-right: 0;
		padding: 0 0 0 20px;
		position: relative;
		top: auto;
		right: auto;
		transform: none;
	}
	
	.g-side {
		width: calc(100% - 40px);
		margin-top: 50px;
	}
	
	.g-side .g-menuInner {
		display: block !important;
	}
	
	.g-side .g-menu__items {
		display: block;
	}
	
	.g-side .g-menu__items:before,
	.g-side .g-menu__items:after {
		display: none;
	}
	
	.g-side .g-menu__item {
		width: 100%;
	}
	
	.g-side .g-menu__item a {
		min-height: 3.15em;
	}
	
	.g-side .g-menu__name {
		left: 20px;
	}
	
	.g-pickupBanner__items {
		margin-right: 0;
		margin-left: 0;
		display: block;
	}
	
	.g-pickupBanner__item {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	
	.g-pickupBanner__image {
		padding-top: 27.5%;
	}
	
	.c-kv {
		margin-top: 60px;
		margin-bottom: 0;
	}
	
	.c-kv__read {
		margin-bottom: -30px;
	}
	
	.u-entryButton {
		margin: 40px 0 0;
	}
	
	.u-entryButton a {
		font-size: 1.5rem;
		padding: 20px 0;
	}
	
	.c-careersInfoMenu__items {
		margin: 0;
		padding: 0 0 20px;
	}
	
	.c-careersInfoMenu__item {
		padding: 10px 0 0;
	}
	
	.c-careersInfoMenu__item:first-child {
		padding-top: 0;
	}
	
	.c-jobNone {
		margin-top: 60px;
		padding: 30px 20px;
	}
	
	.c-solutionMenu {
		padding: 0 20px 20px;
	}
	
	.c-solutionMenu__item {
		width: calc(100% / 2);
		margin-top: 20px;
	}
	
	.u-thumbnailMenu__items {
		margin-top: -25px;
	}
	
	.g-wrapper--primaryPage .c-kv .u-title__page {
		font-size: 1.4rem;
		margin-top: 11%;
	}
	
	.g-wrapper--primaryPage .c-kv .u-title__page:before {
		font-size: 3rem;
	}
	
	.g-wrapper--primaryPage .c-kv .u-title__page sup {
		font-size: 2rem;
	}
	
	.g-wrapper--primaryPage .c-kv figure {
		padding-top: 40%;
	}
	
	
	
	
	
	
	
	
}/* END Responsive 767px */


@media screen and (max-width: 374px) {
	.u-show__mobile--small {
		display: block !important;
	}
	
	
}/* END Responsive 374px */


@media print {
	html {
		margin: 0;
		padding: 0;
	}
	
	.g-body {
		min-width: 0;
		transform-origin: top center;
		transform: scale(.9);
	}
	
}/* END Print Setting */
