@charset "utf-8";


/************************************************
 共通設定
************************************************ */

select {
    border: solid 1px #ccc;
}

/*写真*/
.picture {
    border: 1px solid #ccc;
}


/* ==============================================
 フレーム
=============================================== */
/* 全体を包括 */
.frame_outer {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

/* ==============================================
コンテンツ
=============================================== */



/* ==============================================
 カラム指定
=============================================== */
/* ヘッダーとフッターの上下
[注意]ブロック移動時はbloc.css内で調整が必要 */
#topcolumn ,
#bottomcolumn ,
#footerbottomcolumn {
    margin: 0 auto;
    padding: 15px;
    width: 950px;
    background: #fff;
    text-align: left;
}

/* 中央カラム */
.main_column {
    padding: 10px 0 20px;
}

/* サイドカラム */
#leftcolumn {
    float: left;
    width: 170px;
}
#rightcolumn {
    float: right;
    width: 20%;
}

/* 1カラム設定 */
#one_maincolumn {
    margin: 0 auto;
    width: 80%;
}

/* 2カラム設定 (メイン部が左) */
#two_maincolumn_left {
    padding-left: 1.5%;
    float: left;
    width: 78%;
}

/* 2カラム設定 (メイン部が右) */
#two_maincolumn_right {
    padding-right: 1.5%;
    width: 78%;
    float: right;
}

/* 3カラム設定 */
#three_maincolumn {
    padding-left: 0.5%;
    width: 59%;
    float: left;
}

/* 下層コンテンツ */
#undercolumn {
    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 */
}
.kikaku{
text-align:right;
}
.clear {
    clear: both;
}
.bt_border_d{
border: none;
background: url("../img/background/line_dot_01.gif") repeat-x bottom;
margin-bottom:10px;
padding: 10px 0 10px;
}

/* リンク指定
----------------------------------------------- */
a:link, a:visited {
    color: #333333;
    text-decoration: underline;
}
a:hover, a:active {
    color: #A38800;
    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;
}
.attention2 {
    color: #f00;
    padding: 10px;
    border: #C00 1px dashed;
    margin: 10px auto;
    display: inline-block;
    font-weight: bold;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.attentionSt {
    color: #f00;
    font-weight: bold;
}
.st {
    font-weight: bold;
}
.mini {
    font-size: 90%;
}


/* 行揃え
----------------------------------------------- */
.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;
}

.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;
}

/* フォームが縦に重なり合う場合に併用する余白 */
.top {
    margin-bottom: 5px;
}

.ng_top {
    margin-bottom: 0 !important;
}


/* タイトル
----------------------------------------------- */
h2.title {
    background: #99957c;
    padding: 4px 8px 4px;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    text-shadow: #4d471f 0px 1px 1px;
    font-size: 170%;
}

#one_maincolumn .sub_area h3 ,
#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 {
    margin: 0 0 10px 0;
    padding: 5px 0 5px 15px;
    background: url('../img/icon/ico_arrow_01.gif') no-repeat left;
    border-bottom: 1px solid #000;
    font-size:120%;
}

div#undercolumn_login .login_area h4 {
    padding-left: 15px;
    background: url("../img/icon/ico_arrow_05.gif") no-repeat left;
}


/* ==============================================
 ヘッダー
=============================================== */
/* レイアウト
----------------------------------------------- */
#logo_area {
    padding-left: 10px;
    float: left;
    width: 390px;
    text-align: left;
}
#header_utility {
    float: right;
    width: 580px;
}

#errorHeader {
    color: #F00;
    font-weight: bold;
    font-size: 12px;
    background-color: #FEB;
    text-align: center;
    padding: 5px;
}

.mt20 {
margin-top: 20px;
}

/* ロゴ
----------------------------------------------- */
#site_description {
    font-size: 90%;
}
#logo_area h1 {
    width: 378px;
    height: 33px;
}
#logo_area h1 span {
    display: none; /* テキストロゴ非表示 */
}

/* ==============================================*/
 パーツ

/* ヘッダー--------------------------------*/
#header {
    padding: 0 0 10px 0;
    width: 100%;
    height: 80px;
}

#header #header_wrapper {
	position: relative;
	width: 920px;
	height: 80px;
	margin: 0 auto;
	text-align: left;
}
#header.outlet {
	background: url(../images/bg_header.gif) repeat-x 0 90px;
}
#header.outlet #header_wrapper {
	height: auto;
}
#header.outlet #logo {
	margin-bottom:15px;
	padding-left:10px;
}
#header.outlet #logo img {
	vertical-align:bottom;
}
#outlet_banner {
}
#header h1 {
	height: 20px;
	font-size: 14px;
	padding:15px 0 0 0px;
}
#header .login {
	position: absolute;
	top: 0;
	right: 175px;
	width: 80px;
	height: 20px;
}

#header .logout {
	position: absolute;
	top: 0;
	right: 260px;
	width: 80px;
	height: 20px;
}

#header .mypage {
	position: absolute;
	top: 0;
	right: 175px;
	width: 80px;
	height: 20px;
}

#header .cart,#header .cart-middle {
	position: absolute;
	top: 0;
	right: 0;
	width: 170px;
	height: 20px;
}

#header .status {
	position: absolute;
	top: 61px;
	right: 472px;
	color: #a38800;
	font-size: 13px;
	text-align:right;
}
#header .tel {
position:absolute;
top:8px;
right: 0px;
text-align:right;
}

#header .utility {
	position: absolute;
	bottom: 0;
	right: -3px;
}
#header.outlet .utility {
	top:70px;
	bottom:auto;
}

#header .utility li {
	display: inline;
}

#header .utility li img {
	display: block;
	float: left;
	margin-right: 3px;
}
#header .header_bnr {
	position: absolute;
	width:920px;
	height:180px;
	top: 85px;
	left:0;
}


/* ==============================================
 フッター
=============================================== */
#footer_wrap {
    margin: 0 auto;
    width: 980px;
    height: 80px;
    background: #fff;
}
#footer {
    margin: auto;
}
#pagetop {
    width: 210px;
    float: right;
    text-align: right;
}

/* ======================================================================
 --- Sidebar #service
======================================================================== */
#sideServiceHead {
	margin-top:15px;
}
#sideService {
	border:1px solid #CCC;
	width:166px;
	padding:2px 1px;
	margin-bottom:15px;
}
#sideBanner {
	width:170px;
}
#sideService dt,#sideBanner dt {
	text-align:center;
	margin-bottom:5px;
}
#sideService dd,#sideBanner dd {
	font-size:11px;
	margin-bottom:10px;
	text-align:left;
	line-height:1.5em;
}


/* ボタン
----------------------------------------------- */
.btn_area {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.btn_area li {
    padding-right: 10px;
    display: inline;
}


/* サブ画像
----------------------------------------------- */

div.sub_area_wrap{
width: 360px;
overflow: hidden;
margin: 10px 0 0;
border-left: 1px solid #503c00;
}

div.sub_area{
width:118px;
float:left;
border-top: 1px solid #503c00;
border-right: 1px solid #503c00;
border-bottom: 1px solid #503c00;
margin: 0 0 1px;
}

a.expansion2 img{
width: 118px;
height:112px;
margin: 0 0 1px;
border-top: 1px solid #503c00;
border-right: 1px solid #503c00;
border-bottom: 1px solid #503c00;

}

/* 完了メッセージ
----------------------------------------------- */
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%;
}


/* 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; }


/* カートボタン
----------------------------------------------- */

.login_area2{
    border: 3px solid #E3E1E2;
    width: 48%;
    margin: 20px 4px;
    float:left;
}

.login_area2 h3{
    font-size: 18px;
    display: block;
    background-color: #E3E1E2;
    margin: 10px;
    text-align: center;
    padding: 5px;
}


.login_area2 h4{
    text-align: center;
    margin: 20px 0 10px;
}

.css_btn {
    width: 80%;
    margin:auto;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    border: 1px solid #A9ABAD;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    background: #B4DF34;
    background: -moz-linear-gradient(center top, #B4DF34 0%,#669222 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #B4DF34),color-stop(1, #669222));
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
}

.css_btn:hover{
    opacity:0.8;
}


.css_btn2 {
    width: 50%;
    margin:auto;
    color: #000 !important;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none !important;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(255,255,255,1);
    border: 1px solid #A9ABAD;
    padding: 5px;
    border: 1px solid #A9ABAD;
    border-radius: 5px;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
   background: #FDFDfD;
    background: -moz-linear-gradient(center top, #FDFDFD 0%,#D7DDE3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDFDFD),color-stop(1, #D7DDE3));
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
}

.css_btn2:hover{
    opacity:0.8;
    color:#fff;
}


.login_btn{
    width: 50%;
    margin:10px auto;
    color: #FFF !important;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none !important;
    text-align: center;
    padding: 5px;
    border: 1px solid #A9ABAD;
    border-radius: 5px;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    background: #B4DF34;
    background: -moz-linear-gradient(center top, #ED144F 0%,#BB1F4A 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ED144F),color-stop(1, #BB1F4A));
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
}

.login_btn:hover{
    opacity:0.8;
    color:#fff;
}

.login_ul{
    margin-bottom:20px;
}

.login_dl{
    margin-left:10px;
}

.login_dl dd{
    text-align:center;
}

.login_p{
    margin:10px;
}

/* 20180113商品詳細ページ送料リンク追加
----------------------------------------------- */
.products_attention_de{
float: right;
line-height: 23px;
}

.products_contact{
float: left;
}

/* 社名変更のお知らせ
----------------------------------------------- */
.company1812-1901{width:100%; text-align:center; padding:0 0 10px;}

/* 20181224　休業お知らせ
----------------------------------------------- */
.teikyuu{
    font-size: 12px;
    text-align: center;
    background: #f0efea;
    padding: 10px;
}