@charset "utf-8";

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

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

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


/* ==============================================
ブロック共通
/* ============================================= */
#container .bloc_body {
    background-color: #fbfaf6;
}
.side_column {
//    overflow-x: hidden; /* IE6 表示乱れ防止 */
}
.side_column .bloc_outer {
    margin: 0 0 5px 0;
    background-color:#edebdf;
}

.side_column .bloc_outer div#cart_area{
    padding:5px;
}
.side_column .bloc_outer div#login_area{
    padding:5px;
}

.side_column .bloc_body ,
.main_column .bloc_body {
    border-top: none;
}
.side_column .bloc_body .box {
    border: solid 1px #ccc;
    width: 145px;
}
.main_column .bloc_outer {
    margin-bottom: 20px;
}


/* リスト
----------------------------------------------- */
/* ログイン 検索条件 */
#container .bloc_outer .bloc_body dl.formlist {
    margin-bottom: 8px;
}
#container .bloc_outer .bloc_body dl.formlist dd {
    margin-bottom: 5px;
}
#container .bloc_outer .bloc_body dl.formlist dt {
    
    font-size: 90%;
}
#container .bloc_outer .bloc_body dl.formlist span{
    vertical-align: top;
}


/* タイトル
----------------------------------------------- */
/* タイトルの背景 白 */
#login_area h2 ,
#search_area h2 ,
#calender_area h2 ,
#cart_area h2 ,
#cart h2 {

    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 {
    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;
}


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

/* ===============================================
▼新着情報
=============================================== */
#news_area .bloc_body {
    padding: 10px;
}
#news_area h2{
    margin-bottom:10px;
}
#news_area p{
    font-size:16px;
    margin-bottom:10px;
}
#news_area .news_contents {
    padding-right: 10px;
}
#news_area dl.newslist {
    border-bottom:#b3b4bd dotted 2px;
    margin-bottom:5px;
}
#news_area dl.newslist dt {
    margin-bottom: 5px;
}
#news_area dl.newslist dt a {
    font-size:16px;
    font-weight:bold;
    border-left: #f39d0e solid 4px;
    padding-left:3px;
}
#news_area dl.newslist dd {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#news_area dl.newslist dd {
    background-color:#f4f4f4;
}
#news_area dl.end {
    padding: 10px 0;
    background: url("") no-repeat bottom;
}


/* ===============================================
▼現在のカゴの中
=============================================== */
#cart_area .information {
    padding: 5px;
}
#cart_area .postage {
    margin-top: 10px;
    padding-top: 10px;
    background: url("../img/background/line_dot_01.gif") repeat-x top;
}
#cart_area .postage .point_announce {
    padding: 2px 0 2px 20px;
    background: url("../img/icon/ico_price.gif") no-repeat left top;
}
#cart_area .btn {
    padding: 5px 0 10px 0;
    text-align: center;
}

#cart_area .btn a img {
    width:150px;
}
/* ===============================================
▼カテゴリー
=============================================== */
#category_area .bloc_body{
    background-color: #edebdf;
}

#category_area li.level1{
    border-bottom: solid 1px #ccc;
}
#category_area li.level1 p{
    padding-left: 20px;
    margin: 7px 3px;
}
#category_area li.level1 p {
    background: url("../img/icon/ico_arrow_01.gif") 2px 3px no-repeat;
}
#category_area li.level1 li p {
    background: url("../img/icon/ico_level.gif") 7px 7px no-repeat;
}
a.onlink:link {
    color: #f00;
    text-decoration: underline;
}
a.onlink:visited {
    color: #f00;
}
a.onlink:hover {
    color: #f00;
}


/* ===============================================
▼ガイドリンク
=============================================== */
#guide_area {
    margin-top: 1em;
    border: none;
}
#guide_area li{
    margin-bottom: 5px;
    letter-spacing: -0.05em;
}
ul.button_like li {
    margin: 0;
    padding: 0 0 1px 0;
    background: url("../img/background/bg_btn_list.jpg") bottom repeat-x;
}
ul.button_like li a {
    margin: 0;
    padding: 10px 15px 10px 10px;
    border: 1px solid;
    border-bottom: none;
    border-color: #ccc;
    display: block;
    background: url("../img/icon/ico_arrow_02.gif") no-repeat right;
    text-decoration: none;
    outline: none;
}


/* ===============================================
▼ログイン（サイド用）
※ヘッダー用はbloc_alpha.css内に記述
=============================================== */
#container div#login_area .bloc_body {
    padding: 5px;
}

#container div#login_area .bloc_body p {
    margin-bottom: 5px;
}

#container div#login_area .bloc_body .btn {
    text-align: center;
}

#container div#login_area .bloc_body .btn input {
    width:150px;
    margin-bottom:5px;
}

#container div#login_area .bloc_body .btn a img {
    width:150px;
}

#container .login_area dl.formlist {
    margin-bottom: 8px;
    width: 420px;
}
#container .login_area dl.formlist dt {
    margin-bottom: 3px;
    padding-left: 15px;
    color: #333;
    background: url("../img/icon/ico_arrow_03.gif") no-repeat left;
    width: 90px;
    float: left;
    font-size: 90%;
}
#container .login_area dl.formlist dd {
    margin-bottom: 5px;
    float: right;
    width: 300px;
    vertical-align: bottom;
    text-align: left;
}
#container div#login_area .bloc_body .mini {
    margin-top: 5px;
    letter-spacing: -0.01em;
}


/* ===============================================
▼検索
=============================================== */
div#search_area .bloc_body {
    padding: 5px;
}
div#search_area .bloc_body .btn {
    text-align: center;
}

div#search_area .bloc_body .btn input{
    width:150px;
    margin-top:5px;
}

/* ===============================================
▼カレンダー
=============================================== */
#calender_area {
    background-color: transparent;
    border: none;
}
#calender_area .bloc_body {
    padding: 10px 0;
    background-color: #f1f9fc;
}
#calender_area table {
    background: #fff;
    border: none;
    width: 150px;
    margin: 0 auto 5px;
    font-size: 90%;
}
#calender_area table td {
    padding: 1px 3px;
    border-top: 1px solid #ccc;
    border-right: none;
    text-align:center;
}
#calender_area th {
    padding: 1px 3px;
    background: #fff;
    border: none;
    text-align: center;
}
#calender_area table .month {
    margin-bottom: 5px;
    padding-left: 12px;
    background: url("../img/icon/ico_arrow_04.gif") no-repeat left;
    font-size: 120%;
}
#calender_area .off {
    color: #f00;
}
#calender_area .information {
    margin-left: 10px;
    font-size: 90%;
}


/* ===============================================
▼おすすめ商品
=============================================== */
/*
   tplファイルのマークアップが同じ項目
   メインカラム用 2カラム時 [two_maincolumn_left]
                            [two_maincolumn_right]
   メインカラム用 3カラム時 [three_maincolumn]
   サイドカラム用           [side_column]
   商品詳細のオススメ商品   [whobought_area]
=============================================== */
/* 共通
----------------------------------------------- */
#recommend_area .bloc_body ,
#whobought_area .whobought_bloc {
    margin-bottom: 10px;
    padding: 10px 0 10px;
    border: none;
    background: url("../img/background/line_dot_01.gif") repeat-x bottom;
}

#recommend_area .bloc_body p ,
#whobought_area .whobought_bloc p {
    margin: 0 0 5px 0;
}

#recommend_area .bloc_body img ,
#whobought .whobought_bloc img {
    margin: 0 5px 0 0;
}

#recommend_area .bloc_body h3 ,
#whobought_area .whobought_bloc h3 {
    font-size: 100%;
    font-weight: normal;
}

/* サイドカラム用 */
.side_column #recommend_area .product_item {
    margin-bottom: 10px;
}


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


/* 左右の振り分け
----------------------------------------------- */
.whobought_new {
    float: left;
    width: 47.5%;
    background-color:#eee;
    margin-top:10px;
    margin-right:18px;
}
.main_column #recommend_area .product_item,
#whobought_area .whobought_bloc .whobought_left {
    float: left;
    width: 47.5%;
    background-color:#eee;
}
#whobought_area .whobought_bloc .whobought_right {
    float: right;
    width: 47.5%;
    background-color:#eee;
}


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

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

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

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

/* ===============================================
▼ランキング
=============================================== */
#ranking_area .bloc_body{
border:none;
}
#ranking_area table {
margin-bottom:0;
border:none;
}
#ranking_area table td {
padding:0px;
border:none;
vertical-align:top;
}
.bloc_body2{
margin-top:10px;
}
.bloc_body2 ul li {
float:left;
display:inline;
width:140px;
margin-right:5px;
border:1px solid #CCCCCC;
padding-bottom:4px;
margin-bottom:12px;
}

td.left{
display:block;
margin:8px;
width:124px;
}

td.right {
display:block;
margin:8px;
background:#EEEEEE;
font-size:12px;
text-shaeow:0 1px 1px #fff;
text-decoration:none;
min-height:110px;
height: auto !important;
height: 110px;
}
td.right p a {
font-size: 12px;
padding:8px;
text-decoration:none;
}

.rank_price{
text-align: center;
padding: 0 8px;
color: #FF0000;
font-weight: bold;
font-size:14px;
clear:both;
}

/* ===============================================
▼Newカテゴリーエリア
=============================================== */
#category_area{
padding:5px;
}

ul#menu{
margin-bottom:2px;
}
ul.subMenu{
background-color:#fff;
margin:3px 0 3px 0;
padding:5px;
}
ul.subMenu li{
background: url("../img/add/blt_link_01.gif") 2px 3px no-repeat;
padding-left:3px;
margin-bottom:3px;
}
ul.subMenu li a{
display:block;
padding-left:13px;
}

#menu-tittle{
  border-radius: 3px 3px 0 0;
}
#new_categoryList{
  color:#333;
}
#new_categoryList li{
  list-style-type : none;
  margin: 0 0 -4px 0;
  padding: 0;
  color:#333;
  position: relative;
}
#new_categoryList li div{
  color: #0e2236;
  text-decoration: none;
  line-height: 15px;
  margin-bottom:5px;
}
#new_categoryList li div img{
  border-bottom:1px solid #d1cfc3;
}
#new_categoryList > li:hover > div{
  color:#e47911;
  font-weight: bold;
}
#new_categoryList ul li a:hover{
  color:#A38800;
  text-decoration: underline;
}
#new_categoryList ul{
  display: none;
  position: absolute;
  z-index: 10;
  top: -3px;
  right: -270px;
  width: 250px;
  height: 380px;
  margin: 0;
  padding: 10px;
/*  border-top: 3px solid #d1cfc3;*/
  border-radius: 0 0 3px 0;
  background: #fff;
/* box-shadow: 3px 3px 5px #aaa, 3px 0px 3px #ccc inset;*/
/* box-shadow */
box-shadow:rgba(0, 0, 0, 0.298039) 2px 2px 6px 3px;
-webkit-box-shadow:rgba(0, 0, 0, 0.298039) 2px 2px 6px 3px;
-moz-box-shadow:rgba(0, 0, 0, 0.298039) 2px 2px 6px 3px;
  line-height:2em;
}

#new_categoryList ul li{
  background: url("../img/add/blt_link_01.gif") 2px 7px no-repeat;
  padding-left: 3px;
}
#new_categoryList li:hover ul{
  display: block;
}
#new_categoryList ul.big{
  right: -417px;
  width: 400px;
}
#new_categoryList ul.big li{
  float: left;
  width: 200px;
}
#new_categoryList ul h3{
  padding: 5px 5px 5px 15px;
  margin: 0;
  color:#e47911;
  font-size: 16px;
  font-weight: normal;
}
#new_categoryList ul li a{
  padding: 8px 15px;
}
#new_categoryList li#category_0:hover ul{
  background-image:url("../img/kagoopart/bgimg_category_0.jpg");
  background-position:right bottom;
  background-repeat:no-repeat;
}

#new_categoryList li#category_0 ul div#cate_giji:before{
content:"ベッド";
font-size:16px;
color:#ed6501;
}
#new_categoryList li#category_1:hover ul{
  background-image:url("../img/kagoopart/bgimg_category_5.jpg");
  background-position:right bottom;
  background-repeat:no-repeat;
}

#new_categoryList li#category_1 ul div#cate_giji:before{
content:"寝具・寝装品";
font-size:16px;
color:#ed6501;
}

#new_categoryList li#category_2:hover ul{
  background-image:url("../img/kagoopart/bgimg_category_8.jpg");
  background-position:right bottom;
  background-repeat:no-repeat;
}

#new_categoryList li#category_2 ul div#cate_giji:before{
content:"ソファ";
font-size:16px;
color:#ed6501;
}
#new_categoryList li#category_3:hover ul{
  background-image:url("../img/kagoopart/bgimg_category_9.jpg");
  background-position:right bottom;
  background-repeat:no-repeat;
}

#new_categoryList li#category_3 ul div#cate_giji:before{
content:"テーブル";
font-size:16px;
color:#ed6501;
}
#new_categoryList li#category_4:hover ul{
  background-image:url("../img/kagoopart/bgimg_category_11.jpg");
  background-position:right bottom;
  background-repeat:no-repeat;
}

#new_categoryList li#category_4 ul div#cate_giji:before{
content:"チェア";
font-size:16px;
color:#ed6501;
}
#new_categoryList li#category_5:hover ul{
  background-image:url("../img/kagoopart/bgimg_category_13.jpg");
  background-position:right bottom;
  background-repeat:no-repeat;
}

#new_categoryList li#category_5 ul div#cate_giji:before{
content:"収納家具";
font-size:16px;
color:#ed6501;
}
#new_categoryList li#category_6:hover ul{
  background-image:url("../img/kagoopart/bgimg_category_21.jpg");
  background-position:right bottom;
  background-repeat:no-repeat;
}

#new_categoryList li#category_6 ul div#cate_giji:before{
content:"テレビ台";
font-size:16px;
color:#ed6501;
}
#new_categoryList li#category_7:hover ul{
  background-image:url("../img/kagoopart/bgimg_category_22.jpg");
  background-position:right bottom;
  background-repeat:no-repeat;
}

#new_categoryList li#category_7 ul div#cate_giji:before{
content:"カーペット";
font-size:16px;
color:#ed6501;
}

#new_categoryList li#category_8:hover ul{
  background-image:url("../img/kagoopart/bgimg_category_23.jpg");
  background-position:right bottom;
  background-repeat:no-repeat;
}

#new_categoryList li#category_8 ul div#cate_giji:before{
content:"カーテン";
font-size:16px;
color:#ed6501;
}
/*
#new_categoryList a.onlink{
  text-indent: -9999px;
    display: block;
    margin-bottom: 1px;
    height: 30px;
    background-image: url("/kagoo/user_data/packages/default/img/kagoopart/cat_ss.jpg");
    border-bottom: 1px solid #d1cfc3;
}
*/

#c_dig{
  background: url("../img/add/blt_link_01.gif") 2px 7px no-repeat;
  border-bottom:1px dashed #333;
  margin-top:5px;
  margin-bottom:5px;
  padding:0 0 5px 5px;
}

#c_dig a{
margin-left:10px;
}
/* ===============================================
▼商品一覧検索ウィンドウ
=============================================== */
.search_list_form{
margin-bottom: 8px;
margin-left: 15px;
}

.search_list{
width:600px;
height:30px;
float:left;
}