@charset "utf-8";

/* index
 1. reset
 2. template base
 3. snippet
 4. library
 5. module
 6. for JS
*/

/* 1. reset :
----------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
ul,
ol,
li,
dl,
dd,
dt,
div,
form {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 100%;
}

img {
  padding: 0;
  margin: 0;
  border: 0;
}

li {
  list-style: none;
}

table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}

caption {
  text-align: left;
}

pre,
code,
select,
input,
textarea,
kbd,
var,
ins,
del,
samp {
  font-size: 100%;
}

address,
cite,
dfn,
em,
strong,
var,
th,
ins,
del,
samp,
i {
  font-weight: normal;
  font-style: normal;
}

/* 2. template base :
----------------------------------------------------------------*/
body {
  color: #000;
  font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
}

a:link {
  color: #0080bb;
  text-decoration: none;
}

a:visited {
  color: #551a8;
  text-decoration: none;
}

a:hover,
a:active {
  color: #888;
  text-decoration: underline;
}

p {
  line-height: 175%;
}

/* ----- structure ------------------------------------------- */
#contentHeader {
  width: 100%;
  background: #fff;
}

#contentMain {
  width: 940px;
  margin: 0 auto;
}

/* custom */
#top #spot {
  margin-bottom: 60px;
}

#faq #contentMain {
  margin-bottom: 60px;
  padding-bottom: 0;
  background: url(../../image/dec_line_style01.png) 0 bottom repeat-x;
}

/* CF */
#faq #contentMain:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

/* CF */
#faq #contentMain {
  *zoom: 1;
}

/* ----- Y parts ---------------------------------------------- */
/* -- footer ------------ */
#footer {
  text-align: center;
}

#footer .libPropertyLink {
  margin-bottom: 10px;
}

#footer address {
  padding: 10px 0 20px;
  border-top: 1px solid #ccc;
  font-size: 75%;
  line-height: 1.4;
}

#footer a:link,
#footer a:hover,
#footer a:active {
  color: #0080bb;
}

#footer a:visited {
  color: #551a8;
}

/* -- libJsOffAlert.css v1.0.0 ------------ */
#libJsOffAlert {
  display: block;
  width: 950px;
  line-height: 1.56;
  clear: both;
  margin: 0 auto 20px auto;
}

#libJsOffAlert .untBody {
  padding: 20px;
  border: 2px solid #758fb5;
  background: #e9eff8;
}

#libJsOffAlert .untBody p {
  color: #103771;
  text-align: center;
}

#libJsOffAlert .untBody p em {
  font-weight: bold;
}

#libJsOffAlert .untBody p a {
  color: #1555d5;
  font-weight: bold;
}

#libJsOffAlert .untBody p.decTxt {
  font-size: 75%;
  /*12px*/
}

/* -- EMG ------------ */
.EMG {
  clear: both;
  text-align: center;
}

.EMG table {
  margin: 10px auto;
}

.EMG table table {
  margin: 0;
}

/* -- uft ------------ */
#uft {
  padding: 10px 0;
  border-top: 1px solid #ccc;
  text-align: center;
}

/* 3. snippet :
----------------------------------------------------------------*/

/* -- clear_fix ------------ */
.cf:after {
  /** for FF,Safari,Opera */
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

.cf {
  /** for Win IE5.5-7 */
  *zoom: 1;
}

/* -- font ------------ */
.fnt00 {
  font-size: 0;
  line-height: 0;
}

.fnt10 {
  font-size: 63%;
}

.fnt11 {
  font-size: 69%;
}

.fnt12 {
  font-size: 75%;
}

.fnt13 {
  font-size: 82%;
}

.fnt14 {
  font-size: 88%;
}

.fnt15 {
  font-size: 94%;
}

/*.fnt16 { font-size: 100%;}*/
.fnt17 {
  font-size: 107%;
}

.fnt18 {
  font-size: 113%;
}

.fnt19 {
  font-size: 119%;
}

.fnt20 {
  font-size: 125%;
}

.fnt22 {
  font-size: 138%;
}

.fnt24 {
  font-size: 150%;
}

.fnt30 {
  font-size: 188%;
}

/* -- font_style ------------ */
.fntB {
  font-weight: bold;
}

/* -- layout ------------ */
.mB0 {
  margin-bottom: 0 !important;
}

.mB5 {
  margin-bottom: 5px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB15 {
  margin-bottom: 15px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB25 {
  margin-bottom: 25px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB35 {
  margin-bottom: 35px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB45 {
  margin-bottom: 45px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.mB55 {
  margin-bottom: 55px !important;
}

.mB60 {
  margin-bottom: 60px !important;
}

.mB65 {
  margin-bottom: 65px !important;
}

.mB70 {
  margin-bottom: 70px !important;
}

.mB75 {
  margin-bottom: 75px !important;
}

.mB80 {
  margin-bottom: 80px !important;
}

.mB95 {
  margin-bottom: 95px !important;
}

.mB115 {
  margin-bottom: 115px !important;
}

.mT0 {
  margin-top: 0 !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT15 {
  margin-top: 15px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT25 {
  margin-top: 25px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT35 {
  margin-top: 35px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT45 {
  margin-top: 45px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mT55 {
  margin-top: 55px !important;
}

.mT60 {
  margin-top: 60px !important;
}

.mT65 {
  margin-top: 65px !important;
}

.mT70 {
  margin-top: 70px !important;
}

.mT75 {
  margin-top: 75px !important;
}

.mT80 {
  margin-top: 80px !important;
}

.mT95 {
  margin-top: 95px !important;
}

.mT115 {
  margin-top: 115px !important;
}

.pB0 {
  padding-bottom: 0 !important;
}

.pB5 {
  padding-bottom: 5px !important;
}

.pB10 {
  padding-bottom: 10px !important;
}

.pB15 {
  padding-bottom: 15px !important;
}

.pB20 {
  padding-bottom: 20px !important;
}

.pB25 {
  padding-bottom: 25px !important;
}

.pB30 {
  padding-bottom: 30px !important;
}

.pB35 {
  padding-bottom: 35px !important;
}

.pB40 {
  padding-bottom: 40px !important;
}

.pB45 {
  padding-bottom: 45px !important;
}

.pB50 {
  padding-bottom: 50px !important;
}

.pB55 {
  padding-bottom: 55px !important;
}

.pB60 {
  padding-bottom: 60px !important;
}

.pB65 {
  padding-bottom: 65px !important;
}

.pB70 {
  padding-bottom: 70px !important;
}

.pB75 {
  padding-bottom: 75px !important;
}

.pB80 {
  padding-bottom: 80px !important;
}

.pB95 {
  padding-bottom: 95px !important;
}

.pB115 {
  padding-bottom: 115px !important;
}

.pT0 {
  padding-top: 0 !important;
}

.pT5 {
  padding-top: 5px !important;
}

.pT10 {
  padding-top: 10px !important;
}

.pT15 {
  padding-top: 15px !important;
}

.pT20 {
  padding-top: 20px !important;
}

.pT25 {
  padding-top: 25px !important;
}

.pT30 {
  padding-top: 30px !important;
}

.pT35 {
  padding-top: 35px !important;
}

.pT40 {
  padding-top: 40px !important;
}

.pT45 {
  padding-top: 45px !important;
}

.pT50 {
  padding-top: 50px !important;
}

.pT55 {
  padding-top: 55px !important;
}

.pT60 {
  padding-top: 60px !important;
}

.pT65 {
  padding-top: 65px !important;
}

.pT70 {
  padding-top: 70px !important;
}

.pT75 {
  padding-top: 75px !important;
}

.pT80 {
  padding-top: 80px !important;
}

.pT95 {
  padding-top: 95px !important;
}

.pT115 {
  padding-top: 115px !important;
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hide {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

/* 4. library(common_parts) :
----------------------------------------------------------------*/

/* ----- paragraph ----------------------------------------- */
.lbNote {
  font-size: 88%;
}

.lbStrongFontcolor {
  color: #d76000;
}

.lbStrongBgcolor {
  background: #e8680f;
}

.lbStrongBorder {
  border: 1px solid #d76000;
}

/* ----- table ------------------------------------------------ */
.lbTable {
  border-collapse: collapse;
  border-spacing: 0;
}

.lbTable,
.lbTable th,
.lbTable td {
  border: 2px solid #000;
}

.lbTable th,
.lbTable td {
  padding: 10px 20px;
}

.lbTable th {
  background: #ffda45;
  font-size: 125%;
  font-weight: bold;
}

.lbTable th em {
  font-size: 70%;
  font-weight: bold;
}

/* ----- list -------------------------------------------------- */
.lbListDot {
  padding-left: 1.5em;
}

.lbListDot li {
  list-style-type: disc;
}

/* ----- navigation ----------------------------------------- */
.lbPager {
  margin-left: -15px;
  text-align: center;
}

.lbPager li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 15px;
}

.lbPager a {
  display: block;
  padding: 8px 15px;
  background: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 75%;
  line-height: 1.01;
}

.lbPager a:link,
.lbPager a:visited,
.lbPager a:hover,
.lbPager a:active {
  color: #fff;
  text-decoration: none;
}

.lbPager a:hover,
.lbPager a:active {
  background-color: #666;
}

.lbPager span {
  display: block;
}

.lbPager .elPagerPrev span {
  padding-left: 15px;
  background: url(../../image/ico_arrowL_6x6.png) 0 center no-repeat;
}

.lbPager .elPagerNext span {
  padding-right: 15px;
  background: url(../../image/ico_arrowR_6x6.png) right center no-repeat;
}

.lbPager .elPagerMore span {
  padding-left: 15px;
  background: url(../../image/ico_arrowR_6x6.png) 0 center no-repeat;
}

/* ----- button ---------------------------------------------- */
.lbBtnEntryS,
.lbBtnEntryM,
.lbBtnEntryL {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  line-height: 1.01;
  white-space: nowrap;
  transition: color 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.lbBtnEntryS:link,
.lbBtnEntryS:visited,
.lbBtnEntryM:link,
.lbBtnEntryM:visited,
.lbBtnEntryL:link,
.lbBtnEntryL:visited {
  background: #e8680f;
  color: #fff;
  text-decoration: none;
}

.lbBtnEntryS:hover,
.lbBtnEntryS:active,
.lbBtnEntryM:hover,
.lbBtnEntryM:active,
.lbBtnEntryL:hover,
.lbBtnEntryL:active {
  background: #ac4d00;
  color: #e5e5e5;
  text-decoration: none;
}

.lbBtnEntryS {
  padding: 13px 20px;
  font-size: 88%;
}

.lbBtnEntryM {
  padding: 20px 55px;
  font-size: 125%;
}

.lbBtnNavS {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 1.01;
  white-space: nowrap;
  transition: color 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.lbBtnNavS:link,
.lbBtnNavS:visited,
.lbBtnNavS:hover,
.lbBtnNavS:active {
  color: #fff;
  text-decoration: none;
}

.lbBtnNavS:hover,
.lbBtnNavS:active {
  background-color: #666;
}

.lbBtnNavS span {
  display: block;
}

.lbBtnNavS {
  padding: 8px 15px;
  font-size: 75%;
}

.lbBtnNavS span {
  padding-left: 15px;
  background: url(../../image/ico_arrowR_6x6.png) 0 center no-repeat;
}

/* ----- etc -------------------------------------------------- */
.lbSNSPlungin {
  height: 20px;
}

.lbSNSPlungin li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.lbBtnEntrySet strong {
  display: block;
  color: #d76000;
  font-weight: bold;
  line-height: 1.01;
  text-align: center;
}

.lbIcon {
  display: block;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
}

/* 5. module :
----------------------------------------------------------------*/

/* ///// header ////////////////////////////////////////////// */
/* -- ci ------------ */
.acMdHeader {
  height: 60px;
  border-bottom: 1px solid #b8bdbf;
}

.acMdHeader .ptsHeaderCi {
  width: 940px;
  margin: 0 auto;
  padding-top: 15px;
  font-size: 0;
  line-height: 0;
}

.acMdHeader .lbSNSPlungin {
  width: 940px;
  margin: -25px auto 0;
  background: transparent;
  text-align: right;
}

/* -- navigation ------------ */
.acMdHeaderNavi {
  width: 100%;
  background: #fff;
}

.acMdHeaderNavi .untBody {
  position: relative;
  width: 790px;
  margin: 0 auto;
  padding-left: 150px;
}

.acMdHeaderNavi .ptsHeaderNaviHl {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
}

.acMdHeaderNavi .ptsHeaderMenu {
  padding: 18px 0 20px;
  text-align: right;
  /*white-space: nowrap;*/
}

.acMdHeaderNavi .elHeaderMenuList,
.acMdHeaderNavi .elHeaderMenuIt,
.acMdHeaderNavi .elHeaderMenuEntry {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.acMdHeaderNavi .elHeaderMenuIt {
  position: relative;
  top: 2px;
  padding-left: 10px;
}

.acMdHeaderNavi .elHeaderMenuIt a {
  display: block;
  padding-bottom: 6px;
  color: #000;
  font-size: 88%;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.01;
}

.acMdHeaderNavi .elHeaderMenuIt a:link,
.acMdHeaderNavi .elHeaderMenuIt a:visited {
  border-bottom: 2px solid #fff;
}

.acMdHeaderNavi .elHeaderMenuIt a:hover,
.acMdHeaderNavi .elHeaderMenuIt a:active {
  border-bottom: 2px solid #000;
}

.acMdHeaderNavi .elHeaderMenuEntry {
  padding-top: 2px;
  padding-left: 25px;
}

/* custom */
#quality .acMdHeaderNavi .ptsHeaderMenu .it01 a,
#details .acMdHeaderNavi .ptsHeaderMenu .it02 a,
#price .acMdHeaderNavi .ptsHeaderMenu .it03 a,
#interview .acMdHeaderNavi .ptsHeaderMenu .it04 a,
#faq .acMdHeaderNavi .ptsHeaderMenu .it05 a {
  border-bottom: 2px solid #000;
  cursor: default;
}

/* ///// spot ///////////////////////////////////////////////// */
/* -- top_mainVisual ------------ */
.acMdMainVisual {
  position: relative;
  overflow: hidden;
  min-width: 950px;
  text-align: center;
}

.acMdMainVisual .untHead,
.acMdMainVisual .untBody {
  font-size: 0;
  line-height: 0;
}

.acMdMainVisual .untHead {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -985px;
  z-index: 2;
}

.acMdMainVisual .untBody {
  position: relative;
  z-index: 1;
}

.acMdMainVisual .untBody img {
  width: 100%;
  height: auto;
}

.acMdMainVisual .untFoot {
  position: absolute;
  left: 50%;
  top: 15%;
  margin: 0 0 0 -178px;
  z-index: 3;
}

.acMdMainVisual .ptsCatch {
  margin-bottom: 30px;
  font-size: 0;
  line-height: 0;
}

.acMdMainVisual .lbBtnEntrySet strong {
  margin-bottom: 10px;
  font-weight: normal;
}

.acMdMainVisual .lbBtnEntryM {
  padding: 20px 45px;
  white-space: nowrap;
}

/* -- WarningTextBox ------------ */
.acMdWarningText {
  width: 918px;
  margin: 0 auto 10px;
  padding: 10px;
  font-size: 13px;
  border: 2px solid #c44;
  color: #c44;
  border-radius: 3px;
  line-height: 1.4;
}

/* ///// main //////////////////////////////////////////////// */
/* ---- common---------------------------------------------- */
.acMdAlert {
  width: 940px;
  margin: 20px auto;
}

.acMdAlert p {
  padding: 10px;
  border: 3px solid #d76000;
  color: #d76000;
  font-size: 88%;
  text-align: center;
  line-height: 1.01;
}

/* -- AttentionText ------------ */
.acMdAttentionText {
  width: 896px;
  margin: 0 auto 60px;
  padding: 20px;
  border: 2px solid #d76000;
  border-radius: 3px;
  line-height: 1.6;
}

/* -- main_head ------------ */
.acMdMainHead {
  position: relative;
  min-height: 101px;
  margin: 34px 0 60px;
  padding-bottom: 12px;
  background: url(../../image/bg_acMdMainHead.png) 0 bottom no-repeat;
}

.acMdMainHead .untHead,
.acMdMainHead .untBody {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.acMdMainHead .untHead {
  position: relative;
  width: 395px;
  height: 101px;
  font-size: 0;
  line-height: 0;
}

.acMdMainHead .untHead img {
  display: block;
  position: absolute;
  left: 1px;
  top: 50%;
  margin-top: -20px;
}

.acMdMainHead .untBody {
  width: 520px;
}

/* -- * ------------ */
.acMdSection {
  margin-bottom: 60px;
  padding-bottom: 63px;
  background: url(../../image/dec_line_style01.png) 0 bottom repeat-x;
}

.acMdSection .untHead {
  margin-bottom: 60px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.acMdSection .untHead h2 {
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
}

.acMdSection .untHead h2 em {
  display: inline-block;
  font-size: 40%;
  font-weight: bold;
  vertical-align: middle;
  margin-top: -1.2em;
}

.acMdSection .untBody {
  margin-top: -60px;
}

/* parts */
.acMdSection .ptsColumn {
  clear: both;
  padding-top: 60px;
}

.acMdSection .pts2Column {
  clear: both;
  position: relative;
  padding-top: 60px;
}

/* CF */
.acMdSection .pts2Column:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

/* CF */
.acMdSection .pts2Column {
  *zoom: 1;
}

.acMdSection .pts2Column .left,
.acMdSection .pts2Column .right {
  width: 460px;
}

.acMdSection .pts2Column .leftQuality {
  width: 390px;
  float: left;
}

.acMdSection .pts2Column .rightQuality {
  width: 510px;
  float: right;
}

.acMdSection .pts3Column {
  clear: both;
  margin-left: -20px;
  padding-top: 60px;
}

/* CF */
.acMdSection .pts3Column:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

/* CF */
.acMdSection .pts3Column {
  *zoom: 1;
  display: table;
}

.acMdSection .pts3Column .item {
  display: table-cell;
  width: 300px;
  padding-left: 20px;
}

/*numberSee*/
.acMdSection .pts3Column .item .numberSee {
  display: block;
  border: 2px solid #000;
  position: relative;
}

/* .acMdSection .pts3Column .item span {
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
} */

.acMdSection .pts3Column .item .numberSee .head {
  width: 160px;
  padding: 5px 10px;
  background-color: #ffda45;
  display: block;
  position: absolute;
  font-size: 14px;
  font-weight: bold;
  top: 0;
  left: 0;
  text-align: center;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

.acMdSection .pts3Column .item .numberSee .body {
  position: absolute;
  top: 70px;
  width: 100%;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.acMdSection .pts3Column .item .numberSee .body.sellBox {
  top: 60px;
}

.acMdSection .pts3Column .item .numberSee .body span {
  font-size: 20px;
  font-weight: normal;
}

.acMdSection .pts3Column .item .numberSee .body .sell {
  width: 220px;
  margin: 0 auto;
  text-align: center;
}

.acMdSection .pts3Column .item .numberSee .body .sell .sell__title {
  font-size: 20px;
  font-weight: normal;
}

.acMdSection .pts3Column .item .numberSee .foot {
  font-size: 16px;
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 35px;
  line-height: normal;
}

/*numberSee*/

.acMdSection .pts3Column .item .userMerit {
  display: block;
  border: 2px solid #000;
  position: relative;
}

.acMdSection .pts3Column .item .userMerit .icon {
  position: absolute;
  top: 26px;
  width: 100%;
  text-align: center;
}

.acMdSection .pts3Column .item .userMerit .head {
  position: absolute;
  top: 130px;
  width: 100%;
  font-size: 20px;
  text-align: center;
}

.acMdSection .pts3Column .item .userMerit .body {
  position: absolute;
  top: 160px;
  width: 100%;
  font-size: 60px;
  text-align: center;
}

.acMdSection .pts3Column .item .userMerit .body span {
  font-size: 40px;
}

.acMdSection .pts3Column .item .userMerit .body em {
  font-size: 14px;
}

.acMdSection .pts3Column .item .userMerit .foot {
  position: absolute;
  top: 245px;
  padding: 0 20px;
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
}

.acMdSection .ptsColumn.csTile,
.acMdSection .pts2Column.csTile,
.acMdSection .pts3Column.csTile {
  padding-top: 0;
}

.acMdSection .ptsColumn.csTile .it,
.acMdSection .pts2Column.csTile .left,
.acMdSection .pts2Column.csTile .right,
.acMdSection .pts2Column.csTile .leftQuality,
.acMdSection .pts2Column.csTile .rightQuality,
.acMdSection .pts3Column.csTile .item {
  padding-top: 20px;
}

/*.acMdSection .pts2Column.csTile .left { clear: right;}*/
/* element */
.acMdSection .elColumnHl {
  font-size: 188%;
  font-weight: bold;
  line-height: 1.01;
}

.acMdSection .elColumnHl em {
  position: relative;
  top: -0.25em;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 5px 10px;
  border: 2px solid #000;
  font-size: 53%;
  font-weight: bold;
  letter-spacing: 0.2em;
  vertical-align: middle;
}

.acMdSection .elColumnHl .decFree {
  background: #ffda47;
}

.acMdSection .elColumnCatch {
  padding-top: 30px;
  font-size: 125%;
  font-weight: bold;
}

.acMdSection .elColumnCatch em {
  padding: 0 2px;
  font-size: 60%;
  vertical-align: top;
}

.acMdSection .elColumnSummary {
  padding-top: 10px;
}

.acMdSection .elColumnNav {
  padding-top: 20px;
}

.acMdSection .elImage {
  font-size: 0;
  line-height: 0;
}

.acMdSection .elCaption {
  position: absolute;
  bottom: 0;
  width: 460px;
  font-size: 75%;
}

.acMdSection .left .elCaption {
  right: 0;
  text-align: left;
}

.acMdSection .right .elCaption {
  left: 0;
  text-align: right;
}

/* -- * ------------ */
.acMdInterviewList {
  margin-bottom: 60px;
  padding-bottom: 63px;
  background: url(../../image/dec_line_style01.png) 0 bottom repeat-x;
}

.acMdInterviewList .untHead {
  margin-bottom: 60px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.acMdInterviewList .untBody {
  overflow: hidden;
}

.acMdInterviewList .untFoot {
  padding-top: 60px;
}

/* main */
.acMdInterviewList .ptsIndex {
  margin-top: -40px;
}

.acMdInterviewList .ptsIndex li {
  position: relative;
  min-height: 200px;
  padding: 40px 0 0 320px;
}

.acMdInterviewList .elCatch {
  display: block;
  margin-bottom: 5px;
  font-size: 125%;
  font-weight: bold;
}

.acMdInterviewList .elThumb {
  display: block;
  position: absolute;
  left: 0;
  top: 40px;
  font-size: 0;
  line-height: 0;
}

.acMdInterviewList .elStoreName {
  margin-bottom: 10px;
  font-size: 88%;
  font-weight: bold;
}

.acMdInterviewList .elStoreName a {
  margin-right: 2px;
}

.acMdInterviewList .elSummary {
  padding-bottom: 2.5em;
}

.acMdInterviewList .elUpdate {
  position: absolute;
  left: 320px;
  bottom: 0;
  font-size: 88%;
  line-height: 1.01;
}

.acMdInterviewList .ptsNavMore {
  text-align: center;
}

.acMdInterviewList .elCatch br {
  display: none;
}

/* ---- 00_top ------------------------------------------------ */
/* -- * ------------ */
.acMdSectionInfo {
  margin-bottom: 60px;
  padding-bottom: 63px;
  background: url(../../image/dec_line_style01.png) 0 bottom repeat-x;
}

.acMdSectionInfo .untHead {
  padding-bottom: 20px;
}

.acMdSectionInfo .ptsHl {
  font-size: 125%;
  font-weight: bold;
  line-height: 1.01;
}

.acMdSectionInfo .ptsTopics {
  position: relative;
  margin-top: -10px;
  padding-left: 9em;
  font-size: 88%;
}

.acMdSectionInfo .elDate,
.acMdSectionInfo .elSubject {
  padding-top: 10px;
}

.acMdSectionInfo .elDate {
  position: absolute;
  left: 0;
  color: #3b3838;
}

.acMdSectionInfo .elSubject {
  min-height: 20px;
  padding-left: 30px;
  background: url(../../image/ico_bang_20x20.png) 0 0.75em no-repeat;
}

/* ---- 01_quality -------------------------------------------- */
/* -- * ------------ */
.acMdHotselling {
  margin-bottom: 60px;
  padding-bottom: 63px;
  background: url(../../image/dec_line_style01.png) 0 bottom repeat-x;
}

.acMdHotselling .untHead {
  margin-bottom: 60px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.acMdHotselling .untBody {
}

.acMdHotselling .ptsRanking {
  margin: -60px 0 0 -20px;
}

/* CF */
.acMdHotselling .ptsRanking:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

/* CF */
.acMdHotselling .ptsRanking {
  *zoom: 1;
}

.acMdHotselling .ptsRanking .it {
  padding: 60px 0 0 20px;
}

.acMdHotselling .elRankingHl {
  position: relative;
  height: 110px;
  font-size: 0;
  line-height: 0;
}

.acMdHotselling .elRankingHl span {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 100%;
  text-align: center;
}

.acMdHotselling .ptsRanking dl {
  float: left;
  width: 460px;
}

.acMdHotselling .ptsRanking ol {
  border: 2px solid #000;
}

.acMdHotselling .ptsRanking li {
  position: relative;
  min-height: 52px;
  padding: 26px 18px 18px 158px;
  border-top: 2px solid #000;
}

.acMdHotselling .decRank01 {
  border-top: 0 none !important;
  background: url(../../image/ico_rank01.png) 18px 33px no-repeat;
}

.acMdHotselling .decRank02 {
  background: url(../../image/ico_rank02.png) 18px 33px no-repeat;
}

.acMdHotselling .decRank03 {
  background: url(../../image/ico_rank03.png) 18px 33px no-repeat;
}

.acMdHotselling .elRankingDtl {
  font-size: 188%;
  font-weight: bold;
  line-height: 1.01;
}

.acMdHotselling .elRankingDtl img,
.acMdHotselling .elRankingDtl span {
  display: block;
}

.acMdHotselling .elRankingDtl img {
  position: absolute;
  left: 78px;
  top: 18px;
}

.acMdHotselling .elRankingDtl span {
  padding-top: 2px;
  font-size: 47%;
}

.acMdHotselling .ptsIntroducer {
  position: relative;
  min-height: 100px;
  margin-top: 40px;
  padding: 18px;
  border: 2px solid #000;
}

.acMdHotselling .elIntroducerThumb,
.acMdHotselling .elIntroducerTxt {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.acMdHotselling .elIntroducerThumb {
  width: 100px;
}

.acMdHotselling .elIntroducerTxt {
  width: 770px;
  padding-left: 15px;
}

.acMdHotselling .elIntroducerName {
  padding-bottom: 5px;
  font-size: 125%;
}

.acMdHotselling .elIntroducerVoice {
  font-size: 88%;
}

/* custom */
#quality .acMdSection .pts3Column .item .numberSee {
  height: 220px;
}

#quality .acMdSection .pts3Column .item .userMerit {
  height: 360px;
}

#quality .acMdSection .pts3Column .it span {
  bottom: 48px;
}

/* ---- 02_details -------------------------------------------- */
/* custom */
#details .acMdSection .lbTable {
  width: 100%;
}

#details .acMdSection .lbTable th {
  text-align: left;
  font-size: 18px;
}

#details .acMdSection .lbTable td.elTool {
  width: 256px;
  font-weight: bold;
}

#details .acMdSection .lbTable .elDetail {
  width: 1%;
  text-align: center;
  white-space: nowrap;
}
#details .acMdSection .lbTable .elItemBg {
  background-color: #f9f9cd;
}
#details .acMdSection .lbTable .elPriceItemBg {
  background-color: #ffffee;
  padding: 20px;
}

/* ---- 03_price ---------------------------------------------- */
/* custom */
#price .acMdSection .pts3Column .it div {
  height: 196px;
}

#price .acMdSection .pts3Column .it span {
  bottom: 28px;
}

#price .acMdSection .lbTable {
  width: 100%;
}

#price .acMdSection .lbTable td.elItem {
  padding-right: 25px;
  white-space: nowrap;
}

#price .acMdSection .lbTable td.elDetail {
  width: 50%;
}

#price .acMdSection .lbTable .elStorePriceBg {
  background-color: #ffffee;
  padding: 20px;
}

/* ---- 04_interview ----------------------------------------- */
/* -- interview_article ------------ */
.acMdInterviewArticle {
  margin: 34px 0 60px;
}

.acMdInterviewArticle .untHead {
  position: relative;
  margin-bottom: 20px;
}

.acMdInterviewArticle .ptsHeadVisual,
.acMdInterviewArticle .ptsHeadCatch,
.acMdInterviewArticle .ptsUpdate {
  display: block;
}

.acMdInterviewArticle .ptsHeadVisual {
  margin-bottom: 50px;
  font-size: 0;
  line-height: 0;
}

.acMdInterviewArticle .ptsHeadCatch {
  width: 700px;
  font-size: 188%;
  font-weight: bold;
}

.acMdInterviewArticle .ptsUpdate {
  position: absolute;
  right: 0;
  bottom: 0.09em;
  font-size: 125%;
}

.acMdInterviewArticle .lbSNSPlungin {
  position: absolute;
  right: 0;
  top: 420px;
}

.acMdInterviewArticle .untBody,
.acMdInterviewArticle .untFoot {
  background: url(../../image/dec_line_style01.png) 0 bottom repeat-x;
}

.acMdInterviewArticle .untBody {
  padding-bottom: 28px;
}

.acMdInterviewArticle .ptsLead {
  margin-bottom: 30px;
}

.acMdInterviewArticle .ptsSection {
  padding-top: 20px;
}

/* CF */
.acMdInterviewArticle .ptsSection:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

/* CF */
.acMdInterviewArticle .ptsSection {
  *zoom: 1;
}

.acMdInterviewArticle .elSectionPhoto {
  font-size: 0;
  line-height: 0;
}

.acMdInterviewArticle .elSectionPhoto.left {
  float: left;
  padding: 0 20px 20px 0;
}

.acMdInterviewArticle .elSectionPhoto.right {
  float: right;
  padding: 0 0 20px 20px;
}

.acMdInterviewArticle .elSectionHl {
  margin-bottom: 15px;
  font-size: 125%;
  font-weight: bold;
}

.acMdInterviewArticle .elSectionColumn {
  margin-bottom: 30px;
}

.acMdInterviewArticle .elColumnHl {
  margin-bottom: 10px;
}

.acMdInterviewArticle .elColumnHl em {
  background: #ffda45;
  font-weight: bold;
}

.acMdInterviewArticle .untFoot {
  padding: 60px 0 63px;
}

.acMdInterviewArticle .ptsStoreThumb,
.acMdInterviewArticle .ptsStoreInfo {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.acMdInterviewArticle .ptsStoreThumb {
  font-size: 0;
  line-height: 0;
}

.acMdInterviewArticle .ptsStoreInfo {
  padding-left: 15px;
}

.acMdInterviewArticle .elStoreName {
  margin-bottom: 5px;
  font-size: 150%;
  font-weight: bold;
}

/* ---- 06_faq ----------------------------------------------- */

/* -- faq_articel ------------ */
.acMdFaqArticle {
  float: right;
  width: 620px;
}

.acMdFaqArticle .untHead {
  margin-bottom: 20px;
  font-size: 0;
  line-height: 0;
}

.acMdFaqArticle .ptsFaqSection {
  padding: 40px 0 50px;
  background: url(https://s.yimg.jp/images/auct/store/promo/starter/p/image/dec_line_style01.png) 0 0 repeat-x;
}

.acMdFaqArticle .elFaqQ,
.acMdFaqArticle .elFaqA {
  min-height: 30px;
  padding: 10px 0 0 60px;
}

.acMdFaqArticle .elFaqQ {
  _height: 30px;
  margin-bottom: 10px;
  background: url(https://s.yimg.jp/images/auct/store/promo/starter/p/image/ico_acMdFaqArticle_faqQ.png) 0 0 no-repeat;
  font-weight: bold;
}

.acMdFaqArticle .elFaqA {
  background: url(https://s.yimg.jp/images/auct/store/promo/starter/p/image/ico_acMdFaqArticle_faqA.png) 0 0 no-repeat;
}

.acMdFaqArticle .elFaqA img.right {
  padding-left: 20px;
}

.acMdFaqArticle .elFaqA img.left {
  padding-right: 20px;
}

/* custom */
.acMdFaqArticle .lbTable {
  width: 100%;
}

.acMdFaqArticle .lbTable th {
  text-align: center;
}

.acMdFaqArticle .ptsList {
  line-height: 175%;
  overflow: hidden;
  width: 100%;
  display: block;
}

.acMdFaqArticle .decListBullet {
  width: 3%;
}

.acMdFaqArticle .decListBulletText {
  width: 97%;
}

.acMdFaqArticle .decListNote {
  width: 5%;
}

.acMdFaqArticle .decListNoteText {
  width: 95%;
}

.acMdFaqArticle .decListTurn {
  margin-left: 42px;
}

/* -- faq_navi ------------ */
.acMdFaqNavi {
  float: left;
  width: 300px;
}

.acMdFaqNavi .untBody {
  background-color: #efefef;
  padding: 15px;
}

.acMdFaqNavi .elCatItLv1 {
  margin: 0;
  padding: 0;
}

.acMdFaqNavi .elCatItLv1 a {
  display: block;
  padding: 15px 13px;
  color: #000;
  line-height: 1.01;
  background-color: #fff;
  border: 2px solid #fff;
  box-shadow: 0 1px 1px #c2c2c2;
  -moz-box-shadow: 0 1px 1px #c2c2c2;
  -webkit-box-shadow: 0 1px 1px #c2c2c2;
}

.acMdFaqNavi .elCatItLv1 a:hover,
.acMdFaqNavi .elCatItLv1 a:active {
  border: 2px solid #000;
  text-decoration: none;
  box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
}

.acMdFaqNavi .elCatItLv1Arrow {
  text-align: center;
}

.acMdFaqNavi .elCatItLv1Arrow img {
  vertical-align: bottom;
  margin: 15px auto;
}

.faq01 .acMdFaqNavi .ptsCatIndex .itLv101 a,
.faq02 .acMdFaqNavi .ptsCatIndex .itLv102 a,
.faq03 .acMdFaqNavi .ptsCatIndex .itLv103 a,
.faq04 .acMdFaqNavi .ptsCatIndex .itLv104 a,
.faq05 .acMdFaqNavi .ptsCatIndex .itLv105 a {
  font-weight: bold;
  text-decoration: none;
  cursor: default;
  border: 2px solid #000;
  box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
}

/* ///// footer /////////////////////////////////////////////// */
/* -- entry ------------ */
.acMdNaviEntry {
  width: 940px;
  margin: 0 auto 40px;
  text-align: center;
}

.acMdNaviEntry .untHead {
  margin-bottom: 4px;
  font-size: 150%;
}

.acMdNaviEntry .lbBtnEntrySet {
  margin-bottom: 20px;
  text-align: center;
}

.acMdNaviEntry .lbBtnEntrySet strong {
  padding-bottom: 5px;
}

.acMdNaviEntry .ptsLinkPDF {
  margin-bottom: 44px;
  text-align: center;
}

.acMdNaviEntry .ptsLinkPDF a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 88%;
  font-weight: bold;
}

.acMdNaviEntry .ptsLinkPDF .lbIcon {
  margin-bottom: 5px;
}

.acMdNaviEntry .ptsEntryNotice {
  padding: 18px 30px 30px;
  border: 2px solid #000;
}

.acMdNaviEntry .elEntryNoticeCatch {
  font-weight: bold;
  text-align: center;
}

.acMdNaviEntry .elEntryNoticeCatch .lbIcon {
  margin-bottom: 15px;
}

.acMdNaviEntry .elEntryNoticeDetail {
  font-size: 88%;
}

#footer center {
  display: block;
  padding: 10px 0 20px;
  border-top: 1px solid #ccc !important;
  line-height: 1.4;
}

#footer hr {
  display: none;
}

/* -- proposal ------------ */
.acMdNaviProposal {
  padding-bottom: 30px;
  background: #ffda45;
}

.acMdNaviProposal .untBody,
.acMdNaviProposal .untFoot {
  width: 940px;
  margin: 0 auto;
}

.acMdNaviProposal .ptsBanners {
  margin: 0 0 0 -20px;
}

/* CF */
.acMdNaviProposal .ptsBanners:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

/* CF */
.acMdNaviProposal .ptsBanners {
  *zoom: 1;
}

.acMdNaviProposal .elBannersIt {
  float: left;
  padding: 20px 0 0 20px;
  font-size: 0;
  line-height: 0;
}

.acMdNaviProposal .untFoot {
  padding-top: 30px;
  font-size: 88%;
  text-align: center;
}

.acMdNaviProposal .untFoot a {
  color: #000;
  line-height: 1.01;
}

/* 6. for JS :
----------------------------------------------------------------*/
#jsNaviFixedClone {
  border-bottom: 1px solid #b8bdbf;
  display: none;
}

#contentHeader {
  height: 141px;
}

.nfixed {
  position: fixed;
  top: 0;
  border-bottom: 1px solid #b8bdbf;
  background: #fff;
  z-index: 100;
}
