/*****************************************************

	全ての要素をリセット
	各ブラウザの表示を統一するための設定です

*****************************************************/
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 {
	color: #333;
	font-size: 14px;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.4;
	text-align:center;
    background:#fff;
}
body td,body th{
	font-size:14px;
}
table{
	border-collapse:collapse;
}

/*****************************************************

	基本設定、リンクカラーなど

*****************************************************/
#wrap{
	width:100%;
	height:100%;
}

#wrapper{
	width:960px;
	margin:20px auto 0;
}

#makebanner{
	width:960px;
	margin-top:40px;
}

a {
	color:#403c39;
	text-decoration:underline;
}



a:hover{
	color:#f78500;
	text-decoration: none;
}


/* 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 */
.pad10{
	padding:10px;
}
a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
/*****************************************************

	ヘッダ #header

*****************************************************/
#headerWrap{
	width:100%;
	background: #fff url(https://gigaplus.makeshop.jp/marutayashop/img_common/body_bg.jpg) repeat-x 0 0;
	text-align:center;
}
#header{
	background: url(https://gigaplus.makeshop.jp/marutayashop/img_common/body_bg.jpg) 0 0 repeat-x;
	width:960px;
	position:relative;
	margin:0 auto;
}
#h_logo{
	float:left;
	width:360px;
	margin-top:10px;
text-align:left;
}
#h_logo .M_ShopLogo{
	float:left;
	margin-top:12px;
}
#h_right{
	float:right;
	width:600px;
	height:97px;
}

/* サブナビゲーション */
#subNav{
	position:absolute;
	top: 10px;
	right:0;
}
#subNav img{
	vertical-align:top;
}
#subNav li{
	*display: inline;
    *zoom: 1;
	vertical-align:top;
	margin:0;
	float:left;
}
#subNav .M_loginBtn{
	display:block;
	width:85px;
	background-color:#C00;
	text-align: center;
}
#subNav #subNav01 .M_logoutBtn{
	display:block;
	width:85px;
	background-color:#403C39;
	text-align: center;
	float:left;
}
#subNav li a{
	display:block;
	font-size:12px;
	color:#FFF;
	padding:5px 10px;
	text-decoration:none;
	margin-left:5px;
	border-bottom:1px solid #D6D3CF;
}
#subNav li#subNav01 a{
	background-color: #000;
	color: #fff;

}
#subNav li#subNav02 a{
	background-color: #fff;
	color: #2B1500;

}
#subNav li#subNav03 a{
	background-color: #fff;
	color: #2B1500;

}
#subNav li#subNav04 a{
	background-color: #fff;
	color: #2B1500;

}
#subNav li#subNav05 a{
	background-color: #fff;
	color: #2B1500;

}

#subNav .M_helloMsg{
	float:left;
	font-size:11px;
	margin:5px 5px 0 0;
	line-height:14px;
}
/* 電話番号 */
.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;
}
/* 買い物カゴ */
#cart{
	position:absolute;
	top:45px;
	right:0;
}
#header #M_basketTemp1.M_headBasket{
	width:203px;
	border:0px solid #fff;
	background:none;
}
#header #M_headBasketSwitch{
	height:40px;
	width:203px;
}
#header #M_basketClosedBox{
	width:203px;
}
#header #M_basketClosedBox a{
	display:block;
	height:40px;
	width:203px;
	background:url(/images/original_design_default/samplesource/7/cartBtn.png) no-repeat 0 0;
}
#header #M_basketClosedBox a:hover{
	background:url(/images/original_design_default/samplesource/7/cartBtn.png) no-repeat 0 -40px;
}
#header #M_headBasketIn{
	width:203px;
}
#header #M_basketOpenedBox{
	top:40px;
	width:201px;
	_width:203px;
	border:1px solid #a38f7d;
	background:#f0e6da;
}
#header .M_headItem{
	text-align:left;
}
#M_headBasketIn {
color: #D3C5A8;
}
/* グローバルナビゲーション */
#gNav{
	overflow:hidden;
	_zoom:1;
	width:960px;
	height:50px;
	margin-top:5px;
	margin-left:0;
	background-color: #FFF;
	
}

#gNav ul {
	text-align: left;
	letter-spacing: -1em;
	font-size: 1px;
}

#gNav li{
	letter-spacing: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-top: 5px;
}

#gNav li a {
	display:block;
	width: 191px;
	height:40px;
	text-indent:-9999em;
	margin: 0 auto;
	border-left: 1px solid #D6D3CF;
}

#gNav li:first-child a { border-left:none;}

#gNav li#gNav01 a{
	background:url(https://gigaplus.makeshop.jp/marutayashop/img_common/hgnav01.png) no-repeat center 0;
}
#gNav li#gNav02 a{
	background:url(https://gigaplus.makeshop.jp/marutayashop/img_common/hgnav02.png) no-repeat center 0;
}
#gNav li#gNav03 a{
	background:url(https://gigaplus.makeshop.jp/marutayashop/img_common/hgnav03.png) no-repeat center 0;
}
#gNav li#gNav04 a{
	background:url(https://gigaplus.makeshop.jp/marutayashop/img_common/hgnav04.png) no-repeat center 0;
}
#gNav li#gNav05 a{
	background:url(https://gigaplus.makeshop.jp/marutayashop/img_common/hgnav05.png) no-repeat center 0;
}
#gNav li#gNav06 a{
	background:url(https://gigaplus.makeshop.jp/marutayashop/img_common/hgnav06.png) no-repeat center 0;
}
#gNav li a:hover {
	background-position: center -40px;
}


/*****************************************************

	左コンテンツ #leftContents

*****************************************************/
#leftContents{
	width:180px;
}
#leftContents .section{
	margin-bottom:20px;
}

#leftContents .section h2 {
	margin-bottom:15px;
}

.inner{
	border-top:none;
}
/* 検索input */
#l_search h2{
	margin-bottom:8px;
}
#l_search .search_input{
	width:140px;
	float:left;
	display:block;
	height:18px;
}
#l_search a{
	display:block;
	width:31px;
	height:26px;
	background:#A59D95 url(/images/original_design_default/samplesource/7/l_searchBtn.png) no-repeat center 2px;
	float:left;
	text-indent:-9999em;
}
#l_search a:hover{
	background-position:0 -20px;}
/* カテゴリー */
#l_category table{
	width:180px;
}
#l_category table 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/7/listIconR.png) no-repeat left;
	padding-left:12px;
	margin-left:2px;
}
#l_member li a{
	color:#333;
}

#l_member a.bnr {
	display: block;
	margin-bottom: 10px;
}


/* カレンダー */
#l_calendar table{
	margin-bottom:5px;
	border-collapse:separate;
}
#l_calendar table td{

}
/* 中央揃え */
#l_owner,#l_banner{
	text-align:center;

}
#l_owner table,#l_banner table{
	margin:0 auto;
}
/* 投票 */
#wrapper #makebanner #leftContents #l_poll input{
	border:0px solid #fff;
}
#l_poll a img{
	display:none;
}
#l_poll a{
	display:block;
}
#l_poll a#poll_b01{
	width:125px;
	background:url(/images/original_design_default/samplesource/7/poll_b01.png) no-repeat 0 0;
	height:25px;
	margin-bottom:5px;
}
#l_poll a#poll_b02{
	width:71px;
	background:url(/images/original_design_default/samplesource/7/poll_b02.png) no-repeat 0 0;
	height:21px;
}
#l_poll a#poll_b01:hover{
	background-position:0 -25px;
}

#l_poll a#poll_b02:hover{
	background-position:0 -21px;
}
#l_poll b{
	color:#333;
}
/* 掲示板 */
#l_board table{
	width:100%;
}
#l_board table td{
	text-align:left;	
}
#l_board img{
	display:none;
}
/* バナー */
#l_banner img{
	margin-bottom:5px;
}

/*****************************************************

	メインコンテンツ #rightContents

*****************************************************/
.rightContents{
	width:740px;
	margin-left:30px;
}
.rightContents .section{
	margin-bottom:50px;
}

/*----------------------------------------------------
	中央画面 #top
----------------------------------------------------*/
.r_left{
	float:left;
	width:520px;
}
.r_right{
	float:right;
	width:220px;
}
.titleMgn{
	margin-bottom:10px;
}

/* 新着 */
#r_new.section td{
	color:#661e00;
}
#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;*/
	display: none;
}

/* 追加20160607 */
#r_new td {height:auto;}
#r_new a img { width:170px; height:auto; }


/* おすすめ */
#r_recommend.section td{
	color:#661e00;
}
#r_recommend .lims table{
	margin:10px auto;
	width:170px;
}

#r_recommend .lims table .woong td{
	text-align:left;
	font-weight:bold;
	padding-top:5px;
}
#r_recommend .lims table .woong td a{
	font-weight:normal;
}
#r_recommend .lims table .woong td img{
	/*margin-left:5px;*/
	display: none;
}
#r_recommend .lims table .woong td a b{
	font-weight:normal;
	font-size:11px;
}


/* おすすめ index用 */
#indexReco #r_recommend td {height:auto;}
#indexReco #r_recommend a img { width:170px; height:auto; }


/* ランキング */

#r_ranking {
	letter-spacing:-1em;
	font-size:1px;
	text-align:left;
}
#r_ranking .rankList{
	letter-spacing: normal;
	font-size:12px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:144px;
	height:220px;
	margin-right:5px;
	position:relative;
	margin-top:8px;
	background-color:#F2EFEB;
	vertical-align:top;
	text-align:center;
}
#r_ranking #rank5.rankList{
	margin-right:0;
}
#r_ranking em{
	display:block;
	text-indent:-9999em;
}
#r_ranking .rankImg{
	margin:5px auto;
}
#r_ranking em{
	width:144px;
	height:30px;
}
#r_ranking #rank1 em{
	background:url(https://gigaplus.makeshop.jp/marutayashop/img_common/ranking.png) no-repeat 0 0;
}
#r_ranking #rank2 em{
	background:url(https://gigaplus.makeshop.jp/marutayashop/img_common/ranking.png) no-repeat -144px 0;
}
#r_ranking #rank3 em{
	background:url(https://gigaplus.makeshop.jp/marutayashop/img_common/ranking.png) no-repeat -288px 0;
}
#r_ranking #rank4 em{
	background:url(https://gigaplus.makeshop.jp/marutayashop/img_common/ranking.png) no-repeat -432px 0;
}
#r_ranking #rank5 em{
	background:url(https://gigaplus.makeshop.jp/marutayashop/img_common/ranking.png) no-repeat -576px 0;
}

.rankDetail {
	margin: 0 10px;
}
#r_ranking p{
	text-align:left;
}
#r_ranking .rankPrice{
	font-weight:bold;
	color:#661e00;
}
/* レビュー */
#r_review #M_reviewView,
#r_review #M_reviewView table{
	width:100%;
	margin:0;
}
#r_review #M_reviewPart #M_reviewView .M_reviewList td.M_reviewReadText{
	width:300px;
	padding-right:20px;
}
#r_review #M_reviewPart #M_reviewView th{
	display:none;
}

/* お知らせ */
#r_news table td{
	background:#f2efeb;
}
#r_news #pager table td{
	background:#fff;
}
#r_news table td.line{
	height:3px;
}
#r_news table table{
	width:700px
}
#r_news img{
	margin-bottom:5px;
}
#r_news td.woong{
	padding:2px 10px 2px 0;
	border-bottom:1px dotted #b2b2b2;
}



/* スペシャル */
#r_special table table{
	margin-top:16px;
}
#r_special td.line{
	display:none;
}
#r_special.section td{
	color:#661e00;
}
#r_special table table td{
	padding-bottom:8px;
}
/*最近チェックした商品*/
#r_recent .price{
	color:#661e00;
	font-weight:bold;
}
#r_recent #recent .itemBox, #r_recent #recent .itemBox table,#r_recent #recent td.itemImg{
	width:170px;
}
#r_recent #recent{
	margin-top:16px;
}
#recent td.itemImg img {
	width: 100%;
	height: auto;
}


#r_recent #recent .line{
	width:10px;
}
#r_recent #recent .line img{
	display:none;
}
#r_recent .itemBox p{
	text-align:left;
}
/*----------------------------------------------------
	商品カテゴリーと商品詳細　共通
----------------------------------------------------*/
.pankuzu{
	text-align:left;
	/* background:#f2efeb;
	border:1px solid #d6d3cf; */
	line-height:20px;
	margin-bottom:30px;
	font-size:11px;
}
.pankuzu a{
	padding:0 5px;
}

/*----------------------------------------------------
	商品カテゴリー #category
----------------------------------------------------*/
/* カテゴリー */

#category h2{
	font-size:18px;
	margin-bottom:20px;
}

#category #r_subGroup.section,#category #r_categoryImg.section{
	margin-bottom:20px;
}
#category #r_categoryRecommend table table b{
	color:#661e00;
}

/* 検索結果と並び替え */
#r_resultInfo{
	font-size:11px;
	margin:20px auto 10px;
}
.total{
	float:left;
}
.listSort{
	floar:right;
	text-align:right;
}
.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用ハック */
	margin-bottom:16px;
}
#category .innerBox{
	margin:10px;
	text-align:center;
}
#category .name{
	margin:5px 0;
}
#category .imgWrap{
	text-align:center;
}
#category .price span{
	padding:0 2px;
}
#category .price{
	font-weight:bold;
	color:#661e00;
}
#category .consumerPrice{
	font-size:11px;
	color:#a59d95;
	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;
	text-align:left;
}
#category .btnWrap img{
	margin-left:5px;
}


/* 商品一覧 */
#resultItemListUp　{ border-bottom:2px solid #A59D95; margin-bottom:20px;}


/*----------------------------------------------------
	商品詳細 #detail
----------------------------------------------------*/
#itemLink{
	margin-bottom:30px;
	font-size:11px;
}
.item_prev{
	float:left;
	background:url(/images/original_design_default/samplesource/7/listIconL.png) no-repeat left;
	padding-left:14px;
}
.item_next{
	float:right;
	background:url(/images/original_design_default/samplesource/7/listIconR.png) no-repeat right;
	padding-right:14px;
}
#itemImg{
	float:left;
	width:300px;
}
#itemInfo{
	float:right;
	width:420px;
}
/* [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 table td a img{
	vertical-align:auto;
}
#detailInfo #M_usualValue td{
	font-size:16px;
	padding:10px 0;
	color:#403c39;
}
#detailInfo #M_usualValue td input{
	color:#403c39;
}
#wrapper #makebanner #detailInfo #M_usualValue,
#wrapper #makebanner #detailInfo #M_price2,
#wrapper #makebanner #detailInfo #M_taxview{
	border:none;
	width:auto;
	font-weight:bold;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
}
#detailInfo #M_usualValue .m_price{
}
#detailInfo #M_usualValue{
	font-weight:bold;
}
#detailInfo #M_taxview{
	width:auto;

}
#wrapper #makebanner #detailInfo .M_inventory input{
	border:none;
}
#wrapper #makebanner #detailInfo .M_inventory table.stockList th{
	background:#f2efeb;
	border:1px solid d6d3cf;
}
#wrapper #makebanner #detailInfo .M_inventory table.stockList td{
	border:1px solid d6d3cf;
	text-align:center;
}


/* 拡大画像ボタン */
#viewButton{
	text-align:right;
}
/* 商品名 */
#detail h2{
	margin-bottom:20px;
	font-size:15px;
	color:#403c39;
}
#makebanner #detail #r_recent{
	border-top:0px solid #fff;
}
/* 商品詳細 */
#detail .detailTxt{
	border-top:1px dotted #b2b2b2;
	border-bottom:1px dotted #b2b2b2;
	padding:10px 0;
	margin-bottom:20px;
}
/* メールリンク */
#r_contact{
	margin:10px 0 10px -5px ;
}
#r_contact li{
	float:left;
	margin-left:4px;
}
/* SNS */
#r_sns{
	margin-top:10px;
	margin-bottom: 0;
}
#r_sns li{


	float:left;
	margin-right;15px;
}
/* カートにいれるボタン */
#basketBtn{
	background:url(/images/original_design_default/samplesource/7/basketBg.png) repeat;
	padding:10px;
	margin-top:10px;
}
#basketBtn .cartBtn{
	float:left;
}
#basketBtn .buyBtn{
	float:right;
}
/* 追加商品説明文 */
#r_detailExt{
	margin-bottom:0;
}
/* 追加商品画像 */
#r_addImg li{
	float:left;
	width:33%;
	text-align:center;
}
#r_addImg li p{
	width:200px;
	margin:5px auto 0;
}
/* レビュー */
#detail #r_review{
	margin-bottom:40px;
}
#detail #r_review #M_review{
	margin-top:16px;
}
#detail #r_review #M_review td{
	text-align:left;	
}
/* 商品グループ */
#r_group h3{
    border-bottom:2px solid #D6D3CF;
    color:#403C39;
}
#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 .itemImg{
    text-align:center;
}
#r_group #M_group .line {
    width: 10px;
}
#r_group #M_group .line img {
    display: none;
}
#r_group .itemBox p{
    text-align: left;
}
#r_group .price {
    color: #661E00;
    font-weight: bold;
}
/* 最近チェックした商品 */
#detail #r_recent{
	border-top:1px dashed #b2b2b2;
	padding-top:20px;
}
/*----------------------------------------------------
	ログインフォーム関係 .loginForm
----------------------------------------------------*/
.loginForm{
	margin-top:20px;
}
.loginForm h3{
	font-size:14px;
	margin-bottom:20px;
	background:url(/images/original_design_default/samplesource/7/h3title.png) no-repeat left;
	padding-left:14px;
	color:#403c39;
}
.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;
}
.loginForm .formTable th,
.loginForm .formTable td{
	border:1px solid #d6d3cf;
	padding:6px 8px;
}
.loginForm .formTable th{
	background:#f2efeb;
	width:120px;
}
.loginForm .formTable .inputTd input{
	width:250px !important;
}
#wrapper #makebanner input{
	padding:2px;
}
/*----------------------------------------------------
	会員ログイン #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:660px;
	border-top:1px solid #d6d3cf;
	border-left:1px solid #d6d3cf;
	*position:relative;
}
#memberForm #M_entryForm th,
#memberForm #M_entryForm td{
	padding:8px;
}
#memberForm #M_entryForm td{
	background:#fff;
	border:1px solid #d6d3cf;
	border-top:none;
	*position:relative;
}
#memberForm #M_entryForm th{
	background:#f2efeb;
	width:160px;
	border-bottom:1px solid #d6d3cf;
	*position:relative;
}
#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/7/r_postBtn.png) no-repeat;
	float:left;
	text-indent:-9999em;
	overflow:hidden;
	_zoom:1;
}
#memberForm #r_leave img{
	display:none;
}
#memberForm #r_leave a{
	display:block;
	background:url(/images/original_design_default/samplesource/7/memberjoin_escape.png) no-repeat;
	width:95px;
	height:21px;
	margin-top:8px;
}
/*----------------------------------------------------
	パスワード変更フォーム #M_changepw
----------------------------------------------------*/
#makebanner #M_changepw{
	border:1px solid #d6d3cf;
}
/*----------------------------------------------------
	ポイント #point
----------------------------------------------------*/
#r_pointData{
	border:1px solid #d6d3cf;
	background:#f2efeb;
	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 0 0 180px;
	border-spacing:0;
}
#r_pointList td{
	border:1px solid #fff;
	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:#f2efeb;
	padding:10px;
}
#r_searchInput table{
	width:720px;
	background:#fff;
}
#r_searchInput .btnWrap{
	margin-top:10px;
}
#r_searchInput th,#r_searchInput td{
	border:1px solid #d6d3cf;
	padding:6px 8px;
}
#r_searchInput th{
	background:#f2efeb;
	width:15%;
}
#r_searchInput td{
	width:35%;
}
#r_searchInput td input{
	width:100px;
}
#r_searchInput #searchBrand input,#r_searchInput #searchProduct input,#r_searchInput #searchContent input,#r_searchInput #searchCode input{
	width:230px;
}
#r_searchList table,
#r_pager table{
	width:100%;
}
.searchResult{
	font-size:14px;
	margin-bottom:20px;
	background:url(/images/original_design_default/samplesource/7/searchIcon.png) no-repeat left;
	padding-left:20px;
}
#r_searchList .innerList{
	overflow:hidden;
	_zoom:1;
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
	text-align:left;
}
#r_searchList .innerList li{
	vertical-align: top;
	letter-spacing: normal; /* 文字間を通常に戻す */
	width:25%;/* 商品数が4つなので100%÷4=25% */
	display:inline-block;
	/display: inline;  /* IE用ハック */
    /zoom: 1;  /* IE用ハック */
	margin-bottom:16px;
}
#r_searchList .innerBox{
	margin:10px;
}
#r_searchList .name{
	margin:5px 0;
}
#r_searchList .imgWrap{
	text-align:center;
}
#r_searchList .price{
	font-weight:bold;
	color:#661e00;
}
#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;
	text-align:center;
}


/*----------------------------------------------------
	買い物カゴ #basket
----------------------------------------------------*/
#r_basket{
	margin-bottom:60px;
}
#basketTable{
	width:100%;
	margin-top:30px;
}
#basketTable th,#basketTable td{
	text-align:center;
	border-bottom:1px solid #e8e4df;
	padding:6px;
}
#basketTable th{
	border-bottom:1px solid #e8e4df;
	background:#f2efeb;
	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 #e8e4df;
}
#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%;
	margin-top:8px;
}
#wishTable th,#wishTable td{
	text-align:center;
	border-bottom:1px solid #e8e4df;
	padding:6px;
}
#wishTable th{
	border-bottom:1px solid #e8e4df;
	background:#f2efeb;
}
#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;
	background:#fff;
}
/*----------------------------------------------------
	ご利用ガイド #guideMain
----------------------------------------------------*/
#wrapper #guideMain{
	margin:0 80px;
}

/*----------------------------------------------------
   カタログ #catalog
----------------------------------------------------*/
#catalog .ctlg_text{
    margin-top:24px;
}
#r_catalog .catalogCart{
    text-align:right;
    margin:8px 0;
}

/*****************************************************

	フッタ #footer

*****************************************************/
#wrapper .pageTop a{
	margin-top:60px;
	float:right;
	display:block;
	text-indent:-9999em;
	background:url(/images/original_design_default/samplesource/7/pagetop.png) no-repeat 0 0;
	width:80px;
	height:9px;
	line-height:0.7;
}
#wrapper .pageTop a:hover{
	background-position:0 -9px;
}
#footerWrap{
	width:100%;
	background:url(/images/original_design_default/samplesource/7/footerBg.png) repeat-x top center #fff;
	margin-top:20px;
}
#footer{
	width:960px;
	margin:0 auto;
	padding:20px 0;
	font-size:11px;
}
#f_nav{
	overflow:hidden;
	_zoom:1;
	float:left;
}
#f_nav li{
	display:inline;
	padding-right:1em;
}
#f_info{
	float:right;
	width:400px;
	text-align:right;
	color:#666;
}
#f_info a{
	color:#666;
}
}

/*****************************************************

	基本設定、リンクカラーなど

*****************************************************/
#wrap{
	width:100%;
	height:100%;
}

#wrapper{
	width:960px;
	margin:20px auto 0;
}

#makebanner{
	width:960px;
	margin-top:40px;
}

a {
	color:#403c39;
	text-decoration:underline;
}



a:hover{
	color:#f78500;
	text-decoration: none;
}


/* 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 */
.pad10{
	padding:10px;
}
a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

.opy {
filter: alpha(opacity=70);
-moz-opacity: 0.7;

opacity: 0.7;


}

/*****************************************************

	ヘッダ #header

*****************************************************/
#headerWrap{
	width:100%;
	background: #fff url(https://gigaplus.makeshop.jp/marutayashop/img_common/body_bg.jpg) repeat-x 0 0;
	text-align:center;
}

#header{
	width:960px;
	position:relative;
	margin:0 auto;
}
#h_logo{
	float:left;
	width:360px;
	margin-top:10px;
text-align:left;
}
#h_logo .M_ShopLogo{
	float:left;
	margin-top:12px;
}
#h_right{
	float:right;
	width:600px;
	height:97px;
}

/* サブナビゲーション */
#subNav{
	position:absolute;
	top: 10px;
	right:0;
}
#subNav img{
	vertical-align:top;
}
#subNav li{
	*display: inline;
    *zoom: 1;
	vertical-align:top;
	margin:0;
	float:left;
}
#subNav .M_loginBtn{
	display:block;
	width:85px;
	background-color: #403C39;
	text-align: center;
}
#subNav #subNav01 .M_logoutBtn{
	display:block;
	width:85px;
	background-color:#C00;
	text-align: center;
	float:left;
}
#subNav li a{
	display:block;
	font-size: 12px;
	color: #FFF;
	padding: 5px 10px;
	text-decoration: none;
	margin-left: 5px;
	border-bottom: 1px solid #D6D3CF;
}
#subNav li#subNav01 a{
	background-color:#403C39;

}
#subNav li#subNav02 a{
	background-color:#A59D95;

}
#subNav li#subNav03 a{
	background-color:#A59D95;

}
#subNav li#subNav04 a{
	background-color:#A59D95;

}
#subNav li#subNav05 a{
	background-color:#A59D95;

}

#subNav .M_helloMsg{
	float:left;
	font-size:11px;
	margin:5px 5px 0 0;
	line-height:14px;
}
/* 電話番号 */
.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;
}
/* 買い物カゴ */
#cart{
	position:absolute;
	top:45px;
	right:0;
}
#header #M_basketTemp1.M_headBasket{
	width:203px;
	border:0px solid #fff;
	background:none;
}
#header #M_headBasketSwitch{
	height:40px;
	width:203px;
}
#header #M_basketClosedBox{
	width:203px;
}
#header #M_basketClosedBox a{
	display:block;
	height:40px;
	width:203px;
	background:url(/images/original_design_default/samplesource/7/cartBtn.png) no-repeat 0 0;
}
#header #M_basketClosedBox a:hover{
	background:url(/images/original_design_default/samplesource/7/cartBtn.png) no-repeat 0 -40px;
}
#header #M_headBasketIn{
	width:203px;
}
#header #M_basketOpenedBox{
	top:40px;
	width:201px;
	_width:203px;
	border:1px solid #a38f7d;
	background:#f0e6da;
}
#header .M_headItem{
	text-align:left;
}

/* グローバルナビゲーション */
#gNav{
	overflow:hidden;
	_zoom:1;
	width:960px;
	height:50px;
	margin-left:0;
	background-color: #FFF;
	border-radius: 6px 6px 0 0 / 6px 6px 0 0;
	-webkit-border-radius: 10px 10px 0 0 / 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0 / 6px 6px 0 0;
}

#gNav ul {
	text-align: left;
	letter-spacing: -.40em;
}

#gNav li{
	letter-spacing: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-top: 5px;
}
#gNav li a{
	display:block;
	width: 130px;
	height:40px;
	text-indent:-9999em;
	margin: 0 auto;
	border-left: 1px solid #D6D3CF;
}

#gNav li:first-child a { border-left:none;}

#gNav li#gNav01 a{
	background:url(https://gigaplus.makeshop.jp/marutayashop/img_common/hgnav01.png) no-repeat center 0;
}
#gNav li#gNav02 a{
	background:url(https://gigaplus.makeshop.jp/marutayashop/img_common/hgnav02.png) no-repeat center 0;
}
#gNav li#gNav03 a{
	background:url(https://gigaplus.makeshop.jp/marutayashop/img_common/hgnav03.png) no-repeat center 0;
}
#gNav li#gNav04 a{
	background:url(https://gigaplus.makeshop.jp/marutayashop/img_common/hgnav04.png) no-repeat center 0;
}
#gNav li#gNav05 a{
	background:url(https://gigaplus.makeshop.jp/marutayashop/img_common/hgnav05.png) no-repeat center 0;
}
#gNav li#gNav06 a{
	background:url(https://gigaplus.makeshop.jp/marutayashop/img_common/hgnav06.png) no-repeat center 0;
}
#gNav li a:hover {
	background-position: center -40px;
}


/*****************************************************

	左コンテンツ #leftContents

*****************************************************/
#leftContents{
	width:180px;
}
#leftContents .section{
	margin-bottom:20px;
}

#leftContents .section h2 {
	margin-bottom:15px;
}

.inner{
	border-top:none;
}
/* 検索input */
#l_search h2{
	margin-bottom:8px;
}
#l_search .search_input{
	width:140px;
	float:left;
	display:block;
	height:18px;
}
#l_search a{
	display:block;
	width:31px;
	height:26px;
	background:#A59D95 url(/images/original_design_default/samplesource/7/l_searchBtn.png) no-repeat center 2px;
	float:left;
	text-indent:-9999em;
}
#l_search a:hover{
	background-position:0 -20px;}
/* カテゴリー */
#l_category table{
	width:180px;
}
#l_category table 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/7/listIconR.png) no-repeat left;
	padding-left:12px;
	margin-left:2px;
}
#l_member li a{
	color:#333;
}

#l_member a.bnr {
	display: block;
	margin-bottom: 10px;
}


/* カレンダー */
#l_calendar table{
	margin-bottom:5px;
	border-collapse:separate;
}
#l_calendar table td{

}
/* 中央揃え */
#l_owner,#l_banner{
	text-align:center;
}
#l_owner table,#l_banner table{
	margin:0 auto;
}
/* 投票 */
#wrapper #makebanner #leftContents #l_poll input{
	border:0px solid #fff;
}
#l_poll a img{
	display:none;
}
#l_poll a{
	display:block;
}
#l_poll a#poll_b01{
	width:125px;
	background:url(/images/original_design_default/samplesource/7/poll_b01.png) no-repeat 0 0;
	height:25px;
	margin-bottom:5px;
}
#l_poll a#poll_b02{
	width:71px;
	background:url(/images/original_design_default/samplesource/7/poll_b02.png) no-repeat 0 0;
	height:21px;
}
#l_poll a#poll_b01:hover{
	background-position:0 -25px;
}

#l_poll a#poll_b02:hover{
	background-position:0 -21px;
}
#l_poll b{
	color:#333;
}
/* 掲示板 */
#l_board table{
	width:100%;
}
#l_board table td{
	text-align:left;	
}
#l_board img{
	display:none;
}
/* バナー */
#l_banner img{
	margin-bottom:5px;
}



/*----------------------------------------------------
	sideItemlist	
----------------------------------------------------*/
.sideItemlistBnr a {display:block;margin-bottom:10px;}

.sideItemlistBox {font-size:11px;margin-bottom:10px;background: url(https://gigaplus.makeshop.jp/marutayashop/img_common/side_bg.png) repeat 0 0; overflow: hidden;}

.sideItemlistBox h3 {color:#403C39; padding: 10px; background-color:#A59D95; text-align: center;}
.sideItemlistBox h3 b {color:#FFF;	font-family: "Times New Roman", Times, serif; letter-spacing:1px;font-size:18px; font-weight: normal;}

.sideItemlistBox ul {margin-bottom: 5px;}

.sideItemlistBox li {margin-bottom:5px; padding-top: 5px; border-top: 1px dotted #A59D95;}
.sideItemlistBox li:first-child {border-top: none;}
.sideItemlistBox li a {display:block; padding: 0 0 0 70px; height:70px; text-decoration: none; overflow: hidden; text-indent:100%; white-space:nowrap;}


#sdCtg0101 a,#sdCtg0102 a,#sdCtg0103 a,#sdCtg0104 a,#sdCtg0105 a,#sdCtg0106 a,#sdCtg0107 a,#sdCtg0108 a,#sdCtg0109 a,
#sdCtg0201 a,#sdCtg0202 a,#sdCtg0203 a,#sdCtg00 a  { background-repeat: no-repeat; background-position: 5px center;}
#sdCtg0204 a,#sdCtg0205 a { background-repeat: no-repeat;}

#sdCtg0101 a {background-image: url(https://gigaplus.makeshop.jp/marutayashop/img_common/side_itemlist_p0101.png);}
#sdCtg0102 a {background-image: url(https://gigaplus.makeshop.jp/marutayashop/img_common/side_itemlist_p0102.png);}
#sdCtg0103 a {background-image: url(https://gigaplus.makeshop.jp/marutayashop/img_common/side_itemlist_p0103.png);}
#sdCtg0104 a {background-image: url(https://gigaplus.makeshop.jp/marutayashop/img_common/side_itemlist_p0104.png);}
#sdCtg0105 a {background-image: url(https://gigaplus.makeshop.jp/marutayashop/img_common/side_itemlist_p0105.png);}
#sdCtg0106 a {background-image: url(https://gigaplus.makeshop.jp/marutayashop/img_common/side_itemlist_p0106.png);}
#sdCtg0107 a {background-image: url(https://gigaplus.makeshop.jp/marutayashop/img_common/side_itemlist_p0107.png);}
#sdCtg0108 a {background-image: url(https://gigaplus.makeshop.jp/marutayashop/img_common/side_itemlist_p0108.png);}
#sdCtg0109 a {background-image: url(https://gigaplus.makeshop.jp/marutayashop/img_common/side_itemlist_p0109.png);}
#sdCtg0201 a {background-image: url(https://gigaplus.makeshop.jp/marutayashop/img_common/side_itemlist_p0201.png);}
#sdCtg0202 a {background-image: url(https://gigaplus.makeshop.jp/marutayashop/img_common/side_itemlist_p0202.png);}
#sdCtg0203 a {background-image: url(https://gigaplus.makeshop.jp/marutayashop/img_common/side_itemlist_p0203.png);}
#sdCtg0204 a {background-image: url(https://gigaplus.makeshop.jp/marutayashop/img_common/side_itemlist_p0204.png);}
#sdCtg0205 a {background-image: url(https://gigaplus.makeshop.jp/marutayashop/img_common/side_itemlist_p0205.png);}

#sdCtg00 a {background-image: url(https://gigaplus.makeshop.jp/marutayashop/img_common/side_itemlist_p00.png);display:block; padding: 0 0 0 70px; height:60px; text-decoration: none;}

.sideItemlistBox li a .sdCtgTxt {display: inline-block;vertical-align: middle;width:110px;*zoom: 1;*display: inline;}





/*****************************************************

	メインコンテンツ #rightContents

*****************************************************/
.rightContents{
	width:740px;
	margin-left:30px;
}
.rightContents .section{
	margin-bottom:50px;
}

/*----------------------------------------------------
	中央画面 #top
----------------------------------------------------*/
.r_left{
	float:left;
	width:520px;
}
.r_right{
	float:right;
	width:220px;
}
.titleMgn{
	margin-bottom:10px;
}
/* 新着 */
#r_new.section td{
	color:#661e00;
}
#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;*/
	display: none;
}

/* おすすめ */
#r_recommend.section td{
	color:#661e00;
}
#r_recommend .lims table{
	margin:10px auto;
	width:170px;
}

#r_recommend .lims table .woong td{
	text-align:left;
	font-weight:bold;
	padding-top:5px;
}
#r_recommend .lims table .woong td a{
	font-weight:normal;
}
#r_recommend .lims table .woong td img{
	/*margin-left:5px;*/
	display: none;
}
#r_recommend .lims table .woong td a b{
	font-weight:normal;
	font-size:11px;
}

/* ランキング */

#r_ranking {
	letter-spacing:-1em;
	font-size:0px;
	text-align:left;
}
#r_ranking .rankList{
	letter-spacing: normal;
	font-size:12px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:144px;
	height:220px;
	margin-right:5px;
	position:relative;
	margin-top:8px;
	background-color:#F2EFEB;
	vertical-align:top;
	text-align:center;
}
#r_ranking #rank5.rankList{
	margin-right:0;
}
#r_ranking em{
	display:block;
	text-indent:-9999em;
}
#r_ranking .rankImg{
	margin:5px auto;
}
#r_ranking em{
	width:144px;
	height:30px;
}
#r_ranking #rank1 em{
	background:url(https://gigaplus.makeshop.jp/marutayashop/img_common/ranking.png) no-repeat 0 0;
}
#r_ranking #rank2 em{
	background:url(https://gigaplus.makeshop.jp/marutayashop/img_common/ranking.png) no-repeat -144px 0;
}
#r_ranking #rank3 em{
	background:url(https://gigaplus.makeshop.jp/marutayashop/img_common/ranking.png) no-repeat -288px 0;
}
#r_ranking #rank4 em{
	background:url(https://gigaplus.makeshop.jp/marutayashop/img_common/ranking.png) no-repeat -432px 0;
}
#r_ranking #rank5 em{
	background:url(https://gigaplus.makeshop.jp/marutayashop/img_common/ranking.png) no-repeat -576px 0;
}

.rankDetail {
	margin: 0 10px;
}
#r_ranking p{
	text-align:left;
}
#r_ranking .rankPrice{
	font-weight:bold;
	color:#661e00;
}
/* レビュー */
#r_review #M_reviewView,
#r_review #M_reviewView table{
	width:100%;
	margin:0;
}
#r_review #M_reviewPart #M_reviewView .M_reviewList td.M_reviewReadText{
	width:300px;
	padding-right:20px;
}
#r_review #M_reviewPart #M_reviewView th{
	display:none;
}

/* お知らせ */
#r_news table td{
	background:#f2efeb;
}
#r_news #pager table td{
	background:#fff;
}
#r_news table td.line{
	height:3px;
}
#r_news table table{
	width:700px
}
#r_news img{
	margin-bottom:5px;
}
#r_news td.woong{
	padding:2px 10px 2px 0;
	border-bottom:1px dotted #b2b2b2;
}



/* スペシャル */
#r_special table table{
	margin-top:16px;
}
#r_special td.line{
	display:none;
}
#r_special.section td{
	color:#661e00;
}
#r_special table table td{
	padding-bottom:8px;
}
/*最近チェックした商品*/
#r_recent .price{
	color:#661e00;
	font-weight:bold;
}
#r_recent #recent .itemBox, #r_recent #recent .itemBox table,#r_recent #recent td.itemImg{
	width:170px;
}
#r_recent #recent{
	margin-top:16px;
}
#recent td.itemImg img {
	width: 100%;
	height: auto;
}


#r_recent #recent .line{
	width:10px;
}
#r_recent #recent .line img{
	display:none;
}
#r_recent .itemBox p{
	text-align:left;
}
/*----------------------------------------------------
	商品カテゴリーと商品詳細　共通
----------------------------------------------------*/
.pankuzu{
	text-align:left;
	/* background:#f2efeb;
	border:1px solid #d6d3cf; */
	line-height:20px;
	margin-bottom:30px;
}
.pankuzu a{
	padding:0 5px;
	font-size:11px;
	color:#333;
}
.pankuzu  font{
	color:#333;
	font-size:11px;
}
/*----------------------------------------------------
	商品カテゴリー #category
----------------------------------------------------*/
/* カテゴリー */

#category h2{
	font-size:18px;
	margin-bottom:20px;
}

#category #r_subGroup.section,#category #r_categoryImg.section{
	margin-bottom:20px;
}
#category #r_categoryRecommend table table b{
	color:#661e00;
}

/* 検索結果と並び替え */
#r_resultInfo{
	font-size:11px;
	margin:20px auto 10px;
}
.total{
	float:left;
}
.listSort{
	floar:right;
	text-align:right;
}
.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用ハック */
	margin-bottom:16px;
}
#category .innerBox{
	margin:10px;
	text-align:center;
}
#category .name{
	margin:5px 0;
}
#category .imgWrap{
	text-align:center;
}
#category .price span{
	padding:0 2px;
}
#category .price{
	font-weight:bold;
	color:#661e00;
}
#category .consumerPrice{
	font-size:11px;
	color:#a59d95;
	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;
	text-align:left;
}
#category .btnWrap img{
	margin-left:5px;
}
/*----------------------------------------------------
	商品カテゴリーリスト #r_categoryList
----------------------------------------------------*/
#r_categoryList .innerBox {
	overflow: hidden;
}
#r_categoryList .innerBox {
	overflow: hidden;
}
#r_categoryList .innerBox .imgWrap {
	width: 200px;
	margin: 0 15px 0 0;
}
#r_categoryList .innerBox .imgWrap img {
	width: 200px;
}
#r_categoryList .innerBox p.name {
	font-size: 15px;
	margin: 5px 0 0;
}
#category .innerList li {
	width: 33%;
}


/*----------------------------------------------------
	商品詳細 #detail
----------------------------------------------------*/
#itemLink{
	margin-bottom:30px;
	font-size:11px;
}
.item_prev{
	float:left;
	background:url(/images/original_design_default/samplesource/7/listIconL.png) no-repeat left;
	padding-left:14px;
}
.item_next{
	float:right;
	background:url(/images/original_design_default/samplesource/7/listIconR.png) no-repeat right;
	padding-right:14px;
}
#itemImg{
	float:left;
	width:300px;
}
#itemInfo{
	float:right;
	width:420px;
}
/* [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 table td a img{
	vertical-align:auto;
}
#detailInfo #M_usualValue td{
	font-size:16px;
	padding:10px 0;
	color:#403c39;
}
#detailInfo #M_usualValue td input{
	color:#403c39;
}
#wrapper #makebanner #detailInfo #M_usualValue,
#wrapper #makebanner #detailInfo #M_price2,
#wrapper #makebanner #detailInfo #M_taxview{
	border:none;
	width:auto;
	font-weight:bold;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
}
#detailInfo #M_usualValue .m_price{
}
#detailInfo #M_usualValue{
	font-weight:bold;
}
#detailInfo #M_taxview{
	width:auto;
}
#wrapper #makebanner #detailInfo .M_inventory input{
	border:none;
}
#wrapper #makebanner #detailInfo .M_inventory table.stockList th{
	background:#f2efeb;
	border:1px solid d6d3cf;
}
#wrapper #makebanner #detailInfo .M_inventory table.stockList td{
	border:1px solid d6d3cf;
	text-align:center;
}

/* 拡大画像ボタン */
#viewButton{
	text-align:right;
}
/* 商品名 */
#detail h2{
	margin-bottom:20px;
	font-size:15px;
	color:#403c39;
}
#makebanner #detail #r_recent{
	border-top:0px solid #fff;
}
/* 商品詳細 */
#detail .detailTxt{
	border-top:1px dotted #b2b2b2;
	border-bottom:1px dotted #b2b2b2;
	padding:10px 0;
	margin-bottom:20px;
}
/* メールリンク */
#r_contact{
	margin:10px 0 10px -5px ;
}
#r_contact li{
	float:left;
	margin-left:4px;
}
/* SNS */
#r_sns{
	margin-top:10px;
}
#r_sns li{
	float:left;
margin-right:10px;
}
/* カートにいれるボタン */
#basketBtn{
	background:url(/images/original_design_default/samplesource/7/basketBg.png) repeat;
	padding:10px;
	margin-top:10px;
}
#basketBtn .cartBtn{
	float:left;
}
#basketBtn .buyBtn{
	float:right;
}
/* 追加商品説明文 */
#r_detailExt{
	margin-bottom:0;
}
/* 追加商品画像 */
#r_addImg li{
	float:left;
	width:33%;
	text-align:center;
}
#r_addImg li p{
	width:200px;
	margin:5px auto 0;
}
/* レビュー */
#detail #r_review{
	margin-bottom:40px;
}
#detail #r_review #M_review{
	margin-top:16px;
}
#detail #r_review #M_review td{
	text-align:left;	
}
/* 商品グループ */
#r_group h3{
    border-bottom:2px solid #D6D3CF;
    color:#403C39;
}
#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 .itemImg{
    text-align:center;
}
#r_group #M_group .line {
    width: 10px;
}
#r_group #M_group .line img {
    display: none;
}
#r_group .itemBox p{
    text-align: left;
}
#r_group .price {
    color: #661E00;
    font-weight: bold;
}
/* 最近チェックした商品 */
#detail #r_recent{
	border-top:1px dashed #b2b2b2;
	padding-top:20px;
}
/*----------------------------------------------------
	ログインフォーム関係 .loginForm
----------------------------------------------------*/
.loginForm{
	margin-top:20px;
}
.loginForm h3{
	font-size:14px;
	margin-bottom:20px;
	background:url(/images/original_design_default/samplesource/7/h3title.png) no-repeat left;
	padding-left:14px;
	color:#403c39;
}
.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;
}
.loginForm .formTable th,
.loginForm .formTable td{
	border:1px solid #d6d3cf;
	padding:6px 8px;
}
.loginForm .formTable th{
	background:#f2efeb;
	width:120px;
}
.loginForm .formTable .inputTd input{
	width:250px !important;
}
#wrapper #makebanner input{
	padding:2px;
}
/*----------------------------------------------------
	会員ログイン #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:660px;
	border-top:1px solid #d6d3cf;
	border-left:1px solid #d6d3cf;
	*position:relative;
}
#memberForm #M_entryForm th,
#memberForm #M_entryForm td{
	padding:8px;
}
#memberForm #M_entryForm td{
	background:#fff;
	border:1px solid #d6d3cf;
	border-top:none;
	*position:relative;
}
#memberForm #M_entryForm th{
	background:#f2efeb;
	width:160px;
	border-bottom:1px solid #d6d3cf;
	*position:relative;
}
#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/7/r_postBtn.png) no-repeat;
	float:left;
	text-indent:-9999em;
	overflow:hidden;
	_zoom:1;
}
#memberForm #r_leave img{
	display:none;
}
#memberForm #r_leave a{
	display:block;
	background:url(/images/original_design_default/samplesource/7/memberjoin_escape.png) no-repeat;
	width:95px;
	height:21px;
	margin-top:8px;
}
/*----------------------------------------------------
	パスワード変更フォーム #M_changepw
----------------------------------------------------*/
#makebanner #M_changepw{
	border:1px solid #d6d3cf;
}
/*----------------------------------------------------
	ポイント #point
----------------------------------------------------*/
#r_pointData{
	border:1px solid #d6d3cf;
	background:#f2efeb;
	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 0 0 180px;
	border-spacing:0;
}
#r_pointList td{
	border:1px solid #fff;
	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:#f2efeb;
	padding:10px;
}
#r_searchInput table{
	width:720px;
	background:#fff;
}
#r_searchInput .btnWrap{
	margin-top:10px;
}
#r_searchInput th,#r_searchInput td{
	border:1px solid #d6d3cf;
	padding:6px 8px;
}
#r_searchInput th{
	background:#f2efeb;
	width:15%;
}
#r_searchInput td{
	width:35%;
}
#r_searchInput td input{
	width:100px;
}
#r_searchInput #searchBrand input,#r_searchInput #searchProduct input,#r_searchInput #searchContent input,#r_searchInput #searchCode input{
	width:230px;
}
#r_searchList table,
#r_pager table{
	width:100%;
}
.searchResult{
	font-size:14px;
	margin-bottom:20px;
	background:url(/images/original_design_default/samplesource/7/searchIcon.png) no-repeat left;
	padding-left:20px;
}
#r_searchList .innerList{
	overflow:hidden;
	_zoom:1;
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
	text-align:left;
}
#r_searchList .innerList li{
	vertical-align: top;
	letter-spacing: normal; /* 文字間を通常に戻す */
	width:25%;/* 商品数が4つなので100%÷4=25% */
	display:inline-block;
	/display: inline;  /* IE用ハック */
    /zoom: 1;  /* IE用ハック */
	margin-bottom:16px;
}
#r_searchList .innerBox{
	margin:10px;
}
#r_searchList .name{
	margin:5px 0;
}
#r_searchList .imgWrap{
	text-align:center;
}
#r_searchList .price{
	font-weight:bold;
	color:#661e00;
}
#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;
	text-align:center;
}


/*----------------------------------------------------
	買い物カゴ #basket
----------------------------------------------------*/
#r_basket{
	margin-bottom:60px;
}
#basketTable{
	width:100%;
	margin-top:30px;
}
#basketTable th,#basketTable td{
	text-align:center;
	border-bottom:1px solid #e8e4df;
	padding:6px;
}
#basketTable th{
	border-bottom:1px solid #e8e4df;
	background:#f2efeb;
	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 #e8e4df;
}
#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%;
	margin-top:8px;
}
#wishTable th,#wishTable td{
	text-align:center;
	border-bottom:1px solid #e8e4df;
	padding:6px;
}
#wishTable th{
	border-bottom:1px solid #e8e4df;
	background:#f2efeb;
}
#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;
	background:#fff;
}
/*----------------------------------------------------
	ご利用ガイド #guideMain
----------------------------------------------------*/
#wrapper #guideMain{
	margin:0 80px;
}

/*----------------------------------------------------
   カタログ #catalog
----------------------------------------------------*/
#catalog .ctlg_text{
    margin-top:24px;
}
#r_catalog .catalogCart{
    text-align:right;
    margin:8px 0;
}


/*------------------------------------------------------------------------------------------------------------------------------
	商品カテゴリーリスト #r_categoryList
-------------------------------------------------------------------------------------------------------------------------------*/
#r_resultInfo {
    font-size: 11px;
    margin: 5px auto 10px;
}

#r_categoryList .innerBox {
	overflow: hidden;
}
#r_categoryList .innerBox .imgWrap {
	margin: 0 auto 0;
}
#r_categoryList .innerBox .imgWrap a {
	width: 200px;
	display: block;
	height:228px;
	background:url(https://gigaplus.makeshop.jp/marutayashop/img_common/to_item_btn_off.gif) center bottom no-repeat;
}
#r_categoryList .innerBox .imgWrap a:hover {
	background:url(https://gigaplus.makeshop.jp/marutayashop/img_common/to_item_btn_on.gif) center bottom no-repeat;
}
#r_categoryList .innerBox .imgWrap {
	margin: 0;
}

#r_categoryList .innerBox .imgWrap img {
	width: 200px;
	margin: 0 auto;
}
#r_categoryList .innerBox p.name {
	font-size: 14px;
	margin: 10px 0;
	text-aligin: center;
}
#r_categoryList .innerBox p.name a {
	text-decoration: none;
	font-weight: bold;
}
#category .innerList li {
	width: 33%;
}
#r_categoryList .detail p {
	
}


/*------------------------------------------------------------------------------------------------------------------------------
	商品グループリスト #r_group
-------------------------------------------------------------------------------------------------------------------------------*/

#r_group #M_group .name img,
#r_group #M_group .spe {
	display: none;
}
#r_group #M_group .itemImg img {
	width:100%;
}


/*------------------------------------------------------------------------------------------------------------------------------
	商品カートまわり #detailInfo
-------------------------------------------------------------------------------------------------------------------------------*/

#detailInfo {
	overflow:hidden;
	background-color: #F2EFEA;
	padding:10px;
	text-align:left;
}
#detailInfo div {
	margin: 0 0 10px;
}
#detailInfo div span {
	font-size: 13px;
	margin: 0 0 10px 0;
	font-weight: bold;
	color:#403C39;
}
#detailInfo div.price {
	font-size: 18px;
	color:#B91A07;
}
#detailInfo div.price span {
	font-size: 18px;
	color: #403C39;
	font-weight: normal;
}
#detailInfo div.qty {
	margin: 0;
}
#detailInfo div.qty span {
	margin: 0;
	font-size: 18px;
	color: #403C39;
	font-weight: normal;
}
#detailInfo div.qty img {
	padding: 2px 0 0;
	vertical-align: top;
}
#detailInfo p span#M_nameItem1 {
	font-size: 12px;
	font-weight: bold;
	border-left: 4px solid #A59C95;
	padding-left:10px;
	display: block;
}

#detail #r_detailWrap {
	margin-bottom: 10px;
}

/*------------------------------------------------------------------------------------------------------------------------------
	名入れグループ .M_nameTxt
-------------------------------------------------------------------------------------------------------------------------------*/
#detailInfo #M_nameCustom {
    background-color: #D6D3CE;
    margin: 20px 0 10px;
    padding: 10px;
}
.M_nameTxt {
	border-bottom: 1px solid #A59C95;
	font-size: 11px;
	padding: 5px 0;
}
.M_nameTxt span {
	color: #403C39;
	font-size: 12px;
font-weight: bold;
}
#M_nameTxt a {
text-align:right;
}



/*****************************************************

	フッタ #footer

*****************************************************/
#wrapper .pageTop a{
	margin-top:60px;
	float:right;
	display:block;
	text-indent:-9999em;
	background:url(/images/original_design_default/samplesource/7/pagetop.png) no-repeat 0 0;
	width:80px;
	height:9px;
	line-height:0.7;
}
#wrapper .pageTop a:hover{
	background-position:0 -9px;
}
#footerWrap{
	width:100%;
	background:url(/images/original_design_default/samplesource/7/footerBg.png) repeat-x top center #fff;
	margin-top:20px;
}
#footer{
	width:960px;
	margin:0 auto;
	padding:20px 0;
	font-size:11px;
}
#f_nav{
	overflow:hidden;
	_zoom:1;
	float:left;
}
#f_nav li{
	display:inline;
	padding-right:1em;
}
#f_info{
	float:right;
	width:400px;
	text-align:right;
	color:#666;
}
#f_info a{
	color:#666;
}

/*----------------------------------------------------
	paymentBox
----------------------------------------------------*/
#paymentBox {
	width: 960px;
	margin: 15px auto;
	overflow: hidden;
}

#paymentBox .box {
	width: 310px;
	overflow: hidden;
	float: left;
}
#paymentBox .box p {
	font-size: 13px;
	margin: 0 15px 15px;
}
#paymentBox .box .pay_st h5 {
	text-align: center;
	font-size: 15px;
	margin: 0 0 15px;
	padding: 5px 0;
	color: #403C39;
	font-weight: bold;
	border-top: 3px solid #4A3C31;
	border-bottom: 1px solid #A59C95;
	clear: both;
}

#paymentBox .box dl,
#paymentBox .box dt,
#paymentBox .box dd {
	margin: 0;
	padding: 0;
}
#paymentBox .box .case dt {
	border-left: 4px solid #EAB624;
	margin: 0 0 10px 15px;
	padding: 0 0 0 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
#paymentBox .box dd {
	margin: 0 0 15px;
	font-size: 13px;
}

#paymentBox .box .case table {
	width: 280px;
	margin: 0 15px;
	border: 1px solid #A59C95;
	border-collapse: collapse;
}

#paymentBox .box .case table th {
	font-size: 12px;
	background-color: #F2EFEA;
	color: #403C39;
	padding: 5px 0;
	text-align: center;
	border-right: 1px solid #A59C95;
	border-bottom: 1px solid #A59C95;
}
#paymentBox .box .case table td {
	padding: 5px;
	border-right: 1px solid #A59C95;
	border-bottom: 1px solid #A59C95;
	font-size: 12px;
	text-align: right;
}
#paymentBox .box table.txt_L td {
	text-align: left;
	padding-left: 10px;
}

#paymentBox .box .detail a {
	background-color: #4A3C31;
	text-decoration: none;
	font-size: 13px;
	color: #F2EFEA;
	padding: 5px 10px;
	margin: 0 0 20px;
	float: right;
}

#paymentBox .box .detail a:hover {
	background-color: #f78500;
}



/* 20170217 追加*/

#itemImg iframe {
height:470px !important;
}