#wrapper {
  width: 100%;
  background-color: #DA0D14;
  overflow: hidden; }

#contents {
  width: 100%;
  max-width: 1060px;
  background-color: #DA0D14;
  margin: 0 auto; }

.contsIn {
  max-width: 1000px;
  margin: 0 auto; }

.contsWhite {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto 60px;
  background-color: #fff;
  padding: 70px 30px; }

h2.redTtl {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #DA0D14;
  margin-bottom: 60px; }

@media screen and (max-width: 550px) {
  .contsWhite {
    margin: 0 auto 30px;
    padding: 30px 30px 60px; }

  h2.redTtl {
    font-size: 28px;
    margin-bottom: 30px; } }
h3.redUnder {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #DA0D14; }
h3.redLeft {
  font-size: 26px;
  padding-left: 15px;
  border-left: 7px solid #DA0D14;
  margin-bottom: 40px; }
@media screen and (max-width: 550px) {
  h3.redUnder {
    font-size: 22px; }
  h3.redLeft {
    font-size: 18px;
    margin-bottom: 20px; } }

.bold {
  font-weight: bold; }

/*---------------mv----------------
------------------------------------------*/
.mv {
  background-color: #DA0D14;
  color: #fff;
  padding-bottom: 70px; }
  .mv .contsIn {
    margin: 0 auto;
    padding: 50px 5% 0; }
  .mv p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 40px; }
    .mv p.shuasi {
      font-size: 14px;
      font-weight: normal; }

@media screen and (max-width: 550px) {
  .mv {
    padding-bottom: 30px; } }
/*---------------sec01----------------
------------------------------------------*/
.sec01 {
  margin-bottom: 60px; }
  .sec01 h2 {
    background-color: #DA0D14;
    text-align: center; }
  .sec01 .prize_area {
    padding: 60px 30px 20px;
    overflow: hidden;
    background-color: #fff; }
  .sec01 .prize {
    display: table; }
    .sec01 .prize .left {
      display: table-cell;
      vertical-align: middle; }
    @media screen and (max-width: 550px) {
      .sec01 .prize .left {
        width: 18%; } }
    .sec01 .prize .right {
      display: table-cell;
      vertical-align: middle;
      padding-left: 10px; }
    .sec01 .prize span.ttl {
      font-size: 32px;
      font-weight: bold; }
    .sec01 .prize span.name {
      font-size: 24px;
      font-weight: bold; }
    .sec01 .prize span.sho {
      font-size: 16px; }
    @media screen and (max-width: 550px) {
      .sec01 .prize span.ttl {
        font-size: 22px;
        font-weight: bold; }
      .sec01 .prize span.name {
        font-size: 18px;
        font-weight: bold; } }
  .sec01 .prize1 {
    width: 470px;
    margin: 0 auto 60px; }
  .sec01 .prize2 {
    width: 500px;
    float: left;
    padding-bottom: 40px; }
  @media screen and (max-width: 1000px) {
    .sec01 .prize2 {
      width: 100%;
      max-width: 500px;
      float: none;
      margin: 0 auto; } }
  .sec01 .prize3 {
    width: 460px;
    float: right; }

@media screen and (max-width: 550px) {
  .sec01 {
    margin-bottom: 30px; } }
/*---------------sec02----------------
------------------------------------------*/
.sec02 .kome {
  font-size: 14px;
  margin-top: 20px; }
.sec02 .assignment {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .sec02 .assignment > li {
    width: 47.5%;
    background-color: #f7f7f7;
    padding: 35px 20px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.8;
    position: relative; }
    .sec02 .assignment > li ul {
      margin-top: 20px; }
      .sec02 .assignment > li ul > li {
        font-size: 22px; }
        .sec02 .assignment > li ul > li span {
          font-size: 22px;
          color: #DA0D14;
          padding-right: 10px; }
    @media screen and (max-width: 550px) {
      .sec02 .assignment > li ul > li {
        font-size: 18px; }
        .sec02 .assignment > li ul > li span {
          font-size: 18px; } }
    .sec02 .assignment > li a:hover {
      text-decoration: none; }
  @media screen and (max-width: 1000px) {
    .sec02 .assignment {
      display: block; }
      .sec02 .assignment > li {
        width: 100%; } }

@media screen and (max-width: 550px) {
  .sec02 .assignment li .item {
    position: static;
    text-align: center;
    padding-top: 10px;
    width: 100%; } }
/*---------------sec03----------------
------------------------------------------*/
.sec03 .fukidashi {
  margin-top: 10px;
  text-align: right;
  padding-right: 100px; }
@media screen and (max-width: 1000px) {
  .sec03 .fukidashi {
    padding-right: 30px; } }
.sec03 .grayBox {
  background-color: #b7b7b7;
  padding: 2%;
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .sec03 .grayBox > li {
    display: table;
    height: 80px;
    width: 48%; }
  @media screen and (max-width: 1000px) {
    .sec03 .grayBox {
      display: block; }
      .sec03 .grayBox > li {
        padding: 5px;
        width: 100%; } }
.sec03 .redBox {
  width: 140px;
  background-color: #DA0D14;
  color: #fff;
  padding: 10px 10px;
  font-size: 18px;
  display: table-cell;
  vertical-align: middle;
  text-align: center; }
.sec03 .whiteBox {
  font-size: 16px;
  background-color: #fff;
  width: 305px;
  padding: 10px 10px;
  display: table-cell;
  vertical-align: middle; }
.sec03 .leftBox {
  float: left;
  width: 485px;
  padding-bottom: 60px; }
@media screen and (max-width: 1000px) {
  .sec03 .redBox {
    width: 26%;
    font-size: 14px;
    padding: 5px; }
  .sec03 .whiteBox {
    width: 50%;
    font-size: 14px;
    padding: 10px; } }
@media screen and (max-width: 550px) {
  .sec03 .leftBox {
    width: 100%;
    padding-bottom: 20px; } }
.sec03 .kome {
  font-size: 14px; }
.sec03 .how {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .sec03 .how > li {
    width: 47.5%;
    background-color: #f7f7f7;
    padding: 20px 20px;
    font-size: 16px;
    line-height: 1.8;
    position: relative; }
  @media screen and (max-width: 1000px) {
    .sec03 .how {
      display: block; }
      .sec03 .how > li {
        width: 100%; } }

/*---------------sec04----------------
------------------------------------------*/
.sec04 .grayBox {
  background-color: #f7f7f7;
  padding: 25px 30px 50px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .sec04 .grayBox .txaC {
    width: 100%; }
.sec04 .leftBox {
  width: 100%; }
  .sec04 .leftBox > li {
    width: 48.5%;
    text-align: center;
    float: left; }
  @media screen and (max-width: 1000px) {
    .sec04 .leftBox {
      display: block; }
      .sec04 .leftBox > li {
        width: 100%; } }
.sec04 .logoArea {
  display: table;
  margin: 40px auto 0; }
@media screen and (max-width: 550px) {
  .sec04 .logoArea {
    width: 100%; }
    .sec04 .logoArea em {
      width: 22%;
      padding-right: 5px; }
    .sec04 .logoArea p {
      font-size: 22px !important; }
  .sec04 .enter1 input, .sec04 .enter2 input, .sec04 .enter3 input {
    width: 100%; } }
.sec04 .logoArea em, .sec04 .logoArea2 em {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px; }
.sec04 .logoArea p, .sec04 .logoArea2 p {
  display: table-cell;
  vertical-align: middle;
  font-size: 26px;
  font-weight: bold;
  text-align: left; }

/*---------------sec05----------------
------------------------------------------*/
.sec05 .contsIn {
  max-width: 1060px;
  background-color: #fff;
  padding: 10px 30px 80px;
  line-height: 1.8; }
.sec05 .kome {
  font-size: 14px;
  margin-top: 20px; }
.sec05 ul li {
  margin-bottom: 10px;
  text-indent: -1em;
  padding-left: 1em; }
  .sec05 ul li span {
    color: #a0a0a0; }

ul.snsArea {
  overflow: hidden;
  margin-top: 10px; }
  ul.snsArea li {
    float: left;
    margin-right: 20px;
    text-indent: 0em;
    padding-left: 0em; }
    ul.snsArea li span {
      vertical-align: top !important; }

/*---------------footer----------------
------------------------------------------*/
#footer {
  background-color: #7d7d7d; }
  #footer .footerIn {
    max-width: 1060px;
    margin: 0 auto;
    padding: 10px 0 10px 0;
    overflow: hidden; }
  #footer .copy {
    font-size: 14px;
    color: #fff;
    float: left; }
  #footer .rightBox {
    float: right; }
    #footer .rightBox a {
      font-size: 14px;
      color: #fff; }

/*---------------prize common-----------------*/
.pz {
  /*---------------sec02----*/
  /*---------------sec03----------------*/
  /*---------------sec04----------------*/
  /*---------------sohyo----------------
  ------------------------------------------*/
  /*---------------sec05----------------*/
  /*---------------colorbox----------------
  ------------------------------------------*/
  /*---------------ceremony----------------
  ------------------------------------------*/ }
  .pz .prizeBox a {
    display: block;
    margin-bottom: 30px; }
  .pz .redTtl {
    font-size: 36px;
    margin-bottom: 0px;
    font-weight: bold;
    text-align: center;
    color: #000000; }
    @media screen and (max-width: 1000px) {
      .pz .redTtl {
        font-size: 24px; } }
  .pz .pTtl {
    text-align: center;
    max-width: 170px;
    margin: 0 auto; }
    @media screen and (max-width: 1000px) {
      .pz .pTtl {
        width: 30%; } }
  .pz .prizeName {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #d6001e;
    padding: 0 10px;
    margin-bottom: 20px; }
    .pz .prizeName span {
      font-size: 16px;
      font-weight: normal; }
      .pz .prizeName span.yomi {
        font-size: 18px;
        font-weight: bold; }
    @media screen and (max-width: 1000px) {
      .pz .prizeName {
        font-size: 18px; }
        .pz .prizeName span {
          font-size: 14px; }
          .pz .prizeName span.yomi {
            font-size: 16px; } }
  .pz .commentArea {
    background-color: #f7f7f7;
    padding: 20px;
    box-sizing: border-box; }
    .pz .commentArea h3 {
      font-size: 17px;
      margin-bottom: 10px; }
    .pz .commentArea p {
      font-size: 15px;
      line-height: 1.8; }
  .pz .sec12 {
    margin-bottom: 50px; }
    .pz .sec12 h2 {
      text-align: center; }
    .pz .sec12 .kome {
      font-size: 14px;
      margin-top: 20px; }
    .pz .sec12 .assignment {
      padding: 60px 20px 30px;
      background-color: #ffffff;
      -js-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: -webkit- space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (max-width: 1000px) {
        .pz .sec12 .assignment {
          padding: 20px 3% 10px;
          margin: 0 3%; } }
      .pz .sec12 .assignment > li {
        width: 47.5%;
        padding: 35px 20px;
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 1.8;
        position: relative; }
        @media screen and (max-width: 1000px) {
          .pz .sec12 .assignment > li {
            padding: 20px 3%; } }
        .pz .sec12 .assignment > li .logo {
          margin-bottom: 40px; }
          @media screen and (max-width: 1000px) {
            .pz .sec12 .assignment > li .logo {
              margin-bottom: 20px; } }
        .pz .sec12 .assignment > li ul {
          margin-top: 20px; }
          .pz .sec12 .assignment > li ul > li {
            font-size: 22px; }
            .pz .sec12 .assignment > li ul > li span {
              font-size: 22px;
              color: #DA0D14;
              padding-right: 10px; }
        @media screen and (max-width: 550px) {
          .pz .sec12 .assignment > li ul > li {
            font-size: 18px; }
            .pz .sec12 .assignment > li ul > li span {
              font-size: 18px; } }
        .pz .sec12 .assignment > li a:hover {
          text-decoration: none; }
      @media screen and (max-width: 1000px) {
        .pz .sec12 .assignment {
          display: block; }
          .pz .sec12 .assignment > li {
            width: 100%; } }
  @media screen and (max-width: 550px) {
    .pz .sec02 .assignment li .item {
      position: static;
      text-align: center;
      padding-top: 10px;
      width: 100%; } }
  .pz .sec14 {
    background-color: #ffffff;
    padding: 60px 20px 30px;
    margin-bottom: 50px; }
    @media screen and (max-width: 1000px) {
      .pz .sec14 {
        padding: 20px 3% 10px;
        margin: 0 3% 20px; } }
    .pz .sec14 h2 {
      text-align: center; }
  .pz .sec03 {
    max-width: 1060px;
    margin: 0 auto 30px;
    background-color: #fff;
    padding: 70px 40px 20px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .pz .sec03 .leftBox {
      float: left;
      width: 450px; }
    .pz .sec03 .rightBox {
      float: right;
      width: 450px; }
    .pz .sec03 .redTtl {
      margin-bottom: 10px; }
    .pz .sec03 .txaL {
      min-height: 97px; }
    .pz .sec03 .box1, .pz .sec03 .box2 {
      margin-bottom: 60px; }
  .pz .macAward {
    overflow: hidden;
    width: 370px;
    margin: auto; }
    .pz .macAward .left {
      float: left; }
    .pz .macAward .right {
      float: right; }
      .pz .macAward .right a {
        margin-bottom: 0; }
        .pz .macAward .right a img.mgB {
          margin-bottom: 14px; }
  .pz .sec04 {
    max-width: 1060px;
    margin: 0 auto 30px;
    background-color: #fff;
    padding: 70px 30px 0px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 1000px) {
      .pz .sec04 {
        padding: 30px 3% 10px;
        margin: 0 3%; } }
    .pz .sec04 h3 {
      border-bottom: 1px solid #d6001e;
      margin-bottom: 30px; }
    .pz .sec04 .list {
      overflow: hidden;
      margin-bottom: 40px;
      -js-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      justify-content: -webkit- flex-start;
      justify-content: flex-start;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (max-width: 1000px) {
        .pz .sec04 .list {
          -webkit-justify-content: space-between;
          justify-content: -webkit- space-between;
          justify-content: space-between; } }
    .pz .sec04 .listBox {
      float: left;
      text-align: center;
      width: 242px; }
      @media screen and (max-width: 1000px) {
        .pz .sec04 .listBox {
          width: 48%; } }
      .pz .sec04 .listBox.ww {
        width: 300px; }
        .pz .sec04 .listBox.ww .commentArea {
          max-width: 280px; }
        @media screen and (max-width: 1000px) {
          .pz .sec04 .listBox.ww {
            width: 48%; } }
      .pz .sec04 .listBox span.name {
        margin-top: 15px;
        font-size: 18px;
        display: block;
        font-weight: bold; }
        @media screen and (max-width: 1000px) {
          .pz .sec04 .listBox span.name {
            margin-top: 5px;
            font-size: 16px; } }
      .pz .sec04 .listBox span.school {
        font-size: 14px;
        display: block;
        line-height: 1.2; }
        @media screen and (max-width: 1000px) {
          .pz .sec04 .listBox span.school {
            font-size: 13px; } }
      .pz .sec04 .listBox .commentArea {
        background-color: #f7f7f7;
        padding: 20px 3%;
        box-sizing: border-box;
        max-width: 200px;
        margin: 0 auto; }
        .pz .sec04 .listBox .commentArea h3 {
          font-size: 15px;
          margin-bottom: 10px;
          border-bottom: none; }
        .pz .sec04 .listBox .commentArea p {
          text-align: left;
          font-size: 14px;
          line-height: 1.8; }
    .pz .sec04 .btn {
      text-align: center;
      margin-bottom: 40px; }
  .pz .listW {
    background-color: #f7f7f7;
    padding: 20px 3%;
    box-sizing: border-box;
    margin: 0 4% 0 2%; }
    .pz .listW h3 {
      font-size: 15px;
      margin-bottom: 10px;
      border-bottom: none; }
    .pz .listW p {
      text-align: left;
      font-size: 14px;
      line-height: 1.8; }
  .pz .sec04-2 {
    max-width: 1060px;
    margin: 0 auto 30px;
    background-color: #fff;
    padding: 70px 40px 20px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .pz .sec04-2 .leftBox {
      float: left;
      width: 450px; }
    .pz .sec04-2 .rightBox {
      float: right;
      width: 450px; }
    .pz .sec04-2 h3 {
      border-bottom: 1px solid #d6001e;
      margin-bottom: 30px;
      text-align: center; }
    .pz .sec04-2 .commentArea {
      text-align: left; }
      .pz .sec04-2 .commentArea h3 {
        font-size: 16px;
        margin-bottom: 10px;
        border-bottom: none;
        text-align: left; }
      .pz .sec04-2 .commentArea p {
        font-size: 14px; }
    .pz .sec04-2 .list {
      overflow: hidden;
      margin-bottom: 40px; }
      .pz .sec04-2 .list .txaL {
        min-height: 97px;
        margin-top: 20px; }
    .pz .sec04-2 .listBox {
      text-align: center;
      width: 450px; }
      .pz .sec04-2 .listBox span.name {
        margin-top: 15px;
        font-size: 18px;
        display: block;
        font-weight: bold; }
  .pz .sec04 .listBox span.school {
    font-size: 14px;
    display: block;
    line-height: 1.2; }
  .pz .sohyo {
    max-width: 1060px;
    margin: 0 auto 60px;
    background-color: #fff;
    padding: 70px 30px 30px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 1000px) {
      .pz .sohyo {
        padding: 30px 3% 10px;
        margin: 0 3% 30px; } }
  .pz .sec05 .contsIn {
    max-width: 1060px;
    background-color: #fff;
    padding: 10px 30px 80px;
    line-height: 1.8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .pz .sec05 .kome {
    font-size: 14px;
    margin-top: 20px; }
  .pz .sec05 ul li {
    margin-bottom: 10px;
    text-indent: -1em;
    padding-left: 1em; }
    .pz .sec05 ul li span {
      color: #a0a0a0; }
  .pz .sec05 .btnArea {
    overflow: hidden;
    width: 970px;
    margin: 50px auto 0; }
    .pz .sec05 .btnArea .left {
      float: left; }
    .pz .sec05 .btnArea .right {
      float: left;
      margin-left: 40px; }
    @media screen and (max-width: 1000px) {
      .pz .sec05 .btnArea {
        width: 100%;
        margin: 30px auto 0; }
        .pz .sec05 .btnArea .left {
          float: none; }
        .pz .sec05 .btnArea .right {
          float: none;
          margin-left: 0;
          margin-top: 10px; } }
  .pz ul.snsArea {
    overflow: hidden;
    margin-top: 10px; }
    .pz ul.snsArea li {
      float: left;
      margin-right: 20px;
      text-indent: 0em;
      padding-left: 0em; }
  .pz .dsnone {
    display: none; }
  .pz .ContsBox {
    background: #fff;
    max-width: 785px;
    padding: 10px 0;
    overflow: hidden;
    margin: 0 auto; }
    @media screen and (max-width: 1000px) {
      .pz .ContsBox {
        width: 90% !important; }
        .pz .ContsBox img, .pz .ContsBox iframe {
          width: 90% !important;
          height: auto;
          display: inline-block;
          margin: 0 auto; } }
    .pz .ContsBox .closeBox {
      text-align: right;
      font-size: 12px; }
  .pz .ContsBox-2 .closeBox {
    text-align: right;
    font-size: 12px; }
  .pz .ContsBox .close, .pz .ContsBox-2 .close {
    text-align: right;
    padding-right: 10px; }
  .pz .ContsBox .ContsBoxIn {
    max-width: 500px;
    margin: 0 auto;
    text-align: center; }
    @media screen and (max-width: 1000px) {
      .pz .ContsBox .ContsBoxIn {
        width: 90%; }
        .pz .ContsBox .ContsBoxIn img, .pz .ContsBox .ContsBoxIn iframe {
          width: 90%;
          height: auto;
          display: inline-block;
          margin: 0 auto; } }
  .pz .ContsBox-2 {
    text-align: center;
    background: #fff;
    max-width: 1000px;
    padding: 10px 0;
    overflow: hidden;
    margin: 0 auto; }
    @media screen and (max-width: 1000px) {
      .pz .ContsBox-2 {
        width: 100%; } }
    .pz .ContsBox-2 .ContsBoxIn {
      max-width: 900px;
      text-align: center;
      margin: 0 auto; }
      @media screen and (max-width: 1000px) {
        .pz .ContsBox-2 .ContsBoxIn {
          width: 90%; }
          .pz .ContsBox-2 .ContsBoxIn img, .pz .ContsBox-2 .ContsBoxIn iframe {
            width: 90%;
            margin: 0 auto;
            height: auto;
            display: inline-block; } }
  .pz .ContsBox-3 {
    background: #fff;
    max-width: 800px;
    padding: 10px 0;
    overflow: hidden;
    margin: 0 auto; }
    @media screen and (max-width: 1000px) {
      .pz .ContsBox-3 {
        width: 100%; } }
    .pz .ContsBox-3 .ContsBoxIn {
      max-width: 700px;
      margin: 0 auto; }
      @media screen and (max-width: 1000px) {
        .pz .ContsBox-3 .ContsBoxIn {
          width: 90%; }
          .pz .ContsBox-3 .ContsBoxIn img, .pz .ContsBox-3 .ContsBoxIn iframe {
            width: 90%;
            height: auto;
            display: inline-block; } }
  .pz .ContsBoxIn h3 {
    text-align: left;
    color: #666666;
    margin-bottom: 20px; }
  .pz .ContsBoxIn p {
    text-align: left;
    margin-bottom: 15px; }
  .pz .picArea {
    width: 700px;
    margin: 10px auto 30px; }
    .pz .picArea h2 {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 10px; }
    .pz .picArea p {
      margin-top: 5px; }
    .pz .picArea .left {
      float: left;
      width: 345px; }
    .pz .picArea .right {
      float: right;
      width: 345px; }
