@charset "UTF-8";
/* CSS Document */

/* ========================================
   main layout
======================================== */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 1.2em;
}

/* 全体の幅 */
#wrapper {
  width: 970px;
  margin: 0 auto;
  text-align: center;
}

/* サイドメニュー */
#leftbox {
  margin-right: 15px;
  width: 238px;
  font-size: 13px;
  text-align: left;
  float: right;
  background-color: #ffe;
}

ul#category li {
  line-height: 1em;
}

/* コンテンツ */
#rightbox {
  width: 717px;
  margin-top: 12px;
  text-align: left;
  float: right;
}

/* ヘッダー */
#header {
  height: 80px;
  padding: 2px 0 0 2px;
  background-color: #136;
  text-align: left;
  color: #fff;
}

#header_logo {
  width: 216px;
  text-align: left;
  float: left;
}

#header_main {
  width: 692px;
  height: 78px;
  text-align: center;
  background-image: url(../images/menu/top_sin.jpg);
  float: left;
}

#header_secom {
  width: 60px;
  text-align: right;
  float: left;
}

/* フッター */
#footerbox {
  clear: both;
  width: 954px;
  text-align: left;
  padding: 8px;
}

/* コピーライト */
#copyright {
  clear: both;
  width: 954px;
  text-align: center;
  padding: 8px;
  background-color: #136;
  color: #fff;
}

/* フロート解除 */
.clear {
  clear: both;
}

/* シャドーボックス */
.shadowbox {
  margin: 8px 0;
  padding: 6px 4px;
  background-color: #fff4e0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border: 1px solid #876;
  box-shadow: inset 4px 6px 20px #fff,
    inset -4px -4px 10px #ccbba0,
    inset 0 -45px #fec,
    0 0 4px #876,
    4px 4px 6px 2px #ccc;
  -webkit-box-shadow: inset 4px 6px 20px #fff,
    inset -4px -4px 10px #ccbba0,
    inset 0 -45px #fec,
    0 0 4px #876,
    4px 4px 6px 2px #ccc;
  -moz-box-shadow: inset 4px 6px 20px #fff,
    inset -4px -4px 10px #ccbba0,
    inset 0 -45px #fec,
    0 0 4px #876,
    4px 4px 6px 2px #ccc;
}

/* ========================================
   ヘッダーメニュー
======================================== */
ul#menu {
  clear: both;
  font-size: 16px;
  font-weight: bold;
}

ul#menu li {
  display: inline;
  float: left;
  padding-left: 0.5em;
  padding-right: 0.5em;
  background-color: #844;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

ul#menu a {
  display: block;
  padding: 8px 10px;
  text-decoration: none;
  color: #fff;
  text-align: center;
}

/* ========================================
   ぱんくずリスト
======================================== */
h2 {
  clear: both;
  text-align: left;
  font-size: 12px;
  padding: 2px 0 2px 4px;
  border-top: 1px solid #136;
  border-bottom: 1px solid #136;
  border-left: 8px solid #136;
}

/* ========================================
   検索
======================================== */
ul#searchbox {
  padding: 4px 0;
  font-size: 14px;
  list-style-type: none;
}

#searchbox li {
  display: inline;
  float: left;
  margin-right: 8px;
}

#searchbox li a {
  text-decoration: none;
}

/* ========================================
   サイドメニュー
======================================== */
#leftbox ul {
  font-size: 13px;
  list-style-type: none;
}

#leftbox ul li {
  margin-bottom: 8px;
}

#leftbox ol {
  font-size: 13px;
  list-style-type: none;
}

/* ランキング */
li.rank1 {
  height: 68px;
  margin-bottom: 4px;
  padding-left: 38px;
  background-image: url('../images/menu/rank1.png');
  background-position: center left;
  background-repeat: no-repeat;
  border-bottom: 1px solid #666;
}

li.rank2 {
  height: 68px;
  margin-bottom: 4px;
  padding-left: 38px;
  background-image: url('../images/menu/rank2.png');
  background-position: center left;
  background-repeat: no-repeat;
  border-bottom: 1px solid #666;
}

li.rank3 {
  height: 68px;
  margin-bottom: 4px;
  padding-left: 38px;
  background-image: url('../images/menu/rank3.png');
  background-position: center left;
  background-repeat: no-repeat;
  border-bottom: 1px solid #666;
}

/* ========================================
   見出し
======================================== */
h3 {
  text-align: left;
  font-size: 16px;
  color: #036;
  padding: 6px 0 4px 4px;
  margin-bottom: 8px;
  border-top: 2px solid #35a;
  border-bottom: 2px solid #136;
  border-left: 8px solid #35a;
}

h4,
h5 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 2px 0 4px 0;
  color: #333;
}

/* ========================================
   お知らせ・トピックス
======================================== */
#newsbox {
  overflow: auto;
  height: 120px;
  padding: 2px;
  margin-bottom: 16px;
  text-align: left;
  border: 1px solid #99c;
  color: #633;
}

#newsbox p {
  font-size: 13px;
  line-height: 1.4em;
  text-indent: 0em;
}

#newsbox .date {
  font-weight: bold;
  color: #33f;
}

#melmabox {
  overflow: auto;
  height: 64px;
  padding: 2px;
  margin-bottom: 16px;
  text-align: left;
  border: 1px solid #99c;
  color: #633;
}

#melmabox p {
  font-size: 13px;
  line-height: 1.4em;
  text-indent: 0em;
}

#melmabox .date {
  font-weight: bold;
  color: #33f;
}

#bignews {
  padding: 4px;
  margin-bottom: 8px;
  text-align: left;
  border: 4px solid #f69;
  color: #633;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: bold;
}

dl#topics {}

dl#topics dt {
  font-weight: bold;
  border-bottom: solid 1px #ccc;
  color: #33f;
  margin-top: 1em;
}

dl#topics dd {
  border: solid 1px #cccccc;
  padding: 1em;
  margin-left: 0em;
  margin-top: 0.5em;
}

/* ========================================
   検索結果一覧ページ
======================================== */
dl.resultbox {
  margin: 0;
}

.resultbox dt {
  text-align: center;
  font-weight: bold;
  margin-bottom: 4px;
}

.resultbox .pict {
  width: 128px;
  margin: 2px 0 0 0;
  float: left;
}

.resultbox .comment {
  float: left;
  margin: 0;
  width: 464px;
  font-size: 12px;
}

.resultbox .price {
  float: left;
  margin: 0;
  width: 125px;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}

.resultbox .clear {
  clear: both;
  margin: 0;
  border-bottom: 1px solid #666;
}

/* ========================================
   生産者リスト
======================================== */
#listbox ul {
  font-size: 13px;
  list-style-type: none;
}

#listbox ul li {
  margin-bottom: 8px;
  float: left;
  overflow: auto;
  /*width: 238px;*/
  width: 238px;
}

/* ========================================
   ボタン、入力エリア
======================================== */
.button {
  margin: 0 2px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  padding: 2px 4px;

  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  -webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, .3);

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;

  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.button:hover {
  text-decoration: none;
}

.button:active {
  position: relative;
  top: 1px;
}

/* オレンジ */
.orange {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  font-weight: bold;
  border: solid 1px #da7c0c;
  background: #f78d1d;
  background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
  background: -moz-linear-gradient(top, #faa51a, #f47a20);
}

.orange:hover {
  background: #f72;
  background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
  background: -moz-linear-gradient(top, #f88e11, #f06015);
}

.orange:active {
  color: #fda;
  background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
  background: -moz-linear-gradient(top, #f47a20, #faa51a);
}

/* ブルー */
.blue {
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
  background: -moz-linear-gradient(top, #00adee, #0078a5);
}

.blue:hover {
  background: #007ead;
  background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
  background: -moz-linear-gradient(top, #0095cc, #00678e);
}

.blue:active {
  color: #80bed6;
  background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
  background: -moz-linear-gradient(top, #0078a5, #00adee);
}

/* 入力エリア */
.inputbox {
  margin-right: 4px;
  padding: 4px;
  border: 1px solid #999;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

/* ボタン位置 */
ul.buttonarea {
  margin-left: 64px;
}

ul.buttonarea li {
  display: inline;
  float: left;
  margin-right: 32px;
}

/* ========================================
   商品詳細ページ
======================================== */
#itemleft {
  text-align: center;
  width: 264px;
  float: left;
}

#itemright {
  width: 453px;
  float: left;
}

#itemright ol {
  margin-left: 32px;
  font-size: 13px;
}

#itemright ol li {
  list-style: decimal;
}

#itembottom {
  clear: both;
  padding-top: 32px;
  font-size: 13px;
}

blockquote {
  clear: both;
  border: 2px dashed #999;
  padding: 4px;
  line-height: 1.5em;
  text-indent: 1em;
  background: rgba(245, 245, 245, 0.8);
  color: #222;
}

blockquote:first-line {
  font-weight: bold;
}

.hige {
  margin-bottom: 32px;
}

/* ========================================
   メールマガジン
======================================== */
#magwrap {
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ ゴシック", sans-serif;
  margin-top: 16px;
  border: 1px solid #999;
  padding: 4px;
}

#magwrap #day {
  float: left;
}

#magwrap #title {
  float: left;
  font-size: 16px;
  font-weight: bold;
  margin-left: 32px;
}

#magwrap #comment {
  clear: both;
  line-height: 1.2em;
  padding-top: 8px;
  font-size: 13px;
}

/* ========================================
   テーブル
======================================== */
table {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
}

td,
th {
  padding: 8px;
  border: 1px solid #999;
}

th {
  text-align: center;
  font-weight: bold;
}

td.big_mail {
  font-size: 18px;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
}

.input_mail {
  font-size: 18px;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
}

dt {
  margin-top: 16px;
}

dd {
  line-height: 1.5em;
}

dl#flow dt {
  font-weight: bold;
  border-left: 16px solid #339;
  border-bottom: 1px solid #339;
  text-indent: 1em;
  margin-bottom: 0.5em;
}

dl#flow dd {
  margin: 0 0 0.5em 1.5em;
  line-height: 2.0em;
}

/* ========================================
   ブログ
======================================== */
.blog_pages {
  text-align: center;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding-top: 6px;
  padding-bottom: 6px;
}

/* ========================================
   その他
======================================== */
ul.normal {
  margin-left: 1em;
  line-height: 1.5em;
  list-style-type: square;
}

ol.decimal {
  margin-left: 1em;
  line-height: 2em;
  list-style-type: decimal;
}

ol.upper_roman {
  margin-left: 1.5em;
  line-height: 2em;
  list-style-type: upper-roman;
}

ol.lower_roman {
  margin-left: 1.5em;
  line-height: 2em;
  list-style-type: lower-roman;
}

p {
  text-indent: 1em;
  line-height: 1.5em;
}

.bold {
  font-weight: bold;
}

.red {
  color: #f00;
}

.black {
  color: #333;
}

.white {
  color: #fff;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.error {
  font-weight: bold;
  color: #f00;
}

.debug {
  font-size: 10px;
  text-align: left;
}

hr {
  clear: both;
  border: 1px dotted #666;
}

.price {
  font-weight: bold;
  font-size: 16px;
  color: #f00;
  font-family: Verdana, Arial, sans-serif;
}

dl#mypage dt {
  border-left: 16px solid #339;
  border-bottom: 1px solid #339;
  padding-bottom: 4px;
  text-indent: 1em;
  font-weight: bold;
  font-size: 16px;
}

dl#mypage dd {
  font-size: 14px;
}

#menu_info {
  margin: 4px;
  line-height: 1.5em;
  color: #909;
  font-weight: bold;
}


dl#etc_domaine dt {
  margin: 0;
  border-left: 8px solid #99f;
  padding-bottom: 4px;
  padding-left: 8px;
  font-weight: bold;
  font-size: 14px;
}

dl#etc_domaine dd {
  margin: 0 0 8px 0;
  border-left: 8px solid #99f;
  border-bottom: 1px dotted #339;
  font-size: 12px;
  text-align: right;
}

/* ========================================
   生産者紹介
======================================== */
.dopen {
  text-align: center;
  color: #00f;
  font-weight: bold;
  margin-bottom: 8px;
  cursor: pointer;
  text-decoration: underline;
}

#dslidebox {
  display: none;
}

.cart_set {
  margin-left: 2em;
  list-style: decimal;
  font-size: 0.9em;
  font-weight: normal
}

/* 決算SALE */
.banner-kessan {
  margin: 1rem 0;
  padding-bottom: 1rem;
  background: #f1f1f1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.22);
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}

.banner-kessan .banner-kessan-title {
  font-family: 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif, sans-serif;
  font-size: 1.8rem;
  background: #6a0003;
  padding: 1rem 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.banner-kessan-title a {
  color: #fff;
  text-decoration: none;
}

.banner-kessan-title .banner-kessan-sub {
  display: inline-block;
  width: 32%;
  margin-top: 1.5rem;
  font-size: 1.3rem;
}

.banner-kessan p {
  font-size: 1.2rem;
  color: #333;
  margin-top: 0.5rem;
}
