﻿@charset "UTF-8";/* ----common　共通エレメント---- */body {min-width: 1300px;margin: 0;color: #333;text-align: center;font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;font-size: 14px;line-height: 1.55;background: #fff;}ol li {margin-left: 2em;list-style: decimal;}img {max-width: 100%;border: none;vertical-align: top;}a img {transition: 0.3s;}a:hover img {opacity: 0.7;}strong {font-weight: bold;}input {vertical-align: middle;font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;font-size: 1em;padding: 1px;}textarea {font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;font-size: 1em;padding: 1px;border: 1px solid #999;border-radius: 5px;zoom: 1;position: relative;}input[type="text"], input[type="search"], input[type="password"] {height: 1.0em;padding: 0.6em;margin: 5px 0;border: 1px solid #dcdcdc;border-radius: 5px;position: relative;}input[type="text"]:focus, input[type="search"]:focus, input[type="password"]:focus {border: solid 1px #EEA34A;}select {position: relative;font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;line-height: 38px;height: 38px;border-radius: 5px;padding: 0 10px;border: 1px solid #dcdcdc;}@-moz-document url-prefix() {Select {height: 28px;font-size: 14px;padding-top: 2px;padding-bottom: 2px;}}label {margin: 3px 20px 0 0px;line-height: 17px;padding-bottom: 3px;}/* ラジオボタンデザイン */input[type="radio"] {-webkit-appearance: none;-moz-appearance: none;-ms-appearance: none;width: 20px;height: 20px;background: #fff;-webkit-box-shadow: 1px 1px 1px 1px inset;box-shadow: 1px 1px 1px 1px inset;-webkit-border-radius: 10px / 10px;border-radius: 10px / 10px;position: relative;margin-bottom: 3px;margin-right: 5px;}/* チェックの印を:before疑似要素を使って作成 */input[type="radio"]:checked:before {position: absolute;left: 50%;top: 50%;display: block;margin: -4px 0 0 -4px;-webkit-box-shadow: 1 1px 1px;box-shadow: 1 1px 1px;-webkit-border-radius: 10px / 10px;border-radius: 10px / 10px;content: "";width: 9px;height: 9px;background: -webkit-gradient(linear,left top,left bottom,from(#000),to(#000));}/* チェックボックスデザイン */input[type="checkbox"] {-webkit-appearance: none;-moz-appearance: none;-ms-appearance: none;width: 20px;height: 20px;position: relative;margin-bottom: 10px;margin-right: 10px;outline: none;border: 1px solid #ccc;background: #fff;}/* タップ後のデザイン */input[type="checkbox"]:checked:before {position: absolute;left: 0px;top: 13px;display: block;content: "";width: 8px;height: 2px;background: #e60013;-webkit-transform: rotate(45deg);-webkit-transform-origin: right center;}input[type="checkbox"]:checked:after {display: block;position: absolute;left: 7px;top: 13px;content: "";width: 12px;height: 2px;background: #e60013;-webkit-transform: rotate(-48deg);-webkit-transform-origin: left center;}body a:link {color: #006699;text-decoration: none;}body a:visited {color: #006699;text-decoration: none;}body a:active {color: #3fbf0d;text-decoration: underline;}body a:hover {/*color: #006699;*/text-decoration: underline;}/* ----common　汎用クラス---- *//* 文字サイズ */.large_ {font-size: 120%;}.xlarge_ {font-size: 144%;}.small_ {font-size: 80%;}.xsmall_ {font-size: 64%;}/**//* フロート */.leftfloat_ {float: left;display: inline;}.rightfloat_ {float: right;display: inline;}img.leftfloat_ {margin: 0 10px 10px 0;}img.rightfloat_ {margin: 0 0 10px 10px;}.clear_ {clear: both;}/**//* 文整列 */.lefttext_ {text-align: left;}.righttext_ {text-align: right;}.centertext_ {text-align: center;}/**//* 特定メッセージ（インライン） */.error_ {color: #CC0000;font-weight: bold;}.notice_ {color: #993300;font-weight: bold;}.info_ {font-weight: bold;}.complete_ {color: #0000FF;font-weight: bold;}/**//* 特定メッセージ（ブロック） */div.error_, table.error_ {background-color: #efefef;border: solid 1px #FF0099;padding: 8px;margin: 4px auto;text-align: left;width: 560px;}div.notice_, table.notice_ {background-color: #efefef;border: solid 1px #996666;padding: 8px;margin: 4px auto;text-align: left;width: 580px;}div.info_, table.info_ {background-color: #efefef;border: solid 1px #666666;padding: 8px;margin: 4px auto;text-align: left;width: 560px;}ul.error_ {margin-left: 16px;}/**//* 共通クラス(ブロック) */.top_comment_ {margin-bottom: 10px;}.submit_ {margin: 20px auto;text-align: center;}.submit_ div {margin-bottom: 10px;}.submit_ .button_ {margin: 0 0 10px 0;}.submit_ .button_ a {text-decoration: underline;}.submit_ input,.submit_ img {margin: 0px 16px;vertical-align: middle;}p.message_ {margin: 10px 0;}p.message_important {margin: 10px 0;background: #ffff00;border: 3px solid #ff0000;padding: 10px;font-weight: bold;}/* 共通クラス(その他) */.hidden_ {visibility: hidden;}.nocell_ {border: none!important;background-color: transparent!important;}.hiddenEnter_ {width: 0;height: 0;}.disp_none_ {display: none;}.disp_block_ {display: block;}.txt_linethrough_ {text-decoration: line-through;}.valign_m_ {vertical-align: middle;}.left_column_ {float: left;}.pointer_ {cursor: pointer;}.fontsize_small_ {font-size: small;}.whitespace_nowrap_ {white-space: nowrap;}/* 価格表示 */.price_ {font-size: 14px;font-weight: bold;}.price_ span {color: #ff0000;}.price_ small {font-size: 12px;}.default_price_ {font-size: 12px;}.default_price_ span {text-decoration: line-through;}.special_price_ {color: #ff0000;font-size: 14px;font-weight: bold;}.special_price_ small {font-size: 12px;}.price_pop_ {color: #ff0000;font-size: 10px;}.exchange_ {color: #555555;font-size: 12px;font-weight: normal;}.exchange_ .exchange_price_,.exchange_ .exchange_rate_dt_ {display: block;}/* カートボタン */.cart_l_ {position: relative;}.cart_l_ a {display: flex;align-items: center;justify-content: center;text-decoration: none;width: 100%;height: 60px;border-radius: 5px;color: #ffffff!important;background-color: #e60013;}.cart_l_ a span {display: inline-block;font-size: 20px;font-weight: bold;padding-top: 5px;padding-left: 45px;background-image: url(/img/sys/button/ico_cart.png);background-position: left center;background-repeat: no-repeat;}.cart_l_.loading_ a span {background-image: url(/img/sys/button/ico_cart_loading.gif);}.cart_l_.disabled_ a {background-color: #999999;}.cart_l_ .balloon_ {position: absolute;bottom: calc(100% + 10px);left: 50%;transform: translateX(-50%);color: #fff;font-size: 18px;font-weight: bold;white-space: nowrap;width: max-content;padding: 7px 30px;border-radius: 4px;background-color: rgba(0,0,0,0.8);z-index: 1;}.cart_l_ .balloon_:after {content: "";position: absolute;top: 100%;left: 50%;transform: translateX(-50%);border: 10px solid transparent;border-top: 10px solid #000;opacity: 0.8;}.restock_l_ {}.restock_l_ a {display: flex;align-items: center;justify-content: center;text-decoration: none;width: 100%;height: 60px;border-radius: 5px;background-color: #007bc9;}.restock_l_ a span {display: inline-block;color: #ffffff;font-size: 20px;font-weight: bold;padding-top: 5px;}/* 絞り込み項目の上下開閉*/#block_of_filter div.Box {padding: 9px 19px;border-bottom: 1px dotted #ccc;}#block_of_filter div.Accordion.Box h3 span.Label {padding-left: 16px;background: url(/img/usr/bt_sub_accodion_opened.png) no-repeat 0 2px;}#block_of_filter div.Accordion.Box h3 span.Label:hover {padding-left: 16px;background: url(/img/usr/bt_sub_accodion_opened_hover.png) no-repeat 0 2px;cursor: pointer;color: #0fbefa;}#block_of_filter div.Close.Accordion.Box h3 span.Label {padding-left: 16px;background: url(/img/usr/bt_sub_accodion.png) no-repeat 0 2px;cursor: pointer;}#block_of_filter div.Close.Accordion.Box h3 span.Label:hover {padding-left: 16px;background: url(/img/usr/bt_sub_accodion_hover.png) no-repeat 0 2px;cursor: pointer;}#block_of_filter div.Box.Accordion.Close div.AccordionContents {display: none;}/* 絞り込み要素の画像*/.filter_image_ {position: relative;display: inline-block;}.filter_image_ a {text-decoration: none;}.filter_image_ a img {padding: 0px 3px 3px 0px;}.filter_image_ a img.filter_element_check_ {text-decoration: none;position: absolute;top: 0px;left: 0px;}.coupon_bonus_ {color: #CC3300;font-weight: bold;white-space: nowrap;}/* ----common　ヘッドライン---- */h1.optimaizedH1 {font-size: 12px;padding: 4px 20px;border-bottom: 1px solid #e5e5e5;}h1.goods_name_ {font-size: 24px;font-weight: bold;}h1.category_name_ {font-size: 2em;font-weight: bold;margin-bottom: 0.5em;color: #333;}h1.category_name_img_ {margin-bottom: 20px;}div.category_title_ {display: flex;align-items: center;margin: 0 0 20px;border: 1px solid #dcdcdc;height: 230px;}div.category_title_.long_ {height: auto;}div.category_title_ .img_ {flex-basis: 340px;}div.category_title_ .title_ {flex-basis: calc(100% - 340px);padding: 20px;box-sizing: border-box;}div.category_title_ h1 {font-size: 36px;font-weight: bold;line-height: 1.2em;}ul.chokusou {/*padding-left: 23px;*/margin-top: 10px;}ul.chokusou li {font-weight: bold;}/*SEO変更箇所h1タグ開始*/div.category_title_ h2 {font-size: 36px;font-weight: bold;line-height: 1.2em;}/*SEO変更箇所h1タグ終了*//*カテゴリページh3タグキャッチコピー*/div.category_title_ .title_ h3 {font-weight: bold;font-size: 1.1rem;}div.category_title_ .comment_ {margin-top: 10px;text-align: justify;}.btn_back_heiko {width: 50%;background: url(../img/genre/1/r32_bk_to_heiko.jpg) no-repeat;line-height: 4em;margin-bottom: 10px;font-weight: bold;font-size: 30px;padding: 0 25% 0 25%;}.btn_back_heiko a {color: #333333;text-decoration: none;display: block;}.btn_back_heiko a:hover {opacity: 0.7;}div.category_contents_ {margin: 0 0 20px;}div.category_contents_ img {padding-right: 10px;}h2.category_event_ttl_ {display: flex;align-items: center;justify-content: space-between;font-size: 1.7em;font-weight: bold;padding: 20px 0 3px;margin: 0 0 15px;border-bottom: 1px solid #333;clear: both;}h2.category_event_ttl_ a {color: #333333;font-size: 14px;font-weight: bold;padding: 3px 14px 2px;border-radius: 3px;background-color: #ffdede;}h2.category_event_ttl_ a span {padding-left: 18px;background: url(../img/usr/arrow_red_r.png) 1px center no-repeat;}h3.category_event_ttl_ {display: flex;align-items: center;justify-content: space-between;font-size: 1.7em;font-weight: bold;padding: 20px 0 3px;margin: 0 0 15px;border-bottom: 1px solid #333;clear: both;margin-left: 250px;}h3.category_event_ttl_.lab {margin-left: 0px;}h3.category_event_ttl_ a {color: #333333;font-size: 14px;font-weight: bold;padding: 3px 14px 2px;border-radius: 3px;background-color: #ffdede;}h3.category_event_ttl_ a span {padding-left: 18px;background: url(../img/usr/arrow_red_r.png) 1px center no-repeat;}h2.event_name_ {margin: 0 0 20px 0;padding: 0 0 10px 0;color: #3fbf0d;font-size: 24px;font-weight: normal;line-height: 140%;}h2.event_name_img_ {/* タイトルを画像にした場合 */margin-bottom: 10px;}h2.genre_name_ {margin: 0 0 20px 0;padding: 0 0 10px 0;color: #3fbf0d;font-size: 24px;font-weight: normal;line-height: 140%;}h2.genre_name_img_ {/* タイトルを画像にした場合 */margin-bottom: 10px;}h2.topic_head_ {margin: 0 0 20px 0;padding: 0 0 10px 0;color: #3fbf0d;font-size: 24px;font-weight: normal;line-height: 140%;}/* 汎用ヘッドライン */.common_headline1_ {font-size: 36px;font-weight: bold;margin: 25px 0 30px;border-bottom: 2px solid #000;}.common_headline1_ + p {margin-bottom: 20px;}.common_headline2_ {font-size: 26px;font-weight: bold;padding: 0 0 4px;margin: 0 0 30px;border-bottom: 2px solid #333333;}.design_headline2_ {/* h2相当 */padding: 12px 10px;margin-bottom: 10px;font-size: 14px;font-weight: bold;background: #efefef url(../img/usr/common/h2_bg.png) left top repeat-x;}.common_headline3_ {/* h3相当 */margin: 0 0 10px 0;padding: 5px 0;font-size: 14px;font-weight: bold;border-bottom: 1px solid #CCC;}.img_headline_ {/* 画像ヘッドラインの場合 */margin-bottom: 10px;}/* ----common　イベント---- *//* イベントへのリンク */.event_ {width: 100%;overflow: hidden;margin-bottom: 50px;}.event_title_img_ {margin: 0 0 10px 0;}.event_title_ {margin-bottom: 10px;padding: 8px 8px 8px 10px;font-size: 18px;font-weight: normal;color: #ffffff;border-bottom: 1px solid #e5e5e5;background: #3fbf0d;clear: both!important;}.event_title_ a {color: #ffffff;display: block;}.event_banner_ {width: 1050px;margin: 0 0 20px;}.event_banner_ .txt_ {margin: 0 0 16px;}.event_banner_ .img_ {margin: 0 0 20px;}/* ----common　ナビゲーション---- *//* パンくず */.navitopicpath_ {overflow: hidden;font-size: 12px;font-weight: bold;margin: 0 auto 30px;}.navitopicpath_ a {font-size: 12px;margin: 0 1em;}.navitopicpath_ ul li:first-child a,.navitopicpath_ a.topicpath_home_ {margin: 0 1em 0 0;}.navitopicpath_ span.current_ {margin: 0 0.5em;font-size: 11px;font-weight: bold;}.navitopicpath_ div.block {float: left;}.navitopicpath_ div {float: right;}#bread-crumb-list {width: 100%;float: left;}#bread-crumb-list li {display: inline;}/* ページジャンプ */.navipage_ {text-align: right;padding: 5px 0;}.navipage_.top_ {/* ページジャンプ上部 */margin-bottom: 10px;}.navipage_.bottom_ {/* ページジャンプ下部 */margin-bottom: 10px;}.navipage_ .navipage_first_ a {padding-left: 18px;background: url(../img/sys/navifirst.gif) left center no-repeat;}.navipage_ .navipage_prev_ a {padding-left: 12px;background: url(../img/sys/naviprev.gif) left center no-repeat;}.navipage_ .navipage_next_ a {padding-right: 12px;background: url(../img/sys/navinext.gif) right center no-repeat;}.navipage_ .navipage_last_ a {padding-right: 18px;background: url(../img/sys/navilast.gif) right center no-repeat;}.navipage_now_ {margin: 0 1px;padding: 2px 7px;color: #C00;font-weight: bold;text-decoration: none;background: #FEE;border: 1px solid #F99;}.navipage_ .navipage_reverse_ {margin-right: 5px;}.navipage_ .navipage_forward_ {margin-left: 5px;}.navipage_ a {margin: 0 1px;padding: 2px 7px;background-color: #FFF;border: 1px solid #BFCDDF;}.navipage_ a:hover {text-decoration: none;background-color: #E5F0F8;border: 1px solid #7FB3DA;}/* 並び替え */.navisort_ {margin: 30px 0 40px;padding-bottom: 5px;font-size: 14px;width: 100%;overflow: hidden;border-bottom: 1px dotted #CCC;}.navisort_ dt {float: left;font-weight: bold;}.navisort_now_ {color: #CC0000;text-decoration: none;margin: 2px 5px;white-space: nowrap;}.navisort_ a {margin: 2px 5px;white-space: nowrap;}/* 表示切替 */.navistyle_ {margin-bottom: 5px;padding-bottom: 5px;font-size: 10px;width: 100%;overflow: hidden;border-bottom: 1px dotted #CCC;}.navistyle_ dt {float: left;text-align: right;font-weight: bold;width: 8em;}.navistyle_ dd {margin-left: 8em;}.navistyle_now_ {color: #CC0000;text-decoration: none;margin: 2px 5px;white-space: nowrap;}.navistyle_ a {margin: 2px 5px;white-space: nowrap;}/* ----common　フォーム---- */.formlist_ {margin: 0 auto;border: 1px dotted #CCC;border-collapse: collapse;}.formlist_ th {padding: 10px;font-weight: bold;white-space: nowrap;background-color: #FCFCFC;border: 1px dotted #CCC;}.formlist_ td {padding: 10px;font-weight: normal;background-color: #FFF;border-bottom: 1px dotted #CCC;}.formlist_ .line0_ {background-color: #F8F8F8;}.formlist_ .line1_ {background-color: #FCFCFC;}.formdetail_ {border-collapse: collapse;margin: 0 auto;}.formdetail_ th {padding: 8px;text-align: left;font-weight: bold;vertical-align: top;background-color: #F8F8F8;border-top: 1px dotted #CCC;border-bottom: 1px dotted #CCC;}.formdetail_ td {padding: 8px;font-weight: normal;vertical-align: top;background-color: #FFF;border-top: 1px dotted #CCC;border-bottom: 1px dotted #CCC;}/* 2018/04/17 kawaitak 購入履歴詳細　運送業者用 */.formdetail_transporter_ th {padding: 8px;text-align: left;font-weight: bold;vertical-align: top;background-color: #F8F8F8;border-top: 1px dotted #CCC;border-bottom: 1px dotted #CCC;width: 200px;}.formdetail_transporter_ td {padding: 8px;font-weight: normal;vertical-align: top;background-color: #FFF;border-top: 1px dotted #CCC;border-bottom: 1px dotted #CCC;}.formdetailcard_ {margin: 0 auto;margin-left: 0px;float: none;border-collapse: collapse;}.formdetailcard_ th {border-top: 1px dotted #CCC;border-bottom: 1px dotted #CCC;font-weight: bold;line-height: 15px;padding: 8px;background-color: #F8F8F8;white-space: nowrap;text-align: left;}.formdetailcard_ td {border-top: 1px dotted #CCC;border-bottom: 1px dotted #CCC;font-weight: normal;line-height: 15px;padding: 8px;background-color: #FFF;}.formsublist_ {border-collapse: collapse;}.formsublist_ th {border: 1px dotted #CCC;background-color: #FFF;font-weight: bold;white-space: nowrap;}.formsublist_ td {border: 1px dotted #CCC;background-color: #FFF;font-weight: normal;}.must_ {display: inline;vertical-align: middle;}.img_cancel_ {max-width: 100%;border: none;vertical-align: middle;}.classrequired {background: #ffeeee;}.classerror {background: #ffeeee;}/* ----common　Trace---- *//* for Trace */.tracecontent {text-align: left;background-color: #FFCCFF;}#__asptrace {text-align: left;background-color: #FFF;}span.tracecontent tr.subhead {background-color: #CCC;}span.tracecontent tr.alt {background-color: #eeeeee;}/* ----width height---- *//*width*/.width_auto_ {width: auto!important;}.width_full_ {width: 100%!important;}.width25per_ {width: 25%!important;}.width00_ {width: 0px!important;}.width01_ {width: 1px!important;}.width02_ {width: 2px!important;}.width03_ {width: 3px!important;}.width04_ {width: 4px!important;}.width05_ {width: 5px!important;}.width06_ {width: 6px!important;}.width07_ {width: 7px!important;}.width08_ {width: 8px!important;}.width09_ {width: 9px!important;}.width10_ {width: 10px!important;}.width11_ {width: 11px!important;}.width12_ {width: 12px!important;}.width13_ {width: 13px!important;}.width14_ {width: 14px!important;}.width15_ {width: 15px!important;}.width16_ {width: 16px!important;}.width17_ {width: 17px!important;}.width18_ {width: 18px!important;}.width19_ {width: 19px!important;}.width20_ {width: 20px!important;}.width25_ {width: 25px!important;}.width30_ {width: 30px!important;}.width35_ {width: 35px!important;}.width40_ {width: 40px!important;}.width45_ {width: 45px!important;}.width50_ {width: 50px!important;}.width90_ {width: 90px!important;}.width100_ {width: 100px!important;}.width150_ {width: 150px!important;}.width200_ {width: 200px!important;}.width250_ {width: 250px!important;}.width300_ {width: 300px!important;}.width350_ {width: 350px!important;}.width400_ {width: 400px!important;}.width450_ {width: 450px!important;}.width500_ {width: 500px!important;}.width550_ {width: 550px!important;}.width590_ {width: 590px!important;}.width600_ {width: 600px!important;}.width650_ {width: 650px!important;}.width700_ {width: 700px!important;}.width720_ {width: 720px!important;}.width750_ {width: 750px!important;}.width800_ {width: 800px!important;}.width850_ {width: 850px!important;}.width900_ {width: 900px!important;}.width950_ {width: 950px!important;}.width960_ {width: 960px!important;}.width1000_ {width: 1000px!important;}/*height*/.height_auto_ {height: auto!important;}.height_full_ {height: 100%!important;}.height00_ {height: 0px!important;}.height01_ {height: 1px!important;}.height02_ {height: 2px!important;}.height03_ {height: 3px!important;}.height04_ {height: 4px!important;}.height05_ {height: 5px!important;}.height06_ {height: 6px!important;}.height07_ {height: 7px!important;}.height08_ {height: 8px!important;}.height09_ {height: 9px!important;}.height10_ {height: 10px!important;}.height11_ {height: 11px!important;}.height12_ {height: 12px!important;}.height13_ {height: 13px!important;}.height14_ {height: 14px!important;}.height15_ {height: 15px!important;}.height16_ {height: 16px!important;}.height17_ {height: 17px!important;}.height18_ {height: 18px!important;}.height19_ {height: 19px!important;}.height20_ {height: 20px!important;}.height25_ {height: 25px!important;}.height30_ {height: 30px!important;}.height35_ {height: 35px!important;}.height40_ {height: 40px!important;}.height45_ {height: 45px!important;}.height50_ {height: 50px!important;}.height100_ {height: 100px!important;}.height120_ {height: 120px!important;}.height150_ {height: 150px!important;}.height200_ {height: 200px!important;}.height250_ {height: 250px!important;}.height300_ {height: 300px!important;}.height350_ {height: 350px!important;}.height400_ {height: 400px!important;}.height450_ {height: 450px!important;}.height500_ {height: 500px!important;}.height550_ {height: 550px!important;}.height600_ {height: 600px!important;}.height650_ {height: 650px!important;}.height700_ {height: 700px!important;}.height750_ {height: 750px!important;}.height800_ {height: 800px!important;}.height850_ {height: 850px!important;}.height900_ {height: 900px!important;}.height950_ {height: 950px!important;}.height1000_ {height: 1000px!important;}/*cookie同意の表示をチャットボットの上に*/.cookie-consent {z-index: 1000000!important;}/*cookie同意の表示をチャットボットの上に終わり*/button#header_kw_delete {position: absolute;top: 6px;right: 120px;border: none;background: none;padding: 0;margin: 0;font: inherit;color: inherit;cursor: pointer;outline: none;}button#header_kw_delete:disabled {display: none;}/*検索結果画面下部_関連検索キーワード一覧*/.goods_search_relate_keyword_area {clear: both;}.goods_search_relate_keyword_area h2 {font-size: 1.7em;font-weight: bold;padding: 20px 0 3px;margin: 0 0 15px;border-bottom: 1px solid #333;}.goods_search_relate_keyword_area a {color: #000 !important;text-decoration: underline !important;margin-right: 10px;}