@charset "UTF-8";

@import url("/css/custom.css");

/* インクペディア内の文字色と文字サイズの修正 */

.media-content h1 + p {
  color: #444;
}

.media-content h2 span {
  color: #444;
  font-size: 15px;
  /* 元は13px */
}

.post__wrap .post__box .post__meta p {
  color: #444;
  font-size: inherit;
  /* 元は13px */
}

.single-content p {
  color: #444;
  font-size: 15px;
  /* 元は13px */
}

/* 左サイドバナーのポインターイベントを無効化 */

.side-bnr {
  pointer-events: none;
}

/* 右サイドバー内のホバー時の挙動の設定 */

.sidebar li img {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out
}

.sidebar li img:hover {
  opacity: 0.7;
}

.sidebar a:hover {
  opacity: 0.7;
  text-decoration: none !important;
}

/* 右サイドバー内のp要素のpaddingを削除 */

#FS2_body_Config .sidebar p {
  padding: 0;
}

/* 右サイドバー内の不要なボーダーを削除 */

.sidebar .btn_box {
  border-bottom: 0;
}

/* 特商法ページのhタグのデザインを変更 */

#FS2_body_Config.FS2_body_Config_BusinessDeal h3.CrossHead {
  font-weight: bold;
  font-size: 19px;
  background: none;
  margin-bottom: 0;
}

#FS2_body_Config.FS2_body_Config_BusinessDeal h3.CrossHead + table,
#FS2_body_Config.FS2_body_Config_BusinessDeal h3.CrossHead + h4 {
  margin-top: 0;
}

.orderFlow {
  text-align: center;
}

.FS2_Login_btn_position input[type="image"] {
  margin: 10px 0;
}

.userTable_01 caption,
.userTable_02 caption,
.cartTable caption {
  background: #ffbe00;
}

@media only screen and (max-width: 768px) {
  .FS2_body_Config_BusinessDeal .FS2_subContents_container h2 {
    font-weight: bold;
    font-size: 19px;
    background: none;
    margin-bottom: 0;
  }
  .FS2_body_Config_BusinessDeal .FS2_subContents_container dl,
  .FS2_body_Config_BusinessDeal .FS2_subContents_container dl dt:first-child {
    margin-top: 0;
  }
}

/* spメニュー内の意図せぬpタグを視覚的に削除*/

@media only screen and (max-width: 768px) {
  .sp.spmenu p {
    padding: 0 !important;
    margin: 0;
  }
}

/* インクペディアのh3の表示変更*/

.container .primary .single-content h3 {
  padding: .25em 0 .25em .75em;
  border-left: 6px solid #ccc;
  color: #333333;
}

.container .primary .single-content h2 {
  font-weight: bold;
}

/* よくある質問のアンカーリンクの調整 */

.cat_content_lp07_txt01 a {
  display: inline-block;
}

/* よくある質問のフォントサイズ調整 */

.faq_list02 {
  font-size: 1em;
}

@media only screen and (max-width: 787px) {
  .cat_content_lp07 {
    font-size: inherit;
  }
}

/* 20180913追記// */
.printer_search_box li a:hover {
  color: #999;
  opacity: 0.8px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  /* 特殊バナー設置 */
  .special-bnr.sp {
    display: block !important;
    margin: 3% 3% 0;
  }
}

/*カート画面改修*/
#FS2_body_Cart .layout_table,#FS2_body_Member .layout_table {
  max-width: 1100px;
  min-width: 980px;
  width: 95%;
}
#FS2_body_Cart .cartTable caption, #FS2_body_Cart .userTable_01 caption, #FS2_body_Cart .userTable_02 caption,#FS2_body_Member .cartTable caption,#FS2_body_Member .userTable_01 caption,#FS2_body_Member .userTable_02 caption {
  color: #000;
  font-size: 24px;
  font-weight: 600;
}

#FS2_body_Cart .CrossHead,#FS2_body_Member .CrossHead  {
  font-size: 22px;
}

#FS2_body_Cart p,#FS2_body_Member p {
  font-size: 17px;
}

#FS2_body_Cart .userTable_01 th, #FS2_body_Cart .userTable_03 th, #FS2_body_Cart .cartTable th,#FS2_body_Member .userTable_01 th ,#FS2_body_Member .userTable_03 th ,#FS2_body_Member .cartTable th  {
  font-size: 19px;
}
#FS2_body_Cart .FS2_SettleEdit_list_Bank .userTable_01 th, #FS2_body_Cart .FS2_SettleEdit_list_Bank .userTable_03 th, #FS2_body_Cart .FS2_SettleEdit_list_Bank .cartTable th,#FS2_body_Member .FS2_SettleEdit_list_Bank .userTable_01 th ,#FS2_body_Member .FS2_SettleEdit_list_Bank .userTable_03 th ,#FS2_body_Member .FS2_SettleEdit_list_Bank .cartTable th  {
  font-size: 15px;
}
#FS2_body_Cart .mailmaga-text ,#FS2_body_Member .mailmaga-text {
  font-size: 18px;
  margin: 0 0 20px;
  padding: 0;
}
#FS2_body_Cart .mailmaga-orange ,#FS2_body_Member .mailmaga-orange {
  color: #fc7f01;
  font-size: 19px;
}

#FS2_AddresseeSelect {
  margin: 20px auto 30px;

}

#FS2_body_Member .pageTitle {
  font-size: 19px;
}

@media only screen and (max-width: 767px) {
  #FS2_body_Cart .FS2_table th,#FS2_body_Member .FS2_table th {
      font-size: 1rem;
  }
  #FS2_body_Cart .FS2_table td,#FS2_body_Member .FS2_table td {
      font-size: 0.8rem;
  }
  #FS2_body_Cart .mailmaga-text ,#FS2_body_Member .mailmaga-text {
      font-size: 16px;
      margin: 0 0 20px;
      padding: 0;
  }
  #FS2_body_Cart .mailmaga-orange ,#FS2_body_Member .mailmaga-orange {
      color: #fc7f01;
      font-size: 17px;
  }

  #FS2_body_Cart p,#FS2_body_Member p {
    font-size: 15px;
    line-height: normal;
  }
}


