/*****************************************************

    全ての要素をリセット
    各ブラウザの表示を統一するための設定です

*****************************************************/
html {overflow-y: scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table { border-collapse: collapse;border-spacing: 0;}
caption,th,p {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;text-align:left;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
img{vertical-align:middle;}
.line {font-size:1px;line-height:1px;}

/*--- default */
body {
    background: #f0f0f0;
    color: #000;
    font-size: 12px;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height:1.4;
    text-align:center;
    border-top:0px solid #4d4d4d;
}
body td,body th{
    font-size:12px;
}
table{
    border-collapse:collapse;
}

/*****************************************************

    基本設定、リンクカラーなど

*****************************************************/
#wrap{
    width:100%;
    height:100%;
}
#wrapper,#makebanner,#topImage{
	width:986px;
    margin:0 auto;
}
#wrapper{
    margin-top:30px;
}
a:link {
    color:#000;
    text-decoration:none;
}

a:visited{
    color:#000;
    text-decoration:none;
}

a:hover{
    color:#999;
    text-decoration: none;
}

a:active{
    color:#000;
    text-decoration:none;
}
.clear:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clear            { zoom: 1; } /* IE6 */
*:first-child+html .clear { zoom: 1; } /* IE7 */

a:hover img{
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
}
/*****************************************************

    ヘッダ #header

*****************************************************/
#headerWrap{
    width:100%;
    text-align:center;
    padding-bottom:15px;
}
#header{
	width:986px;

    position:relative;
    margin:40px auto 0;
}
#head{
    margin-bottom:10px;
    min-height:75px;
    height: auto !important;
    height: 75px;
}
#header h1{
	text-align:right;
	margin:0;
}
#h_logo{
    float:left;
    width:570px;
    text-align:right;
}
#h_right{
    float:right;
    width:416px;
}
/* サブナビゲーション */
#subNav{
    position:absolute;
    top:59px;
    right:0;
    text-align:right;
    height:14px;
}
#subNav img{
    vertical-align:top;
}
#subNav li{
    display:inline-block;
    *display: inline;
    *zoom: 1;
    margin-left:4px;
    vertical-align:top;
}
#subNav .M_loginBtn{
    display:block;
    width:61px;
    height:23px;
    background:url(http://gigaplus.makeshop.jp/leaf2000/corekara/tp_02.jpg) no-repeat 0 0;
    text-indent:-9999em;
    text-align:left;
    overflow:hidden;
}
#subNav .M_logoutBtn{
    display:block;
    width:61px;
    height:23px;
    background:url(http://gigaplus.makeshop.jp/leaf2000/corekara/tp_02_out.jpg) no-repeat 0 0;
    text-indent:-9999em;
    text-align:left;
    float:left;
    overflow:hidden;
}
#subNav .M_helloMsg{
    float:left;
    font-size:11px;
    margin-right:5px;
    line-height:14px;
}
#cart{
    position:absolute;
    top:24px;
    right:0;
}
/* 電話番号 */
#telnum,#M_basketTemp1{
    float:right;
}
#telnum{
    padding:0 10px;
}
#telnum p{
    margin:4px auto 0;
}
#telnum em{
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:20px;
}
/* 買い物カゴ */
#M_basketTemp1 .M_headItem{
	text-align:left;	
}

/* グローバルナビゲーション */
#gNav{
    width:986px;
    height:50px;
}
#gNav li{
    float:left;
}
#gNav li a{
    display:block;
    width:192px;
    height:50px;
    text-indent:-9999em;
    overflow:hidden;
}
#gNav li#gNav01 a{
    background:url(/images/original_design_default/samplesource/3/gNav01.png) no-repeat top;
}
#gNav li#gNav02 a{
    background:url(/images/original_design_default/samplesource/3/gNav02.png) no-repeat top;
}
#gNav li#gNav03 a{
    background:url(/images/original_design_default/samplesource/3/gNav03.png) no-repeat top;
}
#gNav li#gNav04 a{
    background:url(/images/original_design_default/samplesource/3/gNav04.png) no-repeat top;
}
#gNav li#gNav05 a{
    background:url(/images/original_design_default/samplesource/3/gNav05.png) no-repeat top;
}
#gNav li#gNav01 a:hover,#gNav li#gNav02 a:hover,#gNav li#gNav03 a:hover,#gNav li#gNav04 a:hover,#gNav li#gNav05 a:hover{
    background-position:0 -50px;
}

/*****************************************************

    左コンテンツ #leftContents

*****************************************************/
#leftContents{
    width:256px;
}
#leftContents .section{
    margin-bottom:20px;
}
#leftContents .inner{
    border:1px solid #b2b2b2;
    border-top:none;
}
/* 検索input */
.inputWrap{
    padding:10px;
	border:1px solid #ccc;
	background:#fff;
	border-radius:5px;
	width:234px;
}
.s_select{
    padding:10px;
	border:1px solid #ccc;
	background:#fff;
	border-radius:5px;
	width: 256px;
    margin-bottom: 5px;
}

.inputWrap img{
    float:left;
    _margin-left:0;
}
.search_input{
	width:220px;
    float:left;
    height:20px;
    border:0px solid #b2b2b2;
}
/* カテゴリーメニュー */
#l_category td{
	text-align:left;	
}
/* 会員メニュー */
#l_member ul{
    text-align:right;
    margin-bottom:5px;
}
#l_member li{
    display:inline;
    font-size:11px;
    background:url(/images/original_design_default/samplesource/3/listIconR.png) no-repeat left;
    padding-left:12px;
    margin-left:2px;
}
#l_member li a{
    color:#333;
}
/* カレンダー */
#l_calendar table{
    margin-bottom:5px;
    border-collapse:separate;
    border-spacing:1px;
}
/* 中央揃え */
#l_owner,#l_banner{
    text-align:center;
}
#l_owner table,#l_banner table{
    margin:0 auto;
}
/* 投票 */
#l_poll img{
    margin:0 2px;
}
#l_poll b{
    color:#333;
}
#l_poll input{
    margin-right:5px;
}
#l_poll td{
    text-align:left;
}
#l_poll a img{
    display:none;
}
#l_poll a{
    display:block;
    height:21px;
    float:left;
    margin-right:4px;
}
#l_poll a#poll_b01{
    width:58px;
    background:url(/images/original_design_default/samplesource/3/poll_b01.png) no-repeat 0 0;
    margin-left:28px;
}
#l_poll a#poll_b02{
    width:69px;
    background:url(/images/original_design_default/samplesource/3/poll_b02.png) no-repeat 0 0;
}
#l_poll a#poll_b01:hover,#l_poll a#poll_b02:hover{
    background-position:0 -21px;
}
/* 掲示板 */
#l_board table{
    width:100%;
}
#l_board td{
	text-align:left;
}
/* バナー */
#l_banner img{
    margin-bottom:5px;
}

/*****************************************************

    メインコンテンツ #rightContents

*****************************************************/
.rightContents{
    width:706px;
    margin-left:20px;
}
.rightContents .section{
    margin-bottom:30px;
}

/*----------------------------------------------------
    中央画面 #top
----------------------------------------------------*/
.r_left{
    float:left;
    width:520px;
}
.r_right{
    float:right;
    width:220px;
}
.titleMgn{
    margin-bottom:10px;
}
#r_shopIntro{
    margin-bottom:0;
}
/* 新着 */
#r_new .lims table{
    margin:10px auto;
    width:170px;
}
#r_new .lims table .woong td{
    text-align:left;
    font-weight:bold;
    padding-top:5px;
}
#r_new .lims table .woong td a{
    font-weight:normal;
}
#r_new .lims table .woong td img{
    margin-left:5px;
}
/* おすすめ */
#r_recommend .lims table{
    margin:5px 5px 15px;
    width:160px;
}
#r_recommend .lims table .woong td{
    text-align:center;
    font-weight:bold;
    padding-top:10px;
}
#r_recommend .lims table .woong td a{
    font-weight:normal;
}
#r_recommend .lims table .woong td img{
    margin-left:5px;
}
#r_recommend .lims table .woong td a b{
    font-weight:normal;
    font-size:11px;
}
/* ランキング */
#r_ranking {
    margin-bottom: 100px !important;
}
#r_ranking .rankList{
    float:left;
    width:141px;
    position:relative;
}
#r_ranking em{
    display:block;
    text-indent:-9999em;
}
#r_ranking .rankImg{
    margin:0 auto;
        background:url(http://gigaplus.makeshop.jp/leaf2000/corekara/tp_112a.jpg) no-repeat top center;
	width:121px;
	height:125px;
	padding:15px 10px;
}
#r_ranking .rankImg img {
    width: 120px;
}
#r_ranking .rankDetail{
    margin:0 auto;
	/*background:url(http://gigaplus.makeshop.jp/leaf2000/corekara/tp_112b.jpg) no-repeat top center;*/
	width:121px;
	height:41px;
	padding:0px 10px 10px;
}
#r_ranking #rank1 em{
    background:url(http://gigaplus.makeshop.jp/leaf2000/corekara/rank1.png) no-repeat center;
    width:40px;
    height:40px;
	margin-bottom:12px;
}
#r_ranking #rank2 em{
    background:url(http://gigaplus.makeshop.jp/leaf2000/corekara/rank2.png) no-repeat center;
    width:40px;
    height:39px;
	margin-bottom:12px;
}
#r_ranking #rank3 em{
    background:url(http://gigaplus.makeshop.jp/leaf2000/corekara/rank3.png) no-repeat center;
    width:40px;
    height:40px;
	margin-bottom:12px;
}
#r_ranking #rank4 em{
    background:url(http://gigaplus.makeshop.jp/leaf2000/corekara/rank4.png) no-repeat center;
    width:39px;
    height:39px;
	margin-bottom:12px;
}
#r_ranking #rank5 em{
    background:url(http://gigaplus.makeshop.jp/leaf2000/corekara/rank5.png) no-repeat center;
    width:39px;
    height:39px;
	margin-bottom:12px;
}
#r_ranking p{
    text-align:center;
}
#r_ranking .rankPrice{
    font-weight:bold;
}
/* レビュー */
#r_review #M_reviewView,
#r_review #M_reviewView table{
    width:100%;
    margin:0;
	text-align:left;
}
/* 最近チェックした商品 */
#r_recent #recent{
    margin-top:10px;
}
#r_recent #recent .itemBox,#r_recent #recent .itemBox table{
    width:130px;
}
#r_recent .name,#r_recent .price{
    text-align:left;
    margin:5px 5px 0;
}
#r_recent .price{
    font-weight:bold;
}
#r_recent #recent .line{
    width:0;
}
#r_recent #recent .line img{
    display:none;
}
/* お知らせ */
#top #r_news img{
    margin-bottom:10px;
}
#top #r_news td.woong{
    padding:2px 10px 2px 0;
    border-bottom:1px dotted #b2b2b2;
	text-align:left;
}
/*----------------------------------------------------
    商品カテゴリーと商品詳細　共通
----------------------------------------------------*/
.pankuzu{
    text-align:left;
    background:#e6e6e6;
    border:1px solid #c9c9c9;
    line-height:20px;
    margin-bottom:10px;
}
.pankuzu a{
    padding:0 5px;
    font-size:11px;
    color:#333;
}
.pankuzu  font{
    color:#333;
    font-size:11px;
}
/*----------------------------------------------------
    商品カテゴリー #category
----------------------------------------------------*/
/* カテゴリー */
#category h2{
    font-size:14px;
    margin-bottom:20px;
    background:url(/images/original_design_default/samplesource/3/h2title.png) no-repeat center;
    line-height:60px;
    height:60px;
    padding-left:20px;
}

/* 検索結果と並び替え */
#r_resultInfo{
    font-size:11px;
    margin:0 auto 10px;
}
.total{
    float:left;
}
.listSort{
    floar:right;
    text-align:right;s
}
.listSort li{
    display:inline;
}

/* カテゴリーリスト */
#category .innerList{
    overflow:hidden;
    _zoom:1;
    letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
    text-align:left;
}
#category .innerList li{
    vertical-align: top;
    letter-spacing: normal; /* 文字間を通常に戻す */
    width:25%;/* 商品数が4つなので100%÷4=25% */
    display:inline-block;
    /display: inline;  /* IE用ハック */
    /zoom: 1;  /* IE用ハック */
}
#category .innerBox{
    margin:10px;
    text-align:center;
}
#category .name{
    margin-bottom:5px;
}
#category .imgWrap{
    text-align:center;
    margin-bottom:5px;
}
#category .price span{
    padding:0 2px;
}
#category .price{
    font-weight:bold;
    color:#333;
}
#category .consumerPrice{
    font-size:11px;
    color:#999;
    text-decoration:line-through;
}
#category .else{
    text-align:left;
}
#category .else li{
    float:none;
    width:auto;
    display:inline;
}
#category .M_lumpinput{
    text-align:right;
}
#category .content{
    border-top:1px dashed #b2b2b2;
    padding:10px 0;
    margin:10px auto;
    border-bottom:1px dashed #b2b2b2;
    font-size:11px;
}
#category .btnWrap{
    margin:10px auto 5px;
    background:#e6e6e6;
    padding:5px 0;
    text-align:left;
}
#category .btnWrap img{
    margin-left:5px;
}
#category .btnWrap .soldout{
    text-align:center;
    color:#cc0000;
}

/*----------------------------------------------------
    商品詳細 #detail
----------------------------------------------------*/
#itemLink{
    margin-bottom:30px;
    font-size:11px;
}
.item_prev{
    float:left;
    background:url(/images/original_design_default/samplesource/3/listIconL.png) no-repeat left;
    padding-left:14px;
}
.item_next{
    float:right;
    background:url(/images/original_design_default/samplesource/3/listIconR.png) no-repeat right;
    padding-right:14px;
}
#itemImg{
    float:left;
    width:300px;
}
#itemInfo{
    float:right;
    width:440px;
}
/* [INFO]タグ */
#detailInfo table{
    width:100%;
    margin-bottom:10px;
}
#detailInfo table td{
    height:auto;
	text-align:left;
}
#itemInfo #detailInfo table font{
    color:#cc0000;
}
#detailInfo table input{
    margin-right:5px;
}
#detailInfo table img{
    vertical-align:auto;/* IE対策 */
}
#detailInfo #M_usualValue td{
    font-size:16px;
    padding:10px 0;
}
#wrapper #makebanner #detailInfo #M_usualValue,
#wrapper #makebanner #detailInfo #M_price2,
#wrapper #makebanner #detailInfo #M_taxview{
    border:none;
    width:auto;
    font-weight:bold;
    font-size:16px;
    font-family:Arial, Helvetica, sans-serif;
}
#detailInfo #M_usualValue{
    font-size:15px;
    font-weight:bold;
}
#detailInfo #M_taxview{
    width:auto;
}
/* 拡大画像ボタン */
#viewButton{
    text-align:right;
}
/* 商品名 */
#detail h2{
    margin-bottom:20px;
    font-size:15px;
}
/* 商品詳細 */
#detail .detailTxt{
    border-top:1px dotted #b2b2b2;
    border-bottom:1px dotted #b2b2b2;
    padding:10px 0;
    margin-bottom:20px;
}
/* オプション表 */
#wrapper #detail .stockList input{
    border:0;
}
#wrapper #detail .stockList td{
	text-align:center;	
}
/* メールリンク */
#r_contact{
    margin:10px 0 10px -5px ;
}
#r_contact li{
    float:left;
    margin-left:5px;
}
/* SNS */
#r_sns{
    margin-top:10px;
}
#r_sns li{
    float:left;
}
/* カートにいれるボタン */
#basketBtn{
    background:#e6e6e6;
    padding:10px;
    margin-top:10px;
}
#basketBtn .soldout{
    text-align:center;
    color:#cc0000;
}
/* 追加商品説明文 */
#r_detailExt{
    margin-bottom:0;
}
/* 追加商品画像 */
#r_addImg{
    margin-bottom:0;
}
#r_addImg li{
    float:left;
    width:33%;
    text-align:center;
    padding-bottom:30px;
    line-height:1.4;
}
#r_addImg li .inner{
    margin:0 10px;
}
#r_addImg .addImg a{
    border:1px solid #b2b2b2;
    padding:5px;
    display:block;
}
#r_addImg li p{
    width:100%;
    margin:10px 5px 0;
}
/* レビュー */
#detail #r_review{
    margin-bottom:40px;
}
#detail #r_review td{
	text-align:left;	
}
#detail #r_review .imgLi input{
	border:none;
}
#detail #m_reviewView td{
	text-align:center;	
}
/* 商品グループ */
#r_group{
    border-top: 1px dashed #B2B2B2;
    padding-top: 20px;
}
#r_group h3{
    font-weight:bold;
    background:url(/images/original_design_default/samplesource/3/titleIcon.png) no-repeat left;
    padding-left:20px;
}
#r_group #M_group{
    width:100%;
    margin:16px auto;
    border-collapse:collapse;
}
#r_group #M_group .itemBox, #r_group #M_group .itemBox table, #r_group #M_group td.itemImg {
    width: 170px;
}
#r_group #M_group .itemBox{
    vertical-align:top;
}
#r_group #M_group .name, #r_group #M_group .spe,#r_group #M_group .price {
    margin: 5px 5px 0;
    text-align: left;
}
#r_group #M_group .itemImg{
    text-align:center;
}
#r_group #M_group .line {
    width: 10px;
}
#r_group #M_group .line img {

    display: none;
}
#r_group #M_group .price {
    font-weight: bold;
}
/* 最近チェックした商品 */
#detail #r_recent{
    border-top:1px dashed #b2b2b2;
    padding-top:20px;
}
#detail #recent .itemBox,#detail #recent .itemBox table{
    width:190px;
}
/*----------------------------------------------------
    ログインフォーム関係 .loginForm
----------------------------------------------------*/
.loginForm{
    margin-top:20px;
}
.loginForm h3{
    font-size:14px;
    margin-bottom:20px;
    background:url(/images/original_design_default/samplesource/3/h3title.png) no-repeat left;
    padding-left:20px;
}
.loginForm .section{
    text-align:center;
}
.btnWrap{
    margin-top:20px;
    text-align:center;
}
.loginForm .leadTxt{
    margin-bottom:30px;
}
.loginForm .lostpass{
    text-align:center;
    font-size:11px;
    margin-top:5px;
}
.loginForm .formTable{
    margin:20px auto 0;
    width:400px;
}
.formTable th,
.formTable td{
    border:1px solid #b2b2b2;
    padding:6px 8px;
}
.formTable th{
    background:#eee;
    width:120px;
}
.M_nameList input,#r_review input,#r_review textarea{
    padding:2px;
    border:1px solid #b2b2b2;
}
.loginForm .formTable input{
    width:200px !important  ;
}

/*----------------------------------------------------
    会員ログイン #memberlogin
----------------------------------------------------*/
#memberLogin .btnWrap{
    overflow:hidden;
    _zoom:1;
}
#memberLogin .btnWrap div{
    float:left;
    width:360px;
    padding-bottom:20px;
}
#memberLogin .btnWrap #newMember{
    border-right:1px dotted #b2b2b2;
}
#memberLogin .btnWrap p{
    margin:20px;
}
/*----------------------------------------------------
    注文照会ログイン #orderlogin
----------------------------------------------------*/
/*----------------------------------------------------
    パスワード紛失 #orderlogin
----------------------------------------------------*/
/*----------------------------------------------------
    約款 #contract
----------------------------------------------------*/
#contractBox{
    width:700px;
    height:280px;
    overflow:auto;
    border:1px solid #b2b2b2;
    padding:10px;
    text-align:left;
    margin-top:20px;
}
/*----------------------------------------------------
    会員登録修正フォーム #member
----------------------------------------------------*/
#memberForm #M_entryForm{
    margin:30px 10px 20px;
    width:740px;
    border-top:1px solid #b2b2b2;
    border-left:1px solid #b2b2b2;
}
* html #memberForm #M_entryForm{
    position:relative;
}
#memberForm #M_entryForm th,
#memberForm #M_entryForm td{
    border-bottom:1px solid #b2b2b2;
    border-right:1px solid #b2b2b2;
    padding:8px;
}
* html #memberForm #M_entryForm th,
* html #memberForm #M_entryForm td{
    position:relative;
}
#memberForm #M_entryForm th{
    background:#eee;
    width:160px;
}
#memberForm .M_txt{
    font-size:11px;
    margin-left:10px;
}
#memberForm #mailreceiveN,
#memberForm #sex1{
    margin-left:10px;
}
#memberForm .M_ex,
#memberForm .M_info{
    font-size:11px;
    color:#666;
}
#memberForm .M_post{
    display:block;
    width:96px;
    height:22px;
    background:url(/images/original_design_default/samplesource/3/r_postBtn.png) no-repeat;
    float:left;
    text-indent:-9999em;
    overflow:hidden;
    _zoom:1;
}
#memberForm #mailreceiveY,
#memberForm #mailreceiveN,
#memberForm #sex0,
#memberForm #sex1{
    border:none;
}
#M_changepw #M_changepwTable th{
    background:#615D5C;
}

/* 退会する */
#r_leave img{
    display:none;
}
#r_leave a{
    display:block;
    width:81px;
    height:22px;
    margin-top:5px;
    background:url(/images/original_design_default/samplesource/3/memberjoin_escape.png) no-repeat 0 0;
}
#r_leave a:hover{
    background-position:0 -22px
}

/*----------------------------------------------------
    ポイント #point
----------------------------------------------------*/
#r_pointData{
    border:1px solid #b2b2b2;
    background:#eee;
    padding:10px;
    margin:20px 60px 30px;
}
#r_pointData p{
    text-align:center;
}
#r_pointData strong{
    font-size:15px;
    font-weight:bold;
    color:#cc0000;
}
#r_pointList table{
    border-collapse:separate;
    width:400px;
    margin:0 180px;
    border-spacing:0;
}
#r_pointList td{
    border:1px solid #b2b2b2;
    padding:8px;
    text-align:center;
}
#r_pointList td font{
    font-size:13px;
}
/*----------------------------------------------------
    商品検索 #search
----------------------------------------------------*/
#r_searchName{
    margin:20px 0 20px;
}
#r_searchName font{
    color:#333;
    font-weight:bold;
}
#r_searchInput{
    background:#dedede;
    padding:10px;
}
#r_searchInput table{
    width:740px;
    background:#fff;
}
#r_searchInput .btnWrap{
    margin-top:10px;
}
#r_searchInput th,#r_searchInput td{
    border:1px solid #b2b2b2;
    padding:6px 8px;
	text-align:left;
}
#r_searchInput th{
    background:#eee;
}
#r_searchInput #searchPrice input{
	width:60px;	
}
#r_searchList table,
#r_pager table{
    width:100%;
}
.searchResult{
    font-size:14px;
    margin-bottom:20px;
    background:url(/images/original_design_default/samplesource/3/searchIcon.png) no-repeat left;
    padding-left:20px;
}
#r_searchList .innerList{
    letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
    text-align:left;
}
#r_searchList .innerList li{
    width:25%;
    display:inline-block;
    vertical-align: top;
    letter-spacing: normal; /* 文字間を通常に戻す */
    /display: inline;  /* IE用ハック */
    /zoom: 1;  /* IE用ハック */
}
#r_searchList .innerBox{
    margin:10px;
}
#r_searchList .name{
    margin-bottom:5px;
}
#r_searchList .imgWrap{
    text-align:center;
}
#r_searchList .price{
    font-weight:bold;
    color:#333;
}
#r_searchList .else{
    text-align:left;
}
#r_searchList .else li{
    float:none;
    width:auto;
    display:inline;
}
#r_searchList .btnWrap{
    margin:10px auto 5px;
    background:#e6e6e6;
    padding:5px;
    text-align:center;
}
#r_searchList .soldout{
    text-align:center;
    color:#cc0000;
}


/*----------------------------------------------------
    買い物カゴ #basket
----------------------------------------------------*/
#r_basket{
    margin-bottom:60px;
}
#basketTable{
    width:100%;
    margin-top:30px;
}
#basketTable th,#basketTable td{
    text-align:center;
    border-bottom:1px solid #b2b2b2;
    padding:6px;
}
#basketTable th{
    border-top:2px solid #b2b2b2;
    border-bottom:1px dashed #b2b2b2;
    white-space:nowrap;
}
#basketTable .basketNum{
    width:30px;
    padding:0;
}
#basketTable .basketImg{
    width:56px;
}
#basketTable .basketName{
    width:400px;
    text-align:left;
}
.quantityWrap{
	display:table;	
}
.quantityInput,.basketQunantity,.quantityAmend{
	display:table-cell;
	vertical-align:middle;
	padding:0 2px;
}
#basketTable .basketQuantity td{
    border:none;
    padding:0;
}
#basketTable .basketPoint{
    width:70px;
}
#basketTable .basketPrice{
    width:70px;
}
#basketTable .basketOption{
    text-align:left;
    margin-top:4px;
}
#basketTable .basketHaisou{
    padding:0;
}
#basketTable .carriageWrap{
    margin:4px 0;
}
#basketTable .basketHaisou p{
    text-align:right;
}
#basketTable .basketHaisou .carriageMsg1{
    color:#cc0000;
}
#basketTable .basketHaisou .carriageMsg2{
    font-size:11px;
}
#basketTable .basketBtns{
    width:80px;
}
#basketTable .basketBtns img{
    margin-bottom:2px;
}
#basketTable .basketTotal{
    text-align:right;
    background:#ebebeb;
    border-top:3px solid #b2b2b2;
}
#basketTable .basketTotal em{
    font-weight:bold;
    font-size:15px;
    color:#cc0000;
}
#basketTable .basketEmpty p{
    text-align:center;
    margin:10px auto;
}
#r_basket .btnWrap .btnBack{
    float:left;
    padding-top:5px;
    margin-left:10px;
}
#r_basket .btnWrap .btnOrder{
    float:right;
    margin-right:10px;
}

/* お気に入りリスト */
#wishTable{
    width:100%;
}
#wishTable th,#wishTable td{
    text-align:center;
    border-bottom:1px solid #b2b2b2;
    padding:6px;
}
#wishTable th{
    border-top:2px solid #b2b2b2;
    border-bottom:1px dashed #b2b2b2;
}
#wishTable .wishName{
    text-align:left;
    width:240px;
}
#wishTable .wishQuantity input{
    margin-right:4px;
}
/*----------------------------------------------------
    お知らせ #news
----------------------------------------------------*/
#r_news{
    margin-top:30px;
}
#r_news #newsHead{
    text-align:left;
    border-bottom:2px solid #b2b2b2;
    padding:4px 0;
    font-size:15px;
}
#r_news #newsHead span{
    margin-right:10px;
    font-size:11px;
    color:#999;
}
#r_news #newsContents{
    text-align:left;
    padding:40px 20px;
    border-bottom:1px dashed #b2b2b2;
    margin-bottom:20px;
}
#r_news #newsAccess{
    text-align:right;
    font-size:11px;
    color:#999;
    margin-top:20px;
}
#r_news #newsNext{
    text-align:right;
    font-size:11px;
    margin-bottom:10px;
}
#r_news #newsList{
    margin-bottom:20px;
}
#r_news #newsList .line{
    background:#fff;
}
#r_news #newsList .lims{
    border-bottom:1px dashed #b2b2b2;
}
#r_news #newsListBtn{
    text-align:center;
}

/* ご利用ガイド */
#makebanner #guideMain{
    margin:0 70px;
}

/*----------------------------------------------------
    カタログ #catalog
----------------------------------------------------*/
#catalog .ctlg_text{
    margin-top:24px;
}
#r_catalog .catalogCart{
    text-align:right;
    margin:8px 0;
}

/*****************************************************

    フッタ #footer

*****************************************************/
.pageTop{
    text-align:right;
    margin-top:60px;
	margin-right:20px;
}
#footerWrap{
    width:100%;
    background:;
    margin-top:20px;
}
#footer{
    width:986px;
    margin:0 auto 70px;
    padding:10px 0;
    font-size:11px;
}
#f_nav{
    overflow:hidden;
    _zoom:1;
    float:left;
}
#f_nav li{
    display:inline;
    padding:0 1em 0 8px;
    background:url(/images/original_design_default/samplesource/3/footerDot.png) no-repeat left;
}
#f_nav li a:link,#f_nav li a:visited,#f_nav li a:active{
    text-decoration:none;
    color:#333;
}
#f_nav li a:hover{
    text-decoration:underline;
    color:#666;
}
#f_info{
    float:right;
    width:400px;
    text-align:right;
    color:#666;
}
#f_info a{
    color:#666;
}

/*****************************************************

    追記2016/08

*****************************************************/
body {
	/*background: #f2f2f2;*/
	background: #ffffff;
	font-size: 12px;
}
a {
	text-decoration:none;
	color:#000;
}
a:hover {
	color:#999;
}

/* ************************************************
*  clearfix
* ************************************************ */

.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}

/* ************************************************
* header
* ************************************************ */
.inner986 {
	width:986px;
	margin:0 auto;
}
/* TOP IMAGE */
#onlyTop {
	display:none;
}
/*スライダー*/
.slider_container {
	/*width:986px;*/
	width:730px;
    /*margin:0 auto 45px;*/
    margin:0 auto 0px;
}
.slider{
  margin: 0 0 0px;
  height:350px;
}
.bx-viewport {
	width:3000px !important;
	overflow: visible!important;
}

.bx-wrapper .bx-viewport {
-moz-box-shadow: 0 0 0px #ccc !important;
-webkit-box-shadow: 0 0 0px #ccc !important;
box-shadow: 0 0 0px #ccc !important;
border: solid #fff 0px !important;
left: 0px !important;
background: #fff !important;
}
.bx-wrapper {
  position: relative;
  margin: 0 auto 0px !important;
  padding: 0;
}

.bx-pager.bx-default-pager {
display: none;
}
/* TOP MENU */
.topMenu {
	width:986px;
	margin:0 auto 45px;
}
.topMenu ul {
	list-style:none;
	padding: 0;
}
.topMenu ul li {
	float:left;
	text-align:center;
	margin-right:24px;
	width:144px;
	font-size:11px;
}
.topMenu ul li img {
	margin-bottom:20px;
}
.topMenu ul li.tm1 {
	margin-right:25px;
}
.topMenu ul li.tm2 {
}
.topMenu ul li.tm3 {
}
.topMenu ul li.tm4 {
}
.topMenu ul li.tm5 {
}
.topMenu ul li.tm6 {
	margin-right:0px;
	margin-left:1px;
}
.topBnr {
	background:#fff;
	padding:35px 0;
}
.topBnr ul li {
	float:left;
	text-align:center;
	margin-right:35px;
	width:305px;
}
.topBnr ul li:last-child {
	margin-right:0;
	margin-left:1px;
}
#subNav {
    right: 0;
    text-align: right;
    height: 14px;
    margin-top: 59px;
	position:inherit;
}
#subNav .M_helloMsg {
    float: left;
    font-size: 11px;
    margin-right: 5px;
    line-height: 14px;
    position: absolute;
    left: 0;
}
/* ************************************************
* footer
* ************************************************ */
#left_menu {
	width: 256px;
	float: left;
	font-size: 12px;
	margin:0 24px 0 0;
}
.s_title1 {
	font-size:16px;
	font-weight:bold;
	margin:0 5px 17px;
}
.s_title1 span {
	font-size:10px;
}
#side1 {
	background:url(http://gigaplus.makeshop.jp/leaf2000/corekara/tp_17.jpg) no-repeat;
	padding:14px 14px 22px 12px;
	margin-bottom:40px;
}
#side1 ul {
	margin:0;
	padding:0;
	list-style:none;
}
#side1 ul li {
	margin-bottom:15px;
}
#side2 {
	margin-bottom:40px;
}
#side2 ul {
	background:url(http://gigaplus.makeshop.jp/leaf2000/corekara/tp_21.jpg) no-repeat;
	padding:18px 24px 22px 20px;
	margin:0;
	list-style:none;
	height:117px;
}
#side2 ul li {
	margin-bottom:14px;
}
#side3 {
	background:url(http://gigaplus.makeshop.jp/leaf2000/corekara/tp_28.jpg) no-repeat;
	padding:14px 14px 22px 12px;
	margin-bottom:40px;
}
#side3 ul {
	margin:0;
	padding:0;
	list-style:none;
}
#side3 ul li {
	margin-bottom:15px;
}

.shop_info{
	border-right:1px solid #a9a298;
	border-bottom:1px solid #a9a298;
	border-left:1px solid #a9a298;
	padding:15px 14px 0 14px;
	width:170px;
	margin:0 0 10px 0;
}
.shop_info p.shop_txt{
	font-size:11px;
	line-height:1.3;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:1px dashed #ccc;
}
.shop_info p.shop_txt.end{
	border:none !important;
}
.shop_name{
	color:#b88400;
	font-weight:bold;
	margin:3px 0;
}
.cate {
	padding-bottom: 15px;
}
.cate li {
	padding: 9px 5px 9px 25px;
	background:url(/design/leaf2000/common/arrow_menulist.gif) no-repeat 10px 13px;
	margin-right: 7px;
	border-bottom: dotted 1px #b2b2b2;
}
.cate a {
	color: #3791a8;
}
.search {
	width: 200px;
	margin:0 0 15px 0;
}
.search input {
	width: 130px;
	margin: 0 5px 0 0;
}
.search a {
	padding: 2px 6px;
	text-align:center;
	color: #fff;
	background: #996c33;
	border-radius:3px;
}
.search a:hover{
	text-decoration:none;
	background:#c68c44;
}
#side4 {
	margin-bottom:40px;
}
#side4 ul {
	background:url(http://gigaplus.makeshop.jp/leaf2000/corekara/tp_32.jpg) no-repeat;
	padding:8px 24px 22px 20px;
	margin:0;
	list-style:none;
	height:738px;
}
#side4 ul li {
	margin-bottom:20px;
}
#side4 li h4 {
	padding-top:15px;
}
#side5 {
	margin-bottom:40px;
}
#side5 ul {
	background:url(http://gigaplus.makeshop.jp/leaf2000/corekara/tp_48.jpg) no-repeat;
	padding:8px 24px 22px 20px;
	margin:0;
	list-style:none;
	height:1149px;
}
#side5 ul li {
	margin-bottom:18px;
}
#side5 li h4 {
	padding-top:15px;
}
.s_store {
	margin-bottom:20px;
}
.s_store ul {
	background:url(http://gigaplus.makeshop.jp/leaf2000/corekara/tp_77.jpg) no-repeat;
	padding:15px 8px 10px;
	margin:0;
	list-style:none;
	height:295px;
}
.s_store ul li {
	margin-bottom:10px;
	text-align:left;
}
.s_store ul li h4 {
	font-size:14px;
}

/* ************************************************
* footer
* ************************************************ */
.f_title1 {
	font-size:14px;
	margin-bottom:35px;
}
#footer ul {
	text-align:left;
}
#footer ul li {
	margin-bottom:25px;
	font-size:10px;
}
.footer1 {
	width:320px;
	padding:0 15px;
	float:left;
}
.footer2 {
	width:210px;
	padding-right:15px;
	float:left;
}
.footer3 {
	width:240px;
	float:left;
	padding-right:15px;
}
.footer4 {
	width:146px;
	float:left;
	margin-top:185px;
}
.f1_1 {
	width:170px;
	float:left;
}
.f1_2 {
	width:150px;
	float:left;
}

/* ************************************************
* top
* ************************************************ */
#topwrap {
	width: 706px;
}
.top_title1 {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 35px;
}
.top_title1 span {
	font-size: 10px;
	font-weight: normal;
	margin-top: 15px;
	display: inline-block;
}
.top_title2 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 8px;
	line-height:1.4em;
}
.top_btn1 {
	text-align:center;
}
#top1 {
	margin-bottom: 40px;
}
.columnBox ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.columnBox ul li {
	float: left;
}
#top2 {
	margin-bottom: 40px;
}
#top2 p {
	line-height: 1.5em;
	font-size:11px;
}
.top2_1 {
	margin-bottom: 35px;
}
.top2_1 img {
	margin-bottom:15px;
}
.top2_1 p {
	text-align: center;
	matgin-bottom: 10px;
	line-height: 1.6em;
}
.top2_2a {
	background: url(http://gigaplus.makeshop.jp/leaf2000/corekara/tp_90.jpg) no-repeat;
	width: 326px;
	height: 418px;
	padding: 13px 14px 0px 13px;
	float: left;
}
.top2_2b {
	width: 353px;
	float: left;
}
.top2_2b ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.top2_2b ul li {
	background: url(http://gigaplus.makeshop.jp/leaf2000/corekara/tp_92.jpg) no-repeat;
	width: 327px;
	height: 203px;
	padding: 13px 13px 0px;
}
.top2_3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.top2_3 ul li {
	background: url(http://gigaplus.makeshop.jp/leaf2000/corekara/tp_96.jpg) no-repeat;
	width: 327px;
	height: 203px;
	padding: 13px 13px 0px;
	float:left;
}
.top2_4 {
	margin-bottom:23px;
}
.top2_4 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.top2_4 ul li {
	background: url(http://gigaplus.makeshop.jp/leaf2000/corekara/sa_tp_05.jpg) no-repeat;
	width: 211px;
	height: 275px;
	padding: 12px 12px 0px;
	float:left;
}
.top2_4 ul li:first-child {
	background: url(http://gigaplus.makeshop.jp/leaf2000/corekara/sa_tp_06.jpg) no-repeat;
	width: 212px;
	height: 275px;
	padding: 12px 12px 0px;
	float:left;
}
#r_ranking {
	margin-bottom:50px;
}
#r_recommend {
	margin-bottom:55px;
}
#r_recommend .lims table img {
    margin-bottom: 10px;
}
#l_search {
	margin-bottom:23px;
}
#top3 {
	margin-bottom:60px;
}
#top3 h3 {
	margin: 10px 10px 8px;
}
#top3 p {
	margin:0 10px;
}
#top3 ul {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}
#top3 ul li {
	width: 353px;
	float:left;
	font-size:11px;
}
#insta {
	margin-bottom:50px;
}
li.instagram_photo {
    width: 169px;
    float: left;
	margin-right:10px;
	margin-bottom:10px;
}
li.instagram_photo:nth-child(4n+4) {
	margin-right:0px;
}
li.instagram_photo img {
    width: 169px;
    height: auto;
}
/* ************************************************
* 商品一覧
* ************************************************ */
#category .btnWrap img {
    margin-left: 5px;
    width: 45%;
}
#category p {
    text-align: center;
}
#category .else {
    text-align: center;
}
/* ************************************************
* 商品詳細
* ************************************************ */

#itemInfo {
    float: right;
    width: 380px !important;
}
#basketBtn {
    background: #e6e6e6;
    padding: 10px 5px;
    margin-top: 10px;
}
#basketBtn img {
    width: 48%;
}
#r_recent h3 {
    font-size: 14px;
    border-left: 5px #472c10 double;
    padding-left: 10px;
    line-height: 1;
    color: #444;
}
#detail .detailTxt {
    text-align: left;
}
/* ************************************************
* 商品検索
* ************************************************ */
#r_searchInput {
    background:none; 
    padding: 0px;
}
#r_searchInput table {
    width: 706px;
    background: #fff;
}
#r_searchList .detail p {
    text-align: center;
}
#r_searchList .else {
    text-align: center;
}
/* ************************************************
* 利用案内
* ************************************************ */

#makebanner #guideMain {
    margin: 0 0 0 20px;
}
#guideMain {
    width: 706px !important;
}
#guideMain div#guideLink {
    width: 706px !important;
}
#guideMain #method, #guideMain #payment, #guideMain #delivery, #guideMain #tax, #guideMain #return {
    width: 706px !important;
    margin: 20px auto;
    padding: 60px 0 10px;
}
#guideMain pre {
    text-align: left;
    width: 706px !important;
    color: #666;
}
div#method,
div#payment,
div#delivery,
div#tax,
div#return {
    background: none !important;
}

div#method:before {
    content: "商品注文方法";
    font-weight: bold;
    font-size: 15px;
    width: 706px;
    border-bottom: 1px solid #999;
    padding: 0 0 5px;
    display: inline-block;
    text-align: left;
	margin-bottom:10px;
}
div#payment:before {
    content: "お支払いについて";
    font-weight: bold;
    font-size: 15px;
    width: 706px;
    border-bottom: 1px solid #999;
    padding: 0 0 5px;
    display: inline-block;
    text-align: left;
	margin-bottom:10px;
}
div#delivery:before {
    content: "配送について";
    font-weight: bold;
    font-size: 15px;
    width: 706px;
    border-bottom: 1px solid #999;
    padding: 0 0 5px;
    display: inline-block;
    text-align: left;
	margin-bottom:10px;
}
div#tax:before {
    content: "消費税について";
    font-weight: bold;
    font-size: 15px;
    width: 706px;
    border-bottom: 1px solid #999;
    padding: 0 0 5px;
    display: inline-block;
    text-align: left;
	margin-bottom:10px;
}
div#return:before {
    content: "返品について";
    font-weight: bold;
    font-size: 15px;
    width: 706px;
    border-bottom: 1px solid #999;
    padding: 0 0 5px;
    display: inline-block;
    text-align: left;
	margin-bottom:10px;
}


/* ************************************************
* 最近チェックした商品
* ************************************************ */

#r_recent .name, #r_recent .price {
    text-align: center !important;
    margin: 5px 5px 0;
}

/* ************************************************
* SEO設定の表示
* ************************************************ */

h1#tptx {
    margin-left: -100px;
	font-weight:normal;
}


/* ************************************************
* 商品詳細画面　#detailProduct
* ************************************************ */

#detailProduct h2{
	font-size:120%;
	padding-bottom:10px;
}
#detailProduct #viewButton{
	margin-top:15px;
}
#detailProduct #viewButton img{
	width:auto;
	height:auto;
}
#detailProduct #r_addImage{
	margin-top:30px;
}
#detailProduct #r_addImage ul li{
	margin-top:20px;
}
#detailProduct #r_addImage ul li .addTxt{
	margin-top:10px;
	padding:0 20px;
}
#addItemTxt{
	background:#e5e5e5;
	margin-top:20px;
	padding:20px;
}
#detailInfo{
	margin-top:30px;
}
#detailInfo p{
	text-align:left;
}
#detailInfo .detailTxt{
	margin:20px 0;
	text-align:left;
}
#detailInfo .detailTxt table tr td{padding:5px 10px;}
#detailInfo .detailTxt table tr td:first-child{
	background:#e4dcd0;
}

	#iframe_box{
		width: 706px;
	}
	/* clearfix */
.clear:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clear             { zoom: 1; } /* IE6 */
*:first-child+html .clear { zoom: 1; } /* IE7 */

#column{
    padding-top:0;
}
#column h2{
    margin-bottom:30px;
}
.m_inner {
}
#column .top_text{
    text-align: center;
    margin-bottom:24px;
}
#column li{
    display: block;
    position:relative;
    overflow: hidden;
}
#column .c_box p.text{
    position:absolute;
    bottom:0px;
    padding:12px 16px;
    color:white;
    z-index:1;
    background:rgba(0,0,0,0.35);
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin:0;
}
#column ul {
	list-style:none;
	margin:0 0 28px;
	padding:0;
}

#column ul li:nth-child(2),
#column ul li:first-child{
	margin-bottom:10px;
}
#column ul li:nth-child(odd){
    width:329px;
	height:200px;
    float:left;
	border:10px solid #fff;
	border-radius:5px;
	box-shadow:0 0 5px #ccc, 0 0 5px #ccc, 0 0 1px #aaa;
}
#column ul li:nth-child(even){
    float:right;
	width:329px;
	height:200px;
	border:10px solid #fff;
	border-radius:5px;
	box-shadow:0 0 5px #ccc, 0 0 5px #ccc, 0 0 1px #aaa;
}
#column ul li img {
	width:100%;
	height:auto;
}

