@charset "utf-8";
body {
	min-width: 100%;
	font-size: 12px;
	overflow-x: hidden;
}

#top #bodyArea {
	padding-bottom: 0;
}

.pc-br {
	display: none;
}

.marginTop0 {
	margin-top: 0!important;
}

.marginBottom50 {
	margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
	body {
		font-size: 14px;
	}

	.pc-br {
		display: block;
	}
}

/* headings
========================================= */

.heading1 {
	font-weight: bold;
	font-size: 19px;
	color: #666666;
}

@media only screen and (min-width: 768px) {
	.heading1 {
		font-size: 30px;
	}
}

/* header
========================================= */

#header {
	background: #0a9781;
	height: 44px;
}

#header #headerInner {
	max-width: 1330px;
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}

#header #headerInner #headerContents {
	width: 100%;
	padding: 1px 0px 5px;
	background: rgba(10, 151, 129, 0.8);
}

#header .selectLang {
	display: none;
	z-index:100;
}

#header .selectLang ul {
	margin-left: 0px;
	margin-right: 6px;
}

#header .selectLang .selectBtn {
	margin-top: 2px;
	cursor: default;
}

#header .siteName img {
	width: 100%;
	height: auto;
}

#header .siteName {
	width: 70px;
	position: absolute;
}

#header .headerLinks {
	float: right;
	margin-right: 15px;
}

#header .contactBtn {
	display: inline-block;
	background: url(/in/shared/images/icon_mail.png) center no-repeat;
	background-size: 22px 15px;
	font-size: 0;
	width: 25px;
	height: 18px;
	padding: 7px;
}

#header #menu {
	display: inline-block;
	background: url(/in/shared/images/icon_menu.png) center no-repeat;
	background-size: 20px 17px;
	font-size: 0;
	width: 25px;
	height: 18px;
	padding: 7px;
	/* margin-right: 25px; */
}

#header #menu.active {
	background-image: url(/in/shared/images/icon_menu_close.png);
}


/* globalNav
========================================= */
.globalNav {
	z-index: 99;
	position: absolute;
	top: 0;
	background: #0a9781;
	width: 100%;
	padding-bottom: 27px;
	padding-top: 90px;
	display: none;
}

.globalNav .navBody {
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 15px 20px;
	box-sizing: border-box;
}

.globalNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.globalNav ul li {
	box-sizing: border-box;
	border-bottom: 1px solid #44b5a4;
}

.globalNav ul li:last-child {
	border-right: 0;
}

.globalNav ul li a {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 20px 10px;
	display: block;
	background: url(/in/shared/images/icon_arrowright_1.png) right center no-repeat;
	background-size: 8px 11px;
	text-decoration: none;
}

.globalNav ul li a span {
	display: inline-block;
}

#header .selectLang .selectLangBlock .selected {
	height: 18px;
}

#header .selectLang .selectLangBlock .selected {
	width: 170px;
	height: 23px;
	line-height: 27px;
	background: #f7f7f7 url(/in/shared/images/ico_header_2.png) right 12px center no-repeat;
	padding: 6px 12px 6px 12px;
	cursor: pointer;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 0;
	position: relative;
}

/* mainSlideArea
========================================= */
#mainSlideArea {
	position: relative;
}

#mainSlideArea .caption {
	margin: 0;
	font-size: 12px;
	color: #ffffff;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.4);
	padding: 10px;
	box-sizing: border-box;
}

#mainSlideArea .caption p {
	margin: 0 auto;
	padding: 0;
	max-width: 575px;
}

#mainSlideArea .slideImagePC {
	display: none;
}

/* bodyArea
========================================= */
#bodyArea .defaultGrid {
	max-width: 1024px;
	width: 100%
}


#bodyArea {
	padding-top: 120px;
}

#top #bodyArea {
	padding-top: 44px;
}

.featuredArea {
	display: none;
}

@media only screen and (min-width: 768px) {
	#header,
	#headerInner{
		height: 55px;
	}

	#header .siteName {
		width: 140px;
		margin-left: 0;
		position: absolute;
	}
	#header #menu {
		display: none;
	}
	#header .selectLang {
		display: block;
		float: right;
		margin-left: 0;
		margin-right: 206px;
		padding: 0;
	}
	#header,
	#header #headerInner #headerContents {
		background: #ffffff
	}
	#header #headerInner #headerContents {
		padding-top: 9px;
		height: 41px;
		position: static;
	}
	#header .contactBtn {
		display: inline-block;
		padding: 8px 35px;
		background: #000000;
		color: #ffffff;
		font-size: 12px;
		border-radius: 4px;
		width:auto;
		height:auto;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	#header .contactBtn span {
		display: inline-block;
		background: url(/in/shared/images/icon_mail.png) left center no-repeat;
		background-size: 18px 13px;
		padding-left: 25px;
	}
	#header .contactBtn:hover {
		background-color: #333;
	}

	.globalNav {
		background: rgba(10, 151, 129, 0.8);
		/* top: 0; */
		margin-top: 55px;
		padding-bottom: 0;
		padding-top: 0;
		display: block!important;
	}
	.globalNav .navBody {
		padding-bottom: 0;
	}
	.globalNav ul {
		margin: 0px 0 0 155px;
		overflow: hidden;
		line-height: 22px;
	}
	.globalNav ul li {
		width: 16.6666%;
		float: left;
		border-bottom: 0;
		text-align: center;
		border-right: 1px solid rgba(255,255,255,0.5);
	}
	.globalNav ul li a {
		font-size: 14px;
		padding: 13px 10px;
		background: none;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}

	.globalNav ul li a:hover {
		background: rgba(20,144,124,0.9);
	}

	.globalNav ul li a span {
		background-size: 24px;
	}

	#mainSlideArea:after,
	.slick-list:after{
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		height: 0;
		font-size: 0;
	}

	#mainSlideArea .caption {
		font-size: 14px;
	}

	#mainSlideArea {
		position: relative;
	}

	#mainSlideArea .mainSlideMsg {
		display: block!important;
	}

	#mainSlideArea .slideImagePC {
		display: block;
		width: 100%;
	}

	#mainSlideArea .slideImageSP {
		display: none;
	}

	.featuredArea {
		display: block;
		max-width: 1400px;
		margin: 0px auto;
	}

	.featuredArea .block {
		display: table;
		width: 100%;
		border-spacing: 20px;
	}

	.featuredArea .block a {
		display: table-cell;
		width: 20%;
		vertical-align: middle;
		color: #ffffff;
		text-align: center;
		background: #000000 url(/in/images/btn_bussiness_1.jpg) center no-repeat;
		background-size: cover;;
		font-size: 16px;
		height: 100px;
		font-weight: bold;
		position:relative;
	}

	.featuredArea .block a:before {
		content: '';
		position: absolute;
		background: rgba(0,0,0,0.4);
		width: 100%;
		height: 100px;
		left: 0;
		top: 0;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}

	.featuredArea .block a:hover {
		text-decoration: none;
	}

	.featuredArea .block a:hover:before {
		background: rgba(0,0,0,0.2);
	}

	.featuredArea .block a span {
		position: relative;
	}

	.featuredArea .block a.item2 {
		background-image: url(/in/images/btn_bussiness_2.jpg);
	}
	.featuredArea .block a.item3 {
		background-image: url(/in/images/btn_bussiness_3.jpg);
	}
	.featuredArea .block a.item4 {
		background-image: url(/in/images/btn_bussiness_4.jpg);
	}
	.featuredArea .block a.item5 {
		background-image: url(/in/images/btn_bussiness_5.jpg);
	}
}

@media only screen and (max-width: 767px) {
	#header {
		position: absolute;
		left: 0;
		width: 100%;
	}
	#mainSlideArea.slick-initialized .slick-slide {
		display: block;
	}
	#mainSlideArea .slick-prev,
	#mainSlideArea .slick-next {
		width: 40px;
		height: 40px;
		background: url(/in/shared/images/slide_image/btn_back.png) center no-repeat;
		background-size: 40px;
		margin-top: -20px;
	}

	#mainSlideArea .slick-next {
		background-image: url(/in/shared/images/slide_image/btn_next.png);
	}

	#bodyArea {
		padding-top: 100px;
	}

	#top #bodyArea {
	    padding-top: 7px;
	}

}

/* slick
========================================= */
.slick-dots {
	list-style: none;
	text-align: center;
	margin-top: 10px;
	box-sizing: border-box;
	margin: 20px 0 0;
}

.slick-dots li {
	display: inline-block;
	margin: 0 10px;
	text-indent: -9999px;
	width: 8px;
	height: 8px;
	background: #dadada;
	border-radius: 50%;
}

.slick-dots li.slick-active {
	background: #666666;
}
@media only screen and (max-width: 767px) {
	.slick-slider {
		position: relative;
		display: block;
		box-sizing: border-box;
	}
	.slick-list {
		position: relative;
		display: block;
		overflow: hidden;
		padding: 0;
	}
	.slick-list:focus {
		outline: none;
	}
	.slick-list.dragging {
		cursor: pointer;
	}
	.slick-track {
		position: relative;
		top: 0;
		left: 0;
		display: block;
	}
	.slick-track:before, .slick-track:after {
		display: table;
		content: '';
	}
	.slick-track:after {
		clear: both;
	}
	.slick-loading .slick-track {
		visibility: hidden;
	}
	.slick-slide {
		display: none;
		float: left;
		height: 100%;
		min-height: 1px;
	}
	[dir='rtl'] .slick-slide {
		float: right;
	}
	.slick-slide img {
		display: block;
		width: 100%;
	}
	.slick-slide.slick-loading img {
		display: none;
	}
	.boxList .slick-initialized .slick-slide {
		display: block;
		margin-right: 20px;
		width: 250px!important;
	}
	.slick-initialized .slick-slide:last-child {
		margin-right: 0;
	}
	.slick-loading .slick-slide {
		visibility: hidden;
	}
	.slick-vertical .slick-slide {
		display: block;
		height: auto;
		border: 1px solid transparent;
	}
	.slick-arrow.slick-hidden {
		display: none;
	}
}

@media only screen and (min-width: 768px) {
	.slick-dots {
		display: none!important;
	}
}

/* box
========================================= */

.boxList .box {
	display: block;
	/* padding: 10px; */
	box-sizing: border-box;
}

.boxList .box .body {
	background: #ffffff;
}

.boxList .box .body {
	color: #666666;
	display: block;
}

.boxList .box .body:hover {
	text-decoration: none;
}

.boxList .box .image {
	padding: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.boxList .box .body:hover .image {
	opacity: 0.6;
}

.boxList .box .info {
	padding: 15px;
}

.boxList .box p {
	margin-bottom: 0;
}

.boxList .box a .title {
	font-weight: bold;
	font-size: 14px;
	color: #009c84;
}

.boxList .box a .title span {
	font-size: 12px;
}

@media only screen and (min-width: 768px) {
	.boxList {
		background: #ffffff;
		padding: 0 15px;
		padding-bottom: 30px;
	}
	.boxList .block {
		overflow: hidden;
		margin-bottom: 30px;
	}

	.boxList .box {
		padding: 30px 15px 0;
		overflow: hidden;
	}

	.boxList .box {
		width: 33.33%;
		float: left;
	}

	.boxList .box .info {
		padding: 0;
	}


	.boxList .box .title {
		font-size: 16px;
		margin-top: 15px;
	}

	.boxList .box a .title span {
		font-size: 13px;
	}
}

/* twoColumnsType9
========================================= */
.twoColumnsType9 .column {
	margin-right: 0;
	width: 100%;
}


@media only screen and (min-width: 768px) {
	.twoColumnsType9 .column {
		margin-right: 4%;
		width: 48%;
	}

	.twoColumnsType9 .columnEnd {
		margin-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	#mainArea #top .textBody {
		margin: 0px;
		padding: 20px 20px;
	}
	#mainArea .textBody {
		min-height: 0;
		font-size: 12px;
	}
	.twoColumns .column {
		float: none;
	}
	.twoColumns {
		background: none;
	}
	.btn li a, .pdf li a {
		font-size: 14px;
	}
}

/* bnrblock
========================================= */
.bnrBlock {
	background: #ffffff;
	padding: 20px 10px 140px;
	margin-top: 50px;
	margin-left: -20px;
	margin-right: -20px;
}

.bnrBlock ul {
	max-width: 1050px;
	list-style: none;
	overflow: hidden;
	margin: 0 auto;
}


.bnrBlock ul li {
	float: left;
	width: 50%;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
}

.bnrBlock ul li img {
	max-width: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.bnrBlock ul li a {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}


.bnrBlock ul li a:hover {
	opacity: 0.6;
}


@media only screen and (min-width: 768px) {
	.bnrBlock {
		padding: 60px 0px 140px;
		margin: 0;
	}

	.bnrBlock ul li {
		float: left;
		width: 25%;
		text-align: center;
		padding: 15px;
		/* margin-bottom: 15px; */
	}
}


/* newsBlock
========================================= */
.newsBlock {
	margin-bottom: 40px;
}

.newsBlock .textBody {
	padding: 25px 30px;
}

.newsBlock .newsList dt {
	margin-bottom: 3px;
	color: #999;
}

.newsBlock .textBody {
	min-height: 460px;
}

.newsBlock .newsList dd {
	border-bottom: 1px solid #dadada;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
	.newsBlock .newsList dd {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
}



/* backToTop
========================================= */
#backToTopNav > div {
	right: 0;
}


/* footerNav
========================================= */

#footerNav .footerNavBody {
	background: none;
}

#footerNav .footerNavBody .block .columnEnd {
	display: none;
}

#footerNav #footerNavInner {
	width: 100%;
	max-width: 1024px;
	box-sizing: border-box;
}


#footer #footerInner {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

#footer .footerTitle {
	font-size:12px;
	font-weight:bold;
	color:#fff;
	margin-bottom: 7px;
}

#footer .footerSearch {
	padding: 40px 20px;
}

#footer .gsc-clear-button {
	display:none;
}

#footerNav .footerLink .footerLink1 {
	margin: 0
}

#footer .searchArea .selectLang p {
	padding: 9px 11px;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	background: #f7f7f7 url(/in/shared/images/ico_footerserch_1.png) right center no-repeat;
	font-size: 14px;
	font-size: 1.4rem;
	color: #717171;
	margin: 0;
	cursor: pointer;
	height: 35px;
	box-sizing: border-box;
	line-height: 1;
}


#footer .searchArea ul {
	padding: 9px 11px;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	background: #f7f7f7;
	font-size: 14px;
	font-size: 1.4rem;
	color: #717171;
	padding: 10px;
	margin: 0px;
	list-style-type: none;
}


#footer .searchArea ul a {
	display: block;
	text-decoration: none;
	color: #717171;
}

#footer .searchArea .sublang li a:hover {
	background: #fff;
}

#footer .searchArea {
	margin-top: 0;
}

#footer .footerSearch .gsc-search-box input.gsc-search-button {
	margin: 0 0 0 auto;
	font-family: inherit;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	padding: 0 !important;
	height: 35px !important;
	min-width: 35px !important;
	background: transparent url(/in/shared/images/icon_sp_search.png) center center no-repeat !important;
	border: none !important;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-sizing: content-box;
	text-indent: -9999px;
	float: right;
}

#footer input.gsc-input {
	margin:0px;
	box-sizing: border-box;
	height: 35px;
}

#footer .gsc-search-box {
	padding:0px !important;
	margin-bottom: 20px;
}

#footer #copyright {

}

#footerNav .footerLink li a {
	line-height: 1.5;
	display: inline-block;
}

#footerNav .footerNavBody .block .column:first-child a {
	display:block;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	padding: 20px;
	border-bottom: 1px solid #555555;
	background: #444444 url(/in/shared/images/icon_arrowright_1.png) right 20px center no-repeat;
	background-size: 8px 11px;
}

#footerNav .footerLink a {
	color: #ffffff;
}

@media only screen and (min-width: 768px) {
	#footer .footerSearch {
		float: right;
		display: table;
		padding: 8px 0 0;
	}

	#footer .footerSearch .column {
		display: table-cell;
		vertical-align: top;
		padding-left: 15px;
	}

	#footer #copyright {
		float: left;
	}

	#footer #footerInner {
		padding: 10px 18px;
	}

	#footer .footerTitle {
		margin-bottom:0;
		font-size: 14px;
		margin-top: 7px;
	}
	#footer .searchArea {
		margin-top:0
	}
	#footer .gsc-search-box {
		margin-bottom: 0;
	}

	#footerNav .footerNavBody .block {
		display: table;
		width: 100%;
		margin-bottom: 25px;
	}

	#footerNav .footerNavBody .block .column {
		display: table-cell;
		vertical-align: top;
	}
	#footerNav .footerNavBody .block .column:first-child {
		width: 180px;
	}

	#footerNav .footerNavBody .block .columnEnd {
		display: table-cell;
	}

	#footerNav .footerLink .footerLink1 {
		padding-bottom: 40px;
	}

	#footerNav .footerNavBody .block .footerLink {
		text-align: left;
		font-size: 14px;
	}

	#footerNav .footerNavBody .block .footerLink .footerLink1 {
		padding-bottom: 0;
	}

	#footerNav .footerNavBody .block .footerLink .footerLink1 li{
		padding: 0 20px;
	}

	#footerNav .footerNavBody .block .column:first-child a {
		display: inline-block;
		padding: 0;
		padding: 0;
		border-bottom: 0;
		background-color: transparent;
		font-size: 16px;
		background-position: left center;
		padding-left: 20px;
	}

	.contain .fixWidth {
		display: none;
	}
}


@media only screen and (max-width: 767px) {
	#footerNav .footerLink {
		text-align: left;
	}
	#footerNav .footerNavBody {
		margin-bottom: 0
	}
	#footerNav .footerLink li {
		padding:0;
		display: block;
		border-right: 0;
		border-bottom: 1px solid #444444;
	}
	#footerNav .footerLink li a {
		padding: 20px 50px 20px 20px;
		display: block;
		background: #333333 url(/in/shared/images/icon_arrowright_1.png) right 20px center no-repeat;
		background-size: 8px 11px;
	}

	#footer #footerInner {
		margin: 0;
	}

	#footerNav #footerNavInner {
		padding-bottom: 0;
		padding-top: 0;
	}

	#footer .searchArea {
		display: none;
	}

	#countrySelect {
		font-size: 16px;
	}

	.contain .fixWidth {
		display: block;
	}
}

#bodyArea {
	position: relative;
}

#contact-float {
	position: fixed;
	bottom: 0;
	width: 100%;
	display: none;
	left: 0;
}


.ctaBody .keyVisual {
	height: auto;
}

.ctaBody .keyVisual img{
	width: 100%;
    height: auto;
	position: relative;
}

.socialLinks.mobileVer {
    border: none;
   padding-top: 0;
   margin-top: 0;
}

.socialLinks.mobileVer ul{
    text-align: center;
    padding: 0px 0px;
}

@media only screen and (max-width: 767px) {
	#mainArea #top .textBody {
		margin: 0px;
		padding: 20px 20px;
	}
	#mainArea .textBody {
		min-height: 0;
		font-size: 12px;
	}
	.twoColumns .column {
		float: none;
	}
	.twoColumns {
		background: none;
	}
	.btn li a, .pdf li a {
		font-size: 14px;
	}

	.socialLinks.mobileVer ul{
		padding: 20px 0px;
	}

}


.twoColumnsType12 .column {
	width: 100%;
	margin-right: 0px;
}

@media only screen and (min-width: 768px) {
	.twoColumnsType12 .column {
		margin-right: 30px;
		width: 438px;
		float: left;
	}
}

@media only screen and (max-width: 767px) {
	.image img {
		width: 100%;
		height: auto;
		margin: 0px;
	}
}

@media only screen and (max-width: 767px) {
	.case-studies div.image iframe{
		width: 100%;
		height: 20vh;
	}
}


.supportBlock .btnBlock ul {
    padding: 0px;
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
	.philosophyKey .keyTitle img{
		width: 100%;
		height: auto;
	}
	.philosophyBody  .twoColumns  .column {
		width: 100%;
		margin-bottom: 30px;
	}

	.philosophyBody  .twoColumns  .column:last-of-type {
		margin-bottom: 0px;
	}

	.philosophyBody  .twoColumns  .column .image img{
		width: 100%;
	}

	#keyVisual.philosophyKey {
		height: auto;
	    margin-left: -20px;
		margin-right: -20px;
		margin-bottom: -11px;
	}

	#keyVisual.philosophyKey .keyTitle {
		position: relative;
		top: 0;
		left: 0;
	}

	#keyVisual.philosophyKey .keyComment {
		top: 54%;
		left: 8%;
		color: white;
		font-size: 12px;
		line-height: 1.3;
	}

	.philosophyBody .brnadMessage {
		padding: 0px;
	}

	.titStyleBrnadMessage {
		margin: 0px;
	}

	.philosophyBody .brnadMessage .btnBlock li {
		margin: 0px;
	}

	.philosophyBody .brnadMessage .titStyleBrnadMessage {
		line-height: 40px;
	}

}

@media only screen and (max-width: 480px) {
	#keyVisual.philosophyKey .keyComment {
		top: 50%;
		left: 8%;
		font-size: 9px;
		line-height: 1.2;
	}
}

@media only screen and (max-width: 320px) {
	#keyVisual.philosophyKey .keyComment {
		top: 54%;
		left: 8%;
		font-size: 8px;
		line-height: 1.1;
	}
}

@media only screen and (max-width: 767px) {
	.sustainabilityBody .insiteLink {
		margin-top:30px;
	}
}

@media only screen and (max-width: 767px) {
	.twoColumnsType13 .column {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.ctaBody .name {
		font-size: 14px;
	}

}

#top .bnrBlock {
	padding: 60px 0px 160px;
}

@media only screen and (max-width: 767px) {
	#top .newsBlock .textBody {
		padding-bottom: 25px;
	}

	#top .bnrBlock {
		padding: 20px 25px 140px;
	}

	#top .twoColumnsType9 .bnrBlock {
		background: transparent;
		padding: 20px 25px 0px;
		margin-top: 10px;
	}

	#top .twoColumnsType9 .bnrBlock ul li {
		float:none;
		width: 100%;
	}

	#top .twoColumnsType9 .newsBlock + #top .twoColumnsType9 .bnrBlock {
		padding-bottom: 0px;
	}

	#top .bnrBlock ul li {
		width: 100%;
	}

}

@media only screen and (max-width: 767px) {
	.spMarginBottom50 {
		margin-bottom: 50px !important;
	}
}

/** ADD THIS CODES BELOW **/
@media only screen and (min-width: 768px) and (max-width: 1200px) {
    body {
        width: 1200px;
        overflow: scroll;
    }
    #header #headerInner #headerContents, .globalNav, #footerNav, #footer {
        width: 1200px;
    }

    /** for top page **/
    body#top{
        width: 100%;
        overflow:none;
    }
    #top #header #headerInner #headerContents,  #top .globalNav, #top #footerNav , #top #footer {
        width: 100%;
    }
}

/** TOP PAGE RESPONSIVE **/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #top .globalNav ul li a {
        font-size: 9px;
        padding: 6px;
    }

    #top #heading1 {
        margin-left: 30px;
        margin-right: 30px;
    }

    #top .image img {
        width: 100%;
    }

    #top .globalNav ul li a span {
        background-size: 20px;
    }

    #top .globalNav ul li a span {
        padding-left: 23px;
    }

    #top #contact-float .contactBlock .telNo {
        font-size: 20px;
		text-align: left;
    }

    #top #contact-float .contactBlock h2 {
        font-size: 23px;
    }

    #top  #contact-float .contactBlock .telNo span {
        font-size: 13px;
		font-weight: bold;
    }

    #top .contactBlock .telNo {
        margin: 0 0px 0 10px;
    }

    #top #contact-float .contactBlock .contactBlockBody .column:first-child {
        padding-right: 10px;
    }

    #top #orderBnrBlock .listOdd, #top #orderBnrBlock .listEven  {
        width: 49%;
    }

    #top #orderBnrBlock .listOdd img, #top #orderBnrBlock .listEven img {
        width: 100%;
        height: auto;
    }

}

#top #mainSlideArea {
    overflow: hidden;
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#top #footer #footerInner {
		zoom: 70%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
	#top #footer #footerInner {
		zoom: 80%;
	}
}