@charset "utf-8";
/* CSS Document */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}

/* リンク
---------------------------------------------------- */
.spec-box a:link {
  color: #f00;
  text-decoration: none;
}
.spec-box a:visited {
  color: #f00;
  text-decoration: none;
}
.spec-box a:hover,
a:active {
  color: #06c;
  text-decoration: underline;
}

/* --------------------------------------- */
/* 問い合わせボタン／リンクアイコン */
/* --------------------------------------- */
#contact-btn-box {
  float: right;
}
#out-cb {
  position: absolute;

  z-index: 10;
}
.cb-box {
  width: 363px;
  height: 100px;
  float: right;
}
.cb-box2 {
  width: 260px;
  height: 100px;
  float: right;
}
/* お問い合わせボタン */
#btn-contact a {
  width: 260px;
  height: 50px;
  display: block;
  background: url(../img/products/img_products/btn_contact.png) no-repeat;
  text-indent: -9999px;
  float: right;
}
#btn-contact a:hover {
  background: url(../img/products/img_products/btn_contact.png) no-repeat;
  background-position: 0 -50px;
}

/* リンクアイコン */
.cb-icon {
  width: 83px;
  height: 100px;
  margin: 0;
  font-size: 10px;
  text-align: center;
  float: left;
}
.icon-pc-die a {
  width: 83px;
  height: 83px;
  display: block;
  background: url(../img/products/img_products/icon_pc_die.png) no-repeat;
  text-indent: -9999px;
}
.icon-pc-die a:hover {
  background: url(../img/products/img_products/icon_pc_die.png) no-repeat;
  background-position: 0 -83px;
}

/* --------------------------------------- */
/* 商品タイトル */
/* --------------------------------------- */
/* 商品キャッチ */
.icon-catch {
  width: 175px;
  height: 130px;
  padding: 50px 5px 0 0;
  background: url(../img/products/img_products/icon_catch.png) no-repeat;
  color: #ff0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.1em;
  float: left;
}
/* 商品キャッチBULE */
.icon-catch02 {
  width: 175px;
  height: 130px;
  padding: 50px 0 0 0;
  background: url(../img/products/img_products/icon_catch02.png) no-repeat;
  color: #ff0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.1em;
  float: left;
}
/* 商品名 */
#box-ttile {
  margin: 0 0 20px 180px;
  padding: 30px 0 0 0;
}
#article h1 {
  color: #f00;
  font-size: 38px;
  font-weight: bolder;
  line-height: 1em;
  margin: 0 0 7px 0;
  display: block;
}
#article h2 {
  font-size: 18px;
  line-height: 1;
  font-weight: bolder;
  margin: 0 0 7px 0;
  padding: 0 0 7px 0;
  border-bottom: 1px #999999 solid;
}
#article h2.qo {
  font-size: 18px;
  font-weight: bolder;
  margin: 0 0 7px 0;
  padding: 0 0 7px 0;
  border: none;
  color: #f00;
}
#article h3 {
  font-size: 14px;
  font-weight: normal;
}
/* プレス機比較ページ */
#box-ttile-press {
  margin: 0 0 20px 0;
  border-bottom: 1px #999999 solid;
}
#box-ttile-press h1 {
  color: #666;
  font-size: 38px;
  font-weight: bolder;
  line-height: 1em;
  margin: 0 0 7px 0;
}
.press-title-box {
  border-left-width: 5px;
  border-left-color: #f00;
  border-left-style: solid;
  padding: 0 0 0 10px;
  margin: 0 0 10px 0;
}

/* --------------------------------------- */
/* 商品紹介・動画 */
/* --------------------------------------- */
#products-detail {
  width: 869px;
  margin: 0 0 30px 0;
  float: right;
}
/* ----------------*/
/* 商品紹介 */
/* ----------------*/

/* --- S SIZE --- */
.datail-box {
  position: relative;
  background: #fff url(../img/products/img_products/bg_detail_box_top.png) no-repeat;
  width: 595px;
  font-size: 15px;
  float: right;
}
.datail-box-bottom {
  background: url(../img/products/img_products/bg_detail_box_bottom.png) no-repeat;
  height: 20px;
  clear: both;
}
.datail-box-innner {
  padding: 20px 15px 0 15px;
}
.datail-box-innner-none {
}
/* --- M SIZE --- */
.datail-box-m {
  position: relative;
  background: #fff url(../img/products/img_products/bg_detail_box_top_m.png) no-repeat;
  width: 869px;
  font-size: 15px;
}
.datail-box-bottom-m {
  background: url(../img/products/img_products/bg_detail_box_bottom_m.png) no-repeat;
  height: 20px;
  clear: both;
}

/* --- L SIZE --- */
.datail-box-l {
  position: relative;
  background: #fff url(../img/products/img_products/bg_detail_box_top_l.png) no-repeat;
  width: 1024px;
  font-size: 15px;
}
.datail-box-bottom-l {
  background: url(../img/products/img_products/bg_detail_box_bottom_l.png) no-repeat;
  height: 20px;
  clear: both;
}
.datail-box-innner-l {
  padding: 30px 30px 10px 30px;
}
/* --- */

.datail-box02 {
  width: 595px;
  font-size: 15px;
  float: right;
}

.detail-catch {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.detail-report {
  border: 2px #dc0000 solid;
  width: 296px;
}
.detail-report2 {
  border: 2px #dc0000 solid;
  width: 100%;
}
.detail-report-inner {
  padding: 10px;
  line-height: 1.3em;
}
.lbl-detail-report {
  background: #dc0000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 10px 3px 10px;
}
.detail-report02 {
  border: 2px #dc0000 solid;
}
.detail-report-inner02 {
  background: #fff;
  padding: 10px;
  line-height: 1.3em;
}

.box-bl {
  background: #2896e1;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  padding: 4px;
  margin: 0 0 5px 0;
  /* width: 12em; */
}
.box-yl {
  display: block;
  width: 100%;
  background: #ffc600;
  font-size: 15px;
  font-weight: bold;
  color: #ff0000;
  padding: 4px;
  margin: 0 0 5px 0;
}

.datail-box-innner li,
.detail-report-inner02 li,
.datail-box-innner-l li,
.datail-box-innner-none li {
  padding: 0 0 5px 16px;
  background: url(../img/products/img_products/icon_circle01.png) no-repeat;
  background-position: 0 2px;
}
.datail-box-innner li.red,
.detail-report-inner02.red li,
.datail-box-innner-l.red li,
.datail-box-innner-none.red li {
  padding: 0 0 5px 16px;
  background: url(../img/products/img_products/icon_circle03.png) no-repeat;
  background-position: 0 2px;
}

.float-img {
  position: absolute;
}

/* ----------------*/
/* 動画 */
/* ----------------*/
.movie-box {
  width: 260px;
  float: left;
}
#lbl-watch-video {
  background: url(../img/products/img_products/lbl_watch_video.png) no-repeat;
  height: 50px;
  text-indent: -9999px;
}
/* 動画スタートボタン */
.img-movie {
  position: relative;
}
.btn-movie {
  background: url(../img/products/img_products/btn_movie.png) no-repeat;
  position: absolute;
  width: 260px;
  height: 165px;
  top: 0;
  left: 0;
}
.btn-movie:hover {
  background: url(../img/products/img_products/btn_movie.png) no-repeat;
  width: 260px;
  height: 165px;
  background-position: 0 -165px;
}
.btn-movie a {
  width: 260px;
  height: 165px;
  display: block;
  text-indent: -9999px;
}
.btn-movie2 {
  background: url(../img/products/img_products/btn_movie.png) no-repeat;
  position: absolute;
  width: 260px;
  height: 165px;
  top: 23px;
  left: 37px;
}
.btn-movie2:hover {
  background: url(../img/products/img_products/btn_movie.png) no-repeat;
  width: 260px;
  height: 165px;
  background-position: 0 -165px;
}
.btn-movie2 a {
  width: 260px;
  height: 165px;
  display: block;
  text-indent: -9999px;
}
/* --- */

/* ----------------*/
/* 動画ボタン／比較ボタン */
/* ----------------*/
#btn-movie li {
  position: relative;
  margin: 10px 0;
  width: 260px;
  height: 45px;
  z-index: 100;
}
#btn-movie li.btn-pdf {
  background: url(../img/products/img_products/btn_pdf.png) no-repeat;
}
.btn-pdf-txt a,
.btn-pdf-txt a:hover {
  width: 245px;
  height: 45px;
  padding: 0 0 0 15px;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  line-height: 1.1em;
  font-weight: bold;
  text-decoration: none;
}
#btn-movie li.btn-pdf:hover {
  background: url(../img/products/img_products/btn_pdf.png) no-repeat;
  background-position: 0 -45px;
}
#btn-movie li ul {
  display: none;
  position: absolute;
  top: 45px;
  width: 260px;
  background: #fff;
}
#btn-movie li ul li {
  margin: 0;
  padding: 0;
  width: 260px;
  height: 200px;
  border: none;
  text-indent: 0;
}
#btn-movie li ul li a {
  display: inline-block;
  width: 260px;
  height: 20px;
}
#btn-movie li ul li a:hover {
}

#btn-compare {
  background: url(../img/products/img_products/btn_compare.png) no-repeat;
  width: 260px;
  height: 55px;
}

#btn-compare a:hover {
  background: url(../img/products/img_products/btn_compare.png) no-repeat;
  background-position: 0 -55px;
}

.btn-compare-txt a,
.btn-compare-txt a:hover {
  width: 245px;
  height: 55px;
  padding: 0 0 0 15px;
  display: table-cell;
  vertical-align: middle;
  color: #956d00;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4em;
  text-decoration: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .btn-compare-txt a,
  .btn-compare-txt a:hover {
    width: 245px;
    height: 55px;
    padding: 0 0 0 15px;
    display: table-cell;
    vertical-align: middle;
    color: #956d00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4em;
    text-decoration: none;
    letter-spacing: -0.1em;
  }
}

#btn-o-image {
  background: url(../img/products/img_products/btn_o_image.png) no-repeat;
  width: 155px;
  height: 50px;
}

#btn-o-image a:hover {
  background: url(../img/products/img_products/btn_o_image.png) no-repeat;
  background-position: 0 -50px;
}
.btn-o-image-txt a,
.btn-o-image-txt a:hover {
  width: 155px;
  height: 50px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4em;
  text-decoration: none;
}

/* --------------------------------------- */
/* 商品写真／仕様表 */
/* --------------------------------------- */

.border-r {
  border-right-width: 1px;
  border-right-color: #999;
  border-right-style: solid;
  padding: 0 12px 0 0;
}
.border-l {
  border-left-width: 1px;
  border-left-color: #999;
  border-left-style: solid;
  padding: 0 0 0 12px;
}
.border-btm {
  border-bottom-width: 1px;
  border-bottom-color: #999;
  border-bottom-style: solid;
}
.border-btm-sp {
  border-bottom-width: 1px;
  border-bottom-color: #999;
  border-bottom-style: solid;
  padding: 0 0 10px 0;
}
.border-r-red {
  border-right-width: 1px;
  border-right-color: #dc0000;
  border-right-style: solid;
}
.border-r-wh {
  border-right-width: 1px;
  border-right-color: #fff;
  border-right-style: solid;
}
.spec-box {
  font-size: 14px;
  line-height: 1.3em;
  position: relative;
}
.spec-box-innner {
  margin: 0 -10px 0 0;
  /zoom: 1;
  padding: 0px;
  clear: both;
}
.spec-box-fix {
  position: absolute;
}
/* --------------------------------------- */
/* ラベル */
/* --------------------------------------- */
.lbl-spec {
  height: 18px;
  margin: 0;
}
.unit {
  font-size: 12px;
  margin: 0 15px 0 0;
  color: #ff0;
  float: right;
}
.lbl-spec-txt {
  background: url(../img/back.gif);
  border-left-width: 5px;
  border-left-color: #e60012;
  border-left-style: solid;
  height: 18px;
  font-size: 17px;
  font-weight: bold;
  padding: 0 5px 0 5px;
}
.lbl-spec-txt-bl {
  background: url(../img/back.gif);
  border-left-width: 5px;
  border-left-color: #0000ac;
  border-left-style: solid;
  height: 18px;
  font-size: 17px;
  font-weight: bold;
  padding: 0 5px 0 5px;
  color: #0000ac;
}
.lbl-spec-txt-wh {
  background: #fff;
  border-left-width: 5px;
  border-left-color: #e60012;
  border-left-style: solid;
  height: 18px;
  font-size: 17px;
  font-weight: bold;
  padding: 0 5px 0 5px;
}
.lbl-spec-txt-red {
  background: url(../img/back.gif);
  border-left-width: 5px;
  border-left-color: #e60012;
  border-left-style: solid;
  height: 18px;
  font-size: 17px;
  font-weight: bold;
  padding: 0 5px 0 5px;
  color: #e60012;
}
.lbl-spec-txt-red20 {
  border-left-width: 5px;
  border-left-color: #e60012;
  border-left-style: solid;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2em;
  padding: 0 0 0 5px;
  color: #e60012;
}
.lbl-spec-txt-red24 {
  border-left-width: 5px;
  border-left-color: #e60012;
  border-left-style: solid;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2em;
  padding: 0 0 0 5px;
  color: #e60012;
}
.lbl-spec-txt-red24-non {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2em;
  color: #e60012;
}
.lbl-spec-txt-bl {
  background: url(../img/back.gif);
  border-left-width: 5px;
  border-left-color: #0000ac;
  border-left-style: solid;
  height: 18px;
  font-size: 17px;
  font-weight: bold;
  padding: 0 5px 0 5px;
}
.lbl-aaa {
  border-left-width: 5px;
  border-left-color: #0000ac;
  border-left-style: solid;
  font-size: 15px;
  font-weight: bold;
  color: #0000ac;
  padding: 0 0 0 5px;
  margin: 0 0 5px 0;
}
/* PHOTO */
#bg-products-photo {
  background: url(../img/products/img_products/bg_products_photo.png) no-repeat;
  background-position: right;
}
/* TABLE */
#bg-spec-table {
  background: url(../img/products/img_products/bg_spec_table.png) no-repeat;
  background-position: right;
}
/* MAIN SPEC TABLE */
#bg-main-spec {
  background: url(../img/products/img_products/bg_main_spec.png) no-repeat;
  background-position: right;
}
/* バリエーション */
#bg-variation {
  background: url(../img/products/img_products/bg_variation.png) no-repeat;
  background-position: right;
}
/* PRODUCTS */
#bg-products {
  background: url(../img/products/img_products/bg_products.png) no-repeat;
  background-position: right;
}
/* STANDARD PRODUCTS */
#bg-st-products {
  background: url(../img/products/img_products/bg_standard_products.png) no-repeat;
  background-position: right;
}
/* Small vibration Press */
#bg-sv-press {
  background: url(../img/products/img_products/bg_sv_press.png) no-repeat;
  background-position: right;
}
/* IMAGE */
#bg-image {
  background: url(../img/products/img_products/bg_image.png) no-repeat;
  background-position: right;
}
/* OPTION */
#bg-option {
  background: url(../img/products/img_products/bg_option.png) no-repeat;
  background-position: right;
}
/* DATA */
#bg-data {
  background: url(../img/products/img_products/bg_data.png) no-repeat;
  background-position: right;
}
/* PROCESS COMPARISON */
#bg-process {
  background: url(../img/products/img_products/bg_process.png) no-repeat;
  background-position: right;
}
/* PROCESS */
#bg-process02 {
  background: url(../img/products/img_products/bg_process02.png) no-repeat;
  background-position: right;
}
/* FEATURE */
#bg-feature {
  background: url(../img/products/img_products/bg_feature.png) no-repeat;
  background-position: right;
}
/* CUSTOMER FEEDBACK */
#bg-feedback {
  background: url(../img/products/img_products/bg_feedback.png) no-repeat;
  background-position: right;
}
/* PHILOSOPHY */
#bg-philosophy {
  background: url(../img/products/img_products/bg_philosophy.png) no-repeat;
  background-position: right;
}
/* その他 */
#bg-other {
  background: url(../img/products/img_products/bg_other.png) no-repeat;
  background-position: right;
}
/* 無し */
#bg-none {
  background: url(../img/products/img_products/bg_none.png) no-repeat;
  background-position: right;
}
/* 無し（青） */
#bg-none-bl {
  background: url(../img/products/img_products/bg_none_bl.png) no-repeat;
  background-position: right;
}
/* --- */

li.c02 {
  padding: 0 0 7px 20px;
  background: url(../img/products/img_products/icon_circle02.png) no-repeat;
  background-position: 0 2px;
}
li.c04 {
  padding: 0 0 7px 20px;
  background: url(../img/products/img_products/icon_circle04.png) no-repeat;
  background-position: 0 2px;
}
li.cno {
  list-style: decimal;
  margin: 0 0 0 20px;
  padding: 0 0 7px 0;
}
li.cdisk {
  list-style: disc;
  margin: 0 0 0 20px;
  padding: 0 0 7px 0;
}
/* ----------------*/
/* 商品写真 */
/* ----------------*/
.products-photo-img-box {
  width: 160px;
  margin: 0 10px 20px 0;
  font-size: 11px;
  line-height: 1.2em;
  float: left;
}
.products-photo-img-box-245 {
  width: 245px;
  margin: 0 10px 20px 0;
  font-size: 11px;
  line-height: 1.2em;
  float: left;
}
.products-photo-img-box-245:nth-child(2n) .products-photo-img-box-l {
  margin: 0 0 20px 0 !important;
}
.products-photo-img-box02 {
  width: 334px;
  margin: 0 10px 20px 0;
  font-size: 11px;
  line-height: 1.2em;
  float: left;
}
.products-photo-img-box img,
.products-photo-img-box02 img,
.products-photo-img-box-l img {
  margin: 0 0 3px 0;
}
.products-name {
  font-weight: bold;
  margin: 0 0 5px 0;
}
/* ----------------*/
/* TABLE */
/* ----------------*/
.spec-box th,
td {
  font-weight: normal;
  padding: 5px 2px;
  border: 1px #eef4ff solid;
  text-align: center;
  font-size: 12px;
}
.spec-box th {
  background: #003897;
  color: #fff;
}
.spec-box td.sno {
  background: #156aca;
  color: #fff;
  text-align: left;
  padding: 5px 4px;
}
.spec-box td.sno.center {
  text-align: center !important;
}
.spec-box table tr:nth-child(2n+1)  /* 奇数行カラー */, 
.spec-box table td.lblue {
  background-color: #c7d9ff;
}
.spec-box table tr:nth-child(2n) /* 偶数行カラー */, 
 .spec-box table td.lwhite {
  background-color: #fff;
}

/* ----------------*/
/* TABLE02 */
/* ----------------*/
.spec-box th.th-rr {
  background: #aa2222;
  color: #fff;
}
.spec-box td.sno-rr {
  background: #e60000;
  color: #fff;
  text-align: left;
  padding: 5px 4px;
}
.spec-box table tr:nth-child(2n) {
  /* 偶数行カラー */
  background-color: #fff;
}
.spec-box table tr:nth-child(2n + 1) {
  /* 奇数行カラー */
  background-color: #c7d9ff;
}

.tbg01 {
  background-color: #c7d9ff;
}
.tbg02 {
  background-color: #fff;
}
/* テーブル内リンク
---------------------------------------------------- */
.spec-box table a:link {
  color: #ff0;
  text-decoration: none;
}
.spec-box table a:visited {
  color: #ff0;
  text-decoration: none;
}
.spec-box table a:hover,
a:active {
  color: #f00;
  text-decoration: underline;
}

/* --------------------------------------- */
/* お客様の声 */
/* --------------------------------------- */
.feedback-box {
  width: 500px;
  height: 180px;
  background: #fff;
  margin: 0 24px 24px 0;
  float: left;
}
.feedback-box img {
  float: left;
  margin: 0 10px 0 0;
}
.feedback-box-lbl {
  font-size: 14px;
  border-bottom-width: 1px;
  border-bottom-color: #999;
  border-bottom-style: solid;
  padding: 0 0 3px 0;
  margin: 0 0 5px 0;
}
.feedback-box-txt {
  padding: 10px;
}
.feedback-box-innner {
  margin: 0 -24px 0 0;
  /zoom: 1;
}

/* --------------------------------------- */
/* Q＆A */
/* --------------------------------------- */
dl {
  padding: 0 0 0 10px;
  margin-bottom: 20px;
  width: 480px;
  line-height: 1.4em;
}
dt.qa {
  background: #172a88 url(../img/contact/icon_qa_arrow.png) no-repeat right bottom;
  padding: 10px 35px 25px 55px;
  color: #fff;
  position: relative;
}
dd {
  display: none;
  padding: 0;
}
dd li {
  padding: 20px 20px 20px 55px;
  background: #edf2ff;
  border-top: 1px #d1d4e7 solid;
}
dd li.a00 {
  background: #edf2ff url(../img/contact/icon_qa_a.png) no-repeat 10px 20px;
}
dd li.a01 {
  background: #edf2ff url(../img/contact/icon_qa_a1.png) no-repeat 10px 20px;
}
dd li.a02 {
  background: #edf2ff url(../img/contact/icon_qa_a2.png) no-repeat 10px 20px;
}
.icon-q {
  position: absolute;
  top: 10px;
  left: 10px;
}
/* --------------------------------------- */
/* SITE MAP */
/* --------------------------------------- */
#site-map-title h1 {
  padding: 5px 10px 5px 10px;
  border-top: 1px #0068b7 solid;
  background: #bae3f9;
  color: #333;
}
#site-map-title h2 {
  border-left: 5px #0068b7 solid;
  border-bottom: 1px #0068b7 solid;
  padding: 3px 5px 3px 5px;
}
.lbl-sitemap {
  background: url(../img/icon_arrow02.png) no-repeat;
  height: 19px;
  padding: 2px 0 0 27px;
  font-size: 16px;
}
.ind-sitemap {
  padding: 0 30px 0 40px;
  font-size: 14px;
  line-height: 1.5em;
}

/* --- */

/* ----------------*/
/* ---- */
/* ----------------*/

.d-box {
  width: 230px;
  height: 120px;
  border-bottom: 1px #999999 solid;
  margin: 0 20px 20px 0;
  float: left;
}
.wh-box {
  border: 1px #cccccc solid;
  background: #fff;
  padding: 20px;
  line-height: 1.4em;
}

.br-mini {
  line-height: 0.5em;
}
.bw {
  background: #fff;
}
.txt-center {
  text-align: center;
}
.ind {
  padding: 0 10px 0 10px;
}

/* ----------------*/
/* ---- */
/* ----------------*/

.y_btn {
  font-size: 20px;
  line-height: 1em;
  font-weight: normal;
  width: 100%;
  color: #fff;
  text-align: center;
  margin: 0px 0px 20px;
  padding: 0px;
}

.y_btn a {
  color: #fff;
  height: 20px;
  padding-top: 12px;
  padding-bottom: 8px;
  display: block;
  background: #ffdb6e;
  background: -webkit-linear-gradient(top, #ffdb6e 0%, #fca800 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdb6e), to(#fca800));
  background: linear-gradient(to bottom, #ffdb6e 0%, #fca800 100%);
  text-shadow: 1px 1px 2px #000000;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  -webkit-transition: color 0.1s linear 0s;
  transition: color 0.1s linear 0s;
}

.y_btn a:hover {
  color: #fff;
  text-decoration: none;
  background: #ffca2b;
  background: -webkit-linear-gradient(top, #ffca2b 0%, #cf8a00 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffca2b), to(#cf8a00));
  background: linear-gradient(to bottom, #ffca2b 0%, #cf8a00 100%);
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

/* ----------------*/
/* 中古商品販売 */
/* ----------------*/

h2.second {
  font-size: 1.5rem !important;
  line-height: 1em;
  padding: 0 0 5px !important;
  margin: 0 0 20px !important;
}
.price {
  padding: 20px;
  margin: 0 0 20px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  text-align: center;
  font-size: 1rem;
  background-color: #f3ef89;
}
.price strong.pl1 {
  font-size: 1.4rem;
  margin: 0 5px;
  font-weight: 700;
  text-decoration: line-through;
}
.price strong.pl2 {
  font-size: 1.6rem;
  margin: 0 0 0 5px;
  font-weight: 700;
  color: #ff0000;
}

/* ----------------*/
/* オンラインでの打ち合わせ */
/* ----------------*/

#online {
  margin: 0 0 80px;
  padding: 0;
}

#online ul,
#online li {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

#online li {
  width: calc(100% - 40px);
  /*background-color: #156aca;*/
  color: #ffffff;
  padding: 20px !important;
  border-radius: 10px;
  margin: 0 0 40px;
  position: relative;
  text-align: center;
}
#online li::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  /*border-top: 15px solid #156aca;*/
}
#online li:last-child::before {
  border: none !important;
}
#online li.col1 {
  background-color: #5c78b1;
}
#online li.col1::before {
  border-top: 15px solid #5c78b1;
}
#online li.col2 {
  background-color: #758865;
}
#online li.col2::before {
  border-top: 15px solid #758865;
}
#online li.col3 {
  background-color: #b98db5;
}
#online li.col3::before {
  border-top: 15px solid #b98db5;
}
#online li.col4 {
  background-color: #74a0aa;
}
#online li.col4::before {
  border-top: 15px solid #74a0aa;
}
#online li.col5 {
  background-color: #c59a74;
}
#online li.col5::before {
  border-top: none;
}

#online .ttl {
  font-size: 2rem;
  padding: 0 0 10px;
  margin: 0 0 20px;
  border-bottom: 1px solid #ffffff;
}

#online .cont {
  font-size: 1.2rem !important;
}
