/*****************************************************

	全ての要素をリセット
	各ブラウザの表示を統一するための設定です

*****************************************************/
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;text-indent:0.5em;}
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;
text-indent:0.5em;
	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{
	text-indent:0.5em;
}
table{
	border-collapse:collapse;
}




/*****************************************************

	基本設定、リンクカラーなど

*****************************************************/
#wrap{
	width:100%;
	height:100%;
}

#wrapper{
	width:960px;
	margin:20px auto 0;
}

#makebanner{
	width:960px;
	margin-top:40px;
}

a:link {
	color:#403c39;
	text-decoration:underline;
}

a:visited{
	color:#9e948d;
	text-decoration:underline;
}

a:hover{
	color:#f78500;
	text-decoration: none;
}

a:active{
	color:#ed1c24;
	text-decoration:underline;
}
/* 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(/images/original_design_default/samplesource/7/body_bg.png) repeat-x bottom;
	text-align:center;
}
#header{
	width:960px;
	position:relative;
	margin:0 auto;
}
#h_logo{
	float:left;
	width:30%;
	margin-top:10px;
}
#h_logo .M_ShopLogo{
	float:left;
	margin-top:12px;
}
#h_right{
	float:right;
	width:100%;
	height:97px;
}
/* サブナビゲーション */
#subNav{
	position:absolute;
	right:0;
	height:24px;
}
#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;
	height:24px;
	background:url(/images/original_design_default/samplesource/7/hNav01.png) no-repeat top;
	text-indent:-9999em;
	text-align:left;
}
#subNav #subNav01 .M_logoutBtn{
	display:block;
	width:85px;
	height:24px;
	background:url(/images/original_design_default/samplesource/7/hNav01_out.png) no-repeat top;
	text-indent:-9999em;
	text-align:left;
	float:left;
}
#subNav li a{
	display:block;
	height:24px;
	text-indent:-9999em;
}
#subNav li#subNav01 a{
	background:url(/images/original_design_default/samplesource/7/hNav01.png) no-repeat 0 0;
	width:85px;
}
#subNav li#subNav02 a{
	background:url(/images/original_design_default/samplesource/7/hNav02.png) no-repeat 0 0;
	width:104px;
}
#subNav li#subNav03 a{
	background:url(/images/original_design_default/samplesource/7/hNav03.png) no-repeat 0 0;
	width:67px;
}
#subNav li#subNav04 a{
	background:url(/images/original_design_default/samplesource/7/hNav04.png) no-repeat 0 0;
	width:59px;
}
#subNav li#subNav05 a{
	background:url(/images/original_design_default/samplesource/7/hNav05.png) no-repeat 0 0;
	width:115px;
}
#subNav li#subNav01 a:hover,#subNav li#subNav02 a:hover,#subNav li#subNav03 a:hover,#subNav li#subNav04 a:hover,#subNav li#subNav05 a:hover{
	background-position:0 -24px;
}
#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:32px;
	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:33px;
}
#gNav li{
	float:left;
}
#gNav li a{
	display:block;
	width:134px;
	height:33px;
	text-indent:-9999em;
}
#gNav li#gNav01 a{
	background:url(/images/original_design_default/samplesource/7/gNav01.png) no-repeat top;
}
#gNav li#gNav02 a{
	background:url(/images/original_design_default/samplesource/7/gNav02.png) no-repeat top;
}
#gNav li#gNav03 a{
	background:url(/images/original_design_default/samplesource/7/gNav03.png) no-repeat top;
}
#gNav li#gNav04 a{
	background:url(/images/original_design_default/samplesource/7/gNav04.png) no-repeat top;
}
#gNav li#gNav05 a{
	background:url(/images/original_design_default/samplesource/7/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 -33px;
}

/*****************************************************

	左コンテンツ #leftContents

*****************************************************/
#leftContents{
	width:180px;
}
#leftContents .section{
	margin-bottom:40px;
}
.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_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;
}
/* おすすめ */
#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;
}
#r_recommend .lims table .woong td a b{
	font-weight:normal;
	font-size:11px;
}
/* ランキング */
#r_ranking .rankList{
	float:left;
	width:144px;
	margin-right:5px;
	position:relative;
	margin-top:8px;
}
#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:15px;
}
#r_ranking #rank1 em{
	background:url(/images/original_design_default/samplesource/7/ranking.png) no-repeat 0 0;
}
#r_ranking #rank2 em{
	background:url(/images/original_design_default/samplesource/7/ranking.png) no-repeat -144px 0;
}
#r_ranking #rank3 em{
	background:url(/images/original_design_default/samplesource/7/ranking.png) no-repeat -288px 0;
}
#r_ranking #rank4 em{
	background:url(/images/original_design_default/samplesource/7/ranking.png) no-repeat -432px 0;
}
#r_ranking #rank5 em{
	background:url(/images/original_design_default/samplesource/7/ranking.png) no-repeat -576px 0;
}
#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;
}
#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:14px;
	border-bottom:2px solid #d6d3cf;
	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;
}

/*----------------------------------------------------
	商品詳細 #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{
	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;
}
/* カートにいれるボタン */
#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-size:20px;
    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;
}


/* member price */
#M_member_price {
  font-size:28px !important;
  color:#333 !important;
  width:100px;
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

input#M_taxview,
#M_member_taxview {
  font-weight:bold;
  font-size:30px !important;
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  width:36px !important;
  margin-right:5px;
}

#M_memberValue {
  font-weight:bold;
  font-size:30px;
}

/*　特定商取引曜CSS　*/

TABLE.tokuteisyou {
	BORDER-RIGHT: #e3e3e3 1px solid;
	BORDER-TOP: #e3e3e3 1px solid;
	MARGIN-LEFT: auto;
	BORDER-LEFT: #e3e3e3 1px solid;
	WIDTH: 530px;
	MARGIN-RIGHT: auto;
	BORDER-BOTTOM: #e3e3e3 1px solid;
	BORDER-COLLAPSE: collapse;
	border-spacing: 0
}
TABLE.tokuteisyou TH {
	BORDER-RIGHT: #e3e3e3 0px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #e3e3e3 0px solid;
	PADDING-LEFT: 5px;
	FONT-WEIGHT: bold;
	BACKGROUND: #f5f5f5;
	PADDING-BOTTOM: 5px;
	BORDER-LEFT: #e3e3e3 1px solid;
	WIDTH: 40%;
	LINE-HEIGHT: 120%;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #e3e3e3 1px solid;
	WHITE-SPACE: nowrap;
	TEXT-ALIGN: center
}
TABLE.tokuteisyou TD {
	BORDER-RIGHT: #e3e3e3 0px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #e3e3e3 0px solid;
	PADDING-LEFT: 5px;
	FONT-SIZE: medium;
	PADDING-BOTTOM: 5px;
	BORDER-LEFT: #e3e3e3 1px solid;
	WIDTH: 60%;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #e3e3e3 1px solid;
	WHITE-SPACE: nowrap;
	TEXT-ALIGN: left
}
TABLE.logo {
	BORDER-RIGHT: 0px;
	BORDER-TOP: 0px;
	BORDER-LEFT: 0px;
	WIDTH: 386px;
	BORDER-BOTTOM: 0px;
	border-spacing: 0
}
TABLE.logo TH {
	BORDER-RIGHT: medium none;
	PADDING-RIGHT: 5px;
	BORDER-TOP: medium none;
	PADDING-LEFT: 5px;
	BACKGROUND: none transparent scroll repeat 0% 0%;
	PADDING-BOTTOM: 5px;
	BORDER-LEFT: medium none;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: medium none;
	TEXT-ALIGN: left
}
TABLE.logo TD {
	BORDER-RIGHT: medium none;
	PADDING-RIGHT: 5px;
	BORDER-TOP: medium none;
	PADDING-LEFT: 5px;
	FONT-SIZE: x-small;
	PADDING-BOTTOM: 5px;
	BORDER-LEFT: medium none;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: medium none;
	TEXT-ALIGN: left
}

caption{
	font-weight:bold;
	text-align:left;
}

.style1 {color: #FF0000}

/*　特定商取引曜CSS　*/


/*フッターコンテンツ用CSS*/
#footer_outline {
	width: 960px;
	height: 1000px;
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 24px;
	text-align: left;
}
#footer_title {
	background-color: #666;
	height: 30px;
	width: 960px;
	color: #FFF;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
}
#footer_left_area {
	height: auto;
	width: 320px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
#footer_center_area {
	padding: 0px;
	height: auto;
	width: 320px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
#footer_right_area {
	height: auto;
	width: 320px;
	float: left;
	margin-top: 20px;
}
.footer_title {
	padding: 0px;
	width: 300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #666;
	color: #FFF;
	line-height: 20px;
	height: 20px;
}
#footer_souryou_area {
	width: 320px;
	margin-top: auto;
	margin-bottom: auto;
}
#footer_souryou_txt {
	width: 300px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}
#footer_nouki_area {
	width: 320px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#footer_nouki_txt {
	padding: 0px;
	width: 300px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#footer_henpin_area {
	padding: 0px;
	height: auto;
	width: 320px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer_henpin_txt {
	padding: 0px;
	height: auto;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
#footer_siharai_area {
	padding: 0px;
	height: auto;
	width: 320px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#footer_siharai_txt {
	padding: 0px;
	height: auto;
	width: 300px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer_privacy_area {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 320px;
}
#footer_privacy_txt {
	padding: 0px;
	height: auto;
	width: 300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer_haisoujikan_area {
	padding: 0px;
	height: auto;
	width: 320px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#footer_haisoujikan_txt {
	padding: 0px;
	height: auto;
	width: 300px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer_toiawase_area {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 320px;
}
#footer_toiawase_txt {
	height: auto;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#sagawa_log_area {
	padding: 0px;
	float: left;
	height: 80px;
	width: 115px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#sagawa_log_setumei {
	margin: 0px;
	height: 68px;
	width: 180px;
	float: left;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 10px;
	line-height: 20px;
}



/*****************************************************

	　　　　　適合機種用CSS

*****************************************************/

/*accordion*/
dl.accordion dt {
  /*background: #333;*/
  cursor: pointer;
  border-bottom: 1px solid #fff;
  word-wrap:break-word;
  
  /* height: 30px;*/
background: -o-linear-gradient(bottom, #969696 0%, #B5B5B5 100%);
background: -moz-linear-gradient(bottom, #969696 0%, #B5B5B5 100%);
background: -webkit-linear-gradient(bottom, #969696 0%, #B5B5B5 100%);
background: -ms-linear-gradient(bottom, #969696 0%, #B5B5B5 100%);
background: linear-gradient(to bottom, #969696 0%, #B5B5B5 100%);
border-top: 1px dashed #808080;
border-bottom:  1px dashed #808080;
}

dl.accordion dt {
  display: block;
  padding:20px 5px 20px 10px;
  color: #ffffff;
  font-size: 15px;
  background:#B3B3B3;
}

dl.accordion dt::before {
  content: '';
  position: relative;
  float: right;
  border: 8px solid transparent;
  border-top-color: #fff;
  width: 0;
  height: 0;
  top: 5px;
  right: -20px;
}

dl.accordion dt.open::before {
  content: '';
  position: relative;
  float: right;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  width: 0;
  height: 0;
  top: -5px;
  right: -20px;
}

.accordion dd {
  word-wrap:break-word;
  padding:0;
}

dl.accordion dd ul li {
  /*border-bottom: 1px solid #a9a9a9;*/
  list-style: none;
  color:#6C6C6C;
  line-height:1.8em;
  margin:10px 3px 10px 3px;
}

dl.accordion dd ul{
	background:#FFFFFF;
	color:#FFFFFF;
}

.accordion2 li{
  border-bottom:1px #808080 dashed;
  color:#ffffff;
  font-size: 15px;
}

.accordion2 li a{
  padding:15px 0 15px 10px;
  display: block;
}

.accordion3 li{
  border-bottom:1px #7A7A7A dashed;
  color:#7A7A7A;
  font-size: 15px;
  padding:15px 0 15px 10px;
  display: block;
}


.title_te{
 	padding:15px 5px 12px 10px;
	font-weight:bold;
	background:#696969;
	color:#FFFFFF;
	
}

.f12{
	font-size:12px;
	
}

.setumei{
	margin-top:10px;
	
}

.setumei p{
	color:#636363;
	font-size:14px;
	margin-bottom:10px;
}

.red{
	color:#F80105;
}

.mgt10{ margin-top:10px;}
.mgt20{ margin-top:20px;}

.mgb5{ margin-bottom:5px;}

.mgb20{ margin-bottom:20px;}




/****************************************************

リチウムイオンポリマーについてのページ用CSS

*****************************************************/


.pagemein_left{
	width: 90%;
	margin-bottom: 60px;
	margin-right: auto;
	margin-left: auto;
}
.post{
	margin-bottom:80px;
}

.titlebar01{
	width: 90%;
        font-size: 25px;
	height: auto;
        margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.entry{
	margin-top:40px;
	line-height:20px;
}

.titlebar01 a{
	color: #00688C;
	font-size: 5vw;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 90%;
}

/*****************************************************

	独自デザイン用フッタ #footer

*****************************************************/

/*フッターコンテンツ用CSS*/
#footer_outline_other {
	width: 100%;
	height: 1000px;
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 24px;
	text-align: left;
}
#footer_title_other {
	background-color: #f7a72d;
	height: 30px;
	width: 100%;
	color: #FFF;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
}

/*****************************************************

	商品ページ用CSS

*****************************************************/
#syouhin_area{

display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	width: 1000px;
height:2500px;
	
	}

#image_area{
	width:65%;
padding-right:5%;

}

#big_image{

	margin-bottom:30px;
}


#cart_area{
	width:30%;
}

#item_area ul li{
	list-style:none;
}


#title_syouhin{
	width:100%;
	background-color:#CCC;
	font-size:16px;
	padding-top:10px;
	padding-bottom:10px;

}

#list_decoration{
	text-align:left;
	width:80%;
	margin-right:auto
}
