@charset "utf-8";

/************************************************
 ブロック用
************************************************ */
/*** 目次 ***

▼ブロック共通
リスト
タイトル
ヘッダー上、フッター下のブロックエリア

▼各機能ブロックの指定
-新着情報
-現在のカゴの中
-カテゴリ
-ガイドリンク
-ログイン（サイド用）
-検索
-カレンダー
-おすすめ商品
    *メインカラム用 1カラム時 [one_maincolumn]
    *メインカラム用 2カラム時 [two_maincolumn_left]
                              [two_maincolumn_right]
    *メインカラム用 3カラム時 [three_maincolumn]
    *サイドカラム用           [side_column]
    *商品詳細のオススメ商品   [whobought_area]
 */

/* ==============================================
ブロック共通
/* ============================================= */
#container .block_body {
  background-color: #fff;
}
.side_column {
  overflow-x: hidden; /* IE6 表示乱れ防止 */
}
.side_column .block_outer {
  margin: 10px 7%;
}
.side_column .block_body,
.main_column .block_body {
  border: solid 1px #ccc;
  border-top: none;
}
.side_column .block_body .box {
  border: solid 1px #ccc;
  width: 145px;
}
.main_column .block_outer {
  margin-bottom: 20px;
}

/* リスト
----------------------------------------------- */
/* ログイン 検索条件 */
#container .block_outer .block_body dl.formlist {
  margin-bottom: 8px;
}
#container .block_outer .block_body dl.formlist dd {
  margin-bottom: 5px;
}
#container .block_outer .block_body dl.formlist dt {
  margin-bottom: 3px;
  padding-left: 15px;
  background: url("../img/icon/ico_arrow_03.gif") no-repeat left;
  font-size: 90%;
}
#container .block_outer .block_body dl.formlist span {
  vertical-align: top;
}

/* タイトル
----------------------------------------------- */
/* タイトルの背景 白 */
#login_area h2,
#search_area h2,
#calender_area h2,
#cart_area h2,
#cart h2 {
  padding: 5px 0 8px 10px;
  border-style: solid;
  border-color: #f90 #ccc #ccc;
  border-width: 1px 1px 0;
  background: url("../img/background/bg_tit_bloc_01.jpg") repeat-x left bottom;
  font-size: 14px;
}
#category_area h2 {
  border-top: solid 1px #f90;
  background: url("../img/background/bg_tit_bloc_01.jpg") repeat-x left bottom;
  padding: 5px 0 8px 10px;
  font-size: 14px;
}

/* タイトルの背景 オレンジ */
#recommend_area h2,
#news_area h2 {
  padding: 5px 0 8px 10px;
  border-style: solid;
  border-color: #f90 #ccc #ccc;
  border-width: 1px 1px 0;
  background: url("../img/background/bg_btn_bloc_02.jpg") repeat-x left bottom
    #fef3d8;
}

/* ==============================================
▼ヘッダー上、フッター下のブロックエリア
=============================================== */
div#topcolumn {
  margin: 0px;
  clear: both;
}
div#bottomcolumn {
  margin: 0px;
  clear: both;
}

/* ***********************************************
▼各機能ブロックの指定
/*********************************************** */

/* ===============================================
▼現在のカゴの中
=============================================== */
#side_cart {
}

#side_cart dl {
}

#side_cart dl dt {
  clear: both;
  float: left;
  width: 55px;
  text-align: right;
  font-weight: bold;
}

#side_cart dl dd {
  float: left;
  width: 100px;
  text-align: right;
}

#side_cart .btn {
  margin-top: 5px;
}

/* ===============================================
▼ガイドリンク
=============================================== */
#side_guide {
}

#side_guide ul {
  font-size: 90%;
}

#side_guide ul li {
}

#side_guide ul li a {
  display: block;
  padding: 5px 10px;
  background: url(../img/icon/arrow2.gif) no-repeat left 45%;
  text-decoration: none;
  color: #000;
}

/* ===============================================
▼ログイン（サイド用）
※ヘッダー用はbloc_alpha.css内に記述
=============================================== */
#side_login {
}

#side_login .begginer {
  font-size: 85%;
}
#side_login .btn {
  margin-top: 5px;
}

/* ===============================================
▼検索
=============================================== */
#side_search {
}

#side_search dl {
}

#side_search dl dt {
  font-weight: bold;
}

#side_search dl dd {
  padding-bottom: 10px;
}

#side_search .btn {
  padding-top: 5px;
}

/* ===============================================
▼カレンダー
=============================================== */
#calender {
}

#calender table {
  margin: 10px auto;
  width: auto;
  border: none;
  border-collapse: separate;
  border-spacing: 1px;
}

#calender table .month {
  border-bottom: solid #d3d3d3 1px;
  text-align: center;
  font-weight: bold;
  color: #717171;
}

#calender table td,
#calender table th {
  padding: 2px;
  text-align: center;
  background: none;
  border: none;
  color: #482900;
}

#calender table .rest {
  background: #fbcee4;
}

/* 画像
----------------------------------------------- */
/* メインカラム用 */
.main_column #recommend_area .block_body .productImage,
#whobought_area .product_item .productImage {
  margin-bottom: 10px;
  float: left;
  width: 90px;
}
/* サイドカラム用 */
.side_column #recommend_area .block_body .productImage {
  float: none;
  text-align: center;
  width: auto;
}

/* 左右の振り分け
----------------------------------------------- */
.main_column #recommend_area .product_item,
#whobought_area .product_item {
  float: left;
  width: 47.5%;
  padding-left: 1%;
  padding-right: 1%;
}
#whobought_area .productContents {
  word-break: break-all;
  float: left;
  width: 72%;
}

/* 商品説明テキスト
----------------------------------------------- */
/* メインカラム用 1カラム時*/
#one_maincolumn #recommend_area .block_body .productContents {
  float: right;
  width: 74%;
}

/* メインカラム用 2カラム時*/
#two_maincolumn_right #recommend_area .block_body .productContents,
#two_maincolumn_left #recommend_area .block_body .productContents,
#two_maincolumn_right #whobought_area .productContents,
#two_maincolumn_left #whobought_area .productContents {
  float: right;
  width: 74%;
}

/* メインカラム用 3カラム時*/
#three_maincolumn #recommend_area .block_body .productContents,
#three_maincolumn #whobought_area .productContents {
  float: right;
  width: 67%;
}

/* サイドカラム用 */
.side_column #recommend_area .block_body .productContents {
  clear: both;
}

/* MAIN
----------------------------------------------- */
#main {
  position: relative;
  width: 980px;
  height: 500px;
}

#main ul {
  float: left;
  width: 331px;
}
#main ul.last-child {
  float: right;
  width: 318px;
}

#main ul li {
  _display: inline;
  float: left;
  margin: 0 13px 13px 0;
}
#main ul.last-child li {
  margin-right: 0;
}

/* RECOMMEND
----------------------------------------------- */
#recom {
}

/* slide_area */
#slide_area {
  position: relative;
  width: 100%;
  border: solid #cdcdcd 1px;
}

#slide_area .frame {
  position: relative;
  margin: 0 auto;
  padding: 10px 0;
  width: 690px;
  overflow: hidden;
  z-index: 2;
}

#slide_area .item_list {
  float: left;
  margin: 0 5px 0 -5px;
  width: 710px;
}

#slide_area .item_list li {
  margin: 10px 0 0 5px;
  width: 172px;
}

#slide_area .direct {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 87px;
  z-index: 1;
}

#slide_area .direct p {
  position: absolute;
  top: 0;
  width: 22px;
  height: 100%;
}
#slide_area .direct .prev {
  left: 0;
}
#slide_area .direct .next {
  right: 0;
}

/* PICK UP
----------------------------------------------- */
#pick_up {
}

#pick_up .item_list {
  margin-left: -8px;
}

#pick_up .item_list li {
  margin: 10px 0 0 8px;
  width: 144px;
}

/* WEEKLY RANKING
----------------------------------------------- */
#weekly_ranking {
  border: solid #c8c8c8 1px;
}

#weekly_ranking .title_black {
  text-align: center;
}

#weekly_ranking ol {
  margin: 8px auto 0;
  padding: 0 5px;
}

#weekly_ranking ol li {
  padding-bottom: 8px;
}

#weekly_ranking ol li .photo {
  margin: 0 auto;
  width: 130px;
}
#weekly_ranking ol li .photo img {
  width: 100%;
}

#weekly_ranking ol li .item_name {
}

#weekly_ranking ol li .item_name a {
  display: block;
  padding: 10px 0 10px 40px;
  background-position: left 45%;
  background-repeat: no-repeat;
  font-size: 70%;
  font-weight: normal;
  color: #494848;
}
#weekly_ranking ol .rank1 .item_name a {
  background-image: url(../img/picture/rank1.gif);
}
#weekly_ranking ol .rank2 .item_name a {
  background-image: url(../img/picture/rank2.gif);
}
#weekly_ranking ol .rank3 .item_name a {
  background-image: url(../img/picture/rank3.gif);
}
#weekly_ranking ol .rank4 .item_name a {
  background: url(../img/picture/rank4.gif) no-repeat 10px 45%;
}

/************************************************
 インヘッダーブロック
************************************************ */
#headerInternalColumn {
  margin-top: 5px;
  float: right;
  width: 520px;
  height: 35px;
}

/* ログイン（ヘッダー用）
----------------------------------------------- */
#header_login_area {
  padding: 0 10px;
  border: solid 1px #ffc979;
  height: 30px;
  background: #fef3d3;
  letter-spacing: -0.075em;
}
#header_login_area ul.formlist {
  margin-top: 5px;
}
#header_login_area ul.formlist li {
  float: left;
}
#header_login_area ul.formlist li.mail {
  padding-left: 28px;
  width: 155px;
  background: url("../img/common/ico_arrow_login.gif") no-repeat left;
  font-size: 90%;
}
#header_login_area ul.formlist li.password {
  padding-right: 5px;
}
#header_login_area ul.formlist li.login_memory {
  padding-right: 5px;
  font-size: 90%;
}
#header_login_area ul.formlist li.forgot {
  margin-top: 3px;
  padding-right: 5px;
  font-size: 90%;
}
#header_login_area ul.formlist li.btn {
  padding-right: 5px;
  width: 53px;
}
#header_login_area p.btn {
  height: 20px;
  padding: 5px 0;
  vertical-align: middle;
}
#header_login_area p.btn input[type="image"] {
  vertical-align: middle;
}

/* ***********************************************
追加ブロック
************************************************ */
/* 共通
----------------------------------------------- */
#container .block_outer #banner_area .block_body {
  border: none;
}

/* 【メイン】バナーエリア_02
----------------------------------------------- */
.main_column .block_outer #banner_area .block_body ul {
  width: 100%;
}
.main_column .block_outer #banner_area .block_body ul li {
  float: left;
}
.main_column .block_outer #banner_area .block_body ul li.sub_01 {
  padding-right: 8px;
}

/* 【サイド】バナーエリア_01
----------------------------------------------- */
/* 【サイド】バナーエリア_02
----------------------------------------------- */
#leftcolumn .block_outer #banner_area .block_body ul li,
#rightcolumn .block_outer #banner_area .block_body ul li {
  margin-bottom: 8px;
}

/************************************************
 各ページコンテンツ用
************************************************ */
/* ==============================================
▼TOP
=============================================== */
/* メインイメージ
----------------------------------------------- */
#main_image {
  margin-bottom: 10px;
  text-align: center;
}

/* ==============================================
▼下層
=============================================== */
/* ==============================================
▼ガイド
=============================================== */
/* ◎◎について
----------------------------------------------- */
div#undercolumn_aboutus {
}

/* 特定商取引法
----------------------------------------------- */
div#undercolumn_order {
}

/* お問い合わせ
----------------------------------------------- */
div#undercolumn_contact {
  margin: 20px auto;
  width: 100%;
}

.zipimg img {
  vertical-align: middle;
}

/* ==============================================
▼MYページ
=============================================== */
/* 共通設定
----------------------------------------------- */
div#mypagecolumn {
  width: 100%;
}

div#mynavi_area {
  width: 100%;
}

div#mycontents_area {
  width: 100%;
}
div#mycontents_area h3 {
  margin-bottom: 10px;
  padding: 5px 0;
  background: url(../img/background/bg_subtitle.gif) repeat-x left bottom;
  font-size: 120%;
}
div#mynavi_area .mynavi_list {
  margin-bottom: 20px;
  width: 100%;
}
div#mynavi_area .mynavi_list li {
  margin: 0 15px 5px 0;
  float: left;
  font-size: 90%;
}
div#mynavi_area .mynavi_list li a {
  padding-left: 15px;
  background: url("../img/icon/arrow1.gif") no-repeat left 45%;
}

div#mynavi_area div.point_announce {
  margin-bottom: 30px;
  padding: 10px;
  background-color: #ffe3e2;
}
div#mynavi_area div.point_announce p {
}

div#mycontents_area p.inforamtion {
  margin-bottom: 20px;
}

div#mypagecolumn h4 {
  margin: 10px auto;
  border-bottom: 1px solid #999;
  text-align: left;
  font-size: 120%;
}

/* 購入履歴一覧/詳細
----------------------------------------------- */
div#mycontents_area div.mycondition_area {
  margin: 0 auto 20px 0;
  padding: 10px;
  border: solid 1px #ccc;
  width: 97%;
  background: #f9f9f9;
}
div#mycontents_area div.mycondition_area p {
  float: left;
}
div#mycontents_area div.mycondition_area .btn {
  width: 180px;
  margin-top: 15px;
  float: right;
}
.add_address {
  margin-bottom: 20px;
}

/* 会員登録内容変更/退会
----------------------------------------------- */
div#mycontents_area .message_area {
  margin: 30px auto;
  padding: 30px;
  border: 1px solid #ccc;
  text-align: center;
}

div#mycontents_area .message_area p {
  margin-bottom: 20px;
}

/* ==============================================
▼会員登録
=============================================== */
div#undercolumn_entry {
  width: 100%;
}

div#undercolumn_entry .message {
  margin-top: 20px;
}

div#undercolumn_entry .kiyaku_text {
  margin: 20px auto;
  padding: 10px;
  border: solid 1px #ccc;
  width: 94%;
  background: #fff;
}

/* ==============================================
▼エラー
=============================================== */
div#undercolumn_error .message_area {
  width: 80%;
  margin: 30px auto;
  padding: 30px;
  border: 1px solid #ccc;
  text-align: center;
}

div#undercolumn_error .message_area .error {
  padding: 120px 0;
}

/* 商品情報 各種設定
----------------------------------------------- */
/* 商品ステータス */
div.listrightbloc ul.status_icon {
  margin-bottom: 10px;
  width: 100%;
}
div.listrightbloc ul.status_icon li {
  margin-right: 5px;
  float: left;
}

/* 商品名 */
div.listrightbloc h3 {
  font-weight: bold;
  font-size: 120%;
}

/* コメント */
div.listrightbloc .listcomment {
  margin: 0 0 10px 0;
  text-align: left;
}

/* 商品詳細を見る */
div.listrightbloc .detail_btn {
  margin-bottom: 20px;
}

/* 価格 */
div.listrightbloc .pricebox {
  margin: 0 0 10px 0;
}

/* 買い物かご */
div.listrightbloc .cart_area {
  padding: 10px;
  border: 1px solid #cef0f4;
  background-color: #ecf5ff;
  width: 94%;
}

/* 規格 */
div.listrightbloc .classlist {
  margin-bottom: 10px;
  padding-bottom: 10px;
  background: url("../img/background/line_dot_02.gif") repeat-x bottom;
}
div.listrightbloc dl {
  width: 100%;
}
div.listrightbloc dt {
  display: inline-block;
  vertical-align: top;
}
div.listrightbloc dd {
  padding-bottom: 10px;
  display: inline-block;
}
div.listrightbloc dd p.attention {
  margin-top: 5px;
}

/* カゴに入れる */
div.listrightbloc .cartin {
  margin: 0;
  float: right;
}
div.listrightbloc .cartin .quantity {
  padding: 3px 10px 0 0;
  width: 150px;
  float: left;
  text-align: right;
}
div.listrightbloc .cartin .quantity .box {
  width: 70px;
}
div.listrightbloc .cartin_btn {
  width: 160px;
  float: left;
}

/* ==============================================
▼商品詳細
=============================================== */
/* レイアウト

    tplファイルのマークアップが同じ項目
    *1カラム時 [one_maincolumn]
    *2カラム時 [two_maincolumn_left]
               [two_maincolumn_right]
    *3カラム時 [three_maincolumn]

----------------------------------------------- */
#detail_page {
}

#detailarea {
}

#detailarea .right_block {
  float: right;
  padding-bottom: 30px;
}

#detailarea .left_block {
  left: 0;
  top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* レイアウト
----------------------------------------------- */
/* 1カラム用 */
.one_column #detailarea .right_block {
  width: %;
}
.one_column #detailarea .left_block {
  width: %;
}

/* 2カラム用 */
.two_column #detailarea .right_block {
  width: 475px;
}
.two_column #detailarea .left_block {
  width: 405px;
}

/* 3カラム用 */
#three_maincolumn div#detailphotobloc {
  float: left;
  width: 49%;
}
#three_maincolumn #detailrightbloc {
  float: right;
  width: 50%;
}
#three_maincolumn div.subtext {
  margin-bottom: 20px;
  float: left;
  width: 63%;
}
#three_maincolumn p.subtext {
  margin-bottom: 20px;
}
#three_maincolumn div.subphotoimg {
  float: right;
  width: 35%;
  text-align: right;
}

/* 商品情報 各種設定
----------------------------------------------- */
#detailarea h2 {
  font-size: 140%;
  font-weight: bold;
  word-break: break-all;
  overflow: hidden;
}

#detailarea .price {
  padding-top: 5px;
  font-size: 120%;
}

#detailarea .comment {
  padding-top: 10px;
  word-break: break-all;
  overflow: hidden;
}

/* 商品コード */
#detailrightbloc .product_code dt,
#detailrightbloc .product_code dd {
  display: inline;
}

/* 商品ステータス */
#detailrightbloc ul.status_icon {
  margin-bottom: 10px;
  width: 100%;
}
#detailrightbloc ul.status_icon li {
  margin-right: 5px;
  margin-bottom: 3px;
  float: left;
}

/* 通常価格 */
#detailrightbloc .normal_price dt,
#detailrightbloc .normal_price dd {
  display: inline;
}

/* 販売価格 */
#detailrightbloc .sale_price dt,
#detailrightbloc .sale_price dd {
  display: inline;
}

/* ポイント */
#detailrightbloc .point dt,
#detailrightbloc .point dd {
  display: inline;
}

/* 規格 */
#detailarea .cart_area {
  position: relative;
  margin-left: 150px;
}
#detailarea .cart_area dl {
  margin-bottom: 15px;
}
#detailarea .cart_area dl dt {
  clear: both;
  float: left;
  padding: 3px 0 10px;
  width: 10px;
}
#detailarea .cart_area dl dd {
  margin-left: 20px;
  padding-bottom: 10px;
}
#detailarea .cart_area .num {
  float: left;
  margin: 4px 0 0;
  width: 100px;
}
#detailarea .cart_area .num dt {
  width: 40px;
}
#detailarea .cart_area .num dd {
  margin-left: 40px;
}
#detailarea .cart_area dl dd .box35 {
  width: 35px;
  background: #fff;
  border: solid #a5acb2 1px;
}
#detailarea .cart_area .cart_btn {
  float: right;
}
#detailarea .cart_area .favorite_btn,
#detailarea .cart_area .favorite_already {
  clear: both;
  margin-top: 10px;
  text-align: center;
}

/* 写真 */
#main_photo {
  position: relative;
  width: 100%;
}
#main_photo div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
}
#main_photo div.first-child {
  z-index: 2;
}
#main_photo table {
  margin: 0;
  padding: 0;
  border: none;
}
#main_photo table td {
  border: none;
  text-align: center;
  vertical-align: middle;
}
#photo_thumb {
  margin: 20px 0 0 -15px;
  height: 112px;
}
#photo_thumb li {
  _display: inline;
  float: left;
  margin: 0 0 9px 15px;
  width: 125px;
  overflow: hidden;
}
#photo_thumb li table {
  margin: 0;
  padding: 0;
  width: 125px;
  height: 125px;
  border: none;
}
#photo_thumb li table td {
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
  vertical-align: middle;
}
#photo_thumb li table td img {
  width: 100%;
}

/* お客様の声
----------------------------------------------- */
div#customervoice_area {
  clear: both;
  padding: 35px 0 0 0;
}

div#customervoice_area h2 {
  margin-bottom: 10px;
  padding: 5px 0;
  font-size: 120%;
}

div#customervoice_area .review_bloc {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #f6f6f6;
}

div#customervoice_area .review_bloc p {
  padding-top: 3px;
  margin-right: 10px;
  float: left;
}

div#customervoice_area review_bloc .review_btn {
  float: right;
  width: 160px;
}

div#customervoice_area .voicetitle {
  margin-bottom: 5px;
  color: #333;
  font-weight: bold;
}

div#customervoice_area .voicedate {
  margin-bottom: 10px;
}

/* 関連商品（商品部分はbloc.cssのおすすめ商品と共通）
----------------------------------------------- */
div#whobought_area {
  clear: both;
  padding: 35px 0 0 0;
}

div#whobought_area h2 {
  margin-bottom: 10px;
  padding: 5px 0;
  font-size: 110%;
  border-bottom: double 3px #cacaca;
}

/* ***********************************************
▼カートの中
/*********************************************** */
/* 現在のカゴの中
----------------------------------------------- */
div#undercolumn_cart .point_announce {
  padding: 20px;
  margin-bottom: 20px;
  background: #ffe3e2;
  font-size: 120%;
  text-align: center;
  line-height: 140%;
}
div#undercolumn_cart .totalmoney_area {
  margin-bottom: 20px;
}

div#undercolumn_cart p {
  margin: 10px 5px;
}

div#undercolumn ul#quantity_level li {
  padding: 3px;
  display: inline;
}

div#undercolumn .empty {
  text-align: left;
}

div.form_area {
  margin-bottom: 30px;
}

/* お客様情報入力
----------------------------------------------- */
div#undercolumn_customer {
}

.flow_area {
  margin: 0 0 20px 0;
}

div#undercolumn_customer th em {
  color: #000;
  font-weight: bold;
}

/* お支払い方法・お届け時間等の指定
----------------------------------------------- */
div#undercolumn_shopping .pay_area {
  margin: 0 auto 30px;
  width: 100%;
}
div#undercolumn_shopping h3 {
  margin-bottom: 10px;
  padding: 5px 0;
  font-size: 120%;
}
div#undercolumn_shopping .pay_area02 {
  margin: 40px auto 30px auto;
}
div#undercolumn_shopping .pay_area02 .txtarea {
  margin: 5px 0 0 0;
  padding: 2px;
  border: 1px solid #ccc;
  width: 99%;
  height: 150px;
}
div#undercolumn_shopping .pay_area02 .select-msg {
  margin-bottom: 10px;
}

div#undercolumn_shopping .point_area {
  margin: 40px auto 0 auto;
}

div#undercolumn_shopping .point_area .point_announce {
  padding: 20px;
  border: 1px solid #ccc;
}

div#undercolumn_shopping .point_area p {
  margin-bottom: 20px;
}

div#undercolumn_shopping .point_area .point_announce li {
  margin-bottom: 5px;
}

/* お届け先の指定
----------------------------------------------- */
#address_area {
  margin-bottom: 10px;
  width: 100%;
}

#address_area .information {
  width: 65%;
  float: left;
}

#undercolumn_shopping .information {
  margin-bottom: 15px;
}

#address_area .add_multiple {
  padding: 15px 10px;
  float: right;
  width: 30%;
  color: #555;
  background: #fde1ef;
  text-align: center;
  font-weight: bold;
}

#address_area .add_multiple p {
  margin-bottom: 10px;
}

#address_area p.addbtn {
  font-weight: bold;
  font-size: 10px;
}

/* ==============================================
▼検索結果
=============================================== */
p.condition_area {
  margin: 0 auto;
  padding: 5px;
  border: solid 1px #333;
  width: 566px;
}

.category_menu {
  display: block;
  margin-left: 10px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  color: #61380b;
}

#side_category ul li a {
  display: block;
  border-radius: 4px;
  padding: 3px;
}

#side_category ul li a:hover {
  background-color: rgba(200, 250, 250, 0.7);
  border-radius: 4px;
}

#side_category ul li a.onlink {
  font-size: 14px;
  color: rgb(150, 50, 50);
  background-color: rgba(250, 200, 200, 0.6);
}

ul.photolist li {
  float: left;
  margin: 10px;
  margin-bottom: 20px;
}
.listlink {
  clear: both;
  font-size: 90%;
  font-weight: bold;
  text-align: right;
  margin-bottom: 20px;
}
img {
  -ms-interpolation-mode: bicubic;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 220px;
  font-size: 77%;
}

#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#page-top a:hover {
  text-decoration: none;
  background: #999;
}
#powerTip {
}

.nextaction div {
  padding: 25px;
  font-size: 1em;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px inset;
}

dl.faq dt {
  margin-bottom: 10px;
}
dl.faq dd {
  line-height: 1.8em;
  margin-bottom: 25px;
}

p.voicetitle {
  margin: 15px 0 20px 0;
}

p.voicecomment,
p.voicedate {
  font-size: 13px;
}

p.voicedate {
  text-align: right;
}
li.level3 {
  padding-left: 20px;
}

/************************************************
 tables
************************************************ */
/* デフォルトテーブル
----------------------------------------------- */
table {
  margin: 15px auto 20px auto;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
table th {
  padding: 8px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #333;
  background-color: #f0f0f0;
  font-weight: normal;
}
table td {
  padding: 8px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/* 見出し
----------------------------------------------- */
div#undercolumn_shopping table th[scope="col"] {
  text-align: center;
}
div#undercolumn_shopping table.delivname th {
  width: 155px;
}

/* MYページ */
div#mycontents_area table th {
  text-align: left;
}
div#mycontents_area table th.alignR {
  text-align: right;
}
div#mycontents_area table th.alignL {
  text-align: left;
}
div#mycontents_area table th.alignC {
  text-align: center;
}
div#mycontents_area table th.resulttd {
  text-align: right;
}
div#mycontents_area table caption {
  padding: 8px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  color: #000;
  background-color: #f0f0f0;
  text-align: left;
  font-weight: bold;
}

/* その他
----------------------------------------------- */
table select {
  margin-bottom: 7px;
  border: solid 1px #ccc;
}

/************************************************
 ポップアップウィンドウ
************************************************ */
/* 共通
----------------------------------------------- */
div#windowcolumn {
  border-top: solid 3px #f89dc9;
  width: 560px;
  height: 100%;
  margin: 15px 15px 0 15px;
  background: #fff;
}

div#windowcolumn h2 {
}

div#window_area {
  margin: 15px auto 0 auto;
  padding-bottom: 20px;
  width: 540px;
  min-height: 300px;
  height: auto !important;
}

div#window_area p.information {
  margin-bottom: 20px;
}

div#window_area .message {
  margin-bottom: 20px;
  color: #f60;
  line-height: 150%;
  font-weight: bold;
  font-size: 140%;
}
div#window_area table {
  width: 540px;
}

/* お客様の声の書き込み、新しいお届け先の追加・変更
----------------------------------------------- */
div#window_area #forgot {
  margin: 0 auto;
  padding: 20px;
  width: 440px;
  border: 1px solid #ccc;
  text-align: left;
}
div#window_area #forgot .mailaddres {
  margin-bottom: 10px;
}

div#window_area #forgot p {
  text-align: center;
}

/* 商品詳細拡大写真、カート拡大写真
----------------------------------------------- */
div#bigimage,
div#cartimage {
  margin-top: 15px;
  background-color: #fff;
  text-align: center;
}

div#bigimage img,
div#cartimage img {
  padding: 10px;
  background-color: #fff;
}

/* 郵便番号検索
----------------------------------------------- */
div#zipsearchcolumn {
  margin: 15px auto 0 auto;
  border-top: 5px solid #ffa85c;
  border-bottom: 5px solid #ffa85c;
  width: 460px;
  background-color: #fff;
}

div#zipsearchcolumn h2 {
  margin: 0 0 15px 0;
  width: 460px;
}

div#zipsearch_area {
  margin: 15px auto 0 auto;
  width: 460px;
}

div#zipsearchcolumn .btn {
  margin: 15px 0 30px 0;
  text-align: center;
}

div#zipsearch_area #completebox p {
  padding: 60px 5px;
  text-align: center;
}

/************************************************
 印刷用
************************************************ */

@media print {
  body {
    zoom: 75%;
  }
}

/************************************************
 original
************************************************ */

body {
  width: 100%;
  height: 100%;
  background: #fff;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}
ul,
ol {
  list-style: none;
}
img {
  border: none;
  vertical-align: top;
}

a:hover {
  text-decoration: underline;
}

a:hover img,
input[type="image"]:hover,
.input_image:hover {
  opacity: 0.6;
  filter: alpha(opacity: 60);
}

address {
  font-style: normal;
}

.hide {
  display: none;
}
.attention {
  font-weight: bold;
  color: #c00;
}
.fRed {
  color: #f00;
}
.fPink {
  color: #ea3e91;
}
.space {
  margin-top: 10px;
}
.exSpace {
  margin-top: 30px;
}
.spaceL {
  margin-left: 10px;
}
.spaceR {
  margin-right: 10px;
}
.center {
  text-align: center;
}
.sup {
  font-size: 0.8em;
}

.floatParent {
  width: 100%;
}
.floatParent .left_block {
  float: left;
}
.floatParent .right_block {
  float: right;
}

.alignR {
  text-align: right;
}
.alignC {
  text-align: center;
}

.box40,
.box60,
.box120,
.box140,
.box220,
.box260,
.box300,
.box310,
.box380 {
  padding: 0 2px;
  border: solid #a9a9a9 1px;
}
.box40 {
  width: 40px;
}
.box60 {
  width: 60px;
}
.box120 {
  width: 120px;
}
.box140 {
  width: 140px;
}
.box220 {
  width: 220px;
}
.box260 {
  width: 260px;
}
.box300 {
  width: 300px;
}
.box310 {
  width: 304px;
}
.box380 {
  width: 380px;
}
textarea {
  width: 100%;
  height: 180px;
  border: solid #c8c8c8 1px;
}
label input {
  vertical-align: middle;
}

/* clearfix
------------------------------------------------ */
.floatParent:after,
.banner_multi:after,
.multi_column:after,
.section:after,
.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: ".";
}

.floatParent,
.banner_multi,
.multi_column,
.section,
.clearfix {
  clear: both;
  *zoom: 1;
}
@media print {
  .floatParent,
  .banner_multi,
  .multi_column,
  .section,
  .clearfix {
    *zoom: auto;
  }
}

/* base layout
------------------------------------------------ */
#wrapper {
  margin: 0 auto;
  padding-top: 5px;
  width: 983px;
}

#wrapper .pagetop {
  clear: both;
  padding: 5px 0;
  text-align: right;
}

/* contents
------------------------------------------------ */
#contents {
  position: relative;
  margin-top: 5px;
}

/* main_column
------------------------------------------------ */
.two_column #main_column {
  margin-bottom: 30px;
  width: 770px;
}

.two_column .left_main {
  float: left;
}
.two_column .right_main {
  float: right;
}

/* section */
.section {
  position: relative;
}

/* sec_title */
.sec_title {
  _font-size: 80%;
  font-size: 115%;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}

.title img {
  padding-bottom: 5px;
}

/* title_black */
.title_black {
  padding: 10px;
  background: #2a2a2a;
  _font-size: 80%;
}

/* topicpath */
.topicpath {
  font-size: 90%;
}

.topicpath li {
  float: left;
  color: #aeaeae;
}

.topicpath li a {
  color: #aeaeae;
}

/* multi_column */
.multi_column {
  margin-bottom: 20px;
}

.multi_column .left_block {
  float: left;
  width: 600px;
}

.multi_column .right_block {
  float: right;
  width: 148px;
}

/* btn_area */
.btn_area {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}

.btn_area li {
  padding-right: 10px;
  display: inline;
}

/* item_list */
.item_list {
}

.item_list li {
  _display: inline;
  float: left;
  width: 140px;
}

.item_list li .photo {
}

.item_list li .status_icon {
  margin-top: 5px;
}
.item_list li .status_icon img {
  padding-right: 2px;
}

.item_list li .item_name {
  padding: 5px 0;
  font-size: 90%;
  font-weight: bold;
  overflow: hidden;
}

.item_list li .item_name a {
  color: #ea3e91;
}

.item_list li .comment {
  padding-bottom: 5px;
  text-align: center;
  font-size: 85%;
  color: #666666;
  overflow: hidden;
}

/* side_column
------------------------------------------------ */
.two_column #left_column {
  float: left;
  margin-bottom: 20px;
  width: 183px;
}

.two_column #right_column {
  float: right;
  margin-bottom: 20px;
  width: 180px;
}

#left_column .aside,
#right_column .aside {
  margin-bottom: 10px;
  padding: 8px;
  border: solid #c5c5c5 1px;
}

/* banner */
.banner {
}

.banner li {
  margin-bottom: 10px;
}

/* bottom_column
------------------------------------------------ */
#bottom_column {
  clear: both;
}

/* footer
------------------------------------------------ */
/* shopping_flow */
#shopping_flow {
}

#shopping_flow ol {
  margin-top: 10px;
  padding: 10px 3px;
  border: solid #c5c5c5 1px;
}

#shopping_flow ol li {
  float: left;
  border-right: solid #e5e5e5 1px;
}
#shopping_flow ol li.last-child {
  border-right: none;
}

/* shopping_guide */

#shopping_guide dl {
  margin-top: 10px;
  width: 48%;
}
#shopping_guide .left_block {
  float: left;
}
#shopping_guide .right_block {
  float: right;
}

#shopping_guide dl dt {
  padding: 3px 15px;
  background: url(../img/icon/circle2.gif) no-repeat left 45%;
  border-bottom: dotted #b2b2b2 1px;
  font-size: 120%;
  font-weight: bold;
}

#shopping_guide dl dd {
  padding: 10px;
  font-size: 90%;
}

#shopping_guide dl dd p {
  padding: 0.5em 0;
}

#shopping_guide dl dd .bg_gray {
  padding: 5px;
  background: #f0f0f0;
  border: solid #c9c9c9 1px;
}

#shopping_guide dl dd .bg_gray .mail {
  padding-right: 20px;
  background: url(../img/icon/mail.gif) no-repeat right 45%;
}

#shopping_guide dl dd table {
  margin: 10px 0;
  width: auto;
}

#footer .link {
  text-align: center;
  font-size: 90%;
}

#footer .address {
  padding-top: 10px;
  text-align: center;
  font-size: 90%;
}

#copyright {
  padding-top: 20px;
  text-align: center;
  font-size: 90%;
}

/* modalwindow
------------------------------------------------ */
#overLay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 500;
}
#displayContent {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  padding: 20px 40px 20px 20px;
  _padding: 20px;
  width: 100px;
  height: 100px;
  z-index: 600;
}
#getContents {
  padding: 10px;
  _padding: 6px;
  width: 100%;
  height: 100%;
  background: #fff;
  border: solid #ccc 2px;
}
#closeBox {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}

/* ==============================================
 パーツ
=============================================== */
/* ボタン
----------------------------------------------- */
.btn_area {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}

.btn_area li {
  padding-right: 10px;
  display: inline;
}

/* 完了メッセージ
----------------------------------------------- */
div#complete_area {
  margin-bottom: 20px;
}
div#complete_area .message,
div#undercolumn_entry .message {
  margin-bottom: 20px;
  line-height: 150%;
  font-weight: bold;
  font-size: 120%;
}
div#complete_area .shop_information {
  margin-top: 40px;
  padding: 20px 0 0 0;
  border-top: solid 1px #ccc;
}
div#complete_area .shop_information .name {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 140%;
}

/* Tipsy
----------------------------------------------- */
.tipsy {
  padding: 5px;
  font-size: 10px;
  position: absolute;
  z-index: 100000;
}
.tipsy-inner {
  padding: 5px 8px 4px 8px;
  background-color: black;
  color: white;
  max-width: 200px;
  text-align: center;
}
.tipsy-inner {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.tipsy-arrow {
  position: absolute;
  background: url("../img/ajax/tipsy.gif") no-repeat top left;
  width: 9px;
  height: 5px;
}
.tipsy-n .tipsy-arrow {
  top: 0;
  left: 50%;
  margin-left: -4px;
}
.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
}
.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
}
.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  background-position: bottom left;
}
.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  background-position: bottom left;
}
.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  background-position: bottom left;
}
.tipsy-e .tipsy-arrow {
  top: 50%;
  margin-top: -4px;
  right: 0;
  width: 5px;
  height: 9px;
  background-position: top right;
}
.tipsy-w .tipsy-arrow {
  top: 50%;
  margin-top: -4px;
  left: 0;
  width: 5px;
  height: 9px;
}

.zl {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 0 rgba(255, 255, 255, 0.75);
}

.graybox {
  background: #fcfcfc;
}

.arrow_box {
  position: relative;
  background: #ff5208;
  border-radius: 6px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  font-weight: bold;
  text-align: center;
  color: white;
}
.arrow_box:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(255, 82, 8, 0);
  border-right-color: #ff5208;
  border-width: 5px;
  top: 50%;
  margin-top: -5px;
}

table td {
  background: #fcfcfc;
}

table.clear td {
  background: none;
}

blockquote {
  border: none;
}

#pageTop {
  border-radius: 3px 3px 0 0;
  color: #fff;
  padding: 10px;
  display: block;
  bottom: 0px;
  left: auto;
  margin-left: 800px;
  margin-bottom: 0px;
  width: 135px;
  text-align: center;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  background: #f8ffe8; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #f8ffe8 0%,
    #46afa3 0%,
    #208c99 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f8ffe8),
    color-stop(0%, #46afa3),
    color-stop(100%, #208c99)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #f8ffe8 0%,
    #46afa3 0%,
    #208c99 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #f8ffe8 0%,
    #46afa3 0%,
    #208c99 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    #f8ffe8 0%,
    #46afa3 0%,
    #208c99 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    #f8ffe8 0%,
    #46afa3 0%,
    #208c99 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ffe8', endColorstr='#208c99',GradientType=0 ); /* IE6-9 */
}
#pageTop:hover {
  background: #09a;
}
