@charset "UTF-8";
/* =========================

	scss使用 _mQtbl2.scssを読み込み

========================== */
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-weight: normal;
  color: #333;
  line-height: 1.5;
}

a:link {
  text-decoration: none;
  color: #486B97;
}

a:visited {
  text-decoration: none;
  color: #5B8190;
}

a:active {
  text-decoration: none;
  color: #5B8190;
}

a:hover {
  text-decoration: underline;
  color: #946349;
}

.path {
  margin: 10px 0;
  padding: 10px;
  background: #f1f1f1;
  display: block;
  overflow: hidden;
  zoom: 1;
}
.path ul {
  margin: 2px 0px 6px -20px;
  list-style-type: none;
}
.path ul li {
  float: left;
  margin: 0;
  padding: 0 10px 0 13px;
  background-image: url(../img/list_path.gif);
  background-repeat: no-repeat;
  background-position: left top;
}

#wrapper {
  margin: 0 auto;
  padding: 0px 10px;
  max-width: 950px;
}

.entry {
  margin: 20px auto 10px;
  padding: 10px;
}

#dlm {
  display: none;
}

.shop_inquiry {
  margin: 0px auto;
  padding: 8px;
}

.shop_box {
  margin: 10px 10px 0;
  padding: 2px;
}
.shop_box h4 {
  margin: 0 0 6px;
  padding: 8px;
  font-weight: bod;
  font-size: 0.90em;
  background: #4d4d4d;
  color: #e6e6e6;
}

.shop_inner {
  margin: 10px;
  padding: 2px;
  font-weight: normal;
  font-size: 0.80em;
  line-height: 1.6;
  color: #333;
}
.shop_inner ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.shop_inner ul li {
  margin: 0 4px 6px 0;
}

img {
  max-width: 100%;
  height: auto;
}

.up_btn {
  margin: 10px;
  padding: 4px;
  text-align: right;
}

.inner {
  margin: -20px -10px 0;
  padding: 0 0px;
}

.main {
  margin: 0 auto;
  padding: 10px;
  overflow: hidden;
  zoom: 1;
}

.shop_title {
  margin: 0 0 10px 0px;
  padding: 10px;
  width: auto;
  border-left: double 3px #fff;
  background: #c40017;
  color: #fff;
  white-space: nowrap;
  font-size: 1.0em;
  font-weight: bold;
}

.list_title {
  position: relative;
  color: #111;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0.3em  0 0;
  padding: 0.2em 0 0;
  border-bottom: 3px dotted #B92A2C;
}

.ph {
  margin: 0px 0 10px;
}

.jbun {
  margin: 0 0 -35px 36px;
  padding: 8px;
  font-weight: normal;
  font-size: 0.90em;
  color: #333;
}

.exp {
  margin: 0 0 15px 36px;
  padding: 8px;
  font-weight: normal;
  font-size: 0.90em;
  color: #333;
}

.cmt {
  margin: 10px;
  padding: 10px;
  background: #810032;
  color: #e6e6e6;
  font-weight: normal;
  font-size: 0.90em;
}

section {
  margin: 0 0 15px;
}

.intro {
  margin: 10px 0 15px;
  padding: 10px;
  background: #fff0d7;
  color: #666;
}
.intro ul {
  line-height: 1.2;
  list-style-type: none;
}
.intro ul li {
  margin: 2px 25px 4px -20px;
  padding: 1px 0px 4px 25px;
  background-image: url(../img/light.png);
  background-repeat: no-repeat;
}

.tanto {
  padding-right: 8px;
  text-align: right;
}

h2 {
  margin: 10px 0 4px;
  padding: 10px 2px 0px 0;
  border-bottom: 3px solid #404040;
  font-size: 2.2em;
  color: #333;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table caption {
  background: #333;
  color: #e6e6e6;
  margin: 0 0 2px;
  padding: 8px;
  font-weight: bold;
  font-size: 1.4em;
}
table td {
  margin: 0;
  padding: 10px;
  border: solid 1px #bfbfbf;
}
table th {
  margin: 0;
  padding: 10px;
  border: solid 1px #bfbfbf;
  background: #d7d7d7;
}

table tbody tr .tcmt {
  margin: 0;
  padding: 10px;
  color: #333;
  font-size: 0.85em;
  background: #fdca8a;
}

table tbody td:nth-child(1) {
  width: 47%;
}

table tbody td:nth-child(2) {
  text-align: center;
  width: 25%;
}

table tbody td:nth-child(3) {
  text-align: center;
  width: 18%;
}

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

	head.scssを読み込む
	
================================================= */
#head {
  width: auto;
  margin: 0 0 0px 0;
  text-align: left;
  border-bottom: 1px solid #999;
}

.globalHead {
  background-color: #0a1945;
  margin: 0 0 1px 0;
  height: 37px;
  overflow: hidden;
}

.globalLogo {
  float: left;
  width: auto;
  padding: 5px 0 0 5px;
}

.globalNavi {
  float: right;
  width: auto;
  margin: 0;
  padding: 20px 5px 0 0;
}
.globalNavi ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.globalNavi li {
  float: right;
  margin: 0 0 0 5px;
  overflow: hidden;
  height: 13px;
}
.globalNavi a:hover img {
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
}

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

	foot.scssを読み込む
	
================================================= */
#foot {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  border-top: 1px solid #a9a9a9;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  color: #333;
}

#foot .foot-navi {
  width: auto;
  float: left;
  clear: left;
}
#foot .foot-navi ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#foot .foot-navi li {
  float: left;
  margin: 10px;
  padding: 0 0 0 17px;
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 13px;
  line-height: 100%;
}

#foot .foot-navi li.mandarake {
  background-image: url(http://www.mandarake.co.jp/image/foot/mandarake.gif);
}
#foot .foot-navi li.recruit {
  background-image: url(http://www.mandarake.co.jp/image/foot/recruit.gif);
}
#foot .foot-navi li.privacy {
  background-image: url(http://www.mandarake.co.jp/image/foot/privacy.gif);
}
#foot .foot-navi li.inquiry {
  background-image: url(http://www.mandarake.co.jp/image/foot/inquiry.gif);
}
#foot .foot-navi li.rss {
  background-image: url(http://www.mandarake.co.jp/image/foot/rss.gif);
}

#foot .copyright {
  margin-top: 4px;
  font-size: 13px;
  float: right;
  width: 210px;
  text-align: right;
  color: #808080;
  display: block;
}

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

		MQ736px

============================================== */
@media only screen and (max-width: 735px) {
  body {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.5;
  }

  #head {
    width: 100%;
    margin: auto;
    text-align: left;
    border-bottom: 1px solid #999;
    margin: 0 0 15px 0;
  }

  .globalHead {
    background: #0A1945;
    margin: 0 0 1px 0;
    height: 37px;
    overflow: hidden;
  }

  .globalLogo {
    float: left;
    width: 270px;
    padding: 5px 0 0 5px;
  }

  globalNavi {
    float: right;
    width: 550px;
    margin: 0;
    padding: 20px 5px 0 0;
  }
  globalNavi li {
    float: right;
    margin: 0 0 0 5px;
    overflow: hidden;
    height: 13px;
  }
  globalNavi a:hover img {
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
  }

  #wrapper {
    margin: 0 auto;
    padding: 0;
  }

  .entry {
    margin: 0 15px 0;
    padding: 0px;
  }

  #dlm {
    display: block;
    margin: 10px 0 -25px;
  }
  #dlm ul {
    line-height: 1.3;
  }
  #dlm ul li {
    margin: 2px 1px 4px 6px;
    padding: 2px 16px 4px 14px;
  }
  #dlm ul li p {
    margin: 8px -4px -14px 2px;
    padding: 10px;
    border-top: 2px solid #666;
    border-bottom: 2px solid #666;
    font-size: 1.0em;
    font-weight: bold;
    text-align: left;
    color: #333;
  }
  #dlm ul li a {
    margin: 10px 0px -10px -5px;
    padding: 10px 18px 16px 20px;
    font-size: 0.90em;
    line-height: 1.5;
  }

  #foot {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    border-top: solid 1px #a9a9a9;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 13px;
    color: #333;
  }

  #foot .foot-navi {
    width: auto;
    float: left;
    clear: left;
  }
  #foot .foot-navi ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #foot .foot-navi li {
    float: left;
    margin: 10px;
    padding: 0 0 0 17px;
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 13px;
    line-height: 100%;
  }

  #foot .foot-navi li.mandarake {
    background-image: url(http://www.mandarake.co.jp/image/foot/mandarake.gif);
  }
  #foot .foot-navi li.recruit {
    background-image: url(http://www.mandarake.co.jp/image/foot/recruit.gif);
  }
  #foot .foot-navi li.privacy {
    background-image: url(http://www.mandarake.co.jp/image/foot/privacy.gif);
  }
  #foot .foot-navi li.inquiry {
    background-image: url(http://www.mandarake.co.jp/image/foot/inquiry.gif);
  }
  #foot .foot-navi li.rss {
    background-image: url(http://www.mandarake.co.jp/image/foot/rss.gif);
  }

  #foot .copyright {
    float: right;
    width: 230px;
    text-align: right;
    display: none;
  }

  ul {
    line-height: 1.3;
  }
  ul li {
    margin: 2px 6px 4px 4px;
    padding: 2px 6px 4px 4px;
  }

  .inner {
    margin: 15px -15px;
    padding: 10px;
  }

  .path {
    display: none;
  }

  .intro {
    margin: 0px 0 10px;
    padding: 4px;
  }
  .intro ul {
    line-height: 1.3;
    list-style-type: none;
  }
  .intro ul li {
    margin: 5px 6px 0 -26px;
    padding: 0px 13px 16px 22px;
    background-image: url(../img/light.png);
    background-repeat: no-repeat;
    background-position: left 1px;
  }

  .shop_title {
    padding: 10px;
    font-weight: normal;
    font-size: 0.75em;
    white-space: nowrap;
  }

  .list_title {
    position: relative;
    color: #111;
    font-size: 0.90em;
    font-weight: normal;
    margin: 1em 0 0.55em;
    padding: 0.5em 0.8em 0 0;
    border-bottom: 3px dotted #B92A2C;
  }

  .jbun {
    margin: 0 0 -35px 20px;
  }

  .exp {
    margin: 5px 0 15px 10px;
  }

  .shop_inquiry {
    margin: 0px auto;
    padding: 8px;
    font-size: 1.0em;
    font-weight: normal;
    line-height: 1.5;
  }

  .shop_box h4 {
    font-weight: normal;
    font-size: 1.1em;
  }

  .shop_inner {
    font-size: 1.1em;
    line-height: 1.6;
  }
  .shop_inner ul {
    margin: 0px 0px 0 15px;
    padding: 0 .shop_inner ul li;
    padding-margin: 4px 2px 4px 0px;
    padding-padding: 4px 2px 4px 0px;
  }

  h2 {
    margin: 10px 0 4px;
    padding: 10px 2px 0px 0;
    border-bottom: 3px solid #404040;
    font-size: 1.5em;
    color: #333;
  }

  table {
    display: block;
  }
  table caption {
    display: block;
    text-align: left;
    font-weight: bold;
    margin: 0 0 10px;
  }
  table thead {
    display: none;
  }
  table tbody {
    display: block;
  }
  table tbody tr {
    display: block;
    margin-left: 6px;
    margin-bottom: 15px;
  }
  table tbody td {
    display: list-item;
    border: none;
    line-height: 1.5em;
  }
  table tbody th {
    margin-bottom: 5px;
    list-style-type: none;
    color: #e6e6e6;
    background: #d7d7d7;
  }

  table tbody td {
    margin-bottom: -10px;
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 0;
    list-style-type: none;
    background-image: url(../img/card.png);
    background-repeat: no-repeat;
    background-position: left 1px;
  }

  table tbody td.sry:nth-child(1):before {
    content: "";
    margin-left: 16px;
    padding-right: 3px;
  }

  .sry {
    margin-left: 0px;
    padding: 0;
    list-style-type: none;
    background-image: url(../img/no_entry.png);
    background-repeat: no-repeat;
    background-position: left 0px;
    font-weight: bold;
    font-size: 0.95em;
    color: #810043;
  }

  table tbody td.tcmt:nth-child(1):before {
    content: "";
    margin-left: 16px;
    padding-right: 3px;
  }

  table tbody tr td.none {
    display: none;
  }

  table tbody tr td.tcmt {
    margin-left: 0px;
    margin-bottom: -18px;
    padding-top: 1px;
    padding-left: 2px;
    list-style-type: none;
    background-color: #fff;
    background-image: url(../img/clpb.png);
    background-repeat: no-repeat;
    background-position: left -1px;
    font-weight: bold;
    font-size: 0.95em;
    color: #e16100;
    line-height: 1.8;
  }

  table tbody td:nth-child(1) {
    width: auto;
  }

  table tbody td:nth-child(2) {
    text-align: left;
    width: auto;
  }

  table tbody td:nth-child(3) {
    text-align: left;
    width: auto;
  }

  table tbody td:nth-child(1):before {
    content: "商品名";
    color: #1c0b5a;
    font-weight: bold;
    margin-left: 21px;
    padding-right: 4px;
  }

  table tbody td:nth-child(2):before {
    content: "状態";
    color: #1c0b5a;
    font-weight: bold;
    margin-left: 21px;
    padding-right: 4px;
  }

  table tbody td:nth-child(3):before {
    content: "買取価格";
    color: #810032;
    font-weight: bold;
    margin-left: 21px;
    padding-right: 4px;
  }
}

/*# sourceMappingURL=card2.css.map */
