@charset "UTF-8";

/*============================================

名刺共通

namecard_common.css

============================================*/

/* 用紙 */
.paper_type {
  margin: 0 0 40px;
}
.paper_type_block {
  margin: 0 0 20px;
}
.paper_type_box {
  float: left;
  margin: 0;
  width: 226px;
  text-align: center;
}
.paper_type_box:not(:last-child) {
  margin: 0 16px 0 0;
}
.paper_box_inner {
  position: relative;
  overflow: hidden;
  padding: 16px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, .1);
     -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, .1);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, .1);
}
.paper_box_ttl {
  padding: 10px 0 12px;
  margin: 0 0 20px;
  font-size: 1.6rem;
  border-bottom: 1px dashed #a6a6a6;
}
.p_number {
  font-size: 1rem;
  width: 100px;
  padding: 3px 10px;
  color: #fff;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 9px;
  left: -32px;
  text-transform: uppercase;
  transform: rotate(330deg);
}
.standard_paper .p_number { background: #c6642f; }
.high_paper .p_number { background: #d3c356; }
.special_paper .p_number { background: #c1c3c4; }

.p_number span {
  font-size: 1.3rem;
}
.paper_type_list li a:hover .paper_name {
  text-decoration: underline;
}
.paper_type_list li:not(:last-child) {
  margin: 0 0 20px;
}
.paper_type_list li .paper_pic {
  position: relative;
  padding: 0 8px;
  margin: 0 0 5px;
}
.paper_type_list li .paper_pic img {
  width: 100%;
}
.paper_type_list li .paper_name {
  font-weight: bold;
}
.paper_type_list li .paper_pic:after {
  position: absolute;
  width: 46px;
  height: 46px;
  content: "";
  top: -11px;
  left: -13px;
}
.paper_type_list li .badge_fix:after {
  background: url(../../../_common/pc/img/badge_fix.png) no-repeat;
}
.paper_type_list li .badge_recommend:after {
  background: url(../../../_common/pc/img/badge_recommend.png) no-repeat;
}
.paper_type_btn {
  text-align: right;
}
.paper_type_btn .nc_c_arw {
  padding: 0 20px 0 0;
  background: url(../../../_common/pc/img/nc_c_arw.png) no-repeat 100% 50%;
}
