@charset "utf-8";

/************************************************
 ブロック用
************************************************ */
/*** 目次 ***

▼ブロック共通
リスト
タイトル
ヘッダー上、フッター下のブロックエリア

▼各機能ブロックの指定
-新着情報
-現在のカゴの中
-カテゴリ
-ガイドリンク
-ログイン（サイド用）
-検索
-カレンダー
-おすすめ商品
    * 商品詳細のオススメ商品   [whobought_area]
*/


/* ==============================================
ブロック共通
    * #container から指定することで、ヘッダー・フッターには適用していない。
/* ============================================= */
.side_column {
}
.side_column .block_body,
#main_column .block_body {
}
.side_column .block_body .box {
    border: solid 1px #ccc;
    width: 145px;
}

/* 外枠
----------------------------------------------- */
#container .block_outer {
    padding: 0 0 16px; /* #container の背景色を欠けさせないため敢えて padding */
}

/* リスト
----------------------------------------------- */
/* ログイン 検索条件 */
#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,
#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;
}


/* ***********************************************
▼各機能ブロックの指定
/*********************************************** */

/* ===============================================
▼新着情報
=============================================== */
#news_area .news_contents {
    padding: 10px;
    max-height: 260px;
    height: auto !important; /* hack? */
    height: 260px; /* hack? */
    overflow: auto;
    overflow-y: scroll;
}
#news_area dl.newslist {
    background: url("../img/background/line_dot_01.gif") repeat-x bottom;
}
#news_area dl.newslist:last-child { /* IE9 未満では無効 (影響度合いが低いので黙殺) */
    background: none;
}
#news_area dl.newslist dt {
    margin-bottom: 5px;
}
#news_area dl.newslist dd {
    margin-bottom: 10px;
    padding-bottom: 10px;
}


/* ===============================================
▼現在のカゴの中
=============================================== */

#cart_area{
    width: 280px;
    float: right;
    padding: 10px 0 !important;
    margin: 0 24px 0 12px;
    background: #f5f5f5;
}
#cart_area h2{
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
    margin: 0 0 8px;
}
#cart_area h2 span.title{
    display: inline-block;
    padding: 0 0 4px;
    border-bottom: solid 1px #ff9900;
}
#cart_area .information {
    text-align: center;
    padding: 0 0 8px;
}
#cart_area .information p{
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    margin: 0 8px;
}
#cart_area .information p span{
    font-size: 15px;
    font-weight: bold;
}
#cart_area .information p small{
    font-size: 13px;
    margin: 0 0 0 2px;
}
#cart_area .postage {
}
#cart_area .postage .point_announce {
}
#cart_area .btn {
    width: 200px;
    margin: 0 auto;
    border-radius: 2px;
    overflow: hidden;
}
#cart_area .btn a{
    display: block;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 4px 0 6px;
    background: #ffe400;
}
#cart_area .btn a span.cart_black{
    display: inline-block;
    width: 24px;
    height: 22px;
    margin: 0 8px 0 0;
    vertical-align: text-bottom;
}
#cart_area .btn a:hover{
	color: #ffffff;
	text-decoration: none;
	background: #f93f71;
}


/* ===============================================
▼カテゴリ
=============================================== */

/* ===============================================
▼ガイドリンク
=============================================== */
#guide_area {
    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 .block_body {
    padding: 10px;
}

#container div#login_area .block_body p {
    margin-bottom: 5px;
}

#container div#login_area .block_body .btn {
    text-align: center;
}
#container .login_area dl.formlist {
    width: 100%;
    margin-bottom: 16px;
}
#container .login_area dl.formlist dt {
	font-size: 1.3rem;
    line-height: 1.5;
    padding-left: 16px;
    margin: 0 0 4px;
    background: url(../img/icon/ico_arrow_03.gif) no-repeat left 2px top 5px;
}
#container .login_area dl.formlist dd {
    vertical-align: bottom;
    text-align: left;
}
#container .login_area p.login_memory{
    font-size: 1.2rem;
    margin: 8px 0 4px 0;
}
#container div#login_area .block_body .mini {
    margin-top: 5px;
    letter-spacing: -0.01em;
}


/* ===============================================
▼検索
=============================================== */
#container div#search_area .block_body {
    padding: 10px;
}
#container div#search_area .block_body .btn {
    text-align: center;
}


/* ===============================================
▼カレンダー
=============================================== */


#calender_area {
    max-width: 500px;
    margin: 0 auto;
    padding: 32px 12px;
    border: none;
    background-color: #ffffff;
    box-sizing: border-box;
}
#calender_area h2{
	color: #333333;
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-align: left;
    margin: 0 0 16px;
    padding: 0 0 8px;
    position: relative;
}
#calender_area h2:after {
    display: block;
    content: "";
    width: 64px;
    height: 1px;
    background: #0d87e5;
    position: absolute;
    left: 0;
    bottom: 0;
}
#calender_area .block_body {
}
#calender_area .block_body .monthly {
    margin: 0 0 28px;
}
#calender_area table {
    width: 100%;
    margin: 0 auto 16px;
    background: #cccccc;
    border: none;
    border-spacing: 1px;
    border-collapse: separate;
}
#calender_area th,
#calender_area td {
}
#calender_area thead th {
    display: table-cell;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    padding: 4px 0;
    border: none;
}
#calender_area table td {
    display: table-cell;
    font-size: 1.3rem;
    text-align: center;
    padding: 4px 0;
    border: none;
    background: #ffffff;
}
#calender_area table td.off {
    color: #f00;
    background: #ffe8ee;
}
#calender_area .today {
    font-weight: bold;
	background: #ffe400;
}
#calender_area table .month {
    color: #0d87e5;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 0 8px;
}
#calender_area .information {
	clear: both;
    color: #ff3300;
    font-size: 1.2rem;
    text-align: center;
}


/* ===============================================
▼おすすめ商品
=============================================== */
/*
   tplファイルのマークアップが同じ項目
   メインカラム用
   サイドカラム用           [side_column]
   商品詳細のオススメ商品   [whobought_area]
=============================================== */
/* 共通
----------------------------------------------- */
#recommend_area .block_body,
#whobought_area .product_item {
    padding: 10px 0 10px;
    border: none;
    background: url("../img/background/line_dot_01.gif") repeat-x bottom;
}

#recommend_area .block_body p,
#whobought_area .product_item p {
    margin: 0 0 5px 0;
}

#recommend_area .block_body img,
#whobought_area .product_item img {
    margin: 0 5px 0 0;
}

#recommend_area .block_body h3,
#whobought_area .product_item h3 {
    font-size: 100%;
    font-weight: normal;
}

/* サイドカラム用 */
.side_column #recommend_area .product_item {
    margin-bottom: 10px;
}


/* 画像
----------------------------------------------- */
/* メインカラム用 */
#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%;
}


/* 商品説明テキスト
----------------------------------------------- */
/* メインカラム用 1カラム時*/
#main_column.colnum1 #recommend_area .block_body .productContents {
    float: right;
    width: 74%;
}

/* メインカラム用 2カラム時*/
#main_column.colnum2 #recommend_area .block_body .productContents,
#main_column.colnum2 #whobought_area .productContents {
    float: right;
    width: 74%;
}

/* メインカラム用 3カラム時*/
#main_column.colnum3 #recommend_area .block_body .productContents,
#main_column.colnum3 #whobought_area .productContents {
    float: right;
    width: 67%;
}

/* サイドカラム用 */
.side_column #recommend_area .block_body .productContents {
    clear: both;
}
