/*override light-grey background*/

#wa-common-footer {
  background-color: #fff;
}



h4 {
  margin-bottom: 2px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #333333;
  font-weight: 400;
}

h3 {
  font-size: 18px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 4px;
  font-weight: 400;
}

p {
  line-height: 1.5;
  margin-bottom: 20px;
}

#contactLeftColumn,
#contactRightColumn {
  float: left;
  padding-top: 15px;
}

#contactLeftColumn {
  width: 56.7%;
  margin-right: 7.2%;
}

#contactRightColumn {
  width: 27.5%;
  padding: 0 4.2% 72px;
  border-left: 1px solid #d1d1d1;
}

#contactLeftColumn .contactBlock {
  position: relative;
  margin-bottom: 40px;
  padding: 0px 0px 0px 85px;
}

.contactBlock .contactLogo {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 70px;
  background-size: 80px 70px;
}

#contactLeftColumn #sendFeedback {
  margin-top: 15px;
  margin-bottom: 40px;
}

#sendFeedback .contactLogo {
  background-image: url('../images/pro.png');
}

#proSubscription .contactLogo {
  background-image: url('../images/general-feedback.png');
}

#proPremium .contactLogo {
  background-image: url('../images/pro-premium.png');
}

#contactRightPic {
  display: block;
  max-width: 230px;
  height: 124px;
  position: relative;
  background-image: url(../images/corporate.png);
  background-position-x: center;
  z-index: 5;
  margin: -44px auto 0;
}

#bottomBar {
  clear: both;
  width: 100%;
  padding: 20px 0px 50px;
  border-top: 1px solid #DDD;
}

.bottomItem {
  float: left;
  width: 27.1%;
}

#businessInquiries,
#mediaInquiries {
  margin-right: 7%;
}

pre {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  margin: 0px;
  display: block;
}

.row {
  display: none;
}
.col {
  display: block;
}








main {
  color: #535353;
  font: 13px 'Source Sans Pro', Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

.wrap {
  padding: 15px;
  max-width: 830px;
  margin: 0 auto;
}

a {
  color: #d10;
  text-decoration: none;
}

a:hover {
  color: #ff7e00;
}




main h1 {
  color: #333;
  font-weight: 400;
}



@media only screen and (min-width: 580px) {
  main h1 {
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 4px;
  }
}

@media only screen and (max-width:750px) {
  #contactRightColumn {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 650px) {
  main h1 {
    font-size: 28px;
    margin: 20px 0 4px;
    line-height: 1.5;
  }
  h3 {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 4px;
  }
  #contactLeftColumn {
    width: 100%;
    padding: 0 0 10px;
  }
  #contactRightColumn {
    width: 100%;
    padding: 0 0 40px;
    border-top: 1px solid #d1d1d1;
    border-left: none;
  }

  #contactRightPic {
    margin: 30px auto 0;
  }
  .bottomItem {
    width: 100%;
  }
  #contactLeftColumn #sendFeedback {
    margin-bottom: 30px;
  }
  .contactBlock .contactLogo {
    left: -9px;
    width: 72px;
    height: 63px;
    background-size: 72px 63px;
  }
  #contactLeftColumn .contactBlock {
    margin-bottom: 30px;
    padding: 0px 0px 0px 66px;
  }
  .row {
    display: block;
  }
  .col {
    display: none;
  }
  pre {
    display: none;
  }
}




main.terms h2,
main.terms h3 {
  color: #333;
}

main.terms h2 {
  font-size: 21px;
  font-weight: 400;
  margin-bottom: -7px;
  margin-top: 0;
}

main.terms p {
  margin: 0px 0;
  font-size: 12px;
}



main.terms h1+section {
  padding-top: 0;
}


main hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}


#wa-common-header,
#wa-common-footer {
  height: 43px;
}



html[lang=ja] {
  font-family: WebRoboto, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Meiryo', 'メイリオ', Arial, sans-serif;
}

pre:lang(ja) {
    font-family: WebRoboto, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Meiryo', 'メイリオ', Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
}




#contactRightContent:lang(ja) {
    min-width: 260px;
}

#mediaInquiries:lang(ja) {
    min-width: 180px;
}

html[lang=ja] br {
  display: inline;
}
