@charset "utf-8";

/************************************************
 共通設定
************************************************ */
/*「custom/common.css」のカスタムデータを反映
body {*/
  /*font-family: Verdana,Arial,Helvetica,sans-serif;*/
  /*font-family: Hiragino Kaku Gothic ProN, Meiryo, sans-serif;*/
  /*color: #555555;*/
  /*font-size: 72.5%;*/
  /*line-height: 150%;*/
  /*letter-spacing: 1px; 0.1em;*/
  /*text-align:center;   IE */
  /*background-position: center;
/*}*/

/* 写真 */
img.picture {
    border: 1px solid #ccc;
	-ms-interpolation-mode: bicubic;
}


/* ==============================================
 フレーム
=============================================== */
/* 全体を包括 */
.frame_outer {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

/* コンテンツ */
#container {
    margin: 0 auto;
    padding: 0 0 30px;
    width: 900px;/* default is 980px */
    background: #fff;
    text-align: left;
}


/* ==============================================
 カラム指定
=============================================== */

/* メイン部
----------------------------------------------- */
#main_column {
    padding: 10px 0 0;
}

/* 1カラム時 */
#main_column.colnum1 {
    margin: 0 auto;
    width: 97.8%;/*80%;*/
}

/* 2カラム時 (共通) */
#main_column.colnum2 {
  /*width: 79.5%;80%;　filled out by MD＿20161201*/
	width: 700px;
}

/* 2カラム時 (メイン部が左) */
#main_column.colnum2.left {
    padding-left: 1.5%;
    float: left;
}

/* 2カラム時 (メイン部が右) */
#main_column.colnum2.right {
  /*padding-right: 1.5%;　filled out by MD＿20161201*/
    float: right;
}

/* 3カラム時 */
#main_column.colnum3 {
    padding-left: 0.5%;
    width: 59%;
    float: left;
}

/* サイドカラム
----------------------------------------------- */
.side_column {
    padding: 10px 0 0;
}
#leftcolumn {
    float: left;
   /* width: 19%; <= 18.5%; <= default is 20%; ←　filled out by MD＿20161201*/
	width: 168px;/*ADD by MD＿20161201*/
}
#rightcolumn {
    float: right;
    width: 18.5%;/* default is 20%; */
}

/* 他
----------------------------------------------- */
/* ヘッダーとフッターの上下 */
#topcolumn,
#bottomcolumn,
#footerbottomcolumn {
    margin: 0px;
    background: #fff;
    text-align: left;
    clear: both;
}

/* 下層コンテンツ */
#undercolumn {
    width: 700px;/*100%;*/
    /*margin: 0 0 30px 20px; デフォルト filled out by MD＿20161201*/
	margin: 0 0 0px 0px !important;/*ADD by MD＿20161201*/
}


/* ==============================================
 ユーティリティ
=============================================== */
/* フロート回り込み解除
----------------------------------------------- */
/*「custom/common.css」のカスタムデータを反映
.clearfix:after {*/
    /*display: block;*/
    /*clear: both;*/
    /*height: 0px;*/
    /*line-height: 0px;*/
    /*visibility: hidden;*/
    /*content: ".";*/
/*}
/*.clearfix {*/
    /*display: block;  for IE8 */
/*}
/*}.clear {*/
    /*}clear: both;*/
/*}}*/


/* リンク指定
----------------------------------------------- 
「custom/common.css」のカスタムデータを反映
a:link {
    color: #0044CC;
    text-decoration: underline;
}

a:visited {
    color: #663399;
}

a:active {
    color: #CC2200;
    text-decoration: underline;
}

a:link:hover,
a[href]:hover {
    color: #CC2200;
    text-decoration: underline;
}*/

/* フォント
----------------------------------------------- */
h1,
h2,
h3,
h4,
h5 {
    font-size: 100%;
    line-height: 150%;
}
.sale_price {
    color: #f00;
}
.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 {
    /*
     * Default Settings
       font-size: 90%; */
    line-height: 120%;
    font-size: 70%;
}


/* 行揃え
----------------------------------------------- */
.alignC {
    text-align: center;
}
.alignR {
    text-align: right;
}
.alignL {
    text-align: left;
}
.pricetd em {
    font-weight: bold;
}


/* フォーム
----------------------------------------------- */
select {
    border: solid 1px #ccc;
}
input[type='text'],
input[type='password'] {
    border: solid 1px #ccc;
    padding: 2px;
}

.box40 {
    width: 40px;
}
.box60 {
    width: 60px;
}
.box96 {
    width: 96px;
}
.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;
}

/* フォームが縦に重なり合う場合に併用する余白 */
.top { /* FIXME 簡素な単語は、単独で、込み入った指定に使用しない */
    margin-bottom: 5px;
}


/* タイトル
----------------------------------------------- */
h2.title {
    margin-bottom: 10px;
    padding: 8px;
    border-top: solid 1px #ebeced;
    color: #f60;
    background: url("../img/background/bg_tit_sub_01.jpg") repeat-x left bottom;
    background-color: #fef3d8;
    font-size: 170%;
}

#main_column .sub_area h3,
#undercolumn_login .login_area h3,
#undercolumn_shopping h3,
#mypagecolumn h3,
#undercolumn_cart h3 {
    margin: 0 0 10px 0;
    padding: 5px 0 10px;
    color: #f60;
  /*background: url("../img/background/line_01.gif") repeat-x left bottom;*/
    font-size: 120%;
}

div#undercolumn_login .login_area h4 {
    padding-left: 15px;
    background: url("../img/icon/ico_arrow_05.gif") no-repeat left;
}


/* ==============================================
 ヘッダー
=============================================== */
/* レイアウト
----------------------------------------------- */
#header_wrap {
  /*background-color: #ffffff;*/
    width:100%;
    text-align:center;
    background:url("../img/custom/01-base/headerarea_bk.png") repeat-x;
}
#header {
    margin: auto;
    width: 900px;/* default is 980px */
}
#header_utility {
    width: 100%;
/*
 *  Default Settings
    float: right;
    width: 580px;
 */
}
#errorHeader {
    color: #F00;
    font-weight: bold;
    font-size: 12px;
    background-color: #FEB;
    text-align: center;
    padding: 5px;
}


/* ロゴ
----------------------------------------------- */
#logo_area {
  /*padding-left: 10px;*/
  /*width: 390px;*/
    float: left;
    text-align: left;
}
#site_description {
    font-size: 90%;
}


/* ヘッダーナビ
----------------------------------------------- */
div#header_navi {
    width:900px;
    margin: 0 auto;
    text-align:-moz-center; /*FF*/
    text-align:center; /*IE */
}
div#header_navi ul li {
    display: block;
    float: left;
}
div#header_navi ul li.mypage,
div#header_navi ul li.entry {
    margin-top: 6px;
}


/* ==============================================
 フッター
=============================================== */
#footer_wrap {
    margin: 0 auto;
    width: 900px;/* default is 980px */
    background: #fff;
}
#footer {
    width: 876px;
    margin: 0 auto;
    padding: 15px 12px 0 12px;
    background-color: #ffffff;
}
#pagetop {
    width: auto;
    height: 10px;
    background-color: #ffffff;
    text-align: right;
}
#copyright {
    width: 740px;
    float: left;
    text-align: left;
    font-size: 97%;
}

/* 相互リンクバナー */
#footer div.footer_link-bnr{
    text-align: center;
    margin:10px 0;
}
#footer div.footer_link-bnr img{
    margin:0 3px;
}

/* ==============================================
 パーツ
=============================================== */
/* ボタン
----------------------------------------------- */
.btn_area {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.btn_area li {
    padding-right: 10px;
    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%;
}
