@charset "utf-8";

/************************************************
 共通設定
************************************************ */
body {
    color: #333;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    background-color: #fff;
    font-size: 72.5%;
    line-height: 150%;
    letter-spacing: 0.1em;
}

/* 写真 */
.picture {
    border: none;
}


/* ==============================================
 フレーム
=============================================== */
/* 全体を包括 */
.frame_outer {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

/* コンテンツ */
#container {
    margin: 0 auto;
    padding: 0 0 30px 0;
    width: 980px;
    background: #fff;
    text-align: left;
}


/* ==============================================
 カラム指定
=============================================== */
/* ヘッダーとフッターの上下
[注意]ブロック移動時はbloc.css内で調整が必要 */
#topcolumn ,
#bottomcolumn ,
#footerbottomcolumn {
    margin: 0 auto;
    padding: 0px;
    width: 980px;
    background: #fff;
    text-align: left;
}

/* 中央カラム */
.main_column {
}

/* サイドカラム */
#leftcolumn {
    float: left;
    width: 20%;
}
#rightcolumn {
    float: right;
    width: 280px;
}

/* 1カラム設定 */
#one_maincolumn {
    margin: 0 auto;
    width: 980px;
}

/* 2カラム設定 (メイン部が左) */
#two_maincolumn_left {
    padding-left: 0;
    float: left;
    width: 690px;
}

/* 2カラム設定 (メイン部が右) */
#two_maincolumn_right {
    padding-right: 1.5%;
    width: 764px;
    float: right;
}

/* 3カラム設定 */
#three_maincolumn {
    padding: 0;
    width: 593px;
    float: left;
    margin: 0 15px;
}

/* 下層コンテンツ */
#undercolumn {
    width: 980px;
    margin: 0 0 30px 0;
}


/* ==============================================
 ユーティリティ
=============================================== */
/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}


/* リンク指定
----------------------------------------------- */
a:link ,
a:visited {
    color: rgb(0,122,255);
    text-decoration: none;
}
a:link:hover ,
a[href]:hover {
    color: rgb(0,122,255);
    text-decoration: underline;
}

a.warning:link ,
a.warning:visited {
    color: #c00;
    text-decoration: none;
}
a.warning:link:hover ,
a.warning[href]:hover {
    color: #c00;
    text-decoration: underline;
}


/* フォント
----------------------------------------------- */
h1 {
    font-size: 20px;
    font-weight: lighter;
    margin: 10px auto 20px;
    line-height: 24px;
}

h2,h4,h5 {
    font-size: 100%;
    line-height: 150%;
    font-weight: 100;
}

h3 {
    font-size: 100%;
    line-height: 100%;
    font-weight: 100;
    color: #333 !important;
    text-decoration: none !important;
}

.price{
    color: #666;
}

.sale_price {
    color: rgb(168, 0, 0);
    font-size: 18px;
}
.red_price {
    color: rgb(168, 0, 0);
}
.normal_price {
    color: #333;
    text-decoration: line-through;
}
#price01_dynamic {
    color: #333;
}

#price02_dynamic {
    font-size: 18px;
    color: rgb(168, 0, 0);
}

#zaiko.attention,
.quantity {
    text-align: center;
    font-size: 14px;
}
.soldout-message {
    text-align: center;
}

#cartbtn_dynamic.attention {
    text-align: center;
}

.point {
    color: #333;
    font-weight: bold;
}
.user_name {
    font-weight: bold;
}
.recommend_level {
    color: #ecbd00;
}

.attention {
    color: rgb(225, 0, 0);
}
.attentionSt {
    color: rgb(225, 0, 0);
    font-weight: bold;
}
.st {
    font-weight: bold;
}
.mini {
    font-size: 10px;
    line-height: 12px;
}


/* 行揃え
----------------------------------------------- */
.alignC {
    text-align: center;
}
.alignR {
    text-align: right;
}
.alignL {
    text-align: left;
}
.pricetd em {
    font-weight: bold;
}


/* フォーム
----------------------------------------------- */
input[type='text'] ,
input[type='password'] ,
.select {
    border: solid 1px #ccc;
    padding: 2px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.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;
}
.box99p {
    width: 99%;
}
/* フォームが縦に重なり合う場合に併用する余白 */
.top {
    margin-bottom: 5px;
}

.ng_top {
    margin-bottom: 0 !important;
}


/* タイトル
----------------------------------------------- */
h2.title {
    margin: 20px 0;
    padding: 8px 0 8px 18px;
    color: #333;
    font-size: 20px;
    border: 1px solid #333;
}

#two_maincolumn_right .sub_area h3 ,
#two_maincolumn_left .sub_area h3 ,
#three_maincolumn .sub_area h3 ,
#undercolumn_login .login_area h3 ,
#undercolumn_shopping h3 ,
#mypagecolumn h3 ,
#undercolumn_cart h3 {
    padding: 20px;
    color: #000;
    border-top: 1px dashed #666;
    font-size: 18px;
}

#one_maincolumn .sub_area h3{
padding: 15px 30px;
font-size: 16px;
border-top: solid 1px #999;
color: #333;
font-weight: lighter;
}

div#undercolumn_login .login_area h4 {
    padding-left: 15px;
    background: url("../img/icon/ico_arrow_05.gif") no-repeat left;
}


/* ==============================================
 ヘッダー
=============================================== */
/* レイアウト
----------------------------------------------- */
#header_wrap {
    height: 40px;
    background-color: #ffffff;
    margin: 6px auto 12px;
}
#header {
    margin: auto;
    width: 980px;
}
#logo_area {
    padding-left: 10px;
    float: left;
    width: 370px;
    text-align: left;
}
#header_utility {
    float: right;
    width: 600px;
    margin-top: 10px;
}

#errorHeader {
    color: #F00;
    font-weight: bold;
    font-size: 12px;
    background-color: #FEB;
    text-align: center;
    padding: 5px;
}

/* ロゴ
----------------------------------------------- */
#site_description {
    font-size: 10px !important;
    margin-top: 15px;
    line-height: 9px;
}
#logo_area {
    width: 311px;
    height: 40px;
}
#logo_area span {
    display: none; /* テキストロゴ非表示 */
}


/* ヘッダーナビ
----------------------------------------------- */
div#header_navi {
    float: right;
    width: 650px;
    height: 30px;
}

div#header_navi ul {
    float:right;
}

div#header_navi ul li {
    display:inline;
    line-height: 30px;
    vertical-align: middle;
}

div#header_navi ul li a:link,
div#header_navi ul li a:hover,
div#header_navi ul li a:visited {
    text-decoration: none;
}

.top-nav a {
    color: #999;
    height: 30px;
    padding: 0 10px;
    display: inline-block;
    font-size : 14px;
    transition: 0.2s;
}

.top-nav a:hover {
    color: rgb(0, 122, 255);
}

/* ==============================================
 フッター
=============================================== */
#footer_wrap {
    margin: 0 auto;
    width: 980px;
    height: 80px;
    background: #fff;
}
#footer {
    margin: auto;
    padding-top: 10px;
    border-top: solid 1px #ccc;
    width: 980px;
    text-align: center;
}
#pagetop {
    width: 130px;
    float: right;
    text-align: right;
}
#copyright {
    width: 850px;
    float: left;
    text-align: left;
    font-size: 97%;
}

.footer-info {
    margin-bottom: 20px;
}

/* ==============================================
 パーツ
=============================================== */
/* ボタン
----------------------------------------------- */
.btn_area {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.btn_area li {
    padding-right: 20px;
    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%;
}

/* ステッカーの対応表
----------------------------------------------- */
.tensha {
    width: 70px;
    text-align: center;
}

/* 重要なお知らせ
----------------------------------------------- */
#important {
    margin: 0 0 -1px;
    color: #fff;
    background: #2ECC71;
    line-height: 2em;
    border-bottom: 1px solid #27AE60;
}

#important .infobar {
    color: #fff;
}

.infobar {
    position: relative;
    margin: 0 auto;
    padding: 4px 0 4px 40px;
    width: 900px;
}

.infobar dt {
    vertical-align: top;
    display: inline-block;
    margin: 0;
    font-size: 1.2em;
}

.infobar dd {
    margin-right: 22px;
    display: inline-block;
    margin: 0;
}

#important .infobar a {
    color: #fff;
    text-decoration: none;
}
#important .infobar a:hover {
    text-decoration: underline;
}

#important-item {
    margin: 0 0 -1px;
    color: #fff;
    background: rgb(52, 152, 219);
    line-height: 2em;
    border-bottom: 1px solid rgb(41, 128, 185);
}

#important-item .infobar {
    color: #fff;
}

#important-item .infobar a {
    color: #fff;
    text-decoration: none;
}
#important-item .infobar a:hover {
    text-decoration: underline;
}


/* ==============================================
 フレーム
=============================================== */

.orange-cart-button {
    background-color: rgb(255, 149, 0);
    color: white !important;
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    padding: 5px 35px;
    border-radius: 8px;
    text-decoration: none !important;
    background: linear-gradient(rgb(255, 165, 0), rgb(255, 135, 0));
}
.orange-cart-button:hover {
    text-decoration: none !important;
}

.orange-small-button {
    background-color: rgb(255, 149, 0);
    color: white !important;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    width: 134px;
    padding: 5px 18px;
    border-radius: 5px;
    text-decoration: none !important;
    background: linear-gradient(rgb(255, 165, 0), rgb(255, 135, 0));
    margin-bottom: -5px;
}
.orange-small-button:hover {
    text-decoration: none !important;
}

.green-button {
    background-color: rgb(0, 216, 60);
    color: white !important;
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    padding: 5px 35px;
    border-radius: 8px;
    text-decoration: none !important;
    background: linear-gradient(rgb(0, 216, 30), rgb(0, 180, 30));
    text-align: center;
}
.green-button:hover {
    text-decoration: none !important;
}

.blue-button {
    background-color: rgb(0, 190, 250);
    color: white !important;
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    padding: 5px 35px;
    border-radius: 8px;
    text-decoration: none !important;
    background: linear-gradient(rgb(0, 190, 250), rgb(0, 150, 230));
    text-align: center;
}
.blue-button:hover {
    text-decoration: none !important;
}

.white-button {
    color: #666 !important;
    background-color: rgb(255, 255, 255);
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    padding: 5px 35px;
    border: 1px solid #666;
    border-radius: 8px;
    text-decoration: none !important;
    text-align: center;
}
.white-button:hover {
    text-decoration: none !important;
}

.grey-button {
    color: #333 !important;
    background-color: rgb(230, 230, 230);
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    padding: 5px 35px;
    border-radius: 8px;
    text-decoration: none !important;
    text-align: center;
}

.grey-small-button {
    background-color: rgb(230, 230, 230);
    line-height: 25px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    color: #333 !important;
    padding: 2px 25px;
}
.grey-small-button:hover {
    text-decoration: none !important;
}


/* Separate ways
----------------------------------------------- */
.half-left {
    width: 470px;
    float: left;
    margin: 0 20px 0 0;
}

.half-right {
    width: 470px;
    margin: 0 0 0 20px;
    float: left;
}

/* cart
----------------------------------------------- */
.delete-item {
    font-size: 14px;
    color: rgb(83, 83, 83);
    border: 1px solid rgb(255, 123, 123);
    padding: 4px 8px;
    border-radius: 5px;
    display: inline-block;
}

.delete-cart {
    font-size: 14px;
    color: rgb(83, 83, 83);
    border: 1px solid rgb(255, 123, 123);
    padding: 4px 8px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 100px;
}

.cart-qty {
    line-height: 22px;
    height: 22px;
    display: inline-block;
    background-color: rgba(255, 149, 0, 1);
    border-radius: 5px;
    color: rgba(255, 255, 255, 1);
    min-width: 22px;
    text-align: center;
    vertical-align: middle;
}

/* 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; }

/* カテゴリー情報
----------------------------------------------- */
#category_info {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
    padding-left: 20px;
}
