@charset "UTF-8";
.psc-scaling-img {
  border: 0;
  max-width: 100%;
  height: auto;
  width: auto;
  /* IE8 対応 */
}

.psc-d-none {
  display: none;
}

.psc-d-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.psc-d-block {
  display: block;
}

.psc-d-table-fix {
  display: table;
  table-layout: fixed;
}

.psc-d-table {
  display: table;
}

.psc-d-cell {
  display: table-cell;
}

.psc-align-center {
  text-align: center;
}

.psc-align-left {
  text-align: left;
}

.psc-align-right {
  text-align: right;
}

.psc-va-mid {
  vertical-align: middle;
}

.psc-va-top {
  vertical-align: top;
}

.psc-va-bot {
  vertical-align: bottom;
}

.psc-l-center {
  margin: 0 auto;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.psc-col-black {
  color: #1f1f1f;
}

.psc-col-white {
  color: #ffffff;
}

.psc-col-orange {
  color: #ed5f2b;
}

.psc-sst-light {
  font-family: "SST W55 Light1349120", "SST W55 Light", "SST W20 Light", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
}

.psc-sst-regular {
  font-family: "SST W55 Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

.psc-sst-bold {
  font-family: "SST W22 Bold", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}

.psc-fs12 {
  font-size: 12px;
}

.psc-fs14 {
  font-size: 14px;
}

.psc-fs16 {
  font-size: 16px;
}

.psc-fs18 {
  font-size: 18px;
}

.psc-fs20 {
  font-size: 20px;
}

.psc-fs24 {
  font-size: 24px;
}

.psc-fs32 {
  font-size: 32px;
}

.psc-fs40 {
  font-size: 40px;
}

.psc-fs48 {
  font-size: 48px;
}

.psc-fs56 {
  font-size: 56px;
}

.psc-fs64 {
  font-size: 64px;
}

.psc-fs72 {
  font-size: 72px;
}

.psc-stage-min {
  min-width: 860px;
}

.psc-stage-min-with-padding {
  min-width: 776px;
}

.psc-stage-width {
  max-width: 1024px;
}

.psc-contents-width {
  max-width: 940px;
}

.psc-stage-max70 {
  max-width: 70%;
}

.psc-w1024 {
  width: 1024px;
}

.psc-w940 {
  width: 940px;
}

.psc-max1024 {
  max-width: 1024px;
}

.psc-max940 {
  max-width: 940px;
}

.psc-w800 {
  width: 800px;
}

.psc-w700 {
  width: 700px;
}

.psc-w500 {
  width: 500px;
}

.psc-w470 {
  width: 470px;
}

.psc-w438 {
  width: 438px;
}

.psc-w400 {
  width: 400px;
}

.psc-100p {
  width: 100%;
}

.psc-w100 {
  width: 100px;
}

.psc-w100p {
  width: 100%;
}

.psc-w90p {
  width: 90%;
}

.psc-w80p {
  width: 80%;
}

.psc-w80 {
  width: 80px;
}

.psc-w64p {
  width: 64%;
}

.psc-w64 {
  width: 64px;
}

.psc-w60p {
  width: 60%;
}

.psc-w56 {
  width: 56px;
}

.psc-w48 {
  width: 48px;
  width: 4.8rem;
}

.psc-w48 {
  width: 48px;
}

.psc-w40 {
  width: 40px;
}

.psc-w40p {
  width: 40%;
}

.psc-w30p {
  width: 30%;
}

.psc-w24p {
  width: 24%;
}

.psc-w20p {
  width: 20%;
}

.psc-w15p {
  width: 15%;
}

.psc-w10p {
  width: 10%;
}

.psc-pd4 {
  padding: 4px;
}

.psc-pdt4 {
  padding-top: 4px;
}

.psc-pdl4 {
  padding-left: 4px;
}

.psc-pdr4 {
  padding-right: 4px;
}

.psc-pdb4 {
  padding-bottom: 4px;
}

.psc-pd8 {
  padding: 8px;
}

.psc-pdt8 {
  padding-top: 8px;
}

.psc-pdl8 {
  padding-left: 8px;
}

.psc-pdr8 {
  padding-right: 8px;
}

.psc-pdb8 {
  padding-bottom: 8px;
}

.psc-pd12 {
  padding: 12px;
}

.psc-pdt12 {
  padding-top: 12px;
}

.psc-pdl12 {
  padding-left: 12px;
}

.psc-pdr12 {
  padding-right: 12px;
}

.psc-pdb12 {
  padding-bottom: 12px;
}

.psc-pd16 {
  padding: 16px;
}

.psc-pdt16 {
  padding-top: 16px;
}

.psc-pdl16 {
  padding-left: 16px;
}

.psc-pdr16 {
  padding-right: 16px;
}

.psc-pdb16 {
  padding-bottom: 16px;
}

.psc-pd20 {
  padding: 20px;
}

.psc-pdt20 {
  padding-top: 20px;
}

.psc-pdl20 {
  padding-left: 20px;
}

.psc-pdr20 {
  padding-right: 20px;
}

.psc-pdb20 {
  padding-bottom: 20px;
}

.psc-pd24 {
  padding: 24px;
}

.psc-pdt24 {
  padding-top: 24px;
}

.psc-pdl24 {
  padding-left: 24px;
}

.psc-pdr24 {
  padding-right: 24px;
}

.psc-pdb24 {
  padding-bottom: 24px;
}

.psc-pd32 {
  padding: 32px;
}

.psc-pdt32 {
  padding-top: 32px;
}

.psc-pdl32 {
  padding-left: 32px;
}

.psc-pdr32 {
  padding-right: 32px;
}

.psc-pdb32 {
  padding-bottom: 32px;
}

.psc-pd40 {
  padding: 40px;
}

.psc-pdt40 {
  padding-top: 40px;
}

.psc-pdl40 {
  padding-left: 40px;
}

.psc-pdr40 {
  padding-right: 40px;
}

.psc-pdb40 {
  padding-bottom: 40px;
}

.psc-pd48 {
  padding: 48px;
}

.psc-pdt48 {
  padding-top: 48px;
}

.psc-pdl48 {
  padding-left: 48px;
}

.psc-pdr48 {
  padding-right: 48px;
}

.psc-pdb48 {
  padding-bottom: 48px;
}

.psc-pd56 {
  padding: 56px;
}

.psc-pdt56 {
  padding-top: 56px;
}

.psc-pdl56 {
  padding-left: 56px;
}

.psc-pdr56 {
  padding-right: 56px;
}

.psc-pdb64 {
  padding-bottom: 56px;
}

.psc-pd64 {
  padding: 64px;
}

.psc-pdt64 {
  padding-top: 64px;
}

.psc-pdl64 {
  padding-left: 64px;
}

.psc-pdr64 {
  padding-right: 64px;
}

.psc-pdb64 {
  padding-bottom: 64px;
}

.psc-z100-0 {
  z-index: 100;
}

.psc-z100-1 {
  z-index: 99;
}

.psc-z100-2 {
  z-index: 98;
}

.psc-z100-3 {
  z-index: 97;
}

.psc-text-btn {
  display: inline-block;
  padding: 0 20px 0 0;
  background: url("../../../../../../content/dam/pscom/ja-jp/header/icon_link.svg") no-repeat;
  background-position: right center;
  color: #00a2ff;
}

.psc-text-btn:hover {
  display: inline-block;
  padding: 0 20px 0 0;
  background: url("../../../../../../content/dam/pscom/ja-jp/header/icon_link_blue_over.svg") no-repeat;
  background-position: right center;
  -o-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -webkit-background-size: 15px 15px;
  background-size: 15px 15px;
  color: #8fdffd;
}

.psc-btn-blue {
  display: block;
  padding: 14px;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background-color: #0068bf;
}
.psc-btn-blue:hover {
  background-color: #00a2ff;
}

.psc-btn-black {
  display: block;
  padding: 14px;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background-color: #1f1f1f;
}
.psc-btn-black:hover {
  background-color: #00a2ff;
}

.psc-btn-cell {
  display: inline-block;
  min-width: 220px;
  padding: 8px;
}
.psc-btn-cell a {
  color: #ffffff;
  text-decoration: none;
}
.psc-btn-cell a:link {
  color: #ffffff;
}
.psc-btn-cell a:visited {
  color: #ffffff;
}

.psc-button-blue-s {
  min-width: 234px;
  min-width: 106px;
}
.psc-button-blue-s a {
  display: block;
  padding: 14px;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
}
.psc-button-blue-s a:hover {
  text-decoration: none;
  background-color: #00a2ff;
}
.psc-button-blue-s a {
  padding: 12px;
  background-color: #0068bf;
  color: #ffffff;
}
.psc-button-blue-s a:link {
  color: #ffffff;
}
.psc-button-blue-s a:visited {
  color: #ffffff;
}
.psc-button-blue-s a:hover {
  color: #ffffff;
}

.psc-hover-mdd:hover {
  color: #00a2ff;
}
.psc-hover-mdd:hover img {
  opacity: 0.7;
}

.psc-icon-blank {
  background: url("../../../../../../content/dam/pscom/ja-jp/footer/icon_blank.png") no-repeat;
  background-position: right center;
  -webkit-background-size: 12px 12px;
  -moz-background-size: 12px 12px;
  -o-background-size: 12px 12px;
  background-size: 12px 12px;
}

.psc-icon-global {
  background: url("../../../../../../content/dam/pscom/ja-jp/footer/icon_global.png") no-repeat;
  background-position: left center;
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}

/*
.psc-icon-global{
    text-align: center;
    a {
        font-family: $sst-regular;
        text-decoration: none;
        font-size: 12px;
        color: #ffffff;
        display: inline-block;
        padding: 0 0 0 24px;
        vertical-align: middle;
    }
}

*/
.psc-browser-alert {
  min-width: 776px;
  padding: 16px 42px;
  background-color: #333333;
  display: none;
}

#global-header {
  display: block;
  background-color: #000000;
}

#psc-sp-global-nav {
  display: none;
}

#psc-sp-nav-toggle {
  display: none;
}

.psc-section-header {
  position: relative;
  z-index: 9000;
}

.psc-row-sony {
  padding: 0 23px;
  background-color: #000000;
  text-align: right;
  height: 36px;
  line-height: 1.0;
  min-width: 960px;
  box-sizing: border-box;
}

.psc-link-sony {
  display: inline-block;
  padding: 12px 0 12px 0;
  line-height: 1.0;
}
.psc-link-sony img {
  border: 0;
  max-width: 100%;
  height: auto;
  width: auto;
  /* IE8 対応 */
}

.psc-global-container {
  min-width: 960px;
  position: relative;
  height: 65px;
  background-color: #1f1f1f;
}

.psc-row-global-nav {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-align: left;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.psc-cell-global {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  /* width: 11%; */
}
.psc-cell-global a {
  color: #ffffff;
  text-decoration: none;
}
.psc-cell-global a:link {
  color: #ffffff;
  text-decoration: none;
}
.psc-cell-global a:hover {
  color: #ffffff;
  text-decoration: none;
}
.psc-cell-global a:visited {
  color: #ffffff;
  text-decoration: none;
}

.psc-cell-global-product {
  /* width: 16%;*/
}

.psc-cell-global-ps {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  /*width: 130px;*/
}
.psc-cell-global-ps a {
  color: #ffffff;
  text-decoration: none;
}
.psc-cell-global-ps a:link {
  color: #ffffff;
  text-decoration: none;
}
.psc-cell-global-ps a:hover {
  color: #ffffff;
  text-decoration: none;
}
.psc-cell-global-ps a:visited {
  color: #ffffff;
  text-decoration: none;
}

.psc-cell-global-signin {
  /* width: 230px; */
}

.psc-cell-global-signed {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  /*width: 230px;*/
}

.psc-cell-global-signed a {
  color: #ffffff;
  text-decoration: none;
}
.psc-cell-global-signed a:link {
  color: #ffffff;
  text-decoration: none;
}
.psc-cell-global-signed a:hover {
  color: #ffffff;
  text-decoration: none;
}
.psc-cell-global-signed a:visited {
  color: #ffffff;
  text-decoration: none;
}

.psc-cell-global-search {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0px 0 16px;
  width: 200px;
  text-align: left;
  position: absolute;
  top: 16px;
  right: 23px;
}
.psc-cell-global-search a {
  color: #ffffff;
  text-decoration: none;
}
.psc-cell-global-search a:link {
  color: #ffffff;
  text-decoration: none;
}
.psc-cell-global-search a:hover {
  color: #ffffff;
  text-decoration: none;
}
.psc-cell-global-search a:visited {
  color: #ffffff;
  text-decoration: none;
}

.psc-link-global {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-family: "SST W55 Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  padding: 22px 10px 22px 10px
}
.psc-link-global img {
  vertical-align: middle;
}

.psc-link-global-ps {
  display: block;
  width: 45px;
  height: 40px;
  padding: 13px 23px 11px 23px;
}

.psc-link-global-support {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-family: "SST W55 Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  padding: 22px 10px 22px 10px;
}
.psc-link-global-support img {
  vertical-align: middle;
}

.psc-link-global-support .psc-sp-label-visible {
  line-height: 1.6;
}

@media screen and (max-width: 1100px) {
  .psc-link-global-support {
    padding: 22px 10px;
  }
}

.psc-link-global-signed {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-family: "SST W55 Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  padding: 14px 14px 12px 14px
}
.psc-link-global-signed img {
  vertical-align: middle;
}

.psc-global-signed-icon {
  vertical-align: middle;
  width: 40px;
}

.psc-global-signed-name {
  display: inline-block;
  vertical-align: middle;
}


@media screen and (max-width: 1200px) {
  .psc-cell-global-signed .psc-global-signed-name {
    display: none;
  }
}



.psc-global-search input[type="text"] {
  width: 100%;
  height: 32px;
  margin: 0;
  padding: 0 30px 0 10px;
  color: #ffffff;
  background-color: #303030;
  border: 0;
  border-radius: 3px;
  outline: 0;
  font-size: 12px;
  font-family: "SST W55 Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  box-sizing: border-box;
}
.psc-global-search input[type='image'] {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 6px;
  top: 5px;
}
@media screen and (min-width: 1520px) {
  .psc-row-global-nav {
    table-layout: fixed;
  }

  .psc-cell-global {
    width: auto;
  }

  .psc-cell-global-product {
    width: auto;
  }
}
.psc-global-search-options {
  display: none;
  position: absolute;
  top: 50px;
  background-color: #303030;
  border-radius: 0 0 3px 3px / 0px 0px 3px 3px;
  padding: 8px 16px;
  text-align: left;
  color: #ffffff;
  font-size: 12px;
}
.psc-global-search-options li {
  line-height: 210%;
}

.psc-search-option-title {
  font-size: 12px;
  cursor: pointer;
}

.psc-pc-label-visible {
  display: inline-block;
  color: #ffffff;
  line-height: 1.6 !important;
}

.psc-sp-label-visible {
  display: none;
  line-height: 18px;
  vertical-align: middle;
  text-align: left;
  color: #ffffff;
}

@media screen and (max-width: 1100px) {
  .psc-link-global {
    padding: 15px 10px;
    height: auto;
  }

  .psc-pc-label-visible {
    display: none;
  }

  .psc-sp-label-visible {
    display: inline-block;
  }
}
.psc-type-signin a {
  display: none;
}

.psc-type-signout {
  display: none;
}

.psc-footer-container {
  padding: 16px 0;
  font-size: 62.5%;
  min-width: 860px;
  min-height: 104px;
  position: relative;
}

.psc-row-footer {
  position: relative;
  padding: 9px 42px 0;
  margin: 0 auto;
  max-width: 940px;
  width: 100%;
}

.psc-cell-footer {
  display: inline-block;
  letter-spacing: normal;
  padding: 8px 8px;
  background: url("../../../../../../content/dam/pscom/ja-jp/footer/footer_line.jpg") no-repeat;
  background-position: right center;
}
.psc-cell-footer:last-child {
  background: none;
}
.psc-cell-footer a {
  font-family: "SST W55 Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

.psc-cell-footer a {
  color: #ffffff;
  font-size: 12px;
}
.psc-cell-footer a:link {
  text-decoration: none;
  color: #ffffff;
}
.psc-cell-footer a:visited {
  color: #ffffff;
}
.psc-cell-footer a:hover {
  color: #00a2ff;
}

.psc-copyrights {
  font-family: "SST W55 Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  color: #00a2ff;
  display: inline-block;
}

.psc-footer-global {
  text-align: center;
}
.psc-footer-global a {
  font-family: "SST W55 Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-decoration: none;
  font-size: 12px;
  color: #ffffff;
  display: inline-block;
  padding: 0 0 0 24px;
  vertical-align: middle;
}
.psc-footer-global a:visited {
  color: #ffffff;
}
.psc-footer-global a:hover {
  color: #00a2ff;
  text-decoration: none;
}
.psc-footer-global a:link {
  color: #ffffff;
  text-decoration: none;
}

.psc-footer-sce {
  position: absolute;
  bottom: 0;
  right: 84px;
  width: 100px;
}
.psc-footer-sce img {
  border: 0;
  max-width: 100%;
  height: auto;
  width: auto;
  /* IE8 対応 */
}

.psc-bg-footer {
  background: url("../../../../../../content/dam/pscom/ja-jp/footer/footer_glow.png") no-repeat;
  background-position: center 0;
  background-color: #003791;
}

@media screen and (max-width: 1024px) {
  .psc-row-footer {
    width: auto;
  }
}
.psc-back-to-top {
  position: fixed;
  bottom: 42px;
  right: 42px;
  cursor: pointer;
  z-index: 100000;
  opacity: 0;
}

@media screen and (max-width: 900px) {
  .psc-back-to-top {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 8999;
  }
}
#mdd {
  display: none;
}

#psn-mdd-signin-icon {
 width: 102px;
}

.psc-row-mdd {
  display: table;
  margin: 0 auto;
  max-width: 860px;
  width: 100%;
  table-layout: fixed;
}

.psc-row-mdd-btn {
  display: table;
  margin: 0 auto;
  max-width: 860px;
  width: 100%;
  text-align: center;
  padding: 24px 0 0;
}

.psc-cell-mdd {
  display: table-cell;
  padding: 0px 12px;
}
.psc-cell-mdd .psc-d-inline {
  vertical-align: middle;
}

#mdd-products,
#mdd-services,
#mdd-support,
#mdd-store,
#mdd-signin,
#mdd-signed {
  display: none;
}

.psc-mdd-container {
  position: absolute;
  top: -200px;
  left: 0;
  z-index: 998;
  min-width: 960px;
  width: 100%;

}

.psc-hover-mdd:hover {
  text-decoration: none;
}
.psc-hover-mdd:hover .psc-col-white {
  color: #00a2ff;
}
.psc-hover-mdd:hover img {
  opacity: 0.7;
}

.psc-bg-mdd {
  background: url("../../../../../../content/dam/pscom/ja-jp/bg/bg_megadrop.png") no-repeat;
  background-position: center bottom;
  background-color: #003791;
}

.psc-mdd-inner {
  padding: 24px 0 24px 0;
}

.psc-mdd-btn {
  border-top: 1px solid #609ccd;
  margin: 32px 0 0 0;
}

.psc-mdd-btn-title {
  font-size: 12px;
  color: #ffffff;
  font-family: "SST W55 Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0 0 16px 0;
  margin: 0;
}

.psc-mdd-nav-title {
  height: 42px;
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
  width: 164px;
}
.psc-mdd-nav-title h3 {
  margin: 0;
  line-height: 1.6;
}
.psc-mdd-nav-title h4 {
  margin: 0;
  line-height: 1.6;
}

.psc-mdd-empty-area {
  height: 190px;
  width: 100%;
  background-color: #003791;
}

.psc-icon-signout {
  background: url("../../../../../../content/dam/pscom/ja-jp/header/mdd/icon_mdd_signout.svg") no-repeat;
  background-position: left center;
  -webkit-background-size: 24px 20px;
  -moz-background-size: 24px 20px;
  -o-background-size: 24px 20px;
  background-size: 24px 20px;
}

.psc-hover-signout:hover {
  background: url("../../../../../../content/dam/pscom/ja-jp/header/mdd/icon_mdd_signout_over.svg") no-repeat;
  background-position: left center;
  color: #003791;
  text-decoration: none;
}

.psc-mdd-link a {
  color: #ffffff;
}

.psc-bg-mdd {
  background: url("../../../../../../content/dam/pscom/ja-jp/header/mdd/bg_mdd.png") no-repeat;
  background-position: center bottom;
  background-color: #003791;
}

.psc-mdd-icon {
  width: 88px;
}

.psc-container-account-nav {
  width: 100%;
  background-color: rgba(8, 82, 167, 0.6);
}

.psc-container-account-nav-sub {
  width: 100%;
  border-top: 1px solid #609ccd;
}

.psc-row-account-nav {
  display: table;
  table-layout: fixed;
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  height: 62px;
  padding: 0 42px;
}

.psc-cell-account-nav {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.psc-link-account-nav {
  display: block;
  color: #ffffff;
  font-family: "SST W55 Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  padding: 15px 0;
}

.psc-link-account-nav:hover {
  background-color: #00a2ff;
}

.psc-text-account-nav {
  display: inline-block;
  padding: 4px 0 4px 45px;
}

.psc-is-active-account-nav {
  background-color: #00a2ff;
}

.psc-sp-nav-img {
  width: 46px;
}

.psc-sp-nav-text {
  font-family: "SST W55 Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
}

.psc-account-icon-profile {
  background: url("../../../../../../content/dam/pscom/ja-jp/account/icon/icon_profile.png") no-repeat;
  background-position: left center;
  -webkit-background-size: 32px;
  -moz-background-size: 32px;
  -o-background-size: 32px;
  background-size: 32px;
}

.psc-account-icon-friend {
  background: url("../../../../../../content/dam/pscom/ja-jp/account/icon/icon_friend.png") no-repeat;
  background-position: left center;
  -webkit-background-size: 32px;
  -moz-background-size: 32px;
  -o-background-size: 32px;
  background-size: 32px;
}

.psc-account-icon-trophy {
  background: url("../../../../../../content/dam/pscom/ja-jp/account/icon/icon_trophy.png") no-repeat;
  background-position: left center;
  -webkit-background-size: 32px;
  -moz-background-size: 32px;
  -o-background-size: 32px;
  background-size: 32px;
}

.psc-account-icon-setting {
  background: url("../../../../../../content/dam/pscom/ja-jp/account/icon/icon_setting.png") no-repeat;
  background-position: left center;
  -webkit-background-size: 32px;
  -moz-background-size: 32px;
  -o-background-size: 32px;
  background-size: 32px;
}

@media screen and (max-width: 1024px) {
  .psc-row-account-nav {
    max-width: none;
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
  #account-pc-nav {
    display: none;
  }
}
.psc-link-mdd {
  display: block;
  text-align: center;
}

#mdd-signin p {
  font-size: 14px;
}
#mdd-store {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  table-layout: fixed;
  padding-bottom: 40px;
}

#mdd-store .tracking-mdd {
  max-width: 860px;
  width: 100%;
  display: table;
  table-layout: fixed;
}

#mdd-store .psc-mdd-cell {
  display: table-cell;
  padding: 0 16px;
  box-sizing: border-box;
}
#mdd-store .psc-mdd-cell .psc-mdd-category-link {
  display: block;
  text-align: center;
  padding: 0 0 12px 0;
}
#mdd-store .psc-mdd-cell .psc-mdd-category-link:hover img {
  opacity: 0.7;
}
#mdd-store .psc-mdd-cell .psc-mdd-category-link span {
  display: block;
  color: #ffffff;
}
#mdd-store .psc-mdd-cell .psc-mdd-category-link span:last-child {
  padding: 7px 0 0 0;
}
#mdd-store .psc-mdd-cell .psc-mdd-category-link img {
  vertical-align: middle;
  width: 114px;
}
#mdd-store .psc-mdd-cell .psc-mdd-category-link:hover img {
  opacity: 0.7;
}
#mdd-store .psc-mdd-cell .psc-mdd-category-link:hover span {
  color: #00a2ff;
}
#mdd-store .psc-mdd-cell .psc-mdd-link-list li a {
  font-size: 14px;
  color: #ffffff;
  border-bottom: 1px solid #609ccd;
  display: block;
  padding: 7px 0;
  background: url("../../../../../../content/dam/pscom/ja-jp/header/mdd/icon_store_link.png") no-repeat;
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
  background-position: right center;
}
#mdd-store .psc-mdd-cell .psc-mdd-link-list li a:link {
  color: #ffffff;
}
#mdd-store .psc-mdd-cell .psc-mdd-link-list li a:visited {
  color: #ffffff;
}
#mdd-store .psc-mdd-cell .psc-mdd-link-list li a:hover {
  color: #00a2ff;
  display: block;
  background: url("../../../../../../content/dam/pscom/ja-jp/header/icon_link.svg") no-repeat;
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
  background-position: right center;
}
#mdd-store .psc-mdd-cell .psc-mdd-link-list li:first-child a {
  border-top: 1px solid #609ccd;
}
.psc-bb-info {
  border-bottom: 2px solid #1f1f1f;
}

.psc-bb-dot {
  border-bottom: 1px dotted #1f1f1f;
}

.psc-line {
  border-top: solid 1px #e0e0e0;
}

body {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

#topcontrol {
  display: none;
}


/* 2015.0907追加 */
#mdd-signin p {
  font-size: 14px;
}

#mdd-store {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
  table-layout: fixed;
}
#mdd-store .tracking-mdd {
    max-width: 860px;
    width: 100%;
    display: table;
    table-layout: fixed;
}
#mdd-store .psc-mdd-cell {
  display: table-cell;
  padding: 0 16px;
  box-sizing: border-box;
}
#mdd-store .psc-mdd-cell .psc-mdd-category-link {
  display: block;
  text-align: center;
  padding: 0 0 12px 0;
}
#mdd-store .psc-mdd-cell .psc-mdd-category-link:hover img {
  opacity: 0.7;
}
#mdd-store .psc-mdd-cell .psc-mdd-category-link span {
  font-size: 14px;
  display: block;
  color: #ffffff;
}
#mdd-store .psc-mdd-cell .psc-mdd-category-link span:last-child {
  padding: 7px 0 0 0;
}
#mdd-store .psc-mdd-cell .psc-mdd-category-link img {
  vertical-align: middle;
  width: 114px;
}
#mdd-store .psc-mdd-cell .psc-mdd-category-link:hover img {
  opacity: 0.7;
}
#mdd-store .psc-mdd-cell .psc-mdd-category-link:hover span {
  color: #00a2ff;
}
#mdd-store .psc-mdd-cell .psc-mdd-link-list li a {
  font-size: 14px;
  color: #ffffff;
  border-bottom: 1px solid #609ccd;
  display: block;
  padding: 7px 0;
  background: url("../../../../../../content/dam/pscom/ja-jp/header/mdd/icon_store_link.png") no-repeat;
  background-size: 15px 15px;
  background-position: right center;
  text-decoration: none;
}
#mdd-store .psc-mdd-cell .psc-mdd-link-list li a:link {
  color: #ffffff;
}
#mdd-store .psc-mdd-cell .psc-mdd-link-list li a:visited {
  color: #ffffff;
}
#mdd-store .psc-mdd-cell .psc-mdd-link-list li a:hover {
  color: #00a2ff;
  display: block;
  background: url("../../../../../../content/dam/pscom/ja-jp/header/icon_link.svg") no-repeat;
  background-size: 15px 15px;
  background-position: right center;
}
#mdd-store .psc-mdd-cell .psc-mdd-link-list li:first-child a {
  border-top: 1px solid #609ccd;
}
