/*****************************************************

    全ての要素をリセット
    各ブラウザの表示を統一するための設定です

*****************************************************/
html {overflow-y: scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table { border-collapse: collapse;border-spacing: 0;}
caption,th,p {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;text-align:left;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
img{vertical-align:middle;}
.line {font-size:1px;line-height:1px;}

/*--- default */
body {
    background: #fff;
    color: #333;
    font-size: 13px;
    font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height:1.4;
    text-align:center;
    border-top:5px solid #4d4d4d;
}
body td,body th{
    font-size:13px;
}
table{
    border-collapse:collapse;
}

/*****************************************************

    基本設定、リンクカラーなど

*****************************************************/
#wrap{
    width:100%;
    height:100%;
}
#wrapper,#makebanner,#topImage{
    width:960px;
    margin:0 auto;
}
#wrapper{
    margin-top:30px;
}
a:link {
    color:#1049A0;
    text-decoration:underline;
}

a:visited{
    color:#1049A0;
    text-decoration:underline;
}

a:hover{
    color:#345ECB;
    text-decoration: none;
}

a:active{
    color:#1049A0;
    text-decoration:underline;
}
.clear:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clear            { zoom: 1; } /* IE6 */
*:first-child+html .clear { zoom: 1; } /* IE7 */

a:hover img{
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
}
/*****************************************************

    ヘッダ #header

*****************************************************/
#headerWrap{
    width:100%;
    background: #fff url(/images/original_design_default/samplesource/3/body_bg.png) repeat-x bottom;
    text-align:center;
    padding-bottom:15px;
}
#header{
    width:960px;
    position:relative;
    margin:0 auto;
}
#head{
    margin-bottom:10px;
    min-height:75px;
    height: auto !important;
    height: 75px;
}
#header h1{
    margin-top:5px;
}
#h_logo{
    float:left;
    width:360px;
    text-align:left;
}
#h_right{
    float:right;
    width:600px;
}
/* サブナビゲーション */
#subNav{
    position:absolute;
    top:5px;
    right:0;
    text-align:right;
    height:14px;
}
#subNav img{
    vertical-align:top;
}
#subNav li{
    display:inline-block;
    *display: inline;
    *zoom: 1;
    margin-left:4px;
    vertical-align:top;
}
#subNav .M_loginBtn{
    display:block;
    width:55px;
    height:14px;
    background:url(/images/original_design_default/samplesource/3/hNav01.png) no-repeat 0 0;
    text-indent:-9999em;
    text-align:left;
    overflow:hidden;
}
#subNav .M_logoutBtn{
    display:block;
    width:67px;
    height:14px;
    background:url(/images/original_design_default/samplesource/3/hNav01_out.png) no-repeat 0 0;
    text-indent:-9999em;
    text-align:left;
    float:left;
    overflow:hidden;
}
#subNav .M_loginBtn:hover,
#subNav .M_logoutBtn:hover{
    background-position:0 -14px;
}
#subNav .M_helloMsg{
    float:left;
    font-size:11px;
    margin-right:5px;
    line-height:14px;
}
#cart{
    position:absolute;
    top:24px;
    right:0;
}
/* 電話番号 */
#telnum,#M_basketTemp1{
    float:right;
}
#telnum{
    padding:0 10px;
}
#telnum p{
    margin:4px auto 0;
}
#telnum em{
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:20px;
}
/* 買い物カゴ */
#M_basketTemp1 .M_headItem{
	text-align:left;
}

/* グローバルナビゲーション */
#gNav{
    width:960px;
    height:50px;
}
#gNav li{
    float:left;
}
#gNav li a{
    display:block;
    width:192px;
    height:50px;
    text-indent:-9999em;
    overflow:hidden;
}
#gNav li#gNav01 a{
    background:url(/images/original_design_default/samplesource/3/gNav01.png) no-repeat top;
}
#gNav li#gNav02 a{
    background:url(/images/original_design_default/samplesource/3/gNav02.png) no-repeat top;
}
#gNav li#gNav03 a{
    background:url(/images/original_design_default/samplesource/3/gNav03.png) no-repeat top;
}
#gNav li#gNav04 a{
    background:url(/images/original_design_default/samplesource/3/gNav04.png) no-repeat top;
}
#gNav li#gNav05 a{
    background:url(/images/original_design_default/samplesource/3/gNav05.png) no-repeat top;
}
#gNav li#gNav01 a:hover,#gNav li#gNav02 a:hover,#gNav li#gNav03 a:hover,#gNav li#gNav04 a:hover,#gNav li#gNav05 a:hover{
    background-position:0 -50px;
}

/*****************************************************

    左コンテンツ #leftContents

*****************************************************/
#leftContents{
    width:180px;
}
#leftContents .section{
    margin-bottom:20px;
}
#leftContents .inner{
    border:1px solid #b2b2b2;
    border-top:none;
}
/* 検索input */
.inputWrap{
    padding:10px;
}
.inputWrap img{
    float:left;
    _margin-left:0;
}
.search_input{
    width:128px;
    float:left;
    height:20px;
    border:1px solid #b2b2b2;
}
/* カテゴリーメニュー */
#l_category td{
	text-align:left;
}
/* 会員メニュー */
#l_member ul{
    text-align:right;
    margin-bottom:5px;
}
#l_member li{
    display:inline;
    font-size:11px;
    background:url(/images/original_design_default/samplesource/3/listIconR.png) no-repeat left;
    padding-left:12px;
    margin-left:2px;
}
#l_member li a{
    color:#333;
}
/* カレンダー */
#l_calendar table{
    margin-bottom:5px;
    border-collapse:separate;
    border-spacing:1px;
}
/* 中央揃え */
#l_owner,#l_banner{
    text-align:center;
}
#l_owner table{
    margin:0 auto;
}
/* 投票 */
#l_poll img{
    margin:0 2px;
}
#l_poll b{
    color:#333;
}
#l_poll input{
    margin-right:5px;
}
#l_poll td{
    text-align:left;
}
#l_poll a img{
    display:none;
}
#l_poll a{
    display:block;
    height:21px;
    float:left;
    margin-right:4px;
}
#l_poll a#poll_b01{
    width:58px;
    background:url(/images/original_design_default/samplesource/3/poll_b01.png) no-repeat 0 0;
    margin-left:28px;
}
#l_poll a#poll_b02{
    width:69px;
    background:url(/images/original_design_default/samplesource/3/poll_b02.png) no-repeat 0 0;
}
#l_poll a#poll_b01:hover,#l_poll a#poll_b02:hover{
    background-position:0 -21px;
}
/* 掲示板 */
#l_board table{
    width:100%;
}
#l_board td{
	text-align:left;
}
/* バナー */
.M_bannerList img{
	margin: 0 auto 8px;
	max-width: 100%;
}

/*****************************************************

    メインコンテンツ #rightContents

*****************************************************/
.rightContents{
    width:760px;
    margin-left:20px;
}
.rightContents .section{
    margin-bottom:30px;
}

/*----------------------------------------------------
    中央画面 #top
----------------------------------------------------*/
.r_left{
    float:left;
    width:520px;
}
.r_right{
    float:right;
    width:220px;
}
.titleMgn{
    margin-bottom:10px;
}
#r_shopIntro{
    margin-bottom:0;
}
/* 新着 */
#r_new .lims table{
    margin:10px auto;
    width:170px;
}
#r_new .lims table .woong td{
    text-align:left;
    font-weight:bold;
    padding-top:5px;
}
#r_new .lims table .woong td a{
    font-weight:normal;
}
#r_new .lims table .woong td img{
    margin-left:5px;
}
/* おすすめ */
#r_recommend .lims table{
    margin:10px;
    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:152px;
    position:relative;
}
#r_ranking em{
    display:block;
    text-indent:-9999em;
}
#r_ranking .rankImg{
    margin:5px auto;
}
#r_ranking #rank1 em{
    background:url(/images/original_design_default/samplesource/3/rankIcon1.png) no-repeat center;
    width:31px;
    height:25px;
}
#r_ranking #rank2 em{
    background:url(/images/original_design_default/samplesource/3/rankIcon2.png) no-repeat center;
    width:28px;
    height:22px;
}
#r_ranking #rank3 em{
    background:url(/images/original_design_default/samplesource/3/rankIcon3.png) no-repeat center;
    width:28px;
    height:22px;
}
#r_ranking #rank4 em{
    background:url(/images/original_design_default/samplesource/3/rankIcon4.png) no-repeat center;
    width:17px;
    height:17px;
}
#r_ranking #rank5 em{
    background:url(/images/original_design_default/samplesource/3/rankIcon5.png) no-repeat center;
    width:17px;
    height:17px;
}
#r_ranking p{
    text-align:left;
}
#r_ranking .rankPrice{
    font-weight:bold;
}
/* レビュー */
#r_review #M_reviewView,
#r_review #M_reviewView table{
    width:100%;
    margin:0;
	text-align:left;
}
/* 最近チェックした商品 */
#r_recent #recent{
    margin-top:10px;
}
#r_recent #recent .itemBox,#r_recent #recent .itemBox table{
    width:130px;
}
#r_recent .name,#r_recent .price{
    text-align:left;
    margin:5px 5px 0;
}
#r_recent .price{
    font-weight:bold;
}
#r_recent #recent .line{
    width:0;
}
#r_recent #recent .line img{
    display:none;
}
/* お知らせ */
#top #r_news img{
    margin-bottom:10px;
}
#top #r_news td.woong{
    padding:2px 10px 2px 0;
    border-bottom:1px dotted #b2b2b2;
	text-align:left;
}
/*----------------------------------------------------
    商品カテゴリーと商品詳細　共通
----------------------------------------------------*/
.pankuzu{
    text-align:left;
    /*background:#e6e6e6;
    border:1px solid #c9c9c9;*/
    line-height:20px;
    margin-bottom:10px;
}
.pankuzu a{
    padding:0 5px;
    font-size:11px;
    color:#333;
}
.pankuzu  font{
    color:#333;
    font-size:11px;
}
/*----------------------------------------------------
    商品カテゴリー #category
----------------------------------------------------*/
/* カテゴリー */
#category h2{
    font-size:14px;
    margin-bottom:20px;
    background:url(/images/original_design_default/samplesource/3/h2title.png) no-repeat center;
    line-height:60px;
    height:60px;
    padding-left:20px;
}

/* 検索結果と並び替え */
#r_resultInfo{
    font-size:11px;
    margin:0 auto 10px;
}
.total{
    float:left;
}
.listSort{
    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用ハック */
}
#category .innerBox{
    margin:10px;
    text-align:center;
}
#category .detail{
  text-align: left;
}
#category .name{
    margin-bottom:5px;
}
#category .imgWrap{
    text-align:center;
    margin-bottom:5px;
}
#category .imgWrap img {
    max-width:170px;
}
#category .price span{
    padding:0 2px;
}
#category .price{
    font-weight:bold;
    color:#333;
}
#category .consumerPrice{
    font-size:11px;
    color:#999;
    text-decoration:line-through;
}
#category .else{
    text-align:left;
}
#category .else li{
    float:none;
    width:auto;
    display:inline;
}
#category .M_lumpinput{
    text-align:right;
}
#category .matomegai{
	margin: 4px 0;
	display: inline-block;
}
#category .matomegai a{
	border: 1px solid #999;
	padding: 2px 5px;
	font-size: 11px;
	display: inline-block;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	color: #999;
	text-decoration: none;
}
#category .matomegai a:hover{
	background: #999;
	color: #fff;
}
#category .content{
    border-top:1px dashed #b2b2b2;
    padding:10px 0;
    margin:10px auto;
    border-bottom:1px dashed #b2b2b2;
    font-size:11px;
}
#category .M_item-stock-smallstock{
	color: #D42222;
}
#category .btnWrap{
    margin:10px auto 5px;
    background:#e6e6e6;
    padding:5px 0;
    text-align:left;
}
#category .btnWrap img{
    margin-left:5px;
}
#category .btnWrap .soldout{
    text-align:center;
    color:#cc0000;
}

/*----------------------------------------------------
    商品詳細 #detail
----------------------------------------------------*/
#itemLink{
    margin-bottom:30px;
    font-size:11px;
}
.item_prev{
    float:left;
    background:url(/images/original_design_default/samplesource/3/listIconL.png) no-repeat left;
    padding-left:14px;
}
.item_next{
    float:right;
    background:url(/images/original_design_default/samplesource/3/listIconR.png) no-repeat right;
    padding-right:14px;
}
#itemImg{
    float:left;
    width:300px;
}
#itemInfo{
    float:right;
    width:440px;
}
/* [INFO]タグ */
#detailInfo table{
    width:100%;
    margin-bottom:10px;
}
#detailInfo table td{
    height:auto;
	text-align:left;
}
#itemInfo #detailInfo table font{
    color:#d42222;
}
#detailInfo table input{
    margin-right:5px;
}
#detailInfo table img{
    vertical-align:auto;/* IE対策 */
}
#detailInfo #M_usualValue td{
    font-size:16px;
    padding:10px 0;
}
#wrapper #makebanner #detailInfo #M_usualValue,
#wrapper #makebanner #detailInfo #M_price2,
#wrapper #makebanner #detailInfo #M_taxview{
    border:none;
    width:auto;
    font-weight:bold;
    font-size:16px;
    font-family:Arial, Helvetica, sans-serif;
}
#detailInfo #M_usualValue{
    font-size:15px;
    font-weight:bold;
}
#detailInfo #M_taxview{
    width:auto;
}
/* 拡大画像ボタン */
#viewButton{
    text-align:right;
}
/* 商品名 */
#detail h2{
    margin-bottom:20px;
    font-size:15px;
}
/* 商品詳細 */
#detail .detailTxt{
    border-top:1px dotted #b2b2b2;
    border-bottom:1px dotted #b2b2b2;
    padding:10px 0;
    margin-bottom:20px;
}
/* オプション表 */
#wrapper #detail .stockList input{
    border:0;
}
#wrapper #detail .stockList td{
	text-align:center;
}

.M_inventory *{
    font-size:13px;   
}

.M_inventory table.stockList th, .M_inventory table.stockList td{
	padding: 6px !important;
}

.M_inventory span[class^="M_select-option"]{
	display: block;
	margin-top: 4px;
}

.M_inventory .M_select-option-soldout,
.M_inventory .M_select-option-smallstock{
	color: #D42222;
}

.M_inventory .M_select-option-soldout{
	margin-bottom: 4px;
}

.M_select-option-restock-btn:link,
.M_select-option-restock-btn:active,
.M_select-option-restock-btn:visited{
	display: inline-block;
	padding: 2px 24px;
	background: #333;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
}

.M_select-option-restock-btn:hover{
	background: #666;
}
/* メールリンク */
#r_contact{
    margin:10px 0 10px -5px ;
}
#r_contact li{
    float:left;
    margin-left:5px;
}
/* SNS */
#r_sns{
    margin-top:10px;
}
#r_sns li{
    float:left;
}
/* カートにいれるボタン */
#basketBtn{
    background:#e6e6e6;
    padding:10px;
    margin-top:10px;
}
#basketBtn .soldout{
    text-align:center;
    color:#cc0000;
}
/* 追加商品説明文 */
#r_detailExt{
    margin-bottom:0;
}
/* 追加商品画像 */
#r_addImg{
    margin-bottom:0;
}
#r_addImg li{
    float:left;
    width:33%;
    text-align:center;
    padding-bottom:30px;
    line-height:1.4;
}
#r_addImg li .inner{
    margin:0 10px;
}
#r_addImg .addImg a{
    border:1px solid #b2b2b2;
    padding:5px;
    display:block;
}
#r_addImg li p{
    width:100%;
    margin:10px 5px 0;
}
/* レビュー */
#detail #r_review{
    margin-bottom:40px;
}
#detail #r_review td{
	text-align:left;
}
#detail #r_review .imgLi input{
	border:none;
}
#detail #m_reviewView td{
	text-align:center;
}
/* 商品グループ */
#r_group{
    border-top: 1px dashed #B2B2B2;
    padding-top: 20px;
}
#r_group h3{
    font-weight:bold;
    background:url(/images/original_design_default/samplesource/3/titleIcon.png) no-repeat left;
    padding-left:20px;
}
#r_group #M_group{
    width:100%;
    margin:16px auto;
    border-collapse:collapse;
}
#r_group #M_group .itemBox, #r_group #M_group .itemBox table, #r_group #M_group td.itemImg {
    width: 170px;
}
#r_group #M_group .itemBox{
    vertical-align:top;
}
#r_group #M_group .name, #r_group #M_group .spe,#r_group #M_group .price {
    margin: 5px 5px 0;
    text-align: left;
}
#r_group #M_group .itemImg{
    text-align:center;
}
#r_group #M_group .line {
    width: 10px;
}
#r_group #M_group .line img {
    display: none;
}
#r_group #M_group .price {
    font-weight: bold;
}
/* 最近チェックした商品 */
#detail #r_recent{
    border-top:1px dashed #b2b2b2;
    padding-top:20px;
}
#detail #recent .itemBox,#detail #recent .itemBox table{
    width:190px;
}

/*----------------------------------------------------
    商品検索 #search
----------------------------------------------------*/
#r_searchName{
    margin:20px 0 20px;
}
#r_searchName font{
    color:#333;
    font-weight:bold;
}
#r_searchInput{
    background:#dedede;
    padding:10px;
}
#r_searchInput table{
    width:740px;
    background:#fff;
}
#r_searchInput .btnWrap{
    margin-top:10px;
}
#r_searchInput th,#r_searchInput td{
    border:1px solid #b2b2b2;
    padding:6px 8px;
	text-align:left;
}
#r_searchInput th{
    background:#eee;
}
#r_searchInput #searchPrice input{
	width:60px;
}
#r_searchList table,
#r_pager table{
    width:100%;
}
.searchResult{
    font-size:14px;
    margin-bottom:20px;
    background:url(/images/original_design_default/samplesource/3/searchIcon.png) no-repeat left;
    padding-left:20px;
}
#r_searchList .innerList{
    letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
    text-align:left;
}
#r_searchList .innerList li{
    width:25%;
    display:inline-block;
    vertical-align: top;
    letter-spacing: normal; /* 文字間を通常に戻す */
    /display: inline;  /* IE用ハック */
    /zoom: 1;  /* IE用ハック */
}
#r_searchList .innerBox{
    margin:10px;
}
#r_searchList .name{
    margin-bottom:5px;
}
#r_searchList .imgWrap{
    text-align:center;
}
#r_searchList .price{
    font-weight:bold;
    color:#333;
}
#r_searchList .else{
    text-align:left;
}
#r_searchList .else li{
    float:none;
    width:auto;
    display:inline;
}
#r_searchList .btnWrap{
    margin:10px auto 5px;
    background:#e6e6e6;
    padding:5px;
    text-align:center;
}
#r_searchList .soldout{
    text-align:center;
    color:#cc0000;
}

/*----------------------------------------------------
    まとめ買い #matomegai
----------------------------------------------------*/
/* まとめ買いタイトル */
#matomegai h2{
    font-size:14px;
    margin-bottom:20px;
    background:url(/images/original_design_default/samplesource/3/h2title.png) no-repeat center;
    line-height:60px;
    height:60px;
    padding-left:20px;
}

/* カテゴリーリスト */
#matomegai .innerList{
    overflow:hidden;
    _zoom:1;
    letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
    text-align:left;
}
#matomegai .innerList li{
    vertical-align: top;
    letter-spacing: normal; /* 文字間を通常に戻す */
    width:25%;/* 商品数が4つなので100%÷4=25% */
    display:inline-block;
    /display: inline;  /* IE用ハック */
    /zoom: 1;  /* IE用ハック */
}
#matomegai .innerBox{
    margin:10px;
    text-align:center;
}
#matomegai .detail{
  text-align: left;
}
#matomegai .name{
    margin-bottom:5px;
}
#matomegai .imgWrap{
    text-align:center;
    margin-bottom:5px;
}
#matomegai .price span{
    padding:0 2px;
}
#matomegai .price{
    font-weight:bold;
    color:#333;
}
#matomegai .consumerPrice{
    font-size:11px;
    color:#999;
    text-decoration:line-through;
}
#matomegai .else{
    text-align:left;
}
#matomegai .else li{
    float:none;
    width:auto;
    display:inline;
}
#matomegai .M_lumpinput{
    text-align:right;
}
#matomegai .content{
    border-top:1px dashed #b2b2b2;
    padding:10px 0;
    margin:10px auto;
    border-bottom:1px dashed #b2b2b2;
    font-size:11px;
}
#matomegai .btnWrap{
    margin:10px auto 5px;
    background:#e6e6e6;
    padding:5px 0;
    text-align:left;
}
#matomegai .btnWrap .soldout{
    text-align:center;
    color:#cc0000;
}
#matomegai .btnWrap a, #matomegai .wishlistBtn{
	display: inline-block;
	text-indent: -9999em;
}
#matomegai .btnWrap a{
	width: 77px;
	height: 18px;
	margin-left: 5px;
}
#matomegai .wishlistBtn{
	width: 147px;
	height: 22px;
}
#matomegai .cartBtn{
	background: url("/images/original_design_default/samplesource/3/r_c_basketBtn.png") no-repeat;
}
#matomegai .quickBtn{
	background: url("/images/original_design_default/samplesource/3/r_c_buyBtn.png") no-repeat;
}
#matomegai .wishlistBtn{
	background: url("/images/original_design_default/samplesource/3/r_wishlistBtn.png") no-repeat;
}
#matomegai .btnWrap a:hover, #matomegai .wishlistBtn:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

/*----------------------------------------------------
    買い物カゴ #basket
----------------------------------------------------*/
#r_basket{
    margin-bottom:60px;
}
#basketTable{
    width:100%;
    margin-top:30px;
}
#basketTable th,#basketTable td{
    text-align:center;
    border-bottom:1px solid #b2b2b2;
    padding:6px;
}
#basketTable th{
    border-top:2px solid #b2b2b2;
    border-bottom:1px dashed #b2b2b2;
    white-space:nowrap;
}
#basketTable .basketNum{
    width:30px;
    padding:0;
}
#basketTable .basketImg{
    width:56px;
}
#basketTable .basketName{
    width:400px;
    text-align:left;
}
#basketTable .basketMatomegai{
	margin-top: 4px;
	display: inline-block;
}
#basketTable .basketMatomegai a{
	border: 1px solid #999;
	padding: 2px 5px;
	font-size: 11px;
	display: inline-block;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	color: #999;
	text-decoration: none;
}
#basketTable .basketMatomegai a:hover{
	background: #999;
	color: #fff;
}
.quantityWrap{
	display:table;
}
.quantityInput,.basketQunantity,.quantityAmend{
	display:table-cell;
	vertical-align:middle;
	padding:0 2px;
}
#basketTable .basketQuantity td{
    border:none;
    padding:0;
}
#basketTable .basketPoint{
    width:70px;
}
#basketTable .basketPrice{
    width:70px;
}
#basketTable .basketOption{
    text-align:left;
    margin-top:4px;
}
#basketTable .basketHaisou{
    padding:0;
}
#basketTable .carriageWrap{
    margin:4px 0;
}
#basketTable .basketHaisou p{
    text-align:right;
}
#basketTable .basketHaisou .carriageMsg1{
    color:#cc0000;
}
#basketTable .basketHaisou .carriageMsg2{
    font-size:11px;
}
#basketTable .basketBtns{
    width:80px;
}
#basketTable .basketBtns img{
    margin-bottom:2px;
}
#basketTable .basketTotal{
    text-align:right;
    background:#ebebeb;
    border-top:3px solid #b2b2b2;
}
#basketTable .basketTotal em{
    font-weight:bold;
    font-size:15px;
    color:#cc0000;
}
#basketTable .basketTotal a{
	text-decoration: underline;
	margin-left: 4px;
}
#basketTable .basketTotal a:hover{
	text-decoration: none;
}
#basketTable .totalWrap{
	width: 60%;
	margin: 0 0 0 auto;
}
#basketTable .totalItem{
	float: left;
	clear: left;
	width: 60%;
	text-align: right;
}
#basketTable .matomegaiWrap{
	margin-bottom: 4px;
}
#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;
}

/* Amazonボタン */
.amazonButtonWrap{
	margin-top:10px;
}
.amazonButton{
	width:205px;
}

/* お気に入りリスト */
#wishTable{
    width:100%;
}
#wishTable th,#wishTable td{
    text-align:center;
    border-bottom:1px solid #b2b2b2;
    padding:6px;
}
#wishTable th{
    border-top:2px solid #b2b2b2;
    border-bottom:1px dashed #b2b2b2;
}
#wishTable .wishName{
    text-align:left;
    width:240px;
}
#wishTable .wishQuantity input{
    margin-right:4px;
}
/*----------------------------------------------------
    お知らせ #news
----------------------------------------------------*/
#r_news{
    margin-top:30px;
}
#r_news #newsHead{
    text-align:left;
    border-bottom:2px solid #b2b2b2;
    padding:4px 0;
    font-size:15px;
}
#r_news #newsHead span{
    margin-right:10px;
    font-size:11px;
    color:#999;
}
#r_news #newsContents{
    text-align:left;
    padding:40px 20px;
    border-bottom:1px dashed #b2b2b2;
    margin-bottom:20px;
}
#r_news #newsAccess{
    text-align:right;
    font-size:11px;
    color:#999;
    margin-top:20px;
}
#r_news #newsNext{
    text-align:right;
    font-size:11px;
    margin-bottom:10px;
}
#r_news #newsList{
    margin-bottom:20px;
}
#r_news #newsList .line{
    background:#fff;
}
#r_news #newsList .lims{
    border-bottom:1px dashed #b2b2b2;
}
#r_news #newsListBtn{
    text-align:center;
}

/* ご利用ガイド */
#makebanner #guideMain{
    margin:0 70px;
}

/*----------------------------------------------------
    カタログ #catalog
----------------------------------------------------*/
#catalog .ctlg_text{
    margin-top:24px;
}
#r_catalog .catalogCart{
    text-align:right;
    margin:8px 0;
}

/*****************************************************

    フッタ #footer

*****************************************************/
.pageTop{
    text-align:right;
    margin-top:60px;
}
#footerWrap{
    width:100%;
    background:#ccc;
    margin-top:20px;
}
#footer{
    width:960px;
    margin:0 auto;
    padding:10px 0;
    font-size:11px;
}
#f_nav{
    overflow:hidden;
    _zoom:1;
    float:left;
}
#f_nav li{
    display:inline;
    padding:0 1em 0 8px;
    background:url(/images/original_design_default/samplesource/3/footerDot.png) no-repeat left;
}
#f_nav li a:link,#f_nav li a:visited,#f_nav li a:active{
    text-decoration:none;
    color:#333;
}
#f_nav li a:hover{
    text-decoration:underline;
    color:#666;
}
#f_info{
    float:right;
    width:400px;
    text-align:right;
    color:#666;
}
#f_info a{
    color:#666;
}


#h_logo .M_ShopLogo {
width:240px;
}

/*-----*/
.header .section-site-nav .M_headBasket {
float: none;
width: 32px;
height: 32px;
margin: 0;
margin-left: 12px;
padding: 0;
border: 0;
background: transparent;
}

.header .section-site-nav #M_headBasketSwitch {
width: 32px;
height: 32px;
float: none;
}

.header .section-site-nav #M_basketClosedBox {
width: 32px;
height: 32px;
}

.header .section-site-nav #M_basketTemp1 #M_basketClosedBox {
background: transparent url("https://gigaplus.makeshop.jp/sugarrose/_pc/common/icon_cart.png") 0 0/100% no-repeat;
transition: opacity 0.3s ease-in-out;
}

.header .section-site-nav #M_basketTemp1 #M_basketClosedBox:hover {
opacity: 0.7;
}

.header .section-site-nav #M_basketClosedBox a {
width: 32px;
height: 32px;
}

.header .section-site-nav #M_basketOpenedBox {
top: 32px;
}

.header .section-site-nav #M_headBasketIn {
display: none;
}

.header .section-site-nav .item-number-icon {
z-index: 1000;
position: absolute;
top: -4px;
right: -9px;
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
width: 19px;
height: 19px;
border-radius: 50%;
background-color: #ee1c23;
color: #fff;
text-indent: 0;
font-size: 11px;
}





/*****************************************************
    新規デザイン調整 2022
*****************************************************/
/**共通構造*********************************************/
body {
	font-family: 'Noto Sans JP', san-serif;
	font-weight: 300;
	width: 100%;
	min-width: 1200px;
	color: #000;
	border-top: 0!important;
	background: #fff top center repeat-y;
}
body * {
	box-sizing: border-box;
}
/* 全体幅調整 */
.rightContents{
	width: 870px;
    margin: 0 0 0 60px;
}
.rightContents .section {
	margin: 0 auto 60px;
	width: 870px;
}
#leftContents {
    width: 270px;
	margin: 0;
	font-size: 17px;
	text-align: left;
}
#makebanner {
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
}
#wrapper {
	width: 1200px;
	margin: 0 auto;
}
#topImage {
	width: 100%;
	min-width: 1200px;
} 
/* ヘッダ幅調整 */
#header {
	width: 100%;
	height: 165px!important;
	min-width: 1200px;
	background: #fff;
	box-shadow: 0px 6px 10px -1px #ccc;
	padding-top: 1px;
}
/* フッタ幅調整 */
#footer {
	width: 100%;
	min-width: 1200px;
    padding: 0;
    font-size: 15px;
}
/* 画像 */
img {
	display: inline-block;
	max-width: 100%;
	vertical-align: bottom;
	flex-shrink: 0;
}
/* リンク */
a,a:link,a:visited,a:active {
	text-decoration: none;
	color: #000;
}
/* hover挙動 */
a:hover{
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
	transition: all 0.3s ease;
}
/* flex */
.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;	
}
/* SEOテキスト */
.seotxt {
	display: none;
}
/**スライダー/メインビジュアル********************************/
#topImage {
	width: 100%;
	margin-bottom: 30px
}
#topImage img {
	margin-bottom: 100px;
}
/**ヘッダ調整***********************************************/
#header h1 {
    margin-top: 0;
}
.upperHead {
    width: 1200px;
    margin: 20px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.upperHead #h_logo {
	width: 330px;
}
.upNav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.upNav li {
	width: 58px;
	height: 58px;
	margin-left: 10px;
}
.upNav li.login a,
.upNav li.logout a {
display: block;
	width: 58px;
	height: 58px;
}
.upNav li.login,
.upNav li.logout {
	background: #fff;
	border-radius: 50%;
	border: 1px solid #c7c7c7;
}
.upNav li.login a {
	overflow: hidden;
	text-indent: -350%;
	background: url("https://gigaplus.makeshop.jp/drones/img/icon_logIn.svg") 40% center no-repeat;
	background-size: auto 54%;
}
.upNav li.logout a {
	overflow: hidden;
	text-indent: -350%;
	background: url("https://gigaplus.makeshop.jp/drones/img/icon_logOut.svg") 40% center no-repeat;
	background-size: auto 54%;
}
.upNav li.cart {
	background: #ED6D00;
	border-radius: 50%;
}
/* かごの商品数アイコン */
#header .upNav .M_headBasket {
    float: none;
    width: 58px;
height: 58px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
	text-indent: -350%;
}
#header .upNav #M_headBasketSwitch {
	width: 58px;
	height: 58px;
	float: none;
}
#M_basketClosedBox {
	width: 58px;
	height: 58px;
	position: relative;
}
#header .upNav #M_basketTemp1 #M_basketClosedBox {
	width: 58px;
	height: 58px;
	background: transparent url("https://gigaplus.makeshop.jp/drones/img/icon_cart.svg") center center no-repeat;
	transition: opacity 0.3s ease-in-out
}
#M_basketTemp1 #M_basketClosedBox:hover {
	opacity: 0.7;
}
#header .upNav #M_basketClosedBox a {
	width: 58px;
	height: 58px;
}
#header .upNav #M_basketOpenedBox {
	top: 58px;
}	
#header .upNav #M_headBasketIn {
	display: none;
}
.item-number-icon {
	z-index: 100;
	position: absolute;
	top: -4px;
	right: -9px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #3E3E3E;
	color: #fff;
	text-indent: 0;
	font-size: 11px;
}

/* Gナビ */
.gNavBox {
	width: 1200px;
	margin: 0 auto;
}
.gNavBox ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.gNavBox ul li a {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	display: block;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	padding: 0 30px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gNavBox ul li a:hover::after {
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	background: #ED6D00;
	border-radius: 50%;
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	margin: auto;
}
/* 検索 */
.searchBox input[type="text"]{
	border: none;
	height: 1.4em;
}
.searchBox input[type="text"]:focus {
	outline: 0;
}
.searchBox input[type="text"]:focus::placeholder {
	color: transparent;
}
.searchBox {
	height: 40px;
	width: 230px;	
	position: relative;
	margin-left: 30px;
}
#MakeShopTopSearchInput {
	box-sizing: border-box;
	display: block;
	border: 0;
	padding: 0px 44px 0px 10px;
	height: 40px;
	width: 230px;
	overflow: hidden;
	border: 1px solid #939393;
	border-radius: 20px;
}
#MakeShopTopSearchInput + a {
	display: block;
	cursor: pointer;
	border: none;
	position: absolute;
	width: 30px;
	padding: 0 4px;
	height: 30px;
	top: 0;
	bottom: 0;
	margin: auto;	
	right: 10px;
	outline : none;
	background: url("https://gigaplus.makeshop.jp/drones/img/icon_search.svg") center center no-repeat;
	background-size: 20px auto;
	overflow: hidden;
	text-indent: -550%;
}

**サイドカラム***********************************************/
#leftContents {
	font-size: 17px;
	text-align: left;
}
#leftContents .section {
    margin-bottom: 50px;
	background: #fff;
	padding: 30px 20px;
	border: 1px solid #ED6D00;
	border-radius: 8px;
}
#leftContents .section h2 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 1em;
}
#leftContents .section h2 span {
	padding-left: 38px;
	background: url("https://gigaplus.makeshop.jp/drones/img/icon_check.svg") left center no-repeat;
	background-size: 100% auto;
	background-size: auto 22px;
}
#leftContents .inner {
    border: 0;
}
#leftContents .section#l_category ul li {
	min-height: 70px;
	border-top: 1px solid #C7C7C7;
}
#leftContents .section#l_category ul li:first-child {
	border-top: 0;
}
#leftContents .section#l_category ul li a {
	display: block;
	min-height: 70px;
	padding: 13px 0 13px 80px;
	display: flex;
	align-items: center;
}
#leftContents .section#l_category ul li a span {
	display: block;
	font-size: 13px;
}
#leftContents .section#l_category ul li.cate01 a {
	background: url("https://gigaplus.makeshop.jp/drones/img/icon_cate_cubepolot.png") left center no-repeat;
	background-size: 65px auto;
}
#leftContents .section#l_category ul li.cate02 a {
	background: url("https://gigaplus.makeshop.jp/drones/img/icon_cate_censor.png") 10px center no-repeat;
	background-size: auto 33px;
}
#leftContents .section#l_category ul li.cate03 a {
	background: url("https://gigaplus.makeshop.jp/drones/img/icon_cate_accessories.png") 13px center no-repeat;
	background-size: 36px auto;
}


/**フッタ***********************************************/
/* ページトップへ戻る */
.pageTopBtn {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 30px;
	width: 60px;
	height: 60px;
}
#footerWrap {
	min-width: 1200px;
	margin-top: 0;
    padding: 40px 0 0;
	background: none;
	font-size: 15px;
	text-align: left;
	line-height: 1.7;
	background: #fff!important;
}
/* フッタータイトル調整 */
#footerWrap h2 {
	margin: 3em 0 2em;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	position: relative;
}
#footerWrap h2 span {
	display: block;
	color: #939393;
	font-size: 14px;
	font-weight: normal;
}
#footerWrap h2::before {
	display: block;
	content: "";
	width: 40px;
	height: 30px;
	background: url("https://gigaplus.makeshop.jp/drones/img/icon_check.svg") center center no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -1.3em;
}

.footGuideWrap {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	color: #000;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;	
}
.footGuideWrap dl.guideContentsWrap {
	width: 30%;
	margin-bottom: 70px;
}
.footGuideWrap dl.guideContentsWrap > dt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1em;
}
.footGuideWrap p {
	margin-bottom: 1em;
}
.footGuideWrap a {
	color: #ED6D00;
	font-weight: bold;
}
.footGuideWrap a.footGuideLink {
	display: inline-block;
	/* margin-top: 1em; */
	padding-right: 20px;
	position: relative;
}
.footGuideWrap a.footGuideLink::after {
	display: block;
    content: "";
    position: absolute;
    top: .3em;
    right: 0;
    transform: rotate(45deg) translate3d(0%, 45%, 0);   
    width: .6em;
    height: .6em;
    border-top: 2px solid #ED6D00;
    border-right: 2px solid #ED6D00;
}
.footGuideWrap dt.subTitle {
	margin: 2.4em 0 .7em!important;
}
.footGuideWrap dt.subTitle + dd a {
	margin-top:0;
}
#footer {
	font-size: 14px;
	color: #fff;
	width: 100%;
	padding: 16px 0;
	background: #3E3E3E;
}
#footer .footerInner {
	width: 1200px;
	margin:  0 auto;
}
#footer #f_nav {
	float:none;
	padding: 0;
	margin: 0
}
#footer #f_nav li {
	text-align: center;
	padding: 0 1em;
	background: none;
}
#footer #f_nav li:not(:nth-last-child(-n+2)) {
	border-right: 1px solid #333;
}
#footer #f_nav li:last-child {
	padding: 0 0.4em;
}
#f_nav li a:hover {
    text-decoration: none;
}
#footer #copy {
	text-align: center;
}

**TOPメインエリア***********************************************/
/* セクション整形 */
#top.rightContents {
	width: 870px;
}
#top.rightContents .section {
	margin: 100px auto 0;
	padding-bottom: 80px;
	width: 870px;
}
#top.rightContents .section:not(#r_introduction) {
	background-image : linear-gradient(to right, #ED6D00 2px, transparent 2px);
	background-size: 10px 2px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
#top.rightContents .section#r_recommend {
	background: none;
}
/* タイトル画像をhide */
#top.rightContents .section table td > img:first-of-type {
	display: none;
}
/* タイトル調整 */
#top.rightContents h2 {
	margin: 3em 0 1.2em;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	position: relative;
}
#top.rightContents h2 span {
	display: block;
	color: #939393;
	font-size: 14px;
	font-weight: normal;
	margin-top: 4px;
}
#top.rightContents h2::before {
	display: block;
	content: "";
	width: 40px;
	height: 30px;
	background: url("https://gigaplus.makeshop.jp/drones/img/icon_check.svg") center center no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -1.3em;
}

/* 会社紹介バナーエリア */
.section#r_introduction {
	width: 100%;
	background: #F3F5F5;
	padding: 20px 0 50px;
}
.section#r_introduction h2 {
	margin: 3em 0 2em;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	position: relative;
}
.section#r_introduction h2 span {
	display: block;
	color: #939393;
	font-size: 15px;
	font-weight: normal;
	margin-top: 4px;
}
.section#r_introduction h2::before {
	display: block;
	content: "";
	width: 40px;
	height: 30px;
	background: url("https://gigaplus.makeshop.jp/drones/img/icon_check.svg") center center no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -1.3em;
}
.section#r_introduction .bnrArea {
	width: 1200px;
	margin: 0 auto;
}
.section#r_introduction .bnrArea ul {
	display: flex;
	flex-wrap: wrap;
}
.section#r_introduction .bnrArea ul li {
	width: 32%;
	height: 100px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	border: 1px solid#E8E8E8;
}
.section#r_introduction .bnrArea ul li:not(:nth-child(3)) {
	margin-right: 2%;
}

/**TOP商品エリア***********************************************/
/* お知らせ */
#top.rightContents .section#r_news {
    margin: 36px auto 0;
}
#top.rightContents .section#r_news h2 {
	font-size: 25px;
	margin: 0 0 1.2em;
}
#top.rightContents .section#r_news h2 span {
	font-size: 14px;
}
#top.rightContents .section .newsList {
	width: 100%; 
	margin: 0 auto;
	border-top: 1px solid #C7C7C7;
}
#top.rightContents .section#r_news table tr td {
	vertical-align: middle;
}
#top.rightContents .section#r_news table tr td.woong {
	color: #939393;
	font-size: 14px;
	padding: 24px 5px;
	border-bottom: 1px solid #C7C7C7;
	line-height: 1;
}
#top.rightContents .section#r_news table tr td.woong a {
	font-size: 18px;
	color: #000;
}
#top.rightContents .section#r_news table tr td.woong + td.woong {
	padding-left: 2em;
}
#top.rightContents .section#r_news .line {
	display: none;
}

#top .section > table > tbody > tr {
	width: 870px;
	display: flex;
	justify-content: flex-start;
}
#top.rightContents .section#r_new .line {
	display: none;
}

/* 商品並び */
#top .section > table > tbody > tr {
	width: 870px;
	display: flex;
	justify-content: flex-start;
}
#top.rightContents .section#r_new .line {
	display: none;
}
#top .lims {
	display: block;
	width: 206px!important;
	padding: 10px;
	background: #fff;
	border: 1px solid #C7C7C7;
	border-radius: 8px;
	margin-bottom: 20px;
}
#top .lims:not(:first-child) {
	margin-left: 15px;
}
#top .lims table {
    width: 100%;
	margin: 0!important;
}
#r_new table,
#r_recommend table {
	display: block;
	height: 100%;
}
#top .lims table tr:not(.woong) td {
	display: block;
}
#top .lims table tr:not(.woong) td a {
	width: 180px;
	height: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#top .lims table img {
	display: block;
	max-width: 200px;
	max-height: 200px;
	margin: 0 auto 10px;
}
#top .lims table .woong td {
	display: block;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 15px;
	width: 100%;
	text-align: center;
	font-weight: normal;
}
#top table td.lims table {
	display: flex;
}
#top table td.lims table tbody {
	display: flex;
	flex-direction: column;
}
#top table td.lims table tbody tr:nth-child(2) {
	margin-bottom: 1em;
}
#top table td.lims table tbody tr:last-child {
	margin-top: auto;
}
#top table td.lims table tbody tr:last-child a {
	display: block;
	line-height: 1.5;
	text-align: center;
}

/**下層ページ調整共通***********************************************/
/* 見出し */
/* 画像削除*/
td.woong:first-of-type > img {
	display: none;
}
.rightContents h2,
#category h2,
#company h2 {
	margin: 3em 0 1.2em;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	position: relative;
	background: none;
}
.rightContents > h2 span,
#category h2 span,
#company h2 span {
	display: block;
	color: #939393;
	font-size: 14px;
	font-weight: normal;
}
.rightContents > h2::before,
#category h2 span::before,
#company h2::before {
	display: block;
	content: "";
	width: 40px;
	height: 30px;
	background: url("https://gigaplus.makeshop.jp/drones/img/icon_check.svg") center center no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -1.3em;
}


**商品系ページ調整***********************************************/
/* ぱんくず */
.pankuzu {
	width: 870px;
    background: none!important;
	border: 0!important;
	padding: 4px 0;
}
.pankuzu a {
	text-decoration: none;
}
.pankuzu a:hover {
	transition: all 0.3s ease;
    filter: alpha(opacity=60);
    -moz-opacity:0.6;
    opacity:0.6;
}
/* リンク */
.rightContents .section a {
    text-decoration: none;
    color: #000;
}
/* 商品詳細ページ調整 */
.rightContents#detail h2 {
    margin: 0 0 1.2em;
	font-size: 24px;
}
#detail #r_recent {
    padding-top: 60px;
}
#detail #itemLink {
	width: 1200px; 
}
#itemImg {
    width: 330px!important;
	margin-right: 40px;
}
#itemInfo {
    width: 500px;
}
#detail .detailTxt {
    border-top: none;
    border-bottom: 0;
    padding: 10px 0;
    margin-bottom: 20px;
}
#detail h2 {
    font-size: 20px;
	text-align: left;
	padding-bottom: 6px;
	border-bottom: 0;
}
#detail #basketBtn {
	background: none;
}

/* 商品検索画面調整 */
#r_searchInput {
    background: none;
	padding: 20px 0;
}
#r_searchInput table {
    width: 100%;
	margin-bottom: 10px;
}
#r_searchInput .btnWrap {
    margin-top: 20px;
}
#r_searchList .btnWrap {
    text-align: center;
    margin: 10px auto 0;
    background: #fff;
    padding: 10px 5px 0;
}

/* カテゴリ画面 */
#category .innerList,
#r_searchList .innerList  {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#category .innerList > li,
#r_searchList .innerList > li {
    vertical-align: top;
    letter-spacing: normal;
    width: 206px;
    display: inline-block;
	background: #fff;
	border: 1px solid #C7C7C7;
    border-radius: 8px;
	padding: 10px 0;
	margin: 0 0 20px;
}
#category .innerList li:not(:nth-child(4n)),
#r_searchList .innerList li:not(:nth-child(4n)) {
	margin-right: 15px;
}
#category .btnWrap {
    margin: 10px auto 5px;
    background: none;
    padding: 5px 0;
    text-align: center;
}

/**ご利用ガイド***********************************************/
#guideMain {
    width: 870px!important;
	margin: 0;
}
#makebanner #guideMain #method p, 
#makebanner #guideMain #payment p, 
#makebanner #guideMain #delivery p, 
#makebanner #guideMain #tax p, 
#makebanner #guideMain #return p {
    text-align: left;
	font-size: 15px;
	line-height: 1.6;
    margin: 0;
    width: 100%;
    _width: 100%;
    color: #333;
    background: none;
    padding: 0;
}

/**会社紹介・ご利用案内共通***********************************************/
.maincontents {
	width: 870px;
	margin: 0 0 0 60px;
	line-height: 1.6;
	font-size: 16px;
}
.maincontents .section {
	margin-bottom: 80px;
	padding-bottom: 60px;
}
.maincontents .section:not(:last-child) {
    background-image: linear-gradient(to right, #ED6D00 2px, transparent 2px);
    background-size: 10px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;	
}
.maincontents .eyecatch {
	margin-bottom: 2em;
}
.maincontents p:not(:last-child) {
	margin-bottom: 2em;
}
.maincontents .policy .eyecatch:not(:first-of-type) {
	margin-top: 5em;
}
.maincontents img {
	max-width: 100%;
	flex-shrink: 0;
	vertical-align: bottom;
}
.maincontents .listTxt {
	text-align: left;
	margin-left: 1em;
    text-indent: -1em;
}
/**会社紹介***********************************************/
#company h3 {
	margin: 0;
	padding: 0;
	margin-block-start: 0px;
    margin-block-end: 0px;
}
#company h3 img {
	height: 32px;
	margin-bottom: 2em;
}
#company .section.about > div:not(:last-child) {
	margin-bottom: 80px;
}
#company .drone ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2em;
}
#company .drone ul li {
	width: 420px;
}
#company .business ul {
	margin-bottom: 2em;
}
#company .business dl {
	background: #fff;
	padding: 30px;
	border: 1px solid #C7C7C7;
	border-radius: 7px;
}
#company .business dl dt {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 1em;
}
#company .business dl dd img {
	border: 1px solid #C7C7C7;
	padding: 15px;
	margin-bottom: 1em;
}
#company .business dl dd img + p {
	width: 733px;
	margin: 0 auto;
}
#company .natureBox {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	background: #fff;
	padding: 30px 60px;
	border: 1px solid #C7C7C7;
	border-radius: 7px;
}
#company .natureBox a {
	color: #ED6D00;
}
#company .natureBox li {
	margin-left: 1em;
    text-indent: -1em;
}
#company .natureBox li:not(:last-child) {
	margin-bottom: 4px;
}
#company .legalWrap > dl {
	font-size: 16px;
	background: #fff;
	padding: 50px 20px;
	border: 1px solid #C7C7C7;
	border-radius: 7px;
	display: flex;
	flex-wrap: wrap;
}
#company .legalWrap > dl > dt {
	text-align: right;
	width: 30%;
	padding: 16px 24px 16px 0;
	border-right: 1px solid #ED6D00;
}
#company .legalWrap > dl > dd {
	text-align: left;
	width: 70%;
	padding: 16px 0 16px 24px;
}
#company .legalWrap dl.sub dd:not(:last-child) {
	margin-bottom: 1em;
}