@charset "utf-8";

/* ****************************************************

layout.css
-----------------------------------
1: headerContainer
2: breadcrumbNav
3: mainContainer
4: footerContainer
5: other
-----------------------------------
6: POPUP
-----------------------------------
ex: clearfix

***************************************************** */

/*=================================

	1: headerContainer

================================ */
#headerContainer {
	border-bottom: 1px solid #a8a7a8;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f5f5f5), color-stop(0.78, #ffffff), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 78%, #f5f5f5 100%);
	background:    -moz-linear-gradient(top, #ffffff 0%, #ffffff 78%, #f5f5f5 100%);
	background:      -o-linear-gradient(top, #ffffff 0%, #ffffff 78%, #f5f5f5 100%);
	background:         linear-gradient(top, #ffffff 0%, #ffffff 78%, #f5f5f5 100%);
	-webkit-box-shadow: 0 0 2px 0 #d9d9d9;
	        box-shadow: 0 0 2px 0 #d9d9d9;
}
#header {
	height: 45px;
	background: #222222;
}
#globalNav .close,
#globalHeader #headerUtility #searchBox .close {
	display: none;
}

/* globalHeader */
#globalHeader {
	position: relative;
	width: 990px;
	margin: 0 auto;
}
#globalHeader #siteLogo.headerLogoPc {
	display: block !important;
}
#globalHeader #siteLogo.headerLogoSp {
	display: none !important;
}
#globalHeader #siteLogo {
	position: absolute;
	top: 62px;
	left: 0;
	width: 228px;
	font-size: 19px;
	z-index: 100;
}
#globalHeader #siteLogo img {
	vertical-align:middle;
	margin-right:10px;
}
#globalHeader #siteLogo a {
	color:#333333;
}
#globalHeader #siteLogo a:hover {
	text-decoration:none;
}
#globalHeader #smpNav {
	display: none;
}
#globalHeader #headerUtility .countryNav .switch {
	position: absolute;
	top: 8px;
	left: 0;
	width: 161px;
}
#globalHeader #headerUtility .countryNav .switch a {
	display: block;
	padding: 5px 5px 5px 22px;
	background: url(/japan/home/common/images/header_ic01.png) no-repeat 9px 50%;
	color: #ffffff;
	font-size: 11px;
	font-size: 1.1rem;
	text-decoration: none;
}
#globalHeader #headerUtility .countryNav .switch a:hover,
#globalHeader #headerUtility .countryNav .on a {
	border-radius: 1px;
	background-color: #494949;
	-webkit-box-shadow: 1px 1px 0 0 #090909;
	        box-shadow: 1px 1px 0 0 #090909;
}
#globalHeader #headerUtility .countryNav .section-globalnav {
  top: 45px;
}
#globalHeader #headerUtility .countryNav .section-globalnav .arrow {
  top: -9px;
  left: 71px;
  width: 18px;
  height: 9px;
  background: url(/japan/home/common/images/header_ic04.png) no-repeat 0 0;
}
#globalHeader #headerUtility #searchBox {
	float: right;
	padding-top: 7px;
}
#globalHeader #headerUtility #searchBox .linkList {
	float: left;
	padding-top: 5px;
}
#globalHeader #headerUtility #searchBox .linkList li {
	float: left;
	margin-right: 20px;
	padding-left: 15px;
	background: url(/japan/home/common/images/header_ic02.png) no-repeat 0 0.35em;
}
#globalHeader #headerUtility #searchBox .linkList li a {
	color: #ffffff;
	font-size: 12px;
	font-size: 1.2rem;
	text-decoration: none;
}
#globalHeader #headerUtility #searchBox .linkList li a:hover {
	text-decoration: underline;
}
#globalHeader #headerUtility #searchBox #SS_searchForm {
	float: left;
	width: 176px;
	height: 26px;
	border-top: 1px solid #090909;
	border-bottom: 1px solid #9d9d9d;
	border-radius: 0 1px 1px 0;
	background: #848484;
}
#globalHeader #headerUtility #searchBox #SS_searchForm #SS_searchQuery {
	width: 133px;
	height: 20px;
	padding: 3px 0 3px 12px;
	border: none;
	background: none;
	color: #ffffff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 26px;
}
#globalHeader #headerUtility #searchBox #SS_searchForm .button {
	width: 22px;
	height: 22px;
	margin: 0;
	padding: 0;
	border: none;
	background: url(/japan/home/common/images/header_ic03.png) no-repeat 0 0;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}
#globalHeader #headerUtility #searchBox .SS_suggest {
  display: none;
  position: absolute;
  width: 173px;
  border: 1px solid #cccccc;
  border-top: none;
  color: #7b7e7d;
  font-size: 134%;
  font-weight: normal;
  z-index: 9999999;
}
#globalHeader #headerUtility #searchBox .SS_suggest .SS_suggestItemOff {
  width: 100%;
  padding: 2px 0;
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
}
#globalHeader #headerUtility #searchBox .SS_suggest .SS_suggestItemOn {
  width: 100%;
  padding: 2px 0;
  border-top: 1px solid #cccccc;
  background-color: #ecf5fa;
}
#globalHeader #headerUtility #searchBox .SS_suggest .SS_suggestKey {
  padding-left: 4px;
  font-size: 100%;
}
#globalHeader #headerUtility #searchBox .SS_suggest .SS_suggestRate {
  width: 100px;
}
#globalHeader #headerUtility #searchBox #mcf_social {
	display: block;
	float: left;
	width: 116px;
	padding: 2px 0 0 9px;
}

/* globalNav */
#globalNav {
	position: relative;
	width: 990px;
	margin: 0 auto;
	z-index: 10;
}
#globalNav ul {
	margin-left: 220px;
}
#globalNav ul li {
	float: left;
	padding-right: 1px;
	background: url(/japan/home/common/images/header_hr01.png) no-repeat 100% 48%;
	font-size: 14px;
	font-size: 1.4rem;
}
#globalNav ul li a {
	display: table-cell;
	height: 72px;
	vertical-align: middle;
	color: #333333;
	text-align: center;
	text-decoration: none;
	letter-spacing: -0.08em;
}
#globalNav ul li a:hover,
#globalNav ul .current a {
	background: url(/japan/home/common/images/header_ic05.png) no-repeat 50% 53px;
}
#globalNav ul .nav01 a {
	width: 138px;
}
#globalNav ul .nav02 a {
	width: 81px;
}
#globalNav ul .nav03 a {
	width: 108px;
}
#globalNav ul .nav04 a {
	width: 139px;
}
/*#globalNav ul .nav01 a {
	width: 156px;
}
#globalNav ul .nav02 a {
	width: 121px;
}
#globalNav ul .nav03 a {
	width: 130px;
}
#globalNav ul .nav04 a {
	width: 159px;
}*/
#globalNav #myAccount {
	position: absolute;
	top: 10px;
	/*right: 162px;*/
	right: 140px;
	font-size: 14px;
	font-size: 1.4rem;
}
#globalNav #myAccount a {
	display: block;
	width: 113px;
	height: 25px;
	padding: 6px 0 0 13px;
	background: url(/japan/home/common/images/header_bg01.png) no-repeat 0 0;
	color: #333333;
	letter-spacing: -0.08em;
}
#globalNav .maBeginner {
	position: absolute;
	top: 46px;
	right: 126px;
	width: 120px;
	padding-left: 20px;
	background: url(/japan/home/common/images/header_ic11.png) no-repeat 0 50%;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 20px;
}
#globalNav #hacker-safe {
	position: absolute;
	top: 21px;
	right: 1px;
	display: block;
}

/* partner
================================ */
body#partner #headerContainer {
	border-bottom-color: #cccccc;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
body#partner #header {
	height: 76px;
	background: #ffffff;
}

/* globalHeader */
body#partner #globalHeader {
	width: 730px;
}
body#partner #globalHeader #siteLogo {
	top: 15px;
	left: 20px;
}


/*=================================

	2: breadcrumbNav

================================ */
#breadcrumbNav {
	display: block;
	padding: 12px 0;
	background: #f3f3f3;
	border-bottom: 1px solid #ecebeb;
}
#breadcrumbNav ul {
	width: 990px;
	margin: 0 auto;
}
#breadcrumbNav ul li {
	float: left;
	margin-left: 2px;
	/*margin-left: 11px;
	padding-left: 17px;
	background: url(/japan/home/common/images/com_tx01.png) no-repeat 0 0.25em;*/
	font-size: 12px;
	font-size: 1.2rem;
}
#breadcrumbNav ul li a {
	margin-right: 4px;
}
#breadcrumbNav ul li:first-child {
	margin-left: 0;
	padding-left: 0;
	background: none;
}
#breadcrumbNav ul li:last-child a {
	color: #333333;
	text-decoration: none;
	cursor: text;
}


/*=================================

	3: mainContainer

================================ */
#mainContainer {
	width: 990px;
	margin: 35px auto 0;
	padding-bottom: 50px;
}
#mainContainer #mainContents > *:first-child,
#mainContainer #sideContents > *:first-child,
#mainContainer #mainContents > section:first-child > *:first-child {
	margin-top: 0;
}

/* mainContents */
#mainContainer #mainContents {
	float: left;
	width: 730px;
}

#mainContainer #mainContents_noSide {
	float: left;
	width:990px;
}

/* sideContents */
#mainContainer #sideContents {
	float: right;
	width: 225px;
}
#mainContainer #sideContents p {
	margin-top: 10px;
}
#mainContainer #sideContents .bannerList {
	margin-bottom: 20px;
}
#mainContainer #sideContents .bannerList li {
	margin-top: 15px;
	text-align: center;
}

#mainContainer #sideContents .bannerList li.setTxt {
	text-align: left;
	font-size:13px;
}

#mainContainer #sideContents .bannerList li.atn {
	font-size:10px;
	text-align:left;
	margin-top:5px;
	ine-height:1.2;
}

#mainContainer #sideContents .bannerList li.setTxt img {
	margin-bottom:7px;
}

/* partner
================================ */
body#partner #mainContainer {
	width: 730px;
	margin-top: 30px;
	padding-bottom: 0;
}


/*=================================

	4: footerContainer

================================ */
#footerContainer {
	position: relative;
	padding-bottom: 40px;
	background: #797979;
}

/* pageTop */
#footerContainer .pageTop {
	position: fixed;
	bottom: 184px;
	right: 0;
	margin: 0;
	z-index: 1000;
}
#footerContainer .pageTop a {
	display: block;
	width: 38px;
	height: 19px;
	padding: 38px 0 0 18px;
	background: url(/japan/home/common/images/footer_bt01.png) no-repeat 0 0;
	color: #ffffff;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.0;
	text-decoration: none;
}
#footerContainer .pageTop a span {
	display: none;
}
#contentsFooter,
#globalFooter ul {
	width: 990px;
	margin: 0 auto;
}

/* contentsFooter */
#contentsFooter > ul {
	float: left;
	padding: 16px 10px 16px 30px;
	background: url(/japan/home/common/images/footer_hr01.png) no-repeat 0 0;
}
#contentsFooter ul li {
	margin-top: 5px;
}
#contentsFooter ul li a {
	color: #ffffff;
	font-size: 13px;
	font-size: 1.3rem;
}
#contentsFooter .siteLinks {
	width: 172px;
}
#contentsFooter .customerLinks {
	width: 215px;
}
#contentsFooter .companyLinks {
	width: 218px;
}
#contentsFooter .otherLinks {
	float: left;
	margin-top: 24px;
	padding: 0 0 30px 34px;
	border-left: 1px solid #aaaaaa;
}
#contentsFooter .otherLinks .countryNav {
	margin-bottom: 13px;
}
#contentsFooter .otherLinks .countryNav .switch a {
	display: block;
	margin-top: -2px;
	padding: 0 10px 0 11px;
	width: 184px;
	height: 30px;
	border-radius: 1px;
	background: #a7a7a7;
	color: #ffffff;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 30px;
	text-decoration: none;
}
#contentsFooter .otherLinks .countryNav .switch a span {
	padding-left: 21px;
	background: url(/japan/home/common/images/footer_ic01.png) no-repeat 0 50%;
}
#contentsFooter .otherLinks .countryNav .switch a:hover,
#contentsFooter .otherLinks .countryNav .on a {
	background-color: #cccccc;
}
#contentsFooter .otherLinks .countryNav .section-globalnav {
  bottom: 42px;
  left: -760px;
}
#contentsFooter .otherLinks .countryNav .section-globalnav .arrow {
  bottom: -10px;
  right: 107px;
  width: 20px;
  height: 10px;
  background: url(/japan/home/common/images/footer_ic03.png) no-repeat 0 0;
}

/* globalFooter */
#globalFooter {
	height: 43px;
	background: #222222;
}
#globalFooter ul li {
	float: left;
	font-size: 12.5px;
	font-size: 1.25rem;
	line-height: 43px;
}
#globalFooter ul li a {
	display: block;
	height: 43px;
	padding: 0 23px;
	color: #ffffff;
}

/* copyright */
#copyright {
	clear: both;
	margin-top: 14px;
	color: #ffffff;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
}

/* partner
================================ */
body#partner #footerContainer {
	margin-top: 50px;
	padding-bottom: 0;
	background: none;
}

/* pageTop */
body#partner #footerContainer .pageTop {
	position: static;
	width: 730px;
	margin: 0 auto;
}
body#partner #footerContainer .pageTop a {
	display: block;
	width: auto;
	height: auto;
	padding: 0;
	background: none;
	color: #087bc4;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 17px;
}
body#partner #footerContainer .pageTop a:link {
	text-decoration: none;
}
body#partner #footerContainer .pageTop a:visited {
	text-decoration: none;
}
body#partner #footerContainer .pageTop a:hover {
	text-decoration: underline;
}
body#partner #footerContainer .pageTop a:active {
	text-decoration: underline;
}

/* footer */
body#partner #footerContainer #footer {
	margin-top: 35px;
	padding: 15px 0 25px;
	background: #797979;
}

/* copyright */
body#partner #footerContainer #copyright {
	margin-top: 0;
	font-size: 12px;
	font-size: 1.2rem;
}


/*=================================

	5: other

================================ */
.countryNav {
	position: relative;
}
.countryNav .section-globalnav {
	display: none;
	position: absolute;
	display: none;
	width: 958px;
	padding: 30px 0 30px 30px;
	border: 1px solid #bbbbbb;
	background: #ffffff;
	z-index: 100;
}
.countryNav .section-globalnav .title {
	display: none;
}
.countryNav .section-globalnav ul {
	overflow: hidden;
}
.countryNav .section-globalnav ul li {
	float: left;
	width: 295px;
	margin: 10px 5px 0 0;
	padding-left: 15px;
	background: url(/japan/home/common/images/com_ic02.png) no-repeat 0 0.3em;
}
.countryNav .section-globalnav ul li a {
	color: #087bc4 !important;
	font-size: 14px!important;
	font-size: 1.4rem!important;
}
.countryNav .section-globalnav .closeBtn {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 43px;
	height: 43px;
	background: url(/japan/home/common/images/com_bt01.png) no-repeat 0 0;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}
.countryNav .section-globalnav .arrow {
	position: absolute;
	display: block;
}


/*=================================

	6: POPUP

================================ */
body#popup {
	position: relative;
	width: 1030px;
	margin: 0 auto;
}
body#popup #header {
	position: relative;
	height: 76px;
	border-bottom: 1px solid #cccccc;
	background: none;
}
body#popup #header #siteLogo {
	position: absolute;
	top: 15px;
	left: 20px;
}	
body#popup .puClose {
	position: absolute;
	top: 17px;
	right: 18px;
}
body#popup #footer {
	padding: 13px 0 22px;
	background: #797979;
}
body#popup #footer #copyright {
	margin-top: 0;
}


/*=================================

	clearfix

=================================*/
#globalHeader #headerUtility:after,
#globalHeader #headerUtility #searchBox:after,
#globalHeader #headerUtility #searchBox .linkList:after,
#globalNav ul:after,
#breadcrumbNav ul:after,
#mainContainer:after,
#contentsFooter:after,
#globalFooter ul:after,
.countryNav .section-globalnav ul:after {
	content: "";
	display: block;
	clear: both;
}
#globalHeader #headerUtility,
#globalHeader #headerUtility #searchBox,
#globalHeader #headerUtility #searchBox .linkList,
#globalNav ul,
#mainContainer,
#breadcrumbNav ul,
#contentsFooter,
#globalFooter ul,
.countryNav .section-globalnav ul {
	zoom: 1;
}