/*!
 * index.css </cyber-shot/rx/photographer/css/>
 * updateAt: 2015.12.07
 * updateAt: 2015.12.01
 * createAt: 2015.06.06
 */

/*--------------------------------------------------
  article
--------------------------------------------------*/
article {
  padding-bottom: 20px;
}

/*--------------------------------------------------
  .heading : 1224
--------------------------------------------------*/
article .heading {
  padding: 5.1470588% 0 0;
  text-align: center;
}
article .heading h2 {
  display: inline-block;
  width: 36.7647058%;
}
article .heading h2 img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 640px) {
  article .heading {
    padding-top: 9.375%;
  }
  article .heading h2 {
    margin-bottom: 15px;
    width: 70%;
  }
}

/* .menu
--------------------------------------------------*/
.anchor-holder .anchor-inner {
  box-sizing: border-box;
  padding: 10px 0;
  background: #130614;
}
.anchor-holder .anchor-inner.floating {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
}
.anchor-holder .menu {
  margin: 0 auto;
  max-width: 1224px;
  box-sizing: border-box;
  padding: 0 0 0 6%;
  font-size: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.anchor-holder .menu:after {
  clear: both;
  display: block;
  content: "";
}
.anchor-holder .menu ul {
  float: left;
  margin: 0 auto;
  width: 50%;
  box-sizing: border-box;
  vertical-align: middle;
}
.anchor-holder .menu ul:after {
  clear: both;
  display: block;
  content: "";
}
.anchor-holder .menu li {
  float: left;
  width: 197px;
  text-align: left;
  vertical-align: middle;
}
.anchor-holder .menu a {
  position: relative;
  display: inline-block;
  padding: 13px 0 13px 22px;
  background-image: url(../../assets/img/anchor_arrow@2x.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 13px auto;
}
.no-opacity .anchor-holder .menu a {
  background-image: url(../../assets/img/anchor_arrow.png);
}

.anchor-holder .menu .RX1R {
  width: 33%;
}
.anchor-holder .menu .RX1R a {
  width: 59px;
  width: 31.2169312%;
}
.anchor-holder .menu .RX1 {
  width: 27%;
}
.anchor-holder .menu .RX1 a {
  width: 41px;
  width: 26.4516129%;
}
.anchor-holder .menu .RX100M4 {
  width: 40%;
}
.anchor-holder .menu .RX100M4 a {
  width: 93px;
  width: 40.4347826%;
}
.anchor-holder .menu .RX100M4 img.new {
  width: 35px;
  width: 30.4347826%;
}

.anchor-holder .menu .RX100M3 {
  width: 34%;
}
.anchor-holder .menu .RX100M3 a {
  width: 91px;
  width: 46.666666%;
}
.anchor-holder .menu .RX100M2 {
  width: 33%;
}
.anchor-holder .menu .RX100M2 a {
  width: 85px;
  width: 44.7368421%;
}
.anchor-holder .menu .RX100 {
  width: 33%;
}
.anchor-holder .menu .RX100 a {
  width: 66px;
  width: 34.7368421%;
}
.anchor-holder .menu img {
  width: 100%;
  height: auto;
}
.anchor-holder .menu img.new {
  position: absolute;
  margin: 0 0 0 7px;
  height: auto;
}

@media screen and (max-width: 940px) {
  .anchor-holder .anchor-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 800px) {
  .anchor-holder .menu a {
    padding: 13px 0 13px 18px;
    background-size: 11px auto;
  }
}
@media screen and (max-width: 479px) {
  .anchor-holder .menu {
    padding: 0 0 0 5%;
  }
  .anchor-holder .menu ul {
    padding: 0 0 9px;
    width: 99.996%;
  }
  .anchor-holder .menu ul:first-child {
    padding: 9px 0 0;
  }
  .anchor-holder .menu a {
    padding: 9px 0 9px 15px;
    background-size: 9px auto;
  }
}
@media screen and (max-width: 479px) {
  .anchor-holder .anchor-inner {
    padding-left: 4.6875%;
    padding-right: 4.6875%;
  }
  .anchor-holder .anchor-inner.floating {
    position: relative !important;
    top: 0 !important;
  }
}

/*--------------------------------------------------
  section : 1146
--------------------------------------------------*/
article section {
  padding: 0 39px;
}
article section:first-child {
  margin-top: 40px;
}
article section:after {
  clear: both;
  display: block;
  content: "";
}
article section img {
  width: 100%;
  height: auto;
}
article strong {
  position: relative;
  float: left;
  margin-top: 87px;
  margin-top: 7.591623%;
  display: block;
  width: 216px;
  width: 18.8481675%;
  text-align: center;
}
article .photographer-box {
  float: right;
  width: 904px;
  width: 78.8830715%;
}
article .item {
  margin-bottom: 3.318584%;
  background: #fff;
}
article .item a {
  display: block;
}

@media screen and (max-width: 940px) {
  article section {
    padding: 0;
  }
}
@media screen and (max-width: 479px) {
  article section {
    padding: 0;
  }
  article strong {
    float: none;
    margin: 0 0 15px;
    padding-top: 30px;
    width: auto;
  }
  article strong:after {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 70%;
    display: block;
    width: 100%;
    border-bottom: 1px solid #222;
    content: "";
  }
  article strong img {
    position: relative;
    z-index: 1;
    width: 35%;
  }
  article .photographer-box {
    float: none;
    width: auto;
  }
}