@charset "UTF-8";
/* ===================================================================
	SCE CONFIDENTIAL
	
	サイト内共通コンポーネントスタイル

	1. 全体
	2. グローバルヘッダー
	3. グローバルフッター
	4. 共通パーツ
	5. 印刷用
=================================================================== */
/* clearfix */
#globalHeader #companyLogo span:after, #globalHeader ul#headerMenu:after {
  content: "";
  clear: both;
  display: block;
}

/* ===================================================================
 1. 全体
=================================================================== */
html {
  height: 100%;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background: #003791;
  overflow: hidden;
}

input, textarea {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/* リンクカラー
----------------------------------------------------*/
a {
  color: #00a2ff;
  text-decoration: none;
}

a:link {
  color: #00a2ff;
}

a:visited {
  color: #7357bc;
}

a:hover {
  text-decoration: underline;
}

/* ===================================================================
 2. グローバルヘッダー
=================================================================== */
#globalHeader {
  width: 100%;
}
#globalHeader #companyLogo {
  width: 100%;
  height: 24px;
  padding: 5px 0;
  background: #000;
}
#globalHeader #companyLogo span {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: block;
}
#globalHeader #companyLogo span a {
  display: block;
  float: right;
  width: 100px;
  height: 24px;
  text-decoration: none;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/content/dam/corporate/images/logo_sony.svg) center center no-repeat;
}
#globalHeader #headerWrapper {
  width: 100%;
  background: #ddd;
}
#globalHeader #headerWrapper #headerWrapperBox {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 900px) {
  #globalHeader #headerWrapper #headerWrapperBox {
    padding-top: 60px;
  }
}
#globalHeader #headerWrapper #headerWrapperBox #logoCorp {
  position: absolute;
  width: 120px;
  height: 60px;
  left: 0;
  top: 0;
}
#globalHeader #headerWrapper #headerWrapperBox #logoCorp a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/content/dam/corporate/images/logo_sie.svg) center center no-repeat;
}
#globalHeader #headerWrapper #headerWrapperBox p#changeLanguage {
  position: absolute;
  right: 170px;
  top: 15px;
  padding-left: 5px;
  border-left: 1px solid #999;
}
@media screen and (max-width: 900px) {
  #globalHeader #headerWrapper #headerWrapperBox p#changeLanguage {
    right: 105px;
    border: none;
  }
}
#globalHeader #headerWrapper #headerWrapperBox p#changeLanguage a {
  display: block;
  padding: 5px 5px 5px 20px;
  color: #222;
  background: url(/content/dam/corporate/images/icon_language.svg) 4px center no-repeat;
  font-size: 85%;
}
#globalHeader #headerWrapper #headerWrapperBox #headerMenuBox {
  padding: 0 270px 0 120px;
}
@media screen and (max-width: 900px) {
  #globalHeader #headerWrapper #headerWrapperBox #headerMenuBox {
    position: absolute;
    z-index: 99999;
    width: 270px;
    right: 0;
    padding: 20px 0 0;
    background: #222;
    background: linear-gradient(to bottom, rgba(34, 34, 34, 0.95) 0%, rgba(85, 85, 85, 0.95) 100%);
    background: -moz-linear-gradient(top, rgba(34, 34, 34, 0.95) 0%, rgba(85, 85, 85, 0.95) 100%);
    background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0.95) 0%, rgba(85, 85, 85, 0.95) 100%);
    transform: translateX(270px);
    -webkit-transform: translateX(270px);
  }
  #globalHeader #headerWrapper #headerWrapperBox #headerMenuBox.menuHide, #globalHeader #headerWrapper #headerWrapperBox #headerMenuBox.menuShow {
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #globalHeader #headerWrapper #headerWrapperBox #headerMenuBox.menuShow {
    transform: translateX(0px);
    -webkit-transform: translateX(0);
  }
}
#globalHeader #headerWrapper #headerWrapperBox #headerMenuBox form#search {
  position: absolute;
  right: 15px;
  top: 18px;
}
#globalHeader #headerWrapper #headerWrapperBox #headerMenuBox form#search input#searchBox {
  font-size: 12px;
  width: 110px;
  height: 24px;
  line-height: 24px;
  padding: 0 30px 0 10px;
  background: #fff;
  border: none;
  border-radius: 0;
}
#globalHeader #headerWrapper #headerWrapperBox #headerMenuBox form#search input#searchBtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 24px;
  background: url(/content/dam/corporate/images/icon_search.svg) center center no-repeat;
  text-decoration: none;
  border-style: none;
  cursor: pointer;
  border-radius: 0px 0px 0px 0px;
}
@media screen and (max-width: 900px) {
  #globalHeader #headerWrapper #headerWrapperBox #headerMenuBox form#search {
    position: relative;
    right: inherit;
    top: inherit;
    width: 200px;
    margin: 0 auto 20px;
  }
  #globalHeader #headerWrapper #headerWrapperBox #headerMenuBox form#search input#searchBox {
    width: 160px;
  }
}
#globalHeader ul#headerMenu {
  width: 100%;
  list-style: none;
}
#globalHeader ul#headerMenu li {
  position: relative;
  display: table;
  table-layout: fixed;
  float: left;
  width: 25%;
}
#globalHeader ul#headerMenu li.active > a {
  background: #00a2ff;
  background: linear-gradient(to bottom, rgba(0, 162, 255, 0) 0%, rgba(0, 162, 255, 0) 90%, #00a2ff 90%);
  background: -moz-linear-gradient(top, rgba(0, 162, 255, 0) 0%, rgba(0, 162, 255, 0) 90%, #00a2ff 90%);
  background: -webkit-linear-gradient(top, rgba(0, 162, 255, 0) 0%, rgba(0, 162, 255, 0) 90%, #00a2ff 90%);
}
@media screen and (max-width: 900px) {
  #globalHeader ul#headerMenu li.active > a {
    background: none;
    border-left: 10px solid #00a2ff;
    border-right: 10px solid #00a2ff;
  }
}
#globalHeader ul#headerMenu li.active:hover > a {
  background: none;
}
#globalHeader ul#headerMenu li.active:hover > a:hover {
  background: #00a2ff;
}
#globalHeader ul#headerMenu li:hover {
  background: #222;
}
@media screen and (max-width: 900px) {
  #globalHeader ul#headerMenu li:hover {
    background: none;
  }
}
#globalHeader ul#headerMenu li:hover a {
  color: #fff;
}
#globalHeader ul#headerMenu li a {
  display: table-cell;
  width: 100%;
  height: 60px;
  padding: 0 5px;
  text-align: center;
  vertical-align: middle;
  color: #222;
  text-decoration: none;
}
#globalHeader ul#headerMenu li a:hover {
  background: #00a2ff;
}
#globalHeader ul#headerMenu li ul {
  display: none;
  position: absolute;
  width: 100%;
  top: 60px;
  left: 0;
  z-index: 99999;
  list-style: none;
  background: #222;
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0.95) 0%, rgba(85, 85, 85, 0.95) 100%);
  background: -moz-linear-gradient(top, rgba(34, 34, 34, 0.95) 0%, rgba(85, 85, 85, 0.95) 100%);
  background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0.95) 0%, rgba(85, 85, 85, 0.95) 100%);
}
@media screen and (max-width: 900px) {
  #globalHeader ul#headerMenu li ul {
    background: none;
  }
}
#globalHeader ul#headerMenu li ul li {
  display: block;
  width: 100%;
}
#globalHeader ul#headerMenu li ul li a {
  display: block;
  width: auto;
  height: auto;
  line-height: 1.4em;
  padding: 15px 5px;
  font-size: 90%;
  word-wrap: break-word;
  color: #fff;
}
@media screen and (max-width: 900px) {
  #globalHeader ul#headerMenu {
    display: block;
  }
  #globalHeader ul#headerMenu li {
    float: none;
    width: 100%;
    border-top: 1px dotted rgba(255, 255, 255, 0.5);
  }
  #globalHeader ul#headerMenu li:hover ul {
    display: none;
  }
  #globalHeader ul#headerMenu li a {
    color: #fff;
  }
  #globalHeader ul#headerMenu li.hide {
    border-top: none;
  }
  #globalHeader ul#headerMenu li.hide > a {
    display: none;
  }
  #globalHeader ul#headerMenu li:hover ul.show {
    display: block;
  }
  #globalHeader ul#headerMenu li ul.show {
    display: block;
    position: static;
    width: 100%;
    margin: 0 auto;
    top: inherit;
    left: inherit;
    border-bottom: none;
  }
  #globalHeader ul#headerMenu li ul.show li {
    display: block;
    float: none;
    border-bottom: none;
  }
  #globalHeader ul#headerMenu li ul.show li.hide {
    display: none;
  }
  #globalHeader ul#headerMenu li ul.show li a {
    height: 50px;
    line-height: 50px;
    padding: 0 5px;
    border-left: none;
    border-right: none;
  }
}
#globalHeader #mobileMenu {
  display: none;
  position: absolute;
  top: 11px;
  right: 5px;
  width: 75px;
  height: 18px;
  padding: 10px;
  border-radius: 3px;
  background: #555;
}
#globalHeader #mobileMenu:hover {
  background: #626262;
}
#globalHeader #mobileMenu span, #globalHeader #mobileMenu:before, #globalHeader #mobileMenu:after {
  display: block;
  position: absolute;
  top: 18px;
  right: 10px;
  width: 30px;
  height: 2px;
  background: #fff;
  transition: all 0.2s ease;
}
#globalHeader #mobileMenu span {
  text-indent: -45px;
  line-height: 2px;
  font-size: 85%;
  color: #fff;
}
#globalHeader #mobileMenu:before, #globalHeader #mobileMenu:after {
  content: "";
  top: 10px;
}
#globalHeader #mobileMenu:after {
  top: 26px;
}
@media screen and (max-width: 900px) {
  #globalHeader #mobileMenu {
    display: block;
  }
}
#globalHeader #mobileMenu.on:before {
  width: 17.3205px;
  transform: translate(4px, 2px) rotate(50deg);
  -webkit-transform: translate(4px, 2px) rotate(50deg);
}
#globalHeader #mobileMenu.on:after {
  width: 17.3205px;
  transform: translate(4px, -2px) rotate(-50deg);
  -webkit-transform: translate(4px, -2px) rotate(-50deg);
}

/* ===================================================================
 3. グローバルフッター
=================================================================== */
#globalFooter {
  clear: both;
  width: 100%;
}
#globalFooter #footerCorpWrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 0 20px;
  background: url(/content/dam/corporate/images/footer_glow.png) center top no-repeat;
  color: #96b5dd;
}
#globalFooter #footerCorpWrapper #footerCorpBox {
  margin: 0 15px;
  padding: 0 60px 0 0;
  background: url(/content/dam/corporate/images/logo_PS.svg) right 7px no-repeat;
}
#globalFooter #footerCorpWrapper #footerCorpBox h2 {
  margin-bottom: 5px;
  color: #CEE4F5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: normal;
}
#globalFooter #footerCorpWrapper #footerCorpBox ul#corpNav {
  margin-bottom: 30px;
}
#globalFooter #footerCorpWrapper #footerCorpBox ul#corpNav li {
  display: inline;
  white-space: nowrap;
  margin: 0 3px;
}
#globalFooter #footerCorpWrapper #footerCorpBox ul#corpNav li a {
  font-size: 85%;
  line-height: 2.5em;
  margin-right: 10px;
  color: #fff;
}
#globalFooter #footerCorpWrapper #footerCorpBox .copyright {
  font-size: 11px;
}

/* ===================================================================
 4. 共通パーツ
=================================================================== */
/* SiteCatalyst
--------------------------*/
#SiteCatalyst {
  display: none;
}

/* パンくずリスト
--------------------------*/
p.breadLink_top {
  font-size: 85%;
  color: #999;
  text-indent: 16px;
  background: url("/content/dam/corporate/images/icon_home.svg") left 4px no-repeat;
}

/* ページトップへ戻るボタン
--------------------------*/
.btnBackTop {
  display: block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  overflow: hidden;
  background: rgba(153, 153, 153, 0.5) url(/content/dam/corporate/images/icon_arrow_top.svg) center center no-repeat;
  z-index: 1000;
}
.btnBackTop:hover {
  opacity: 0.8;
}

/* ===================================================================
 5. 印刷用
=================================================================== */
@media print {
  body {
    background: #fff;
  }

  p.breadLink_top {
    display: none;
  }

  #globalHeader,
  #globalFooter {
    display: none;
  }
}

/*# sourceMappingURL=module.css.map */
