@CHARSET "EUC-JP";

@font-face {
    font-family: YuGothicM;
    src: local("Yu Gothic Medium");
}

/* 明朝 */
.mincho-2018 {
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

/* ゴシック */
.gothic-2018 {
    font-family:"Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
    /* font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif; */
}

/**
 * 各エレメントの初期設定
 */
BODY {
    margin: 0;
    padding: 0;
    font-size: 9pt;
    line-height: 13pt;
}

DIV {
    margin: 0;
    padding: 0;
}

FORM {
    margin: 0;
    padding: 0;
}

IMG {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
}

INPUT[type="checkbox"] {
    vertical-align: middle;
}

SELECT {
    vertical-align: middle;
}

TABLE {
    empty-cells: show;
}


/**
 * 共通クラス
 */
.invisible {
    display: none;
}

.nowrap {
    white-space: nowrap;
}

/**
 * ヒラギノ角ゴ Pro W3,メイリオ,ＭＳ Ｐゴシック,(gothic)
 */
.meiryo {
    font-family: "Hiragino Kaku Gothic Pro","Meiryo","MS PGothic",sans-serif;
}

/**
 * ラッパーにフィット.
 */
.w-100 {
  width: 100%;
  height: auto;
}

/**
 * コンテンツ全体
 */
BODY.common {
  background-color: #c9b7a1;
}
.common_main {
    margin: 0 auto auto auto;
    width: 930px;
    border-width: 0;
}

@media screen and (max-width: 480px) {
.common_main {
    margin: 0 auto auto auto;
    width: 100%;
    border-width: 0;
}
}


/**
 * ヘッダイメージ
 */
.common_header {
    width: 930px;
    height: 91px;
    position: relative;
    /*background-image: url(/img2011/top/kame_top.jpg);*/
    /*background-repeat: repeat;*/
    color: #ffffff;
}

/**
 * ヘッダ部のテキスト
 */
.common_headline {
    position: absolute;
    left: 0;
    width: 910px;
    text-align: right;
}

/**
 * ヘッダ部テキスト内の<h1>
 */
.common_headline H1 {
    display: inline;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}


/**
 * ヘッダ部のリンク
 */
.common_header .common_header_link {
    color: #ffffff;
    text-decoration: none;
}

.common_header .common_header_link:hover {
    text-decoration: underline;
}


/**
 * ヘッダ部リンクの矢印
 */
IMG.common_header_link_arrow {
    vertical-align: text-bottom;
}

/**
 * ヘッダ部 かめ吉ロゴをトップページへのリンクにする
 */
A.common_header_logo {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 400px;
    height: 91px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    overflow: hidden;
    text-indent: -9999em;
}

/**
 * 共通トップメニュー
 */
.common_topmenu {}


/**
 * ページ主要部
 */
.common_body {
    margin: 0 0 10px 0;
}


/**
 * パンくずリスト
 */
.breadcrumb_row {
    margin-left: 35px;
    padding: 3px 0 3px 0;
}


/**
 * 左カラム
 */
.common_column_l {
    float: left;
    width: 142px;
    padding: 0;
    margin-left: 35px;
    display: inline; /* IE6 hack */
}


.common_column_l .block_left {
    margin-bottom: 10px;
}


IMG.banner_left {
    width: 142px;
}

/**
 * キーワード検索フォーム
 */
.common_column_l .keyword_form {
    width: 142px;
    padding: 5px 0;
    background-color: #eeeeee;
    text-align: center;
}
.common_column_l INPUT[name="keyword"] {
    ime-mode: active;
}



/**
 * 左カラムのリストをTABLEで実装(IE6 line-heightバグ対策)
 */
.common_column_l TABLE.list {
    width: 142px;
    background-color: #eeeeee;
}
.common_column_l TABLE.list TD {
    border-top: 1px solid #f8f8f8;
    padding-left: 2px;
    height: 22px;
    vertical-align: middle;
    font-size: 11px;
}

@media screen and (max-width: 700px){
    .common_column_l TABLE.list TD {
    border-top: 1px solid #f8f8f8;
    padding-left: 2px;
    height: 22px;
    vertical-align: middle;
    font-size: 14px;
}
}

/**
 * 左カラム リンクリストの矢印
 */
.common_column_l IMG.arrow {
    vertical-align: middle;
}


/**
 * モバイルフォーム
 */
.common_column_l .mobile_form {
    width: 142px;
    background-color: #eeeeee;
    text-align: center;
    padding: 5px 0;
}


/**
 * メインカラム(中央+右)
 */
.common_column_main {
    float: right;
    width: 708px;
    margin-right: 35px;
    display: inline /* IE6 hack */
}


/**
 * フッター
 */
.common_footer {
    width: 930px;
    height: 262px;
    /*background-image: url(/img2011/top/bkgnd_fotter.gif);*/
    /*background-repeat: no-repeat;*/
    color: #ffffff;
}

/**
 * フッター内のリンク
 */
.common_footer .common_footer_link {
    color: #ffffff;
    text-decoration: none;
}

.common_footer .common_footer_link:hover {
    text-decoration: underline;
}

/**
 * フッター内の古物商許可
 */
.common_footer .licence {
    text-align: center;
}

/**
 * フッター内 コピーライト表示
 */
.common_footer .copyright {
    text-align: center;
    font-family: "Times New Roman","Times","Roman","明朝","ＭＳ Ｐ明朝",serif;
    font-weight: bold;
}


/**
 * トップページ以外の内部コンテント
 */
DIV.main_content {
    width: 697px;
    float: right;
}


/**
 * 販売時の注意
 */
DIV.div_attention {
    font-size: 9pt;
    margin: 20px 0;
    color: #333333;
    background-color: #fff180;
    padding: 1em;
}

DIV.div_attention P {
    margin: 0;
    padding-left: 1em;
    text-indent: -1em;
}

DIV.div_attention P.em {
    font-size: 14pt;
    font-weight: bold;
    font-style: normal;
}

div.div_attention p.alert {
    color: #cc0000;
}

/**
 * 共通テーブル
 */
TABLE.table1 {
    font-size: 12px;
    line-height: 130%;
    text-decoration: none;
    color: #666666;
    /*FONT-FAMILY: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
}
TABLE.table1 TD.table1column1 {
    background-color: whitesmoke;
    width: 170px;
}


/**
 * common2 (シンプル版)
 */
DIV.common2 {
    margin: 0 auto auto auto;
    width: 750px;
    border-width: 0;
    background-color: #ffffff;
}


/**
 * 商品情報へのリンクテキスト
 * ・下線を非表示
 * ・マウスオーバー時に下線表示
 */
A.no_underline {
    color: #000000;
    text-decoration: none;
}

A.no_underline:hover {
    text-decoration: underline;
}

/**
 * ハイライト画像（highlight_offの位置に表示される)
 */
IMG.highlight_on {
    display: none;
}


/*
 * ==============================================================
 * スライドショー関連
 * ==============================================================
 */

/* bxSlider 内部の修正 */
div.bx-wrapper {
  margin: 0;
}

/* bxSlider 内部の修正 */
div.bx-wrapper div.bx-viewport {
    border: 0;
    left: 0;
    box-shadow: none;
}

/* スライダー本体 */
.slider-main {
    margin: 0;
    padding: 0;
}

/* スライダー バナー部 */
.slider-main .p-slider-img {
    margin: 0;
    padding: 0;
}

/* スライダー キャプション部 */
.slider-main .p-slider-caption {
    background: url(/watchkame2/2011/slider/bkgnd_txt.gif) repeat;
    margin: 0;
    padding: 5px 0;
    text-align: center;
}

/* スライダー サムネール部 */
.slider-thumbs {
    background: url(/watchkame2/2011/slider/bkgnd_btn.gif) repeat;
    margin: 0;
    text-align: center;
}

/* by PVC */
.imageleft {
    float: left;
}
.imageright {
    float: right;
}

/* facebook */
#fb-root, .fb-like {
  display: inline-block;
}

/* 赤字 */
.red {
    color: red;
}

/* 赤字で強調 */
.red-bold {
    color: red;
    font-weight: bold;
}

/**
 * ポイント還元バナー
 */
.clkangen {
  margin-left: 35px;
  margin-right: 35px;
  margin-bottom: 10px;
  /* padding: 3px 0 3px 0; */
}

.clkangen img {
  width: 100%;
  height: auto;
}

/**
 * COVID19キャンペーン
 */
.covid19-campaign-banner {
  margin-left: 35px;
  margin-right: 35px;
}

.covid19-campaign-banner.covid19-top {
  margin-bottom: 10px;
}

.covid19-campaign-banner img {
  width: 100%;
  height: auto;
}

.covid19-campaign-buttons {
  margin-left: 35px;
  margin-right: 35px;
  margin-bottom: 10px;
  display: flex;
  justify-content: stretch;
}

.covid19-campaign-buttons.covid19-top {
  justify-content: space-between;
}

.covid19-campaign-buttons a {
  display: block;
}

.covid19-campaign-buttons a img {
  width: 100%;
  height: auto;
}

.covid19-campaign-buttons a img.nohover {
  display: inline-block;
}

.covid19-campaign-buttons a img.hover {
  display: none;
}

.covid19-campaign-buttons a:hover img.nohover {
  display: none;
}

.covid19-campaign-buttons a:hover img.hover {
  display: inline-block;
}
