﻿@charset "UTF-8";

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

Name: common.css

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


/* ==================================================

[s1] Header
[s2] Site Identity Area
[s3] Global Navigation System
[s4] Horizontal Local Navigation Bar

/* [s1] Header
=========================================================================================== */

#HeaderArea ul li {list-style-type: none;}
#HeaderArea i.uk-icon-search { 
  background:url("/assets/img/icons/icon_navi_search.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: '';
  height: 21px;
  width: 21px;
  font-family: none;
}
#HeaderArea i.uk-icon-globe {
  background: url("/assets/img/icons/icon_navi_country.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: '';
  height: 21px;
  width: 21px;
  font-family: none;
}
#HeaderArea i.uk-icon-search:before, #HeaderArea i.uk-icon-globe:before {
	content: none;
}

#HeaderArea:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #ccc;
}

#HeaderSet {
	margin: 0 auto;
	text-align: right;
	zoom: 1;
}

#HeaderSet:after {
	content: "";
	display: block;
	clear: both;
}

#HeaderSet p {
	margin: 0;
}

#HeaderSet .Statement {
	float: left;
	width: 95px;
	height: 29px;
	display: block;
	padding: 9px 0 0 0;
}
* html #HeaderSet .Statement {overflow: hidden;}


/* --- [s1] Search Box --- */

#Search {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
* html #Search {display: inline;}
*:first-child+html #Search {display: inline;}

#Search .BtnOpen {
	position: relative;
	display: block;
}

#Search .BtnOpen a {
	display: table-cell;
	min-width: 90px;
	height: 45px;
	padding: 0 5px;
	font-size: 76%;
	text-align: center;
	color: #333;
	vertical-align: middle;
	border-right: solid 1px #f2f2f2;
	text-decoration: none;
	line-height: 100%;
	background-color: #dadada;
}
* html #Search .BtnOpen a {
	display: block;
	float: left;
	width: 90px;
	height: 35px;
	padding: 10px 5px 0;
}
*:first-child+html #Search .BtnOpen a {
	display: block;
	height: 35px;
	padding: 10px 5px 0;
}
#Search .BtnOpen a:hover,
#Search .BtnOpen a:active {
	text-decoration: none;
	background-color: #ccc;
}
#Search .BtnOpen a.Current {
	background: url(../../../image/en/r1/bg_u_navi_current.gif) no-repeat center bottom #ccc;
}

#Search .BtnOpen a img {
	margin: 0 5px 0 0;
	vertical-align: middle;
}

#SearchArea {
	position: absolute;
	display: none;
	width: 100%;
	min-width: 965px;
	height: 0;
	top: 50px;
	left: 0;
	background-color: #e5e5e5;
	overflow: hidden;
}
* html #SearchArea {
	top: 50px;
}

#SearchSet {
	position: relative;
	width: 965px;
	margin: 0 auto;
	padding: 20px 0 0;
	text-align: center;
}

#Search dl {
	display: block;
	margin: 0 0 10px;
	font-size: 83%;
	color: #333;
	zoom: 1;
}
#Search dl:after {
	content: "";
	display: block;
	clear: both;
}

#Search dt {
	clear: both;
	float: left;
	display: block;
	width: 40%;
	line-height: 26px;
	text-align: right;
	font-weight: normal;
}

#Search dd {
	float: right;
	width: 60%;
	text-align: left;
}

#Search form {
	display: inline-block;
	vertical-align: top;
}
#Search fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
* html #Search form {display: inline;}
*:first-child+html #Search form {display: inline;}

#Search ul {
	display: inline-block;
	margin-left: 15px;
	padding: 2px 0 0;
	vertical-align: top;
}
* html #Search ul {display: inline;}
*:first-child+html #Search ul {display: inline;}

#Search li a {
	padding: 0 17px 0 0;
	background-repeat: no-repeat;
	background-position: right center;
}
#Search li a:link,
#Search li a:visited {
	color: #c02;
	text-decoration: none;
	background-image: url(../../../image/en/r1/icon/icon_link_right.gif);
}
#Search li a:hover,
#Search li a:active {
	color: #b1000e;
	text-decoration: underline;
	background-image: url(../../../image/en/r1/icon/icon_link_right_hover.gif);
}

#Search legend {
	display: none;
}

.SearchTextBox {
	width: 250px;
	height: 18px;
	margin: 0 0 0 15px;
	padding: 4px;
	vertical-align: top;
	border: 0 none;
}
* html .SearchTextBox {margin-top: -1px;}
*:first-child+html .SearchTextBox {margin-top: -1px;}

#Search .BtnSearch {
	height: 26px;
	margin: 0 0 7px;
	padding: 0 10px;
	background-color: #ccc;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 90%;
	border: 0 none;
	color: #333;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
* html #Search .BtnSearch {padding: 0 5px;}
*:first-child+html #Search .BtnSearch {padding: 0 5px;}
#Search .BtnSearch:hover {background-color: #bbb;}

#Search .BtnClose {
	position: absolute;
	display: block;
	right: 0;
	top: 20px;
	line-height: 130%;
}

#Search .BtnClose a {
	display: block;
	min-width: 50px;
	padding: 2px 15px 2px 10px;
	background-image: url(../../../image/en/r1/icon/icon_close.gif);
	background-position: right center;
	background-repeat: no-repeat;
	font-size: 76%;
	text-align: center;
	border-right: solid 5px transparent;
}
#Search .BtnClose a:link,
#Search .BtnClose a:visited {
	color: #fff;
	background-color: #e60027;
	text-decoration: none;
}
#Search .BtnClose a:hover,
#Search .BtnClose a:active {
	color: #fff;
	background-color: #b1000e;
	text-decoration: none;
}
* html #Search .BtnClose a:link,
* html #Search .BtnClose a:visited,
* html #Search .BtnClose a:hover,
* html #Search .BtnClose a:active {
	float: left;
	width: 50px;
	border-right: 0 none;
	padding: 2px 20px 2px 10px;
	background-position: 92% center;
}
*:first-child+html #Search .BtnClose a:link,
*:first-child+html #Search .BtnClose a:visited,
*:first-child+html #Search .BtnClose a:hover,
*:first-child+html #Search .BtnClose a:active {
	border-right: 0 none;
	padding: 2px 20px 2px 10px;
	background-position: 92% center;
}


/* --- [s1] Country/Region Selector --- */

#CountryRegion {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
* html #CountryRegion {display: inline;}
*:first-child+html #CountryRegion {display: inline;}

#CountryRegion .BtnOpen {
	position: relative;
}

#CountryRegion .BtnOpen a {
	display: table-cell;
	min-width: 90px;
	height: 45px;
	padding: 0 5px;
	font-size: 76%;
	text-align: center;
	color: #333;
	vertical-align: middle;
	text-decoration: none;
	line-height: 100%;
	background-color: #dadada;
}
* html #CountryRegion .BtnOpen a {
	display: block;
	float: left;
	height: 35px;
	padding: 10px 20px 0;
}
*:first-child+html #CountryRegion .BtnOpen a {
	display: block;
	height: 35px;
	padding: 10px 5px 0;
}
#CountryRegion .BtnOpen a:hover,
#CountryRegion .BtnOpen a:active {
	text-decoration: none;
	background-color: #ccc;
}
#CountryRegion .BtnOpen a.Current {
	background: url(../../../image/en/r1/bg_u_navi_current.gif) no-repeat center bottom #ccc;
}

#CountryRegion .BtnOpen a img {
	margin: 0 10px 0 0;
	vertical-align: middle;
}

#CountryRegionArea {
	position: absolute;
	display: none;
	width: 100%;
	min-width: 965px;
	height: 0;
	top: 50px;
	left: 0;
	background-color: #e5e5e5;
	overflow: hidden;
}
* html #CountryRegionArea {
	top: 50px;
}

#CountryRegionSet {
	position: relative;
}

#CountryRegion .Inner {
	position: relative;
	width: 965px;
	margin: 0 auto;
	padding: 20px 0 0;
}

#CountryRegion .Inner h2 {
	float: left;
	width: 16em;
	margin: 0 10px 0 0;
	padding: 0;
	background: none transparent;
	font-size: 90%;
}

#CountryRegion .Inner h2 a {
	display: inline-block;
	padding: 0 20px 0 0;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: right center;
}
#CountryRegion .Inner h2 a:link,
#CountryRegion .Inner h2 a:visited {
	color: #333;
	text-decoration: none;
	background-image: url(../../../image/en/r1/icon/icon_link_right_xl.gif);
}
#CountryRegion .Inner h2 a:hover,
#CountryRegion .Inner h2 a:active {
	color: #b1000e;
	text-decoration: underline;
	background-image: url(../../../image/en/r1/icon/icon_link_right_xl_hover.gif);
}

#CountryRegion .Inner h3 {
	position: absolute;
	width: 20%;
	top: 60px;
	margin: 0;
	padding: 0;
	font-size: 83%;
}
#CountryRegion .Inner h3.Americas {left: 0;}
#CountryRegion .Inner h3.Asia {left: 20%;}
#CountryRegion .Inner h3.Europe {left: 40%;}
#CountryRegion .Inner h3.MENA {left: 60%;}
#CountryRegion .Inner h3.Oceania {left: 80%;}

#CountryRegion .Inner h3 a {
	display: table-cell;
	width: 112px;
	height: 44px;
	margin: 0;
	padding: 0 5px 0 76px;
	color: #333;
	font-weight: bold;
	background-position: 5% 0;
	background-repeat: no-repeat;
	border-bottom: solid 1px #ccc;
	vertical-align: middle;
	line-height: 110%;
}
* html #CountryRegion .Inner h3 a {
	display: block;
	height: 30px;
	padding: 15px 5px 0 76px;
}
*:first-child+html #CountryRegion .Inner h3 a {
	display: block;
	height: 30px;
	padding: 15px 5px 0 76px;
}
* html #CountryRegion .Inner h3.MENA a {
	height: 37px;
	padding: 8px 5px 0 76px;
}
*:first-child+html #CountryRegion .Inner h3.MENA a {
	height: 37px;
	padding: 8px 5px 0 76px;
}

#CountryRegion .Inner h3.Americas a {background-image: url(../../../image/en/r1/icon/icon_gn_americas.gif);}
#CountryRegion .Inner h3.Asia a {background-image: url(../../../image/en/r1/icon/icon_gn_asia.gif);}
#CountryRegion .Inner h3.Europe a {background-image: url(../../../image/en/r1/icon/icon_gn_europe.gif);}
#CountryRegion .Inner h3.MENA a {background-image: url(../../../image/en/r1/icon/icon_gn_mena.gif);}
#CountryRegion .Inner h3.Oceania a {background-image: url(../../../image/en/r1/icon/icon_gn_oceania.gif);}
#CountryRegion .Inner h3 a:link,
#CountryRegion .Inner h3 a:visited {
	color: #333;
	text-decoration: none;
	background-color: transparent;
}
#CountryRegion .Inner h3 a:hover,
#CountryRegion .Inner h3 a:active,
#CountryRegion .Inner h3.Current a {
	color: #fff !important;
	text-decoration: none !important;
	background-position: 5% -45px !important;
	background-color: #b1000e !important;
	border-bottom: solid 1px #b1000e !important;
}

#CountryRegion .Inner h3 a:hover:after,
#CountryRegion .Inner h3 a:active:after,
#CountryRegion .Inner h3.Current a:after {
	content: "";
	display: block;
	position: absolute;
	width: 15px;
	height: 8px;
	bottom: -8px;
	left: 50%;
	margin: 0 0 0 -7px;
	background: url(../../../image/en/r1/bg_gn_current.gif) no-repeat;
}

#CountryRegion .Inner div.Americas,
#CountryRegion .Inner div.Asia,
#CountryRegion .Inner div.Europe,
#CountryRegion .Inner div.MENA,
#CountryRegion .Inner div.Oceania {
	display: none;
}

#CountryRegion .Inner .ColumnSet {
	margin: 105px 0 0;
	zoom: 1;
}
* html #CountryRegion .Inner .ColumnSet  {
	width: 965px;
	margin: 125px 0 0;
}
*:first-child+html #CountryRegion .Inner .ColumnSet  {
	margin: 125px 0 0;
}
#CountryRegion .Inner .ColumnSet:after {
	content: "";
	display: block;
	clear: both;
}
#CountryRegion .Inner .Current {
	display: block !important;
}

#CountryRegion .Inner .Column1 {
	float: left;
	width: 230px;
	margin: 0 0 0 15px;
}
#CountryRegion .Inner .FirstItem {
	margin: 0;
}
#CountryRegion .Inner ul.Global {
	float: left;
	width: 230px;
	margin: 0 0 0 15px;
	border-left: solid 1px #ccc;
}

#CountryRegion .Inner li {
	margin: 0 0 5px;
	border: none;
	font-size: 83%;
	line-height: 140%;
	background-image: url(../../../image/en/r1/icon/icon_list_marker.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
}

#CountryRegion .Inner ul.Global li {
	width: auto;
	margin: 0;
	background: none;
	line-height: 160%;
}

#CountryRegion .Inner li span {
	display: block;
	padding: 0 0 0 17px;
}
#CountryRegion .Inner ul.Global li span {
	display: block;
	padding: 0 0 0 15px;
}

#CountryRegion .Inner li a {
	line-height: 140%;
}
#CountryRegion .Inner li a:link,
#CountryRegion .Inner li a:visited {
	color: #c02;
	text-decoration: underline;
}
#CountryRegion .Inner li a:hover,
#CountryRegion .Inner li a:active {
	color: #b1000e;
	text-decoration: none;
}

#CountryRegion .Inner .BtnClose {
	position: absolute;
	right: 0;
	top: 20px;
	line-height: 130%;
}
#CountryRegion .Inner .BtnClose a {
	display: block;
	min-width: 50px;
	padding: 2px 15px 2px 10px;
	background-image: url(../../../image/en/r1/icon/icon_close.gif);
	background-position: right center;
	background-repeat: no-repeat;
	font-size: 76%;
	text-align: center;
	border-right: solid 5px transparent;
}
#CountryRegion .Inner .BtnClose a:link,
#CountryRegion .Inner .BtnClose a:visited {
	color: #fff;
	background-color: #e60027;
	text-decoration: none;
}
#CountryRegion .Inner .BtnClose a:hover,
#CountryRegion .Inner .BtnClose a:active {
	color: #fff;
	background-color: #b1000e;
	text-decoration: none;
}
* html.JS #CountryRegion .Inner .BtnClose a:link,
* html.JS #CountryRegion .Inner .BtnClose a:visited,
* html.JS #CountryRegion .Inner .BtnClose a:hover,
* html.JS #CountryRegion .Inner .BtnClose a:active {
	float: left;
	width: 50px;
	border-right: 0 none;
	padding: 2px 20px 2px 10px;
	background-position: 92% center;
}
*:first-child+html.JS #CountryRegion .Inner .BtnClose a:link,
*:first-child+html.JS #CountryRegion .Inner .BtnClose a:visited,
*:first-child+html.JS #CountryRegion .Inner .BtnClose a:hover,
*:first-child+html.JS #CountryRegion .Inner .BtnClose a:active {
	border-right: 0 none;
	padding: 2px 20px 2px 10px;
	background-position: 92% center;
}


/* --- [s1] Ultra Global Navigation --- */

#UltraGlobalNavi {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
#UltraGlobalNavi:after {
	content: "";
	display: block;
	clear: both;
}
* html #UltraGlobalNavi {display: inline;}
*:first-child+html #UltraGlobalNavi {display: inline;}

#UltraGlobalNaviSP {
	display: none;
}

#UltraGlobalNavi .BtnOpen {
	float: left;
	margin: -5px 0 0;
	line-height: 50px;
}

#UltraGlobalNavi .BtnOpen {
	position: relative;
}

#UltraGlobalNavi .BtnOpen a {
	display: table-cell;
	height: 48px;
	padding: 2px 15px 0;
	font-size: 76%;
	line-height: 140%;
	vertical-align: middle;
}
#UltraGlobalNavi #UltraGlobalNaviProducts a {min-width: 85px;}
#UltraGlobalNavi #UltraGlobalNaviCompany a {min-width: 75px;border-left: solid 1px #eb5b74;}

* html #UltraGlobalNavi .BtnOpen a {
	display: block;
	float: left;
	height: 40px;
	padding: 10px 15px 0;
}
*:first-child+html #UltraGlobalNavi .BtnOpen a {
	display: block;
	height: 40px;
	padding: 10px 15px 0;
}
#UltraGlobalNavi .BtnOpen a:link,
#UltraGlobalNavi .BtnOpen a:visited {
	color: #fff;
	text-decoration: none;
	background-color: #e60027;
}
#UltraGlobalNavi .BtnOpen a:hover,
#UltraGlobalNavi .BtnOpen a:active {
	color: #fff;
	text-decoration: none;
	background-color: #b1000e;
}
#UltraGlobalNavi .BtnOpen a.Current {
	color: #fff;
	background: url(../../../image/en/r1/bg_u_navi_current.gif) no-repeat center bottom #b1000e;
}


/* --- [s1] Super Global Navigation --- */

.SuperGlobalNavi {
	position: absolute;
	display: none;
	width: 100%;
	min-width: 965px;
	height: 0;
	top: 50px;
	left: 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
* html .SuperGlobalNavi {
	top: 50px;
}

.SuperGlobalNavi .Inner {
	position: relative;
	width: 965px;
	margin: 0 auto;
}

.SuperGlobalNavi .Title {
	border-bottom: solid 1px #a02;
}

.SuperGlobalNavi h2 {
	margin: 0 !important;
	padding: 0 0 10px;
	background: none transparent;
	font-size: 90%;
}

.SuperGlobalNavi h2 a {
	display: inline-block;
	margin: 20px 0 10px;
	padding: 0 20px 0 0;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: right center;
}
.SuperGlobalNavi h2 a:link,
.SuperGlobalNavi h2 a:visited {
	color: #333;
	text-decoration: none;
	background-image: url(../../../image/en/r1/icon/icon_link_right_xl.gif);
}
.SuperGlobalNavi h2 a:hover,
.SuperGlobalNavi h2 a:active {
	color: #b1000e;
	text-decoration: underline;
	background-image: url(../../../image/en/r1/icon/icon_link_right_xl_hover.gif);
}

.SuperGlobalNavi .ColumnSet,
.SuperGlobalNavi ul {
	zoom: 1;
}
.SuperGlobalNavi .ColumnSet:after,
.SuperGlobalNavi ul:after {
	content: "";
	display: block;
	clear: both;
}
.SuperGlobalNavi ul {
	padding: 5px 0 10px;
}

.SuperGlobalNavi ul.SubMenu {
	margin: -10px 0 10px;
	padding: 0;
}
.SuperGlobalNavi ul.SubMenu:after {
	content: "";
	display: block;
	margin: 0;
	border-bottom: solid 1px #ccc;
}
* html .SuperGlobalNavi ul.SubMenu {
	border-bottom: solid 1px #ccc;
}
*:first-child+html .SuperGlobalNavi ul.SubMenu {
	border-bottom: solid 1px #ccc;
}

.SuperGlobalNavi li {
	float: left;
	width: 230px;
	min-height: 3em;
	margin: 0 0 5px 15px;
	border: none;
	font-size: 83%;
	line-height: 140%;
}
* html .SuperGlobalNavi li {height: 3em;}
.SuperGlobalNavi .LineSpaceSmallStyle li {min-height: 1em;}
* html .SuperGlobalNavi .LineSpaceSmallStyle li {height: 1em;}
.SuperGlobalNavi ul.SubMenu li {
	min-height: 1em;
	margin: 0 0 0 15px;
	padding: 0 0 15px;
}
* html .SuperGlobalNavi ul.SubMenu li {height: 1em;}

.SuperGlobalNavi li.FirstItem {
	clear: both;
	margin: 0 0 5px;
}
.SuperGlobalNavi ul.SubMenu li.FirstItem {
	margin: 0;
	padding: 0 0 15px;
}

.SuperGlobalNavi li a {
	padding: 0 17px 0 0;
	background-repeat: no-repeat;
	background-position: right center;
	zoom: 1;
}
* html .SuperGlobalNavi li a {background-position: right .2em;}
*:first-child+html .SuperGlobalNavi li a {background-position: right .2em;}

.SuperGlobalNavi li a:link,
.SuperGlobalNavi li a:visited {
	color: #c02;
	text-decoration: none;
	background-image: url(../../../image/en/r1/icon/icon_link_right.gif);
}
.SuperGlobalNavi li a:hover,
.SuperGlobalNavi li a:active {
	color: #b1000e;
	text-decoration: underline;
	background-image: url(../../../image/en/r1/icon/icon_link_right_hover.gif);
}

.SuperGlobalNavi .Column1 {
	float: left;
	width: 230px;
}

.SuperGlobalNavi h3 {
	margin: 5px 0;
	font-size: 90%;
	font-weight: bold;
	line-height: 100%;
	color: #333;
}

.SuperGlobalNavi h3 a {
	padding: 0 20px 0 0;
	line-height: 130%;
	font-size: 100%;
	background-repeat: no-repeat;
	background-position: right center;
}
.SuperGlobalNavi h3 a:link,
.SuperGlobalNavi h3 a:visited {
	color: #333;
	text-decoration: none;
	background-image: url(../../../image/en/r1/icon/icon_link_right_l.gif);
}
.SuperGlobalNavi h3 a:hover,
.SuperGlobalNavi h3 a:active {
	color: #b1000e;
	text-decoration: underline;
	background-image: url(../../../image/en/r1/icon/icon_link_right_l_hover.gif);
}

.SuperGlobalNavi .Column3 {
	float: right;
	width: 720px;
}

@media screen and (max-width: 375px) {
  .SuperGlobalNavi .Column3 {
    width:auto;
  }
 }

.SuperGlobalNavi .BtnClose {
	position: absolute;
	right: 0;
	top: 20px;
	line-height: 130%;
}
.SuperGlobalNavi .BtnClose a {
	display: block;
	min-width: 50px;
	padding: 2px 15px 2px 10px;
	background-image: url(../../../image/en/r1/icon/icon_close.gif);
	background-position: right center;
	background-repeat: no-repeat;
	font-size: 76%;
	text-align: center;
	border-right: solid 5px transparent;
}
.SuperGlobalNavi .BtnClose a:link,
.SuperGlobalNavi .BtnClose a:visited {
	color: #fff;
	background-color: #e60027;
	text-decoration: none;
}
.SuperGlobalNavi .BtnClose a:hover,
.SuperGlobalNavi .BtnClose a:active {
	color: #fff;
	background-color: #b1000e;
	text-decoration: none;
}
* html.JS .SuperGlobalNavi .BtnClose a:link,
* html.JS .SuperGlobalNavi .BtnClose a:visited,
* html.JS .SuperGlobalNavi .BtnClose a:hover,
* html.JS .SuperGlobalNavi .BtnClose a:active {
	float: left;
	width: 50px;
	border-right: 0 none;
	padding: 2px 20px 2px 10px;
	background-position: 92% center;
}
*:first-child+html.JS .SuperGlobalNavi .BtnClose a:link,
*:first-child+html.JS .SuperGlobalNavi .BtnClose a:visited,
*:first-child+html.JS .SuperGlobalNavi .BtnClose a:hover,
*:first-child+html.JS .SuperGlobalNavi .BtnClose a:active {
	border-right: 0 none;
	padding: 2px 20px 2px 10px;
	background-position: 92% center;
}

.SuperGlobalNavi .NewWin a {background-image: url(../../../image/en/r1/icon/icon_new_window.gif) !important;}
.SuperGlobalNavi .Mail a {background-image: url(../../../image/en/r1/icon/icon_mail.gif) !important;}
.SuperGlobalNavi .Inquiry a {background-image: url(../../../image/en/r1/icon/icon_inquiry.gif) !important;}
.SuperGlobalNavi .Pdf a {background-image: url(../../../image/en/r1/icon/icon_pdf.gif) !important;}
.SuperGlobalNavi .Download a {background-image: url(../../../image/en/r1/icon/icon_download.gif) !important;}
.SuperGlobalNavi .Sound a {background-image: url(../../../image/en/r1/icon/icon_sound.gif) !important;}
.SuperGlobalNavi .Movie a {background-image: url(../../../image/en/r1/icon/icon_movie.gif) !important;}
.SuperGlobalNavi .Important a {background-image: url(../../../image/en/r1/icon/icon_important_link.gif) !important;}
.SuperGlobalNavi .Bottom a  {background-image: url(../../../image/en/r1/icon/icon_link_bottom.gif) !important;}
.SuperGlobalNavi .Top a  {background-image: url(../../../image/en/r1/icon/icon_link_top.gif) !important;}

@media (max-width: 959px) {

	#SearchArea, #CountryRegionArea, .SuperGlobalNavi {
		min-width: 700px;
	}

	#SearchSet, #CountryRegion .Inner, .SuperGlobalNavi .Inner {	
		width: 700px;
	}
}


@media (max-width: 767px) {

	#HeaderSet .Statement {
		float:none;
		margin-left: 5px;
	}
	#UltraGlobalNavi .BtnOpen {
		margin: 0;
	}
	#CountryRegion, #Search  {
		width: 25%;
	}
	#UltraGlobalNavi {
		width: 50%;
	}
	#CountryRegion .BtnOpen a, #Search .BtnOpen a {
	  display: block;
	  margin: 0;
	  min-width: 99%;
	  padding: 0;
	  width: 99%;
	}	
	#CountryRegion .BtnOpen i, #Search .BtnOpen i {
	 	margin-top:15px
	}
	#UltraGlobalNavi #UltraGlobalNaviProducts a, #UltraGlobalNavi #UltraGlobalNaviCompany a {
		padding: 0;
		margin: 0;
		text-align: center;
		line-height: 4em;
		display: block;
	}
	#UltraGlobalNavi .BtnOpen {
		width: 50%;
	}
	#UltraGlobalNavi .BtnOpen a {
		height: 45px;
	}
	#SearchArea, #CountryRegionArea, .SuperGlobalNavi {
		top: 88px;
	}

	#SearchArea, #CountryRegionArea, .SuperGlobalNavi {
		min-width: 270px;
	}

	#SearchSet, #CountryRegion .Inner, .SuperGlobalNavi .Inner {	
		width: 270px;
	}

	#CountryRegionSet .Inner {
		height: 700px;
		overflow-x: hidden;
    	overflow-y: scroll;
	}

	#CountryRegionSet .Inner h3, #CountryRegion .Inner h3.Current {
		display: none!important;
	}

	#CountryRegionSet .Inner div, #CountryRegion .Inner div.Current {
		display: block!important;
	}
	#CountryRegion .Inner .ColumnSet {
		margin: 0;
	}
	#CountryRegion .Inner ul.Global {
	  	border: none;
	 	margin: 0 0 10px 0;
	}
	#CountryRegion .Inner h2 {
	  width: 55%;
	  margin-bottom: 20px;
	}
	#Search dt {
	  clear: both;
	  display: block;
	  float: none;
	  text-align: left;
	  width: 100%;
	}
	#Search dd {
	  float: right;
	  text-align: left;
	  width: 100%;
	}
	.SearchTextBox {
	 	margin: 0 0 10px 0;
	}


}

@media (min-width: 1200px) {

#SearchSet, #CountryRegion .Inner, .SuperGlobalNavi .Inner {	
	width: 1130px;
}

#HeaderArea .FirstItem {
	clear: none;
	margin: 0 0 5px 15px;
}

#CountryRegion .Inner .Column1 {
	margin: 0;
}

#HeaderArea .FirstItem {
	margin: 0;
}


}

@media (max-width: 1200px) {

#SearchSet, #CountryRegion .Inner, .SuperGlobalNavi .Inner {	
	max-width: 910px;
}

#HeaderArea .FirstItem {
	clear: none;
	margin: 0 0 5px 15px;
}

#CountryRegion .Inner .Column1 {
	margin: 0;
}

}