@charset "utf-8";

/************************************************
 ブロック用
************************************************ */
/*** 目次 ***

▼ブロック共通
リスト
タイトル
ヘッダー上、フッター下のブロックエリア

▼各機能ブロックの指定
-新着情報
-現在のカゴの中
-カテゴリー
-ガイドリンク
-ログイン（サイド用）
-検索
-カレンダー
-おすすめ商品
    *メインカラム用 1カラム時 [one_maincolumn]
    *メインカラム用 2カラム時 [two_maincolumn_left]
                              [two_maincolumn_right]
    *メインカラム用 3カラム時 [three_maincolumn]
    *サイドカラム用           [side_column]
    *関連商品   [related-item]
 */


/* ==============================================
ブロック共通
/* ============================================= */
#container .bloc_body {
}
.side_column {
    overflow-x: hidden; /* IE6 表示乱れ防止 */
}
.side_column .bloc_outer {
    margin: 0;
}
.side_column .bloc_body ,
.main_column .bloc_body {
    border: solid 1px #ccc;
    background-color: #fff;
    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 {
    margin-bottom: 3px;
    padding-left: 15px;
    background: url("../img/icon/ico_arrow_03.gif") no-repeat left;
    font-size: 90%;
}
#container .bloc_outer .bloc_body dl.formlist span{
    vertical-align: top;
}


/* タイトル
----------------------------------------------- */
/* タイトルの背景 グレー */
#login_area h2 ,
#search_area h2 ,
#ranking_area h2 ,
#related-item h2 ,
#bought-together h2 ,
#calender_area h2 ,
#cart_area h2 ,
#cart h2,
#recomend_area h2{
    color:#333;
    padding:0 0 0 10px;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px;
    font-size: 14px;
    font-weight: normal;
    line-height: 33px;
}

#recomend_area h2 {
    margin-bottom: 0px;
    border: none;
    width: 658px;
}

#category_area h2 { 
    color: #333;
    padding: 0 0 0 10px;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px 0 0 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 33px;
}


#news_area .title_news {
    color: #333;
    margin: 0;
    padding: 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px;
    position: relative;
    clear: both;
}

#news_area h2 {
    font-size: 14px;
    font-weight: normal;
    line-height: 33px;
    padding-left: 10px;
}

.square {
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    margin-right: 8px;
}


/* ==============================================
▼ヘッダー上、フッター下のブロックエリア
=============================================== */
div#topcolumn {
    margin: 0 auto;
}
div#bottomcolumn {
    margin: 0 auto;
    clear: both;
}


/* ***********************************************
▼各機能ブロックの指定
/*********************************************** */

/* ===============================================
▼新着情報
=============================================== */
#news_area {
    clear: both;
    width: 670px;
}

#news_area .bloc_body {
    padding: 10px;
    color: #666;
}

#news_area .rss a {
    width: 48px;
    height: 20px;
    position: absolute;
    display: block;
    top: 11px;
    right: 12px;
}

:root *> #news_area .title_news {
    min-height: 33px;
    height: auto !important;
}

* html #news_area .title_news h2 {
    width: 6em;
    line-height: 33px;
}

* html #news_area .rss a {
    position:absolute;
    display:block;
    top:6px;
    right:20px;
}

* html #one_maincolumn #news_area .rss a {
    top: 6px;
    right: 5px;
}

* html #two_maincolumn_left #news_area .rss a {
    top: 6px;
    right: 5px;
}

* html #three_maincolumn #news_area .rss a {
    top: 6px;
    right: 5px;
}

#news_area .news_contents {
    padding-right: 10px;
    max-height: 400px;
    height: auto !important;
    height: 400px;
    overflow: auto;
    overflow-y: scroll;
    clear: both;
}

#news_area dl.newslist {
    background: url("../img/background/line_dot_01.gif") repeat-x bottom;
}
#news_area dl.newslist dt {
    margin-bottom: 5px;
}
#news_area dl.newslist dd {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#news_area dl.end {
    padding: 10px 0;
    background: url("") no-repeat bottom;
}


/* ===============================================
▼現在のカゴの中
=============================================== */
#cart_area .information {
    padding: 10px;
}
#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: 10px 0;
    background: url("../img/background/line_dot_01.gif") repeat-x top #fff;
    text-align: center;
}


/* ===============================================
▼カテゴリー
=============================================== */
#category_area .bloc_body {
    background-color: #ffffff;
}

#category_area li {
    padding-left: 5px;
    line-height: 17px;
}

/* 2011.5.27 カテゴリのCSS一新 Fumiki
#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_cat.jpg") 2px 3px no-repeat;
}
#category_area li.level1 li p {
    background: url("../img/icon/ico_level.gif") 7px 7px no-repeat;
}
#category_area li a {
    display: block;
    padding: 0;
}
*/

#maincategory {
    font-weight: bold;
}

#category_area li.level1 {
    border-bottom: solid 1px #ccc;
    padding-bottom: 5px;
    padding-top: 5px;
    display: inline-block;
}

#category_area li.level2 {
    margin-left: 10px;
    /* background-color:#ddd; */
}

a.onlink:link {
    color: rgb(0, 122, 255) !important;
}
a.onlink:visited {
    color: #333;
}
a.onlink:hover {
    color: rgb(0, 122, 255);
}

.bloc_outer a {
    color: #333;
}

#categorytree {
    -webkit-column-count: 5;
    -webkit-column-gap: 10px;
    -webkit-column-fill: auto;
    -moz-column-count: 5;
    -moz-column-gap: 10px;
    -moz-column-fill: auto;
    column-count: 5;
    column-gap: 10px;
    column-fill: auto;
    padding-left: 10px;
    height: 500px;
}

/* ===============================================
▼ガイドリンク
=============================================== */
#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;
}
ul.button_like li a {
    margin: 0;
    padding: 10px 15px 10px 10px;
    border: 1px solid;
    border-color: #ccc;
    display: block;
    text-decoration: none;
    outline: none;
}


/* ===============================================
▼ログイン（サイド用）
※ヘッダー用はbloc_alpha.css内に記述
=============================================== */
#container div#login_area .bloc_body {
    padding: 10px;
}

#container div#login_area .bloc_body p {
    margin-bottom: 5px;
}

#container div#login_area .bloc_body .btn {
    text-align: center;
}
#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;
}


/* ===============================================
▼検索
=============================================== */
#search_area {
    margin: 30px 0;
}

div#search_area .bloc_body {
    padding: 10px;
}
div#search_area .bloc_body .btn {
    text-align: center;
}

li.search {
    margin-right: 20px;
}

#search_text {
    width: 240px;
    padding: 4px 0 4px 30px;
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    height: 30px;
    margin-right: 0;
    color: black;
    outline: none;
    background: #ffffff;
    float: left;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #999999;
    transition: all 0.5s;
    background-image: url("https://store.tribox.com/user_data/packages/free/img/common/search-icon.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 8px;
    opacity: 0.5;
}
#search_text:focus {
    border-color: rgb(0, 122, 255);
    opacity: 1;
}


#item-search-button {
    border: 0 none;
    width: 50px;
    float: left;
    background-color: #fff;
    color: #999999;
    letter-spacing: 0.2em;
    padding: 0;
    text-align: center;
    height: 30px;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 14px;
    -webkit-appearance: none;
}

#item-search-button:hover {
    color: rgb(0, 122, 255);
}

/* ===============================================
▼カレンダー
=============================================== */
#calender_area {
    background-color: transparent;
    border: none;
}
#calender_area .bloc_body {
    padding: 10px 0;
}
#calender_area table {
    background: #fff;
    border: none;
    width: 278px;
    margin: 0 auto 5px;
    font-size: 10px;
}
#calender_area table td {
    padding: 1px;
    border-top: 1px solid #ccc;
    border-right: none;
    text-align:center;
    width: 24px;
    height: 36px;
    vertical-align: top;
}
#calender_area th {
    padding: 1px 3px;
    background: #fff;
    border: none;
    text-align: center;
}
#calender_area table .month {
    margin-bottom: 5px;
    padding-left: 10px;
    font-size: 120%;
}
#calender_area .off {
    color: rgb(168, 0, 0);
    background: #ffecec;
}
#calender_area .information {
    margin-left: 10px;
    font-size: 90%;
}


/* ===============================================
▼グローバルサイン
=============================================== */
div#ssl .btn {
    text-align: center;
}

/* ===============================================
/* Top shelf items 
=============================================== */
.product-shelf-box {
    border: 1px solid #ccc;
    width: 938px;
    height: 140px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.product-shelf li {
    float: left;
    text-align: center;
    padding: 0;
    margin: 0;
    height: 140px;
}

.product-shelf-item {
    border-right: 1px solid #ccc;
}
.product-shelf-item-last {
    border-right: none;
}

.shelf-item-a {
    width: 268px;
}
.shelf-item-b {
    width: 259px;
}
.shelf-item-c {
    width: 239px;
}
.shelf-item-d {
    width: 168px;
}
.product-shelf li a {
    padding: 18px 0 8px 0;
}

/* ===============================================
▼ Top Panel
=============================================== */

.tiles-5 li {
    width: 196px;
    display: table-cell;
    list-style-type: none;
    background-color: #ffffff;
}

li.tile {
    -webkit-transition: all 1s ease-in;
    border-bottom: 1px solid #f4f4f4;
}

li.tile a:hover{
    background-color: #f4f4f4;
}

li.tile a:active{
    background-color: #dddddd;
}

a.tile-link {
    cursor: pointer;
    display: block;
    width: 196px;
    height: 76px;
}

.ir {
    width: 95px;
    height: 60px;
}

.tile-image {
    display: block;
    float: left;
    width: 95px;
    height: 60px;
    margin: 8px 0 8px 4px;
}

.tile-body {
    display: table;
    float: right;
    margin-right: 4px;
}

.tile-text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 89px;
    max-width: 89px;
    height: 70px;
    font-size: 14px;
    color: #000;
    padding-right: 4px;
}

.panel-body {
    margin-bottom: 30px;
}

/* ===============================================
▼ランキング
=============================================== */
div#ranking_area {
    width: 280px;
    padding: 0;
    border: none;
}
 
div#ranking_area img {
    padding: 0px;
    margin: 2px auto;
    vertical-align: bottom;
    display: block;
}
 
div#ranking_area ul li {
    margin-top: 6px;
    width: 160px;
   display: inline-block;
}
 
div#ranking_area ul li span{
    clear: both;
}
 
div#ranking_area ul li a{
    display: block;
    text-align: center;
}
 
div#ranking_area ul li a:hover{
    text-decoration: underline;
}
/* ===============================================
▼関連商品  ▼一緒に購入されている商品
=============================================== */
div#related-item,
div#bought-together {
    width: 980px;
    padding: 0;
    border: none;
    margin-bottom: 50px;
}
 
div#related-item img,
div#bought-together img {
    padding: 0px;
    margin: 2px auto;
    vertical-align: bottom;
    display: block;
}

div#related-item ul li,
div#bought-together ul li {
    margin-top: 6px;
    width: 180px;
    display: inline-block;
    padding: 0 8px;
    font-size: 13px;
    color: #333;
    text-align: center;
    height: 136px;
}

div#related-item ul,
div#bought-together ul {
    font-size: 0px;
}

div#related-item h3,
bought-together h3 {
    color: #333;
    font-size: 13px;
}
 
div#related-item ul li a
div#bought-together ul li a {
    display: block;
    text-align: center;
}
 
div#related-item ul li:hover
div#bought-together ul li:hover {
    text-decoration: none;
    color: rgb(0, 122, 255);
}

/* ===============================================
▼新商品・トップページ
=============================================== */
.newitems {
    width: 158px;
    float: left;
    height: 220px;
    text-align: center;
    padding: 10px 0;
    margin: 0 10px 10px 0;
    border-radius: 6px;
    border: 1px solid #bbb;
}

.newitems:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3) inset;
    border: 1px solid rgb(0, 128, 255);
}

.newitems:active {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5) inset;
    border: 1px solid rgb(0, 128, 255);
}

.newitems .productImage {
    height: 135px;
}

.newitems h3 {
    font-size: 14px;
    padding: 10px 5px;
}

/* ===============================================
▼アイコン
=============================================== */
span.icon-shoppingcart {
    background-image: url("https://store.tribox.com/user_data/img/icon/shoppingcart32.png");
    line-height: 44px;
    height: 32px;
    padding: 6px 0 6px 35px;
    background-repeat: no-repeat;
    background-size: 28px;
}

span.icon-glitter {
    background-image: url("https://store.tribox.com/user_data/img/icon/glitter32.png");
    line-height: 44px;
    height: 32px;
    padding: 6px 0 6px 35px;
    background-repeat: no-repeat;
    background-size: 28px;
}

span.icon-crown {
    background-image: url("https://store.tribox.com/user_data/img/icon/crown32.png");
    line-height: 44px;
    height: 32px;
    padding: 6px 0 6px 35px;
    background-repeat: no-repeat;
    background-size: 28px;
}

span.icon-category {
    background-image: url("https://store.tribox.com/user_data/img/icon/category32.png");
    line-height: 44px;
    height: 32px;
    padding: 6px 0 6px 35px;
    background-repeat: no-repeat;
    background-size: 28px;
}

span.icon-rss {
    background-image: url("https://store.tribox.com/user_data/img/icon/rss32.png");
    line-height: 44px;
    height: 32px;
    padding: 6px 0 6px 35px;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 20px;
}

span.icon-search {
    background-image: url("https://store.tribox.com/user_data/img/icon/search32.png");
    line-height: 44px;
    height: 32px;
    padding: 6px 0 6px 35px;
    background-repeat: no-repeat;
    background-size: 28px;
}

span.icon-check {
    background-image: url("https://store.tribox.com/user_data/img/icon/check32.png");
    line-height: 44px;
    height: 32px;
    padding: 6px 0 6px 35px;
    background-repeat: no-repeat;
    background-size: 28px;
}
