/*----------------------------------------------------
	ポストカード商品一覧
----------------------------------------------------*/
#pcard {
  width: 100%;
  color: #231f20;
}

#pcard .hide {
  display: none;
}

#pcard .required {
  color: #f03a42;
}

#pcard .center {
  text-align: center;
}

#pcard .list-page-title.pcard {
  background: #acb2a4 url("/img/newhp/pcard/bg_lists_ttl.jpg") left top repeat-x;
}
#pcard .list-page-title.pcard img {
    margin-top: 15px !important;
    height: 27px !important;
}

/* サブメニュー */
#pcard-menu .sub-nav {
  border-bottom: 1px solid #C5C5C6;
  padding-bottom: 8px;
}
#pcard-menu .sub-nav li {
  margin: 0 1px;
}

/* 灰色三角 */
#pcard-menu .sub-nav li a:before {
  color: #acb2a4 !important;
}

#pcard-menu .sub-nav ul li a {
  margin: 0px !important;
  padding: 6px 16px 6px 18px !important;
}

#pcard-top {
  padding: 10px 10px;
}

#pcard .pcard-ttl {
  margin: 20px 0;
  font-size: 24px;
}

#pcard .lh-md {
  line-height: 22px;
}

/* メニュー */
#pcard-nav {
  margin: 20px 0;
  overflow: hidden;
}

#pcard #main-img {
  margin-top: 20px;
  border-bottom: 1px solid #C5C5C6;
  padding-bottom: 40px;
}

#pcard .item-category {
  text-align: center;
  margin: 40px 0px 20px 0px;
}

#pcard .item-lists-block div img {
  box-shadow: 5px 5px 15px 1px #bbb;
  width : auto !important;
  display: block;
  margin: 0 auto;
}

/* PCの場合 */
@media screen and (min-width: 768px) {
  #pcard .item-lists-block .listphoto2 {
      width: 192px !important;
  }

  #pcard .item-lists-block .listphoto2 p {
    padding: 10px 0px 20px 35px !important;
  }

  #pcard .item-lists-block .listphoto2-yoko p {
    padding: 10px 0px 20px 30px !important;
  }

}

/*----------------------------------------------------
	ポストカード説明
----------------------------------------------------*/
@media screen and (min-width: 768px) {
  #pcard #common_inv .common_inv_detail > :not(table) {
    margin-left: 60px;
  }
}

#pcard .common_inv_detail .pagetop span {
  color: #acb2a4;
}
hr.pcard-info-line {
  border-width: 1px 0 0 0;
  margin: 30px 0 30px 0;
}

.pcard-info-ttl {
  margin: 0px 0 20px 0;
  font-size: 24px;
}

.pcard-info-img {
  margin: 15px 0 40px 0;
  float: right;
}

#common_inv dt, #common_inv dd {
  line-height: 2.3 !important;
  font-size: 15px !important;
}
/* PCの場合 */
@media screen and (min-width: 768px) {
  #common_inv dd {
    padding-right: 350px;
  }

  .common_inv_ttl img {
    height: 35px !important;
  }

  #common_inv #pcard03 table {
    margin-left: 60px;
    width: 810px;

  }

}

#common_inv #pcard03 table {
  border-top: 0;
  border-left: 0;
  margin-bottom: 30px;
}

#common_inv #pcard03 th,
#common_inv #pcard03 td {
  border-left: 0;
  border-right: 0;
}

#common_inv #pcard10 table {
  border: 0px;
}
#common_inv #pcard10 td {
  padding: 20px 20px;
}

#common_inv #pcard10 tr:nth-child(1) {
  border-top: 1px solid #9f9fa0;
}

#common_inv #pcard10 td:nth-child(1) {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #9f9fa0;
  text-align: left;
  white-space: nowrap;
}
#common_inv #pcard10 td:nth-child(2) {
  border-top: 0px;
  border-left: 1px solid #9f9fa0;
  border-right: 1px solid #9f9fa0;
  border-bottom: 1px solid #9f9fa0;
  text-align: center;
  white-space: nowrap;
}
#common_inv #pcard10 td:nth-child(3) {
  border-top: 0px;
  border-left: 1px solid #9f9fa0;
  border-right: 1px solid #9f9fa0;
  border-bottom: 1px solid #9f9fa0;
  text-align: center;
  white-space: nowrap;
}
#common_inv #pcard10 td:nth-child(4) {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #9f9fa0;
  text-align: left;
}

/*----------------------------------------------------
	ポストカード詳細
----------------------------------------------------*/
#pcard #same_design span {
  display: block;
  text-align: center;
  color: #89afdd;
  margin-bottom: 20px;
  line-height: 1;
}

/* PCの場合 */
@media screen and (min-width: 768px) {

  #pcard .item-class {
    display: table;
    margin: auto;
    padding: 10px 0px 0px 0px;
    clear: both;
    text-align: center;
  }

  #pcard .item-class .item-select {
    width:220px;
    height:30px;
    margin-left: 250px;
    float: left;
  }

  #pcard .item-class .item-select select {
    width:200px;
    height:30px;
    padding: 10px;
  }

  #pcard .item-class .item-text {
    width:250px;
    height:30px;
    padding: 5px;
    font-size: 11px;
    text-align: left;
    float: left;
  }

}

/* スマホの場合 */
@media only screen and (max-device-width: 480px) {

  #pcard .item-class {
    display: table;
    margin: auto;
    padding: 10px 0px 0px 0px;
    clear: both;
    text-align: center;
  }

  #pcard .item-class .item-text {
    width:250px;
    height:30px;
    padding: 5px;
    font-size: 11px;
    text-align: left;
    float: left;
  }

  #pcard .item-class .item-select {
    width:100%;
    height:30px;
    float: left;
  }

  #pcard .item-class .item-select select {
    width:100%;
    height:30px;
    padding: 10px;
  }

}
