@charset "UTF-8";
html { -webkit-box-sizing: border-box; box-sizing: border-box; }

*, *::after, *::before { -webkit-box-sizing: inherit; box-sizing: inherit; }

/* ************************************************************************************** 　共通 ************************************************************************************ */
/* 見出し */
h1, h2, h3, h4 { font-weight: normal; margin: 0; }

/* リンク */
a { text-decoration: none; color: #199b73; }
a:hover { color: #2692d5; }
a:active { color: #d43f23; }
a:visited { color: #2692d5; }

/* 画像 */
.content img, #wrapper-eyecatch img { max-width: 100%; height: auto; }

.wp-caption { max-width: 100%; }

/* 共通スタイル */
.aligncenter { text-align: center; margin-left: auto; margin-right: auto; }

.a_center { text-align: center; }

/* **************************************************************************************
*　サイドバー
* ************************************************************************************ */
#column-right h2 { font-size: 1.5rem; }
#column-right .nav-side { list-style: none; padding: 0; margin-bottom: 2rem; }
#column-right .nav-side li { margin-bottom: 1rem; padding-bottom: .5rem; border-bottom: 1px solid #d43f23; }
#column-right .wpp-list { list-style: none; padding: 0; }
#column-right .wpp-list li { padding-bottom: 8px; margin-bottom: 16px; border-bottom: 1px solid #7d878c; }
#column-right .wpp-list li a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 0.9em; }
#column-right .wpp-list li a img { margin-right: 10px; }

/* **************************************************************************************
*　広告
* ************************************************************************************ */
/* プレバン */
.ad-pb { max-width: 235px; font-size: 0.85em; margin-right: auto; margin-bottom: 2em; margin-left: auto; line-height: 120%; }

.adsbygoogle { margin: 3.5em auto; }

/* ************************************************************************************** 　トップページ ************************************************************************************ */
/* アイキャッチ */
#eyecatch { max-width: 1200px; margin-left: auto; margin-right: auto; margin: 0 auto; }
#eyecatch::after { clear: both; content: ""; display: table; }

/* ************************************************************************************** 　投稿一覧 共通 ************************************************************************************ */
/* 投稿一覧 */
.wrapper-archive { display: -webkit-box; display: -moz-box; display: box; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; box-orient: vertical; -webkit-box-direction: normal; box-direction: normal; -moz-flex-direction: column; flex-direction: column; -ms-flex-direction: column; /* PC -------------------------------------------------------------- */ /* TABLET以下 -------------------------------------------------------------- */ background-color: #fdfefe; line-height: 180%; color: #333; }
@media screen and (min-width: 1200px) { .wrapper-archive { padding: 2rem 1rem; } }
@media screen and (max-width: 1199px) { .wrapper-archive { padding: 2rem 0.5rem; } }

.archive-post { /* PC -------------------------------------------------------------- */ /* TABLET以下 -------------------------------------------------------------- */ }
@media screen and (min-width: 1200px) { .archive-post { border-bottom: 1px solid #7d878c; padding-bottom: 1em; margin-bottom: 1em; }
  .archive-post::after { clear: both; content: ""; display: table; }
  .archive-post .thumb { padding: 0.5em 0 0; float: left; margin-right: 1.5em; }
  .archive-post .meta-post { list-style: none; padding: 0; margin: 0.5em 0; font-size: 0.9em; }
  .archive-post .meta-post .date { float: left; margin-right: 2em; background-image: url("../img/common/date.png"); background-repeat: no-repeat; padding-left: 25px; }
  .archive-post .meta-post .tag { overflow: hidden; background-image: url("../img/common/tag.png"); background-repeat: no-repeat; padding-left: 25px; }
  .archive-post h2 { overflow: hidden; font-size: 1.3em; padding-bottom: 0; } }
@media screen and (max-width: 1199px) { .archive-post { border-bottom: 1px solid #7d878c; margin-bottom: 2em; }
  .archive-post::after { clear: both; content: ""; display: table; }
  .archive-post .thumb { padding: 0; margin-bottom: .5em; text-align: center; }
  .archive-post .thumb img { overflow: hidden; }
  .archive-post .meta-post { list-style: none; padding: 0; margin: 1em 0; font-size: 0.9em; }
  .archive-post .meta-post .date { background-image: url("../img/common/date.png"); background-repeat: no-repeat; padding-left: 25px; }
  .archive-post .meta-post .tag { background-image: url("../img/common/tag.png"); background-repeat: no-repeat; padding-left: 25px; }
  .archive-post h2 { font-size: 1.3em; padding-bottom: 0; } }

/* ************************************************************************************** 　本文部分 共通 ************************************************************************************ */
/* ページタイトル */
#title-page { margin: 0 0 3rem; padding: 0 0 1rem; border-bottom: 7px solid #ffc400; line-height: 120%; }
@media screen and (min-width: 1200px) { #title-page { font-size: 2.2rem; margin: 0 0 3rem; } }
@media screen and (max-width: 1199px) { #title-page { font-size: 1.5rem; margin: 0 0 1rem; } }

.content { /* PC -------------------------------------------------------------- */ /* TABLET以下 -------------------------------------------------------------- */ background-color: #fdfefe; line-height: 180%; color: #333; /* 見出し */ /* 段落 */ /* リンク */ /* リスト */ /* 前後投稿 */ }
@media screen and (min-width: 1200px) { .content { padding: 2rem 1rem; } }
@media screen and (max-width: 1199px) { .content { padding: 2rem 0.5rem; } }
.content p.back-to-list { margin: -1rem 0 1em; }
.content p.back-to-list a { font-size: 0.8em; display: inline-block; text-align: center; padding: 0.3em 1em; text-decoration: none; background-color: #e65a00; color: #f3f9fa; border-radius: 2em; }
.content h2, .content h3, .content h4 { margin: 0 0 2rem; }
.content h2 { background-color: #ecf5f7; padding: 1rem; font-size: 1.5rem; }
.content h3 { font-size: 1.5rem; padding: 0 0 0.5rem; border-bottom: 2px solid #d43f23; }
.content h4 { font-size: 1.5rem; }
.content p { margin-bottom: 2rem; }
.content a { text-decoration: underline; }
.content ol, .content ul { margin-bottom: 2rem; }
.content ol li, .content ul li { margin-bottom: 1.5rem; }
.content ul.route-post { list-style: none; padding: 1em 1em 0.5em; background-color: #ddf0ea; }
.content ul.route-post li { margin-bottom: .5rem; }
.content ul.route-post li a { display: block; background-color: #f3f9fa; text-decoration: none; padding: 0.5em 0.5em 0.5em 35px; background-repeat: no-repeat; background-position: .5em, center; }
.content ul.route-post li.prev a { background-image: url("../img/common/post_prev.png"); }
.content ul.route-post li.next a { background-image: url("../img/common/post_next.png"); }

/* ************************************************************************************** 　投稿一覧 ************************************************************************************ */
/* ページネーション(wp-pagenaviプラグイン用) */
.wp-pagenavi { clear: both; text-align: center; margin: 30px 0px 1.5em; }

.wp-pagenavi a, .wp-pagenavi span { text-decoration: none; border: 1px solid #199b73; padding: 0.2em 0.5em; margin: 4px; background-color: #ddf0ea; color: #199b73; }
@media screen and (max-width: 1199px) { .wp-pagenavi a, .wp-pagenavi span { padding: 0.3em 0.7em; margin: 7px; } }

.wp-pagenavi a:active, .wp-pagenavi a:hover { background-color: #f3f9fa; color: #d43f23 !important; border: 1px solid #d43f23; }

.wp-pagenavi span.current { color: #f3f9fa; background-color: #199b73; border: 1px solid #199b73; }

/* ************************************************************************************** 　シングル投稿 ************************************************************************************ */
/* ************************************************************************************** 　固定ページ ************************************************************************************ */
/* ************************************************************************************** 　お問合せ ************************************************************************************ */
.wpcf7-text, .wpcf7-textarea { max-width: 100%; }

/* ************************************************************************************** 　検索トップ ************************************************************************************ */
.category-list { /* PC -------------------------------------------------------------- */ }
.category-list ul { position: relative; list-style: none; padding: 0 0 70px; margin: 0; -webkit-transition: all 1s; transition: all 1s; }
.category-list ul.close { max-height: 170px; overflow-y: hidden; padding: 0; }
.category-list ul.close::before { content: ""; display: block; position: absolute; bottom: 0; left: 0; right: 0; height: 100px; background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, white)); background: linear-gradient(transparent 0%, white 50%); }
.category-list ul li { margin-right: 1em; min-width: 150px; text-align: center; background-color: #ddf0ea; }
.category-list ul li a { display: block; padding: 0.5em 1em; text-decoration: none; }
@media screen and (min-width: 1200px) { .category-list ul { display: -webkit-box; display: -moz-box; display: box; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; box-lines: multiple; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .category-list ul.series li { width: 45%; margin-right: auto; } }

.btn-more { text-align: center; margin: 0 0 2em; }
.btn-more span { display: inline-block; border-radius: 2em; font-size: 13px; background-color: #d43f23; color: #fff; padding: 5px 40px; cursor: pointer; }

/* ************************************************************************************** 　広告 ************************************************************************************ */
.pr_pc, .pr_tablet, .pr_mobile { width: 100%; text-align: center; list-style: none; }

@media screen and (min-width: 1200px) { .pr_tablet { display: none; }
  .pr_mobile { display: none; } }
@media screen and (max-width: 1199px) { .pr_pc { display: none; }
  .pr_mobile { display: none; } }
@media screen and (max-width: 599px) { .pr_pc { display: none; }
  .pr_tablet { display: none; }
  .pr_mobile { display: block; } }
/* ************************************************************************************** 　結果一覧 ************************************************************************************ */
.wrapper-result { padding: 0; /* PC -------------------------------------------------------------- */ /* TABLET以下 -------------------------------------------------------------- */ }
.wrapper-result .search-list { list-style: none; }
.wrapper-result .search-list a { text-decoration: none; }
.wrapper-result .search-list .g-grade { display: inline-block; background-repeat: no-repeat; height: 0; padding-top: 22px; overflow: hidden; position: relative; top: 5px; left: 0; z-index: 0; }
.wrapper-result .search-list .g-grade.grade_mega { width: 75px; background-image: url("../img/common/grade_mega.png"); }
.wrapper-result .search-list .g-grade.grade_pg { width: 44px; background-image: url("../img/common/grade_pg.png"); }
.wrapper-result .search-list .g-grade.grade_mg { width: 44px; background-image: url("../img/common/grade_mg.png"); }
.wrapper-result .search-list .g-grade.grade_rg { width: 44px; background-image: url("../img/common/grade_rg.png"); }
.wrapper-result .search-list .g-grade.grade_hg { width: 44px; background-image: url("../img/common/grade_hg.png"); }
.wrapper-result .search-list .g-grade.grade_hguc { width: 75px; background-image: url("../img/common/grade_hguc.png"); }
.wrapper-result .search-list .g-grade.grade_uchg { width: 75px; background-image: url("../img/common/grade_uchg.png"); }
.wrapper-result .search-list .g-grade.grade_ex { width: 44px; background-image: url("../img/common/grade_ex.png"); }
.wrapper-result .search-list .g-grade.grade_eg { width: 44px; background-image: url("../img/common/grade_eg.png"); }
.wrapper-result .search-list .g-grade.grade_fg { width: 44px; background-image: url("../img/common/grade_fg.png"); }
.wrapper-result .search-list .g-grade.grade_re { width: 75px; background-image: url("../img/common/grade_re.png"); }
.wrapper-result .search-list .g-grade.grade_sd { width: 44px; background-image: url("../img/common/grade_sd.png"); }
@media screen and (min-width: 1200px) { .wrapper-result .search-list { display: -webkit-box; display: -moz-box; display: box; display: -moz-flex; display: -ms-flexbox; display: flex; margin: 0 0 1em; padding: 0 0 1em; border-bottom: 1px solid #d8dbdd; }
  .wrapper-result .search-list::after { clear: both; content: ""; display: table; }
  .wrapper-result .search-list .g-img { width: 130px; margin-right: 1em; }
  .wrapper-result .search-list .g-img img { width: 130px; height: 130px; object-fit: contain; }
  .wrapper-result .search-list .g-img a { display: block; }
  .wrapper-result .search-list .g-img .g-icons { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 15px; }
  .wrapper-result .search-list .g-img .g-icons a { background-color: #bababa; color: #fff; padding: 10px; line-height: 1em; border-radius: 3px; width: 40px; }
  .wrapper-result .search-list .g-img .g-icons a:hover { background-color: #e65a00; }
  .wrapper-result .search-list .g-data { flex: 1; width: 100%; }
  .wrapper-result .search-list .g-data .g-name { margin: 0 0 1em; padding: 0; border-bottom: 2px solid #d43f23; }
  .wrapper-result .search-list .g-data dl { margin: 0; line-height: 150%; display: -webkit-box; display: -moz-box; display: box; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; box-lines: multiple; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .wrapper-result .search-list .g-data dl dt, .wrapper-result .search-list .g-data dl dd { margin: 0 0 0.5em; -webkit-box-flex: 1; box-flex: 1; -moz-flex: 1 auto 0; -ms-flex: 1 auto 0; flex: 1 auto 0; }
  .wrapper-result .search-list .g-data dl dt { color: #7d878c; }
  .wrapper-result .search-list .g-data dl dt:after { content: "："; float: right; }
  .wrapper-result .search-list .g-data dl dd { margin-right: 3em; }
  .wrapper-result .search-list .g-data dl dt.g-price { width: 65px; }
  .wrapper-result .search-list .g-data dl dt.g-scale { width: 100px; }
  .wrapper-result .search-list .g-data dl dt.g-date { width: 85px; }
  .wrapper-result .search-list .g-data dl dd.g-date { width: 110px; margin-right: 0; }
  .wrapper-result .search-list .g-data dl dt.g-series { width: 100px; } }
@media screen and (max-width: 1199px) { .wrapper-result .search-list { font-size: 0.85rem; display: -webkit-box; display: -moz-box; display: box; display: -moz-flex; display: -ms-flexbox; display: flex; margin: 0 0 1em; padding: 0 0 1em; border-bottom: 1px solid #d8dbdd; }
  .wrapper-result .search-list::after { clear: both; content: ""; display: table; }
  .wrapper-result .search-list .g-img { width: 120px; margin-right: 1em; }
  .wrapper-result .search-list .g-img img { width: 120px; height: 120px; object-fit: contain; }
  .wrapper-result .search-list .g-img a { display: block; }
  .wrapper-result .search-list .g-img .g-icons { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 15px; }
  .wrapper-result .search-list .g-img .g-icons a { background-color: #bababa; color: #fff; padding: 10px; line-height: 1em; border-radius: 3px; width: 40px; }
  .wrapper-result .search-list .g-data { flex: 1; width: 100%; }
  .wrapper-result .search-list .g-data .g-name { font-size: 1rem; font-weight: bold; margin: 0 0 1em; padding: 0; border-bottom: 2px solid #d43f23; line-height: 1.3em; padding-bottom: .25em; }
  .wrapper-result .search-list .g-data .g-name .g-grade { display: block; top: auto; left: auto; margin-bottom: 10px; }
  .wrapper-result .search-list .g-data dl { margin: 0; line-height: 150%; font-size: 0.875em; }
  .wrapper-result .search-list .g-data dl dt, .wrapper-result .search-list .g-data dl dd { margin: 0 0 0.5em; }
  .wrapper-result .search-list .g-data dl dt { width: 80px; float: left; }
  .wrapper-result .search-list .g-data dl dt:after { content: "："; float: right; }
  .wrapper-result .search-list .g-data dl dd { min-width: 100px; overflow: hidden; } }

/*
* 現在の検索条件（削除用）
-------------------------------------------------------------- */
#view-search { margin: 0 0 0.8rem; padding: 0; font-size: 0.85em; }
#view-search li { cursor: pointer; display: inline-block; border: 1px solid #199b73; background-color: #199b73; color: #f3f9fa; padding: 0.1em 0.5em; margin: 0 0.5em 0.5em; border-radius: 3px; }
#view-search li:before { font-weight: bold; content: "× "; }
#view-search li:hover { background-color: #ecf5f7; color: #199b73; }

/* ************************************************************************************** 　シングルビュー ************************************************************************************ */
#view-data {     /*
	 * PC
	 -------------------------------------------------------------- */ /* TABLET以下 -------------------------------------------------------------- */ }
@media screen and (min-width: 1200px) { #view-data { display: -webkit-box; display: -moz-box; display: box; display: -moz-flex; display: -ms-flexbox; display: flex; margin-bottom: 2em; }
  #view-data .g-img { margin-right: 1em; min-width: 350px; }
  #view-data .g-img p { line-height: 100%; text-align: center; margin: 0 0 0.5em; }
  #view-data .g-data { -webkit-box-flex: 1; box-flex: 1; -moz-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto; width: 410px; }
  #view-data .g-data a { text-decoration: none; }
  #view-data .g-data dl { margin: 0; padding: 0; }
  #view-data .g-data dl dt, #view-data .g-data dl dd { margin: 0 0 0.5em; padding: 0 0 0.5em; }
  #view-data .g-data dl dt { float: left; width: 100px; }
  #view-data .g-data dl dt:after { content: "："; float: right; }
  #view-data .g-data dl dd { display: block; padding-left: 110px; border-bottom: 1px solid #199b73; }
  #view-data .g-data aside ol { font-size: 0.85em; line-height: 120%; list-style: none; counter-increment: cnt; padding: 0; }
  #view-data .g-data aside ol li { text-indent: 0; display: block; }
  #view-data .g-data aside ol li:before { display: marker; content: "※" counter(cnt) " "; } }
@media screen and (max-width: 1199px) { #view-data { margin-bottom: 2em; }
  #view-data .g-img { margin-bottom: 2em; }
  #view-data .g-img p { line-height: 100%; text-align: center; margin: 0 0 0.5em; }
  #view-data .g-data dl { margin: 0; padding: 0; }
  #view-data .g-data dl dt, #view-data .g-data dl dd { margin: 0 0 0.5em; padding: 0 0 0.5em; }
  #view-data .g-data dl dt { float: left; width: 100px; }
  #view-data .g-data dl dt:after { content: "："; float: right; }
  #view-data .g-data dl dd { display: block; padding-left: 110px; border-bottom: 1px solid #199b73; }
  #view-data .g-data aside ol { font-size: 0.85em; line-height: 120%; list-style: none; counter-increment: cnt; padding: 0; }
  #view-data .g-data aside ol li { text-indent: 0; display: block; }
  #view-data .g-data aside ol li:before { display: marker; content: "※" counter(cnt) " "; } }

/* **************************************************************************************
*　ボタン
* ************************************************************************************ */
ul#afbtn-single { display: -webkit-box; display: -moz-box; display: box; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; box-lines: multiple; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: distribute; box-pack: distribute; -moz-justify-content: space-around; -ms-justify-content: space-around; -o-justify-content: space-around; justify-content: space-around; -ms-flex-pack: distribute; margin-bottom: 1em; margin: 0 0 1em; padding: 0; list-style: none; }
ul#afbtn-single li { display: block; min-width: 30%; }
ul#afbtn-single li a { display: block; width: 100%; font-weight: bold; text-align: center; text-decoration: none !important; }
ul#afbtn-single li.btn-amazon a { border: 1px solid #ebb400; border-radius: 3px; -webkit-box-shadow: inset 0 1px 0 0 #fadf85; box-shadow: inset 0 1px 0 0 #fadf85; color: #333333; display: inline-block; font-size: inherit; font-weight: bold; background-color: #ffd033; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd033), to(#fac000)); background-image: linear-gradient(#ffd033, #fac000); padding: 7px 18px; text-decoration: none; text-shadow: 0 1px 0 #ffd547; background-clip: padding-box; color: #333; }
ul#afbtn-single li.btn-amazon a:hover:not(:disabled) { background-color: #fac71e; background-image: -webkit-gradient(linear, left top, left bottom, from(#fac71e), to(#ebb400)); background-image: linear-gradient(#fac71e, #ebb400); -webkit-box-shadow: inset 0 1px 0 0 #f9d253; box-shadow: inset 0 1px 0 0 #f9d253; cursor: pointer; }
ul#afbtn-single li.btn-amazon a:active:not(:disabled), ul#afbtn-single li.btn-amazon a:focus:not(:disabled) { border: 1px solid #ebb400; -webkit-box-shadow: inset 0 0 8px 4px #dba900, inset 0 0 8px 4px #dba900; box-shadow: inset 0 0 8px 4px #dba900, inset 0 0 8px 4px #dba900; }
ul#afbtn-single li.btn-amazon a:disabled { cursor: not-allowed; opacity: 0.5; }
ul#afbtn-single li.btn-amazon a:hover { color: #333; }
ul#afbtn-single li.btn-rakuten a { border: 1px solid #cd3316; border-radius: 3px; -webkit-box-shadow: inset 0 1px 0 0 #e69e90; box-shadow: inset 0 1px 0 0 #e69e90; color: white; display: inline-block; font-size: inherit; font-weight: bold; background-color: #e16149; background-image: -webkit-gradient(linear, left top, left bottom, from(#e16149), to(#db3617)); background-image: linear-gradient(#e16149, #db3617); padding: 7px 18px; text-decoration: none; text-shadow: 0 1px 0 #c02a0e; background-clip: padding-box; color: #f3f9fa !important; }
ul#afbtn-single li.btn-rakuten a:hover:not(:disabled) { background-color: #d95138; background-image: -webkit-gradient(linear, left top, left bottom, from(#d95138), to(#cc3417)); background-image: linear-gradient(#d95138, #cc3417); -webkit-box-shadow: inset 0 1px 0 0 #de7965; box-shadow: inset 0 1px 0 0 #de7965; cursor: pointer; }
ul#afbtn-single li.btn-rakuten a:active:not(:disabled), ul#afbtn-single li.btn-rakuten a:focus:not(:disabled) { border: 1px solid #cd3316; -webkit-box-shadow: inset 0 0 8px 4px #bd3117, inset 0 0 8px 4px #bd3117; box-shadow: inset 0 0 8px 4px #bd3117, inset 0 0 8px 4px #bd3117; }
ul#afbtn-single li.btn-rakuten a:disabled { cursor: not-allowed; opacity: 0.5; }
ul#afbtn-single li.btn-rakuten a:hover { color: #f3f9fa; }
ul#afbtn-single li.btn-yahoo a { border: 1px solid #1989ce; border-radius: 3px; -webkit-box-shadow: inset 0 1px 0 0 #95c7e6; box-shadow: inset 0 1px 0 0 #95c7e6; color: white; display: inline-block; font-size: inherit; font-weight: bold; background-color: #4ea8e0; background-image: -webkit-gradient(linear, left top, left bottom, from(#4ea8e0), to(#1a92dc)); background-image: linear-gradient(#4ea8e0, #1a92dc); padding: 7px 18px; text-decoration: none; text-shadow: 0 1px 0 #107ec2; background-clip: padding-box; color: #f3f9fa !important; }
ul#afbtn-single li.btn-yahoo a:hover:not(:disabled) { background-color: #3e9cd7; background-image: -webkit-gradient(linear, left top, left bottom, from(#3e9cd7), to(#1a88cd)); background-image: linear-gradient(#3e9cd7, #1a88cd); -webkit-box-shadow: inset 0 1px 0 0 #6bb1dd; box-shadow: inset 0 1px 0 0 #6bb1dd; cursor: pointer; }
ul#afbtn-single li.btn-yahoo a:active:not(:disabled), ul#afbtn-single li.btn-yahoo a:focus:not(:disabled) { border: 1px solid #1989ce; -webkit-box-shadow: inset 0 0 8px 4px #197fbe, inset 0 0 8px 4px #197fbe; box-shadow: inset 0 0 8px 4px #197fbe, inset 0 0 8px 4px #197fbe; }
ul#afbtn-single li.btn-yahoo a:disabled { cursor: not-allowed; opacity: 0.5; }
ul#afbtn-single li.btn-yahoo a:hover { color: #f3f9fa; }
ul#afbtn-single li.btn-amiami a { border: 1px solid #eb5c00; border-radius: 3px; -webkit-box-shadow: inset 0 1px 0 0 #fab385; box-shadow: inset 0 1px 0 0 #fab385; color: white; display: inline-block; font-size: inherit; font-weight: bold; background-color: #ff8334; background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8334), to(#fa6200)); background-image: linear-gradient(#ff8334, #fa6200); padding: 7px 18px; text-decoration: none; text-shadow: 0 1px 0 #d75400; background-clip: padding-box; color: #f3f9fa !important; }
ul#afbtn-single li.btn-amiami a:hover:not(:disabled) { background-color: #fa751f; background-image: -webkit-gradient(linear, left top, left bottom, from(#fa751f), to(#eb5c00)); background-image: linear-gradient(#fa751f, #eb5c00); -webkit-box-shadow: inset 0 1px 0 0 #f99453; box-shadow: inset 0 1px 0 0 #f99453; cursor: pointer; }
ul#afbtn-single li.btn-amiami a:active:not(:disabled), ul#afbtn-single li.btn-amiami a:focus:not(:disabled) { border: 1px solid #eb5c00; -webkit-box-shadow: inset 0 0 8px 4px #dc5600, inset 0 0 8px 4px #dc5600; box-shadow: inset 0 0 8px 4px #dc5600, inset 0 0 8px 4px #dc5600; }
ul#afbtn-single li.btn-amiami a:disabled { cursor: not-allowed; opacity: 0.5; }
ul#afbtn-single li.btn-amiami a:hover { color: #f3f9fa; }

/* **************************************************************************************
*　AMAZON販売情報
* ************************************************************************************ */
.sale-title { margin: 0 !important; }

.sale-updated { margin: 0 !important; font-size: 0.85em; }

.sale-data { /* PC -------------------------------------------------------------- */ /* TABLET以下 -------------------------------------------------------------- */ }
.sale-data li .sale-li { display: inline-block; background-color: #deeff9; color: #2692d5; padding: 0 0.5em; font-size: .9em; margin-right: .5em; width: 5.5em; text-align: center; }
@media screen and (min-width: 1200px) { .sale-data { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; box-lines: multiple; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; box-pack: start; -moz-justify-content: flex-start; -ms-justify-content: flex-start; -o-justify-content: flex-start; justify-content: flex-start; -ms-flex-pack: start; padding: 0; list-style: none; }
  .sale-data li { min-width: 25%; margin-right: auto; } }
@media screen and (max-width: 1199px) { .sale-data { padding: 0; list-style: none; }
  .sale-data li { margin-bottom: .5em !important; } }
