@charset "utf-8";

/************************************************
 共通設定
************************************************ */
body {
    color: #000;
    font-family: Verdana,Arial,Helvetica,'メイリオ',Meiryo,"Hiragino kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
    background-color: #fff;
    font-size: 11px;
    line-height: 150%;
    letter-spacing: 0.1em;
    -webkit-text-size-adjust:none;
}

/* 写真 */
img.picture {
    border: 1px solid #ccc;
}

/* ==============================================
 自動ジャンプ
=============================================== */
#jump_page {
    padding: 50px;
}

#jump_page p {
    text-align: center;
    margin-bottom: 30px;
}


/* ==============================================
 フレーム
=============================================== */
/* 全体を包括 */
.frame_outer {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

/* コンテンツ */
#container {
    margin: 0 auto;
    padding: 0 0 30px;
    width: 960px;
    background: #fff;
    text-align: left;
}


/* ==============================================
 カラム指定
=============================================== */

/* メイン部
----------------------------------------------- */
#main_column {
    padding: 0;
    position: relative;
    top: -30px;
}

.LC_Page_Index #main_column {
    position: relative;
    top: 0px;
}

.LC_Page_Products_List #main_column {
    position: relative;
    top: -31px;
}

/* 1カラム時 */
#main_column.colnum1 {
    margin: 0 auto 60px;
    width: 100%;
}

/* 2カラム時 (共通) */
#main_column.colnum2 {
    width: 760px;
}

/* 2カラム時 (メイン部が左) */
#main_column.colnum2.left {
    padding-left: 1.5%;
    float: left;
}

/* 2カラム時 (メイン部が右) */
#main_column.colnum2.right {
    float: right;
}

/* 3カラム時 */
#main_column.colnum3 {
    padding-left: 0.5%;
    width: 59%;
    float: left;
}

/* サイドカラム
----------------------------------------------- */
.side_column {
    padding: 0;
}
#leftcolumn {
    float: left;
    width: 170px;
}
#rightcolumn {
    float: right;
    width: 20%;
}

/* 他
----------------------------------------------- */
/* ヘッダーとフッターの上下 */
#topcolumn,
#bottomcolumn,
#footerbottomcolumn {
    margin: 0px;
    background: #fff;
    text-align: left;
    clear: both;
}

/* 下層コンテンツ */
#undercolumn {
    clear: both;
    width: 100%;
    margin: 0 0 30px 0;
}



/* ==============================================
 ユーティリティ
=============================================== */
/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}
.clearfix {
    display: block; /* for IE8 */
}
.clear {
    clear: both;
}

/* リンク指定
----------------------------------------------- */
a:link,
a:visited {
    color: #000;
    text-decoration: none;
}
a:link:hover,
a[href]:hover {
    color: #888;
    text-decoration: none;
}


/* フォント
----------------------------------------------- */
h1,
h2,
h3,
h4,
h5 {
    clear: both;
    font-size: 100%;
    line-height: 150%;
}
.sale_price {
}
.normal_price {
    font-size: 90%;
}
.point {
    color: #f00;
    font-weight: bold;
}
.user_name {
    font-weight: bold;
}
.recommend_level {
    color: #ecbd00;
}

.attention {
    color: #f00;
}
.attentionSt {
    color: #f00;
    font-weight: bold;
}
.st {
    font-weight: bold;
}
.mini {
    font-size: 90%;
}

p {
    line-height: 170%;
}

.relative_cat .pink,
.relative_cat .pink:hover {
    color: #f07272;
}

.relative_cat .black ,
.relative_cat .black:hover {
    color: #000;
}
.relative_cat .brown,
.relative_cat .brown:hover {
    color: #d09f73;
}

.pink{
   color: #f07272;
}

/* 行揃え
----------------------------------------------- */
.alignC {
    text-align: center;
}
.alignR {
    text-align: right;
}
.alignL {
    text-align: left;
}
.pricetd em {
    font-weight: bold;
}


/* フォーム
----------------------------------------------- */
select {
    border: solid 1px #cdcdcd;
}
input[type='text'],
input[type='password'] {
    border: solid 1px #cdcdcd;
    padding: 2px;
}

.box40 {
    width: 40px;
}
.box60 {
    width: 60px;
}
.box100 {
    width: 100px;
}
.box120 {
    width: 120px;
}
.box140 {
    width: 140px;
}
.box145 {
    width: 145px;
}
.box150 {
    width: 150px;
}
.box240 {
    width: 240px;
}
.box300 {
    width: 300px;
}
.box320 {
    width: 320px;
}
.box350 {
    width: 350px;
}
.box380 {
    width: 380px;
}
.box480 {
    width: 480px;
}

/* フォームが縦に重なり合う場合に併用する余白 */
.top { /* FIXME 簡素な単語は、単独で、込み入った指定に使用しない */
    margin-bottom: 5px;
}

/*for Webkit*/
:-moz-placeholder {
    color: #888;
}
::-webkit-input-placeholder {
    color: #888;
}

span.customSelect{
    border: 1px solid #cdcdcd;
    color: #888888;
    font-size:11px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}

span.customSelect span {
    display: block;
    padding: 0 0px 0 10px;
    background:url("../img/icon/ico_arrow_select.gif") no-repeat 93% 50% #fff;
}

.classlist .hasCustomSelect,
.classlist .customSelect {
    width: 388px !important;
}

/* タイトル
----------------------------------------------- */
h2.title {

}

#main_column h2 {
    border-bottom: solid 1px #cdcdcd;
    background: url('../img/icon/ico_leaf.gif') no-repeat left 3px;
    padding: 0 0 5px 30px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 16px;
}

#main_column h2.key {
    border-bottom: solid 1px #cdcdcd;
    background: url('../img/icon/ico_key.gif') no-repeat left 0px;
    padding: 0 0 5px 37px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 16px;
}

#main_column .sub_area h3 {
    border-bottom: solid 1px #cdcdcd;
    background: url('../img/icon/ico_leaf.gif') no-repeat left 3px;
    padding: 0 0 5px 30px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
}

#undercolumn_login .login_area h3,
#undercolumn_shopping h3,
#mypagecolumn h3,
#undercolumn_cart h3{
    font-size: 15px;
    font-weight: bold;
    border-bottom: solid 1px #cdcdcd;
    padding: 0 0 5px;
    margin-bottom: 20px;
}

div#undercolumn_login .login_area h4 {
    font-size: 13px;
    margin-bottom: 10px;
}


/* ==============================================
 ヘッダー
=============================================== */
/* レイアウト
----------------------------------------------- */
#header_wrap {
    border-top: solid 4px #afd9d8;
    min-height: 155px;
}
#header {
    margin: auto;
    width: 960px;
}
#header_utility {
    float: right;
    margin-bottom: 10px;
    width: 580px;
}
#errorHeader {
    color: #F00;
    font-weight: bold;
    font-size: 12px;
    background-color: #FEB;
    text-align: center;
    padding: 5px;
}


/* ロゴ
----------------------------------------------- */
#logo_area {
    float: left;
    padding-top: 20px;
    width: 370px;
    text-align: left;
}

#logo_area img {
    margin-right: 10px;
}

#logo_area a {
    color: #808080;
    text-decoration: none;
}


/* ヘッダーナビ
----------------------------------------------- */
div#header_navi {
    float: right;
    width: 580px;
    text-align: right;
}
div#header_navi ul li {
    display: block;
    font-size: 11px;
    float: right;
    margin-left: 24px;
}

/*
.chrome div#header_navi ul li {
    letter-spacing: 0em;
    -webkit-transform:scale(0.8);
    margin-left: 10px;
}
*/

div#header_navi ul li a {
    color: #808080;
    text-decoration: none;
}
div#header_navi ul li a:hover {
    color: #aaa;
}


div#header_navi ul li.mypage,
div#header_navi ul li.entry {
    margin-top: 6px;
}

/* グローバルナビ
----------------------------------------------- */
#header #gnav {
    border-top: 1px solid #808080;
    clear: both;
}

#header #gnav li {
    float: left;
    text-align: center;
}

#header #gnav li.gnav1 {
    width: 94px;
}
#header #gnav li.gnav2 {
    width: 122px;
}
#header #gnav li.gnav3 {
    width: 99px;
}
#header #gnav li.gnav4 {
    width: 115px;
}
#header #gnav li.gnav5 {
    width: 89px;
}
#header #gnav li.gnav6 {
    width: 110px;
}
#header #gnav li.gnav7 {
    width: 110px;
}
#header #gnav li.gnav8 {
    width: 99px;
}
#header #gnav li.gnav9 {
    width: 122px;
}

#header #gnav li a {
    color: #000;
    display: block;
    font-size: 11px;
    padding: 13px 0;
    text-decoration: none;
}

#header #gnav li a:hover {
    background: url("../img/background/bg_arrow_gnav.gif") 50% 100% no-repeat;
    color: #92847d;
}

#header #gnav li a span {
    display: block;
    font-size: 8px;
    color: #404040;
}

.chrome #header #gnav li a span {
    letter-spacing: 0em;
    -webkit-transform:scale(0.8);
}

/* ==============================================
 フッター
=============================================== */
#footer_wrap {
    background: url("../img/background/bg_footer.gif") no-repeat 50% 100%;
    border-top: solid 1px #e6e6e6;
    margin: 0 auto;
    padding: 30px 0 165px;
    width: 100%;

}
#footer {
    margin: auto;
    padding-top: 10px;
    position: relative;
    width: 960px;
}
#pagetop {
    position: absolute;
    top: -60px;
    right: 0;
}
#copyright {
    width: 740px;
    float: left;
    text-align: left;
    font-size: 97%;
}

#footer #footer_nav {
    border-right: 1px solid #e6e6e6;
    float: left;
    padding-left: 10px;
    margin-right: 30px;
    width: 530px;
}

#footer #footer_nav ul {
    float: left;
    width: 170px;
}

#footer #footer_nav li {
    margin-bottom: 10px;
}

#footer #footer_nav li a {
    color: #000;
}

#footer #footer_info {
    float: right;
}

#footer #footer_info p {
    line-height: 170%;
    margin-bottom: 8px;
}

#footer #footer_info p.shop_name {
    font-size: 18px;
    font-weight: bold;
}

#footer #footer_info table {
    border: none;
    margin-bottom: 10px;
}

#footer #footer_info table th,
#footer #footer_info table td {
    background: none;
    border: none;
    padding: 0 8px 5px 0px;
}

#footer #footer_info table td a {
    color: #000;
    text-decoration: underline;
}

#footer #footer_info table td a:hover {
    text-decoration: none;
}

#footer #footer_info .icon_sns a {
    margin-right: 10px;
}

/* ==============================================
 パーツ
=============================================== */
/* ボタン
----------------------------------------------- */
.btn_area {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.btn_area li {
    padding: 0 20px;
    display: inline;
}


/* 完了メッセージ
----------------------------------------------- */
div#complete_area {
    margin-bottom: 20px;
}
div#complete_area .message,
div#undercolumn_entry .message {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 15px;
}
div#complete_area .shop_information {
    margin-top: 20px;
    padding: 20px 0 40px 0;
}
div#complete_area .shop_information .name {
    margin-bottom: 0px;
    font-weight: bold;
}


/* 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;
}
