/* カスタマイズ用CSS */

body#Cart #layout-content{
    padding: 40px 0;
}


#breadCrumb a{
    pointer-events: all;
}


#right{
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

#layout-content{
    /*background-color: white !important;*/
}
body#Home #layout-content,
body#Category #layout-content,
body#Product #layout-content
{
    background-color: #F4F4F4 !important;
}

#right{
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.privacy ol li {
    margin-bottom: 1em;
}
.privacy ol.kakko,
.privacy ol.alpha {
  margin-top: 1em;
  margin-left: 2em; /* サイトに合せて調整 */
}

.privacy ol.kakko li {
    list-style-type: none;
    counter-increment: cnt;
    position: relative;
}

.privacy ol.kakko li:before {
    content: "(" counter(cnt) ")";
    display: inline-block;
    margin-left: -3.5em; /* サイトに合せて調整 */
    width: 3em; /* サイトに合せて調整 */
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
}
.privacy table.border {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    border-collapse: collapse;
}
.privacy table.border th, .privacy table.border td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 7px;
}
.privacy table.border th {
    background-color: #f4f4f4;
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: -internal-center;
    unicode-bidi: isolate;
}
.privacy section > ol.alpha > li {
    list-style-type: lower-alpha;
}
.ec-rectHeading h2 {
  background: #ddd;
}
.ec-contactRole,
.ec-contactConfirmRole {
  padding: 20px 20px 40px;
}
.ec-role {
  padding-top: 20px;
}
.ec-contactCompleteRole {
  padding-bottom: 40px;
}
.table_wrap {
  overflow-x: auto;
}
.footerLogo {
  display: flex;
  justify-content: flex-start;
}
.footerLogo .footerLogoGlobal {
  margin-right: 1em;
}
.footerLogo .footerLogoGlobal p {
  font-size: 0.85rem;
}
.footerLogo .right #DigiCertClickID_O-RDVmih {
  display: inline-block;
  margin-left: 15px;
}
@media (max-width: 666px) {
  .footerLogo .right #DigiCertClickID_O-RDVmih {
    margin-left: 0;
  }
}
.ec-customerRole p {
  margin: 16px 0;
}
.ec-orderRole img#card_4brand {
  margin-top: 10px;
  max-width: 284px;
  height: auto;
}
.announce {
  width: 90%;
  max-width: 800px;
  margin: -50px auto 30px;
  line-height: 1.6;
}
.announce span {
  color: red;
  font-size: 110%;
}