/*****************************************************

    全ての要素をリセット
    各ブラウザの表示を統一するための設定です

*****************************************************/
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;}

body td,body th{
    font-size:13px;
    vertical-align: top;
height:auto;
}
table{
    border-collapse:collapse;
}
/* ************************************************
*  all
* ************************************************ */
@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

input, textarea,{
    margin: 0;
    padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse;
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
    outline:none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}
.both{
    clear:both;
}

.inline_block {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.block{
      display:block;
    }
    .p5{
      padding:5px;
    }
    .p10{
      padding:10px;
    }
    .p15{
      padding:15px;
    }
    .p20{
      padding:20px;
    }
    .p25{
      padding:25px;
    }
    .p30{
      padding:30px;
    }
    .pt5{
      padding-top:5px;
    }
    .pt10{
      padding-top:10px;
    }
    .pt15{
      padding-top:15px;
    }
    .pt20{
      padding-top:20px;
    }
    .pt25{
      padding-top:25px;
    }
    .pt30{
      padding-top:30px;
    }
    .pb5{
      padding-bottom:5px;
    }
    .pb10{
      padding-bottom:10px;
    }
    .pb15{
      padding-bottom:15px;
    }
    .pb20{
      padding-bottom:20px;
    }
    .pb25{
      padding-bottom:25px;
    }
    .pb30{
      padding-bottom:30px;
    }
    .pl5{
      padding-left:5px;
    }
    .pl10{
      padding-left:10px;
    }
    .pl15{
      padding-left:15px;
    }
    .pl20{
      padding-left:20px;
    }
    .pl25{
      padding-left:25px;
    }
    .pl30{
      padding-left:30px;
    }
    .pr5{
      padding-right:5px;
    }
    .pr10{
      padding-right:10px;
    }
    .pr15{
      padding-right:15px;
    }
    .pr20{
      padding-right:20px;
    }
    .pr25{
      padding-right:25px;
    }
    .pr30{
      padding-right:30px;
    }

    .m5{
      margin:5px;
    }
    .m10{
      margin:10px;
    }
    .m15{
      margin:15px;
    }
    .m20{
      margin:20px;
    }
    .m25{
      margin:25px;
    }
    .m30{
      margin:30px;
    }
    .mt5{
      margin-top:5px;
    }
    .mt10{
      margin-top:10px;
    }
    .mt15{
      margin-top:15px;
    }
    .mt20{
      margin-top:20px;
    }
    .mt25{
      margin-top:25px;
    }
    .mt30{
      margin-top:30px;
    }
    .mt40{
      margin-top:40px;
    }
    .mt50{
      margin-top:50px;
    }
    .mb5{
      margin-bottom:5px;
    }
    .mb10{
      margin-bottom:10px;
    }
    .mb15{
      margin-bottom:15px;
    }
    .mb20{
      margin-bottom:20px;
    }
    .mb25{
      margin-bottom:25px;
    }
    .mb30{
      margin-bottom:30px;
    }
    .mb40{
      margin-bottom:40px;
    }
    .mb50{
      margin-bottom:50px;
    }
    .ml5{
      margin-left:5px;
    }
    .ml10{
      margin-left:10px;
    }
    .ml15{
      margin-left:15px;
    }
    .ml20{
      margin-left:20px;
    }
    .ml25{
      margin-left:25px;
    }
    .ml30{
      margin-left:30px;
    }
    .mr5{
      margin-right:5px;
    }
    .mr10{
      margin-right:10px;
    }
    .mr15{
      margin-right:15px;
    }
    .mr20{
      margin-right:20px;
    }
    .mr25{
      margin-right:25px;
    }
    .mr30{
      margin-right:30px;
    }
    .fs12{font-size:12px;}
    .fs14{font-size:14px;}
    .fs16{font-size:16px;}
    .fs18{font-size:18px;}
    .fs20{font-size:20px;}
    img{
      max-width:100% !important;
    }
    .inline-block{display: inline-block;}
    .fl{
      float:left;
    }
    .fr{
      float:right;
    }
    .pt40{
      padding-top:40px;
    }
    .pt50{
      padding-top:50px;
    }
    .pb50{
      padding-bottom:50px;
    }
    .pb40{
      padding-bottom:40px;
    }
    .w5{width:5%;}
    .w10{width:10%;}
    .w15{width:15%;}
    .w20{width:20%;}
    .w25{width:25%;}
    .w30{width:30%;}
    .w33{width:33%;}
    .w35{width:35%;}
    .w40{width:40%;}
    .w45{width:45%;}
    .w50{width:50%;}
    .w55{width:55%;}
    .w60{width:60%;}
    .w65{width:65%;}
    .w70{width:70%;}
    .w75{width:75%;}
    .w80{width:80%;}
    .w85{width:85%;}
    .w90{width:90%;}
    .w95{width:95%;}
    .w100{width:100%;}
    .bs{
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }

/* よく使うCSS start

img {
    max-width:100%;
}

table {
    width:100%;
}

a,a:hover {
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}

よく使うCSS end -----
時々使うCSS3 start ---

テキストシャドウ {
    text-shadow: 1px 1px 3px #000;
}

テキストシャドウ {
    text-shadow: 1px 1px 3px #000;
}

ボックスシャドウ {
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

ボックスシャドウ内側 {
    -moz-box-shadow: inset 1px 1px 3px #000;
    -webkit-box-shadow: inset 1px 1px 3px #000;
    box-shadow: inset 1px 1px 3px #000;
}

角丸 {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

トランジション {
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}

透明 {
    filter: alpha(opacity=25);
    -moz-opacity:0.25;
    opacity:0.25;
}

背景のみ透明 {
    background-color:rgba(255,255,255,0.2);
}

グラデーション {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
    background-image: -moz-linear-gradient(top, #ffffff, #000000);
    background-image: -ms-linear-gradient(top, #ffffff, #000000);
    background-image: -o-linear-gradient(top, #ffffff, #000000);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
    background-image: -webkit-linear-gradient(top, #ffffff, #000000);
    background-image: linear-gradient(top, #ffffff, #000000);
}

スマホ対応
@media screen and (max-width: 480px){

}
@media screen and (max-width: 320px){

}

時々使うCSS3 end */
/*****************************************************

    基本設定、リンクカラーなど

*****************************************************/
#wrap{
    width:100%;
    height:100%;
background-color:#fff;
}
#wrapper,#makebanner,#topImage{
    width:1130px;
    margin:0 auto;
}
a:link {
    color:#333;
    text-decoration:none;
}

a:visited{
    color:#333;
    text-decoration:none;
}

a:hover{
    color:#909090;
    text-decoration:none;
}

a:active{
    color:#1049A0;
    text-decoration:none;
}
.clear:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clear            { zoom: 1; } /* IE6 */
*:first-child+html .clear { zoom: 1; } /* IE7 */

a:hover img{
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
}
/*****************************************************

    ヘッダ #header

*****************************************************/

#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;
}

/*****************************************************

    左コンテンツ #leftContents

*****************************************************/

/* 検索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{
    border-collapse:separate;
    border-spacing:1px;
}
/* 中央揃え */
#l_owner,#l_banner{
    text-align:center;
}
#l_owner table,#l_banner table{
    margin:0 auto;
}
/* 投票 */
#l_poll img{
    margin:0 2px;
}
#l_poll b{
    color:#333;
}
#l_poll input{
    margin-right:5px;
}
#l_poll td{
    text-align:left;
}
#l_poll a img{
    display:none;
}
#l_poll a{
    display:block;
    height:21px;
    float:left;
    margin-right:4px;
}
#l_poll a#poll_b01{
    width:58px;
    background:url(/images/original_design_default/samplesource/3/poll_b01.png) no-repeat 0 0;
    margin-left:28px;
}
#l_poll a#poll_b02{
    width:69px;
    background:url(/images/original_design_default/samplesource/3/poll_b02.png) no-repeat 0 0;
}
#l_poll a#poll_b01:hover,#l_poll a#poll_b02:hover{
    background-position:0 -21px;
}
/* 掲示板 */
#l_board table{
    width:100%;
}
#l_board td{
    text-align:left;
}
/* バナー */
#l_banner img{
    margin-bottom:5px;
}


/*----------------------------------------------------
    中央画面 #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_review #M_reviewView,
#r_review #M_reviewView table{
    width:100%;
    margin:0;
    text-align:left;
}
table#M_reviewView tr:nth-child(even) {
background-color:#aaa;
}
table#M_reviewView tr:nth-child(odd) {
display:inline-block;
padding:6px 0;
}
table#M_review tr td {
padding:10px 0;
}
table#M_review tr td:nth-child(4) {
text-align:right!important;
padding-right:6px;
}
table#M_review input {
width:80%;
margin-top:-4px;
padding:6px;
}
table#M_review textarea {
width:97%;
height: 3rem;
padding: 8px;
}
a.M_btnStyle img {
display:block;
margin:0 auto;
}
div#m_reviewView{
margin-top:12px;
}
p.reviewIntro {
margin-bottom: 1.6em;
}


/* 最近チェックした商品 */
#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;
}

/*----------------------------------------------------
    商品カテゴリーと商品詳細　共通
----------------------------------------------------*/
.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;
    line-height: 60px;
    height: 60px;
    font-weight: normal;
}

/* 検索結果と並び替え */
#r_resultInfo{
    font-size:11px;
    margin: 30px auto 10px;
}
.total{
    float:left;
}
.listSort{
    floar:right;
    text-align:right;s
}
.listSort li{
    display:inline;
}

/* カテゴリーリスト */
#category .innerList{
    overflow:hidden;
    _zoom:1;
    letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
    text-align:left;
}
#category .innerList li{
    vertical-align: top;
    letter-spacing: normal; /* 文字間を通常に戻す */
    /*width:25%;  商品数が4つなので100%÷4=25% */
    width:33%;
    display:inline-block;
    /display: inline;  /* IE用ハック */
    /zoom: 1;  /* IE用ハック */
}
#category .innerBox{
    margin:10px;
    text-align:center;
}
#category .name{
    margin-bottom:5px;
}
#category .imgWrap{
    text-align:center;
    margin-bottom:5px;
}
#category .price span{
    padding:0 2px;
}
#category .price{
    font-weight:bold;
    color:#333;
}
#category .consumerPrice{
    font-size:11px;
    color:#999;
    text-decoration:line-through;
}
#category .else{
    text-align:left;
}
#category .else li{
    float:none;
    width:auto;
    display:inline;
}
#category .M_lumpinput{
    text-align:right;
}
#category .content{
    border-top:1px dashed #b2b2b2;
    padding:10px 0;
    margin:10px auto;
    border-bottom:1px dashed #b2b2b2;
    font-size:11px;
}
#category .btnWrap{
    margin:10px auto 5px;
    background:#e6e6e6;
    padding:5px 0;
    text-align:left;
}
#category .btnWrap img{
    margin-left:5px;
}
#category .btnWrap .soldout{
    text-align:center;
    color:#cc0000;
}

/*----------------------------------------------------
    商品詳細 #detail
----------------------------------------------------*/
#itemLink{
    margin-bottom:30px;
    font-size:11px;
}
.item_prev{
    float:left;
    background:url(/images/original_design_default/samplesource/3/listIconL.png) no-repeat left;
    padding-left:14px;
}
.item_next{
    float:right;
    background:url(/images/original_design_default/samplesource/3/listIconR.png) no-repeat right;
    padding-right:14px;
}
#itemImg{
    float:left;
    width:300px;
}
#itemInfo{
    float:right;
    width:440px;
}
/* [INFO]タグ */
#detailInfo table{
    width:100%;
    margin-bottom:10px;
}
#detailInfo table td{
    height:auto;
    text-align:left;
}
#itemInfo #detailInfo table font{
    color:#cc0000;
}
#detailInfo table input{
    margin-right:5px;
}
#detailInfo table img{
    vertical-align:auto;/* IE対策 */
}
#detailInfo #M_usualValue td{
    font-size:16px;
    padding:10px 0;
}
#wrapper #makebanner #detailInfo #M_usualValue,
#wrapper #makebanner #detailInfo #M_price2,
#wrapper #makebanner #detailInfo #M_taxview{
    border:none;
    width:auto;
    font-weight:bold;
    font-size:16px;
    font-family:Arial, Helvetica, sans-serif;
}
#detailInfo #M_usualValue{
    font-size:15px;
    font-weight:bold;
}
#detailInfo #M_taxview{
    width:auto;
}
/* 拡大画像ボタン */
#viewButton{
    text-align:right;
}
/* 商品名 */
#detail h2{
    margin-bottom:20px;
    font-size:15px;
}
/* 商品詳細 */
#detail .detailTxt{
    border-top:1px dotted #b2b2b2;
    border-bottom:1px dotted #b2b2b2;
    padding:10px 0;
    margin-bottom:20px;
}
/* オプション表 */
#wrapper #detail .stockList input{
    border:0;
}
#wrapper #detail .stockList td{
    text-align:center;
}
/* メールリンク */
#r_contact{
    margin:10px 0 10px -5px ;
}
#r_contact li{
    float:left;
    margin-left:5px;
}
/* SNS */
#r_sns{
    margin-top:10px;
}
#r_sns li{
    float:left;
}
/* カートにいれるボタン */
#basketBtn{
    background:#e6e6e6;
    padding:10px;
    margin-top:10px;
}
#basketBtn .soldout{
    text-align:center;
    color:#cc0000;
}
/* 追加商品説明文 */
#r_detailExt{
    margin-bottom:0;
}
/* 追加商品画像 */
#r_addImg{
    margin-bottom:0;
}
#r_addImg li{
    float:left;
    width:33%;
    text-align:center;
    padding-bottom:30px;
    line-height:1.4;
}
#r_addImg li .inner{
    margin:0 10px;
}
#r_addImg .addImg a{
    border:1px solid #b2b2b2;
    padding:5px;
    display:block;
}
#r_addImg li p{
    width:100%;
    margin:10px 5px 0;
}
/* レビュー */
#detail #r_review{
    margin-bottom:40px;
}
#detail #r_review td{
    text-align:left;
}
#detail #r_review .imgLi input{
    border:none;
}
#detail #m_reviewView td{
    text-align:center;
}
/* 商品グループ */
#r_group{
    border-top: 1px dashed #B2B2B2;
    padding-top: 20px;
}
#r_group h3{
    font-weight:bold;
    background:url(/images/original_design_default/samplesource/3/titleIcon.png) no-repeat left;
    padding-left:20px;
}
#r_group #M_group{
    width:100%;
    margin:16px auto;
    border-collapse:collapse;
}
#r_group #M_group .itemBox, #r_group #M_group .itemBox table, #r_group #M_group td.itemImg {
    width: 170px;
}
#r_group #M_group .itemBox{
    vertical-align:top;
}
#r_group #M_group .name, #r_group #M_group .spe,#r_group #M_group .price {
    margin: 5px 5px 0;
    text-align: left;
}
#r_group #M_group .itemImg{
    text-align:center;
}
#r_group #M_group .line {
    width: 10px;
}
#r_group #M_group .line img {
    display: none;
}
#r_group #M_group .price {
    font-weight: bold;
}
/* 最近チェックした商品 */
#detail #r_recent{
    border-top:1px dashed #b2b2b2;
    padding-top:20px;
}
#detail #recent .itemBox,#detail #recent .itemBox table{
    width:190px;
}
/*----------------------------------------------------
    ログインフォーム関係 .loginForm
----------------------------------------------------*/
.loginForm{
    margin-top:20px;
}
.loginForm h3{
    font-size:14px;
    margin-bottom:20px;
    background:url(/images/original_design_default/samplesource/3/h3title.png) no-repeat left;
    padding-left:20px;
}
.loginForm .section{
    text-align:center;
}
.btnWrap{
    margin-top:20px;
    text-align:center;
}
.loginForm .leadTxt{
    margin-bottom:30px;
}
.loginForm .lostpass{
    text-align:center;
    font-size:11px;
    margin-top:5px;
}
.loginForm .formTable{
    margin:20px auto 0;
    width:400px;
}
.formTable th,
.formTable td{
    border:1px solid #b2b2b2;
    padding:6px 8px;
}
.formTable th{
    background:#eee;
    width:120px;
}
.M_nameList input,#r_review input,#r_review textarea{
    padding:2px;
    border:1px solid #b2b2b2;
}
.loginForm .formTable input{
    width:200px !important  ;
}

/*----------------------------------------------------
    会員ログイン #memberlogin
----------------------------------------------------*/
#memberLogin .btnWrap{
    overflow:hidden;
    _zoom:1;
}
#memberLogin .btnWrap div{
    float:left;
    width:360px;
    padding-bottom:20px;
}
#memberLogin .btnWrap #newMember{
    border-right:1px dotted #b2b2b2;
}
#memberLogin .btnWrap p{
    margin:20px;
}
/*----------------------------------------------------
    注文履歴ログイン #orderlogin
----------------------------------------------------*/
/*----------------------------------------------------
    パスワード紛失 #orderlogin
----------------------------------------------------*/
/*----------------------------------------------------
    約款 #contract
----------------------------------------------------*/
#contractBox{
    width:700px;
    height:280px;
    overflow:auto;
    border:1px solid #b2b2b2;
    padding:10px;
    text-align:left;
    margin-top:20px;
}
/*----------------------------------------------------
    会員登録修正フォーム #member
----------------------------------------------------*/
#memberForm #M_entryForm{
    margin:30px 10px 20px;
    width:740px;
    border-top:1px solid #b2b2b2;
    border-left:1px solid #b2b2b2;
}
* html #memberForm #M_entryForm{
    position:relative;
}
#memberForm #M_entryForm th,
#memberForm #M_entryForm td{
    border-bottom:1px solid #b2b2b2;
    border-right:1px solid #b2b2b2;
    padding:8px;
}
* html #memberForm #M_entryForm th,
* html #memberForm #M_entryForm td{
    position:relative;
}
#memberForm #M_entryForm th{
    background:#eee;
    width:160px;
}
#memberForm .M_txt{
    font-size:11px;
    margin-left:10px;
}
#memberForm #mailreceiveN,
#memberForm #sex1{
    margin-left:10px;
}
#memberForm .M_ex,
#memberForm .M_info{
    font-size:11px;
    color:#666;
}
#memberForm .M_post{
    display:block;
    width:96px;
    height:22px;
    background:url(/images/original_design_default/samplesource/3/r_postBtn.png) no-repeat;
    float:left;
    text-indent:-9999em;
    overflow:hidden;
    _zoom:1;
}
#memberForm #mailreceiveY,
#memberForm #mailreceiveN,
#memberForm #sex0,
#memberForm #sex1{
    border:none;
}
#M_changepw #M_changepwTable th{
    background:#615D5C;
}

/* 退会する */
#r_leave img{
    display:none;
}
#r_leave a{
    display:block;
    width:81px;
    height:22px;
    margin-top:5px;
    background:url(/images/original_design_default/samplesource/3/memberjoin_escape.png) no-repeat 0 0;
}
#r_leave a:hover{
    background-position:0 -22px
}

/*----------------------------------------------------
    ポイント #point
----------------------------------------------------*/
#r_pointData{
    border:1px solid #b2b2b2;
    background:#eee;
    padding:10px;
    margin:20px 60px 30px;
}
#r_pointData p{
    text-align:center;
}
#r_pointData strong{
    font-size:15px;
    font-weight:bold;
    color:#cc0000;
}
#r_pointList table{
    border-collapse:separate;
    width:400px;
    margin:0 180px;
    border-spacing:0;
}
#r_pointList td{
    border:1px solid #b2b2b2;
    padding:8px;
    text-align:center;
}
#r_pointList td font{
    font-size:13px;
}
/*----------------------------------------------------
    商品検索 #search
----------------------------------------------------*/
#r_searchName{
    margin:20px 0 20px;
}
#r_searchName font{
    color:#333;
    font-weight:bold;
}
#r_searchInput{
    background:#dedede;
    padding:10px;
}
#r_searchInput table{
    width:740px;
    background:#fff;
}
#r_searchInput .btnWrap{
    margin-top:10px;
}
#r_searchInput th,#r_searchInput td{
    border:1px solid #b2b2b2;
    padding:6px 8px;
    text-align:left;
}
#r_searchInput th{
    background:#eee;
}
#r_searchInput #searchPrice input{
    width:60px;
}
#r_searchList table,
#r_pager table{
    width:100%;
}
.searchResult{
    font-size:14px;
    margin-bottom:20px;
    background:url(/images/original_design_default/samplesource/3/searchIcon.png) no-repeat left;
    padding-left:20px;
}
#r_searchList .innerList{
    letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
    text-align:left;
}
#r_searchList .innerList li{
    width:25%;
    display:inline-block;
    vertical-align: top;
    letter-spacing: normal; /* 文字間を通常に戻す */
    /display: inline;  /* IE用ハック */
    /zoom: 1;  /* IE用ハック */
}
#r_searchList .innerBox{
    margin:10px;
}
#r_searchList .name{
    margin-bottom:5px;
}
#r_searchList .imgWrap{
    text-align:center;
}
#r_searchList .price{
    font-weight:bold;
    color:#333;
}
#r_searchList .else{
    text-align:left;
}
#r_searchList .else li{
    float:none;
    width:auto;
    display:inline;
}
#r_searchList .btnWrap{
    margin:10px auto 5px;
    background:#e6e6e6;
    padding:5px;
    text-align:center;
}
#r_searchList .soldout{
    text-align:center;
    color:#cc0000;
}


/*----------------------------------------------------
    買い物カゴ #basket
----------------------------------------------------*/
#r_basket{
    margin-bottom:60px;
}
#basketTable{
    width:100%;
    margin-top:30px;
}
#basketTable th,#basketTable td{
    text-align:center;
    border-bottom:1px solid #b2b2b2;
    padding:6px;
}
#basketTable th{
    border-top:2px solid #b2b2b2;
    border-bottom:1px dashed #b2b2b2;
    white-space:nowrap;
}
#basketTable .basketNum{
    width:30px;
    padding:0;
}
#basketTable .basketImg{
    width:56px;
}
#basketTable .basketName{
    width:400px;
    text-align:left;
}
.quantityWrap{
    display:table;
}
.quantityInput,.basketQunantity,.quantityAmend{
    display:table-cell;
    vertical-align:middle;
    padding:0 2px;
}
#basketTable .basketQuantity td{
    border:none;
    padding:0;
}
#basketTable .basketPoint{
    width:70px;
}
#basketTable .basketPrice{
    width:70px;
}
#basketTable .basketOption{
    text-align:left;
    margin-top:4px;
}
#basketTable .basketHaisou{
    padding:0;
}
#basketTable .carriageWrap{
    margin:4px 0;
}
#basketTable .basketHaisou p{
    text-align:right;
}
#basketTable .basketHaisou .carriageMsg1{
    color:#cc0000;
}
#basketTable .basketHaisou .carriageMsg2{
    font-size:11px;
}
#basketTable .basketBtns{
    width:80px;
}
#basketTable .basketBtns img{
    margin-bottom:2px;
}
#basketTable .basketTotal{
    text-align:right;
    background:#ebebeb;
    border-top:3px solid #b2b2b2;
}
#basketTable .basketTotal em{
    font-weight:bold;
    font-size:15px;
    color:#cc0000;
}
#basketTable .basketEmpty p{
    text-align:center;
    margin:10px auto;
}
#r_basket .btnWrap .btnBack{
    float:left;
    padding-top:5px;
    margin-left:10px;
    text-align:center;
}
#r_basket .btnWrap .btnOrder{
    float:right;
    margin-right:10px;
    text-align:center;
}

/* お気に入りリスト */
#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;
}
#newsList td{
    padding:10px 0px;
}
#newsList .line{
    display:none;
}
/* ご利用ガイド */
#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;
}

#desc2 {
    width: 760px;
    position: relative;
}

#main td[width="10"]{
    display:none;
}
#main table[width="570"]{
    width:100%;
}
#main table[width="600"]{
    width:100%;
}
#main td[width="640"],#main td[width="640"] table{
    width:100%;
}
#main img[src="/design/tomiokaCL/helptitle.gif"],#main img[src="/design/tomiokaCL/companytitle.gif"],#main img[src="/design/tomiokaCL/baskettitle.gif"],#main img[src="/design/tomiokaCL/membertitle.gif"],#main img[src="/design/tomiokaCL/memberqtitle.gif"],#makebanner img[src="/design/tomiokaCL/pointtitle.gif"]{
    display:none;
}


body{
    font-size:12px;
    font-family: "メイリオ", Meiryo,游ゴシック, 游ゴシック体, YuGothic, "Yu Gothic", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    color:#333;
    background:#f7f7f7;
    min-width:1130px;
    overflow: hidden;
}
#wrap{
    min-width:1130px;
    margin:0 auto;
}
#side{
    width:250px;
    float:left;
    padding-top: 17px;
}
.rightContents{
    padding:0 !important;
    width:100% !important;
}
/*メイン*/
#main {
  float: right;
  width: 875px;
  text-align:left;
/*  margin-top:-20px;*/
  background:white;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 56px 58px 56px 57px;
}
.upMain #main{
    /*margin-top:-40px;*/
}


#l_calendar h2{
    padding-top:5px;
    text-align:center;
    font-weight:bold;
}


/*----------------------------------------------------
    下層タイトル調整
----------------------------------------------------*/
.lowinfo_1 h2{
    padding-top:0px !important;
}
td.woong.titleB img{
    display: none;
}

/*title0*/
#category h2 {
    font-size: 16px;
    border-bottom: 2px solid #d6d3cf;
    margin-bottom: 20px;
    padding: 8px;
}
#r_recent h3 {
    font-size: 16px;
    border-bottom: 2px solid #d6d3cf;
    margin-bottom: 20px;
    padding: 8px;
}
td.woong.titleB {
    font-size: 16px;
    border-bottom: 2px solid #d6d3cf;
    margin-bottom: 20px;
    padding: 8px;
}
td.woong.titleB img{
    display: none;
}
#news .titleB {
    font-size: 16px;
    border-bottom: 2px solid #d6d3cf;
    margin-bottom: 20px;
    padding: 8px;
}
/* title1 */
/*#category h2 {
    font-size: 14px;
    background: #000;
    margin-bottom: 20px;
    color: #fff;
    padding-left: 10px;
    line-height: 45px;
    height: 45px;
    border-radius: 5px;
}
#r_recent h3 {
    font-size: 14px;
    background: #000;
    margin-bottom: 20px;
    color: #fff;
    padding-left: 10px;
    line-height: 45px;
    height: 45px;
    border-radius: 5px;
}
td.woong.titleB {
    font-size: 14px;
    background: #000;
    margin-bottom: 20px;
    color: #fff;
    padding-left: 10px;
    line-height: 45px;
    height: 45px;
    border-radius: 5px;
}
td.woong.titleB img{
    display: none;
}
#news .titleB {
    font-size: 14px;
    background: #000;
    margin-bottom: 20px;
    color: #fff;
    padding-left: 10px;
    line-height: 45px;
    height: 45px;
    border-radius: 5px;
}*/

/* title2*/
/*#category h2 {
    font-size: 14px;
    background: #000;
    margin-bottom: 20px;
    color: #fff;
    padding-left: 10px;
    line-height: 45px;
    height: 45px;
}
#r_recent h3 {
    font-size: 14px;
    background: #000;
    margin-bottom: 20px;
    color: #fff;
    padding-left: 10px;
    line-height: 45px;
    height: 45px;
}
td.woong.titleB {
    font-size: 14px;
    background: #000;
    margin-bottom: 20px;
    color: #fff;
    padding-left: 10px;
    line-height: 45px;
    height: 45px;
}
#news .titleB {
    font-size: 14px;
    background: #000;
    margin-bottom: 20px;
    color: #fff;
    padding-left: 10px;
    line-height: 45px;
    height: 45px;
}*/
/* title3*/
/*#category h2{
    font-size:14px;
    border-bottom:2px solid #d6d3cf;
    margin-bottom:20px;
    background:none;
    padding-left:0;
}
#r_recent h3 {
    font-size: 14px;
    border-bottom: 2px solid #d6d3cf;
    margin-bottom: 20px;
    line-height: 40px;
    height: 40px;
}
td.woong.titleB {
    font-size: 14px;
    border-bottom: 2px solid #d6d3cf;
    margin-bottom: 20px;
    line-height: 60px;
    height: 60px;
    font-weight: bold;
}
#news .titleB {
    font-size: 14px;
    border-bottom: 2px solid #d6d3cf;
    margin-bottom: 20px;
    line-height: 60px;
    height: 60px;
    font-weight: bold;
}*/

/* title4*/
/*#category h2 {
    font-size: 14px;
    border-left: 3px solid #d6d3cf;
    margin-bottom: 20px;
    background: none;
    padding-left: 12px;
    line-height: 40px;
    height: 40px;
}
#r_recent h3 {
    font-size: 14px;
    border-left: 3px solid #d6d3cf;
    margin-bottom: 20px;
    background: none;
    padding-left: 12px;
    line-height: 40px;
    height: 40px;
}
td.woong.titleB {
    font-size: 14px;
    border-left: 3px solid #d6d3cf;
    margin-bottom: 20px;
    background: none;
    padding-left: 12px;
    line-height: 40px;
    height: 40px;
}
#news .titleB {
    font-size: 14px;
    border-left: 3px solid #d6d3cf;
    margin-bottom: 20px;
    background: none;
    padding-left: 12px;
    line-height: 40px;
    height: 40px;
}*/
#guideTitle {
    display:none;
}
#r_recent h3 {
    content: "最近チェックした商品";
}
#makebanner > tbody > tr > td > table > tbody > tr > td.woong img {
    display: none;
}
td.woong.titleB.titleCart:after {
    content: "買い物かご";
}
td.woong.titleB.titleGuide:after {
    content: "ご利用ガイド";
}
td.woong.titleB.titleCompany:after {
    content: "ショップについて";
}
td.woong.titleB.titleRegi:after {
    content: "新規会員登録";
}

img{
    vertical-align: bottom;
}
a,a img{
    -webkit-transition: all .25s;
            transition: all .25s;
}
.inner{
    width:1130px;
    margin: auto;
}
#header{
    background:white;
    padding-bottom:6px;
}
#header h1{
    padding-top:2px;
    display: inline-block;
    float:left;
}
#header #m_nav{
    display: inline-block;
    float:right;
    padding-top:2px;
}
#header #m_nav li{
    display: inline-block;
    float:left;
}
#header #m_nav form{
    display: inline-block;
}
#header #m_nav li:nth-child(n+2):before{
    display: inline-block;
    content:"|";
    padding:0px 13px;
    position:relative;
    top:-1px;
}
#header .h_middle{
    padding-top: 17px;
    padding-left: 14px;
}
#header .h_logo{
    float:left;
    margin: 0 10px;
}
#header .c_name{
    display: none;
}
#header #h_search{
    display: inline-block;
    float:left;
    margin-left:48px;
    padding-top:22px;
}
#header #h_search .h_name{
    padding-left:3px;
}
#h_search .h_s_area{
    height:35px;
    width:220px;
    background:#efefef;
    margin-top:6px;
}
#h_search .h_input{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 35px;
    width: 190px;
    border: none;
    background: none;
    text-align: left;
    padding: 2px 8px 3px;
    font-size: 10px;
    letter-spacing: 1px;
}
#h_search .h_submit{
    margin-top:10px;
    margin-right:7px;
    float:right;
}
#header .h_cart{
    width:270px;
    float:right;
    margin-right: 16px;
    margin-top: 11px;
}
#header .h_cart .free{
    border:solid 1px #f7a219;
    border-bottom:none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height:34px;
    line-height:34px;
    text-align:center;
    color:#f28f00;
    font-size:10px;
}
#header .h_cart .h_cart_btn{
    background:#f7a219;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height:35px;
    line-height:35px;
    text-align:center;
    color:white;
    font-size:10px;
    display: block;
}
#header .h_cart .h_cart_btn:hover{
    opacity: 0.8;
}

/*グローバルナビ*/
.gNav{
    margin: auto;
    text-align: center;
    letter-spacing: -.4em;
    margin-top:26px;
    position:relative;
}
.gNav__unit{
    letter-spacing: normal;
    display: inline-block;
    border-bottom:solid 2px #fff;
}
.gNav__unit.active{
    border-bottom:solid 2px #333;
}
.gNav__unit:nth-child(n+2){
/*    margin-left:45px;*/
}
.gNav__unit > .gNav__link{
    display: block;
    padding:10px 35px;
    font-weight:bold;
    font-size:1.4em;

}
a.gNav__link:hover{
    color:#333;
}
ul.gNav a.gNav__link{
	font-weight: 400;
	font-size:1.2em;
}

/*メガメニュー*/
.gNav__drop{
    position:absolute;
    top:100%;
    left:0px;
    width:100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background:white;
    padding:25px 0px;
    display: none;
    z-index:100;
    border-top:solid 1px #ccc;
    border-bottom:solid 1px #ccc;
}
.gNav__childUnit{
    width:20%;
    float:left;
    vertical-align: top;
    padding:0px 2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.gNav__childUnit:nth-child(5n+1){
    clear:both;
}
.gNav__childUnit:nth-child(n+6){
    margin-top:15px;
}
.gNav__childLink{
    display: block;
}
.gNav__icon{
    float:left;
}
.gNav__iconText{
    line-height:50px;
    float:left;
    text-align:left;
}
.gNav__iconText--line2{
    line-height:15px;
    padding-top:12px;
}
.gNav__img{
    max-width:180px !important;
    height:auto;
}
.gNav__imgText{
    display: inline-block;
    margin-top:5px;
}

#keyword{
    background:#efefef url("http://gigaplus.makeshop.jp/tomiokaCL/images/h_bg_re.jpg") repeat-x top;
    line-height:35px;
    display: none;
}
#keyword span{
    font-weight:bold;
}
#eyecatch{
    background:url("http://gigaplus.makeshop.jp/tomiokaCL/images/m_bg.jpg");
    display: none;
}
#eyecatch .t_slide{
    width:1124px;
    margin:0 auto;
}
.w_line{
    height:11px;
    background:url("http://gigaplus.makeshop.jp/tomiokaCL/images/m_bg2_re.jpg");
}
#wrapper{
    margin:19px auto 87px;
}
.b_line{
    background:url("http://gigaplus.makeshop.jp/tomiokaCL/images/f_bg.jpg") repeat-x bottom;
    height:12px;
}

#s_ranking{
    background:white;
    padding:25px 20px 23px 25px;
}
#s_ranking h3{
    text-align: center;
    margin-bottom:25px;
}
#s_ranking li a{
    display: block;
}
#s_ranking li:nth-child(n+2){
    margin-top:7px;
}
#s_ranking li .l_img{
    float:left;
    width: 70px;
}
#s_ranking li .right{
    float:left;
    width:119px;
    margin-left:15px;
    text-align:left;
}
#s_ranking li .r_name{
    margin-top:4px;
}
#side .s_ownerblog{
    margin-top:5px;
}
#side .s_title{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height:50px;
    text-align: center;
    padding-top:20px;
    background:#fff;
    font-size: 16px;
    font-weight: bold;
}
#side .s_list{
    background:white;
}
#side .s_list li a{
    display: block;
    padding-left:40px;
}

#side .s_list li.side-sns a{
    padding-left:12px !important;
}

#side .s_list li img{
    float:left;
}
#side .s_list li span{
    line-height: 50px;
    float:left;
}
#side .s_list li span.line2{
    line-height:15px;
    display: inline-block;
    padding-top:12px;
}
/*
.sBgArea{
    background:white;
}
*/
/*
.sBgArea .s_list2{
    padding-bottom:20px !important;
}
*/
.sBrand__topLink{
    background:url("http://gigaplus.makeshop.jp/tomiokaCL/images/s_arrow_1.png")no-repeat 228px center;
    line-height:50px;
    text-align:center;
    display: block;
}
.sBrand__topLink.open{
    background:url("http://gigaplus.makeshop.jp/tomiokaCL/images/s_arrow_2.png")no-repeat 228px center;
}
/*
#s_brand .s_list2{
    background:white;
    padding:10px 10px 0px;
    display: none;
}
#s_brand .s_list2 li:nth-child(n+2){
    margin-top:15px;
}
#s_brand .s_list2 li a{
    text-align: center;
    display: block;
}
#s_brand .s_list2 li span.b_name{
    display: inline-block;
}
*/
/*#s_brand .s_white_line{
    height:50px;
    background:white;
}*/
#side .s_shop{
    text-align: center;
    margin-top: 5px;
    padding: 10px 0px;
    background:white;
}
#s_topics li{
    margin-top:5px;
    text-align: center;
    background:white;
}
#s_topics li a{
    padding:10px 0px;
    display: inline-block;
    background:white;
}
#side .s_tel{
    padding:10px 0px;
    text-align: center;
    background:white;
    margin-top:5px;
}
#side .s_mail{
    padding:0px;
    text-align: center;
    background:white;
    margin:1px 0 5px 0;
}
#s_qr{
    padding:10px 0px;
    text-align: center;
    background:white;
    margin-top:5px;
}
#s_qr .qr{
    width:80px;
    height:80px;
    float:left;
    margin-right:10px;
    margin-left:40px;
}
#s_qr span{
    display: inline-block;
    padding-top: 50px;
    font-size: 10px;
    text-align: left;
    float: left;
}
#s_cal{
    padding:10px;
    text-align: center;
    background:white;
    margin-top:5px;
}

#com_info .side-sns {
  display: flex;
  justify-content: flex-start;
  padding: 20px 0 10px 35px;
}

/*original pickup*//*DAILY NECESSITIES*//*m_bottom*//*giftService*/
#m_top ul, #m_top ul .op-wrapper div, #dailyNece ul div, #m_bottom ul, #giftService div{
    display: flex;
    justify-content: space-between;
}
#m_top ul{
    width: 100%;
    height: 485px;
}
#m_top ul:last-child {
    margin: 40px 0 5px;
}
#m_top ul li, #dailyNece ul div li, #m_bottom ul li, #m_bottom ul li div li{
    padding: 10px;
    background: #fff;
}
#m_top ul li img, #dailyNece ul div li img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
h3.tomiSub-title{
    font-size: 14px;
    font-weight: bold;
}
p.subDescription{
    font-size: 12px;
}
#m_top ul .op-wrapper{
    width: 50%;
}
#m_top:last-of-type ul .op-wrapper{
    margin-left: 5px;
}

.tomibox1{
    width: 50%;
    margin-right: 5px;
}
.tomibox2, .tomibox3{
    width: calc(50% - 2.5px);
}
.tomibox3{
    margin-left: 5px;
}
.tomibox4{
    max-width: 100%;
    max-height:100%;
    margin-top: 5px;
}
.tomibox5{
    width: 50%;
    margin-left: 5px;
}
.tomibox6{
    width: calc((100% - 10px) / 3);
    box-sizing: border-box;
}
.tomibox7{
    height: calc(50% - 2.5px);
    box-sizing: border-box;
}

.whiteFrame{
    padding: 10px;
    background: #fff;
}

/*DAILY NECESSITIES*/
#dailyNece ul:last-child div{
    margin-top: 5px;
}

/*m_bottom*/
#m_bottom{
    margin-top: 20px;
}
#m_bottom ul div{
    box-sizing: border-box;
}
#m_bottom ul{
    width: 100%;
    height: 420px;
}
#m_bottom img{
    width: 100%;
    height: 100%;
}

/*giftService*/
#giftService section{
    position: relative;
    width: calc(50% - 2.5px);
    height: 510px;
    padding: 10px;
    background: #fff;
}
#giftService section img{
    margin-bottom: 10px;
}
#giftService section ul{
    margin: 10px 0;
    list-style: inherit;
}
#giftService section ul li{
    padding: 1px 0;
}
#giftService section ul li.price{
    position: absolute;
    bottom: 64px;
    font-weight: bold;
    list-style: none;
}
#giftService .seeDetail-btn{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
}
#giftService .seeMore{
    margin-top: 20px;
    text-align: center;
}

/*wp*/
#new_article img{
    border:none;
    vertical-align: bottom;
}
#new_article ul.article_list{
    font-family: "メイリオ", Meiryo,游ゴシック, 游ゴシック体, YuGothic, "Yu Gothic", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	padding:0;
	margin:12px 0 0 8px;"
    background:white;
    font-size:11px;
    width:860px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#new_article ul li{
    list-style: none;
    width:278px;
    float:left;
	margin-right:12px;
}
#new_article ul li:last-child{
	margin-right:0;
}
#new_article .article_cate{
    line-height:25px;
    text-align: center;
    background:#f7f7f7;
    margin-bottom:10px;
}
#new_article .article_image img{
    width:100px;
    height:auto;
    float:left;
    display: inline-block;

}
#new_article .article_right{
    width:160px;
    float:right;
    text-align: left;
}

#new_article .article_right .title{
    padding:0;
}
#new_article .article_right .title::before,
#new_article .article_right .title::after{
    content:'';
    width:0;
    height:0;
}

#new_article .article_right .title a{
    display: inline-block;
    font-weight:bold;
    margin:1px 0px 3px;
    font-size:12px;
}
#new_article .article_right .text{
    font-size:10px;
    line-height:14px;
}

#new_item ul{
    padding:30px 10px 24px;
    background:white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#new_item ul li{
    width:163px;
    float:left;
}
#new_item ul li img{
    width:100%;
    display: inline-block;
    margin-bottom:8px;
}
#new_item ul li:nth-child(n+2){
    margin-left:10px;
}
#new_item ul li:nth-child(n+6){display: none;}
<!--おすすめ商品-->
#suisen_item ul table tbody tr td{
height:auto !important;
}
#suisen_item ul{
    padding:0px 10px 24px;
    background:white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#suisen_item ul li{
    width:163px;
    float:left;
}
#suisen_item ul li img{
    width:100%;
    display: inline-block;
    margin-bottom:8px;
}
#suisen_item ul li:nth-child(n+2){
    margin-left:10px;
}
#suisen_item ul li:nth-child(n+6){display: none;}
#suisen_item tr.woong > td a {
min-height: 62px;
display: block;}
#suisen_item p.seeDetail-btn {
text-align: center;
padding-top: 15px;
}
<!--おすすめ商品ここまで-->
/*/wp*/

#pop_item ul li a img{
    display: inline-block;
    border:solid 10px white;
}
#pop_item ul li{
    display: inline-block;
    float:left;
}
#pop_item ul li:nth-child(n+2){
    margin-left:5px;
}
#pop_item ul li:nth-child(3){
    float:right;
}
#pop_item ul li:nth-child(n+4){
    margin-top:5px;
}
#pop_item ul li:nth-child(4),#pop_item ul li:nth-child(6),#pop_item ul li:nth-child(9){
    margin-left:0px;
}

#laundry ul.top li{
    width:291px;
    height:292px;
    padding:10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float:left;
    background:white;
}
#laundry ul.top li:nth-child(2),#laundry ul.top li:nth-child(5){
    width:283px;
}
#laundry ul.top li:nth-child(n+2){
    margin-left:5px;
}
#laundry ul.top li:nth-child(n+4){
    margin-top:5px;
}
#laundry ul.top li:nth-child(3n+1){
    margin-left:0px;
    clear:both;
}
#laundry ul.top li p.text{
    line-height: 19px;
    padding-left: 5px;
    margin-top:3px;
}
#laundry ul.top li p.text a.smaller{
    font-size:12px;
}
#laundry ul.top li p.text a{
    text-decoration: underline;
}
#laundry ul.top li p.text a:hover{
    text-decoration: none;
}
#laundry .middle{
    padding:10px;
    background:white;
    margin: 5px 0px;
}
#laundry ul.bottom li{
    display: inline-block;
    float:left;
}
#laundry ul.bottom li:nth-child(n+2){
    margin-left:5px;
}
#laundry ul.bottom li:nth-child(n+4){
    margin-top:5px;
}
#laundry ul.bottom li:nth-child(6){
    margin-left:0px;
    clear: both;
}
#laundry ul.bottom li img{
    border:solid 10px white;
    display: inline-block;
}
#info .info_inner{
    padding:10px;
    background:white;
}
#info .info_inner .info_scr{
    height:180px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:20px 0px;
    overflow: auto;
}
#info td{
    font-size:11px;
}
#info .info_inner .info_scr  table td table:nth-child(n+2){
    margin-top:10px;
}

#ranking ul li{
    width:206px;
    float:left;
    text-align: center;
}
#ranking p{
    text-align: center;
}
#ranking ul li .rank{
    text-align: center;
    margin-bottom:5px;
}
#ranking ul li .rankImg img{
    width:100%;
    display: inline-block;
    margin-bottom:8px;
}
#ranking ul li:nth-child(n+2){
    margin-left:10px;
}
#ranking .rank_inner{
    padding:10px 10px 0;
    background:white;
}

#service ul li{
    width:291px;
    height:176px;
    padding:10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float:left;
    background:white;
}
#service ul li a{
    display: block;
}
#service ul li .img_wrap{
    position:relative;
}
#service ul li .img_wrap p{
    position: absolute;
    bottom: 0px;
    background: rgba(255,255,255,0.75);
    font-size: 13px;
    width: 100%;
    padding: 6px 9px;
    line-height: 17px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
#service ul li .img_wrap p span{
    font-weight:bold;
    font-size:14px;
}
#service ul li:nth-child(3n+2){
    width:283px;
}
#service ul li:nth-child(n+2){
    margin-left:5px;
}
#service ul li:nth-child(n+4){
    margin-top:5px;
}
#service ul li:nth-child(3n+1){
    margin-left:0px;
    clear:both;
}
#service ul li p.bottom_text{
    font-size: 10px;
    padding: 7px 9px;
    text-decoration: underline;
    letter-spacing: 1px;
}
#service ul li p.bottom_text:hover{
    text-decoration: none;
}
#brand{
    margin-top:5px;
}
#brand ul{
    padding:21px 0px;
    background:white;
}
#brand ul li{
    width:33.3%;
    text-align: center;
    float:left;
}
#brand ul li img{
    display: block;
    margin: 0 auto;
}
#brand ul li:nth-child(n+4){
    margin-top:24px;
}
#brand ul li a{
    display: block;
}
#brand ul li span{
    text-decoration: underline;
    font-size:11px;
    display: inline-block;
    margin-top:5px ;
}
#brand ul li .none_img{
    height:60px;
}

#footer{
    position:relative;
    background:white;
}
#footer .inner{
    width:1100px;
}
#footer .to_top{
    width:100%;
    text-align: center;
    position:absolute;
    top:-39px;
    z-index:1;
    margin-left:-9px;
}
#footer .to_top a:hover img{
    opacity: 1;
}
#footer #f_top{
    padding-top:54px;
}
#f_top .f_t_right{
    width:355px;
    float:right;
    margin-right:5px;
}
#f_top .f_t_right .twitter{
    margin:10px 0px 20px;
}
#f_top .f_t_left{
    width:700px;
    float:left;
}
#f_top .l_top{
    padding-top:11px;
}
#f_top .f_logo{
    float:left;
}
#f_top .l_right{
    width:380px;
    margin-left:15px;
    float:left;
    padding-top:43px;
    white-space: nowrap;
}
#f_top .l_bottom{
    margin-top:42px;
}
#f_top .l_bottom .l_b_box{
    display: inline-block;
    float:left;
}
#f_top .l_bottom .l_b_box:nth-child(n+2){
    margin-left:52px;
}
#f_top .l_bottom .l_b_box li{
    text-align: left;
}
#f_top .l_bottom .l_b_box li:before{
    content:">";
    display: inline-block;
    margin-right:5px;
}
#f_top .l_bottom .l_b_box li:nth-child(n+2){
    margin-top:3px;
}
#f_top .l_bottom .l_b_box h4{
    border-left: solid 2px #7c7c7c;
    padding: 1px 0px 0px 13px;
    margin-bottom: 22px;
    font-size: 12px;
}
#f_top .l_bottom .l_b_box h4.list2_title{
    margin-top:61px;
}
#f_top .l_bottom .l_b_box a{
    font-size:10px;
}
#f_middle{
    margin-top:47px;
}
#f_middle .sk_box{
    width:353px;
    float:left;
}
#f_middle .sk_box h5{
    height: 26px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    padding-top: 4px;
    font-size: 12px;
    padding-left: 15px;
    letter-spacing: 1px;
    margin-bottom:15px;
    background:#f7f7f7;
}
#f_middle .sk_box:nth-child(n+2){
    margin-left:19px;
}
.sk_box .way{
    margin-top:17px;
}
.sk_box .cre{
    margin:20px 0px 36px;
}
.sk_box .time{
    margin:8px 0px 12px;
}
.sk_box p{
    padding-bottom:10px;
    line-height:15px;
}
.sk_box .sk2_title{
    margin-top:24px;
}
.sk_box .link{
    text-align: right;
    font-size:10px;
}
.sk_box .link a{
    text-decoration: underline;
}
.sk_box .link a:hover{
    text-decoration: none;
}
.sk3 h5{
    margin-bottom:7px !important;
}
.sk_box dl{
    line-height:14px;
}
.sk_box dl dt{
    width:30%;
    font-size:10px;
    float:left;
    clear: both;
    text-align: left;
　　padding-bottom: 5px !important;
}
.sk_box dl dd{
    width:60%;
    font-size:10px;
    float:left;
    text-align: left
}
.sk_box dl dd:nth-of-type(2) {
  line-height: 42px;
}
.sk_box .gr{
    margin-top:18px;
}
.sk_top{
    height:410px;
}
.sk_bottom span.red{
    color:#ac0c28;
}
.sb1 h5{
    margin-bottom:32px !important;
}
#f_bottom{
    margin:22px auto 0px;
    width:1130px;
    padding-bottom:15px;
}
#f_nav{
    display: inline-block;
    float:left;
}
#f_nav li{
    display: inline-block;
    float:left;
}
#f_nav li:nth-child(n+2):before{
    display: inline-block;
    content:"|";
    padding:0px 13px;
}
#copy{
    display: inline-block;
    float:right;
}


.jspContainer
{
    overflow: hidden;
    position: relative;
}

.jspPane
{
    position: absolute;
}

.jspVerticalBar
{
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 100%;
    background: #FFF;
}

.jspHorizontalBar
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: #fff;
}

.jspCap
{
    display: none;
}

.jspHorizontalBar .jspCap
{
    float: left;
}

.jspTrack
{
    background: #fff;
    position: relative;
}

.jspDrag
{
    background: #fff;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
    float: left;
    height: 100%;
}

.jspArrow
{
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrow.jspDisabled
{
    cursor: default;
}

.jspVerticalBar .jspArrow
{
    height: 16px;
}

.jspHorizontalBar .jspArrow
{
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
    outline: none;
}

.jspCorner
{
    background: #eeeef4;
    float: left;
    height: 100%;
}
.jspArrowUp{
    background:url("http://gigaplus.makeshop.jp/tomiokaCL/images/up.png")no-repeat center center;
}
.jspArrowDown{
    background:url("http://gigaplus.makeshop.jp/tomiokaCL/images/down.png")no-repeat center center;
}


/* カスタマイズ */
#r_searchInput {
    background: none;
    margin-bottom: 30px;
}

#search > img:first-child {
    display: none;
}

#r_searchList .btnWrap {
    display: none;
}

#r_searchList .innerBox {
    margin-bottom: 20px;
}

#basketBtn .cartBtn a.into-cart{
    text-align:center !important;
}
#basketBtn .buyBtn a.quick-cart{
    text-align:center;
}

/* 商品説明縦幅調整 */
#new_item tr.woong > td a {
    min-height: 62px;
    display: block;
}

#ranking p {
    text-align: left;
    font-size: 12px;
	line-height: 1.6em;
}

p.rankPrice {
    font-weight: bold;
}

.rankDetail p.rankName a {
    display: block;
    min-height: 62px;
    font-size: 12px;
	line-height: 1.6em;
}
.rankDetail a p.seeDetail-btn{
    padding-top: 15px;
    text-align: center !important;
}

ul.innerList p.name a {
    display: block;
    min-height: 62px;
}

#category .innerList {
    margin-bottom: 30px;
}

#r_searchList .innerList li {
    margin-bottom: 40px;
}

#r_searchList .else {
    display: none;
}

#recent p.name a {
	display: block;
    font-size: 12px;
    min-height: 62px;
}


/* 商品説明のPタグのデザイン制御 */
.Detail-inner p {
    font-size: 15px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
}

.detailExtTxt p {
    font-size: 15px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
}

/* 検索結果の画像調整 */
#r_searchList .imgWrap a img {
    width: auto;
    max-width: 100%;
}

/* テーブルデザイン調整 */
.type-a {
}

.type-a th {
    border: 1px solid #cecfce;
    padding: 5px;
}

.type-a td {
    border: 1px solid #cecfce;
    padding: 5px;
}


/* 商品詳細ページ用バナー */
.itemDetail-bnr-top {
}

.itemDetail-bnr-top img {
	margin-bottom: 15px;
}

.itemDetail-bnr-bottom {
}

.itemDetail-bnr-bottom {
	margin: 15px 0;
}




h3.subTitle {
    font-family: "Times New Roman", YuMincho, "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
    font-size: 20px;
    height: auto;
    line-height: 1.6;
    padding: 6px 0;
    border-bottom: 2px solid #d6d3cf;
    margin-bottom: 20px;
    font-weight: bold;
}


#r_subGroup_shaping{
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 30px;
}
.groupShaping_init{

	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding-left: 5px;
	padding-right: 5px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 33.33%;
	        flex: 0 0 33.33%;
	max-width: 33.33%;
}
.groupShaping_init a{
	border: 1px solid #ccc;
	padding: 15px;
	display: block;
	text-align: center;
	font-weight: bold;
  font-family: "Times New Roman", YuMincho, "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
}
.cateFreeArea section{
	margin-bottom: 30px;
}
.rankingNum {
  min-height: 25px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #999;
}


.cateFreeArea figcaption {
  text-align: center;
  font-family: "Times New Roman", YuMincho, "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
  font-size: 16px;
  margin-top: 30px;
  line-height: 1.9;
}

/********************************
         2018お歳暮特集
*********************************/
.giftColumn {
  margin: 50px 0;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
.giftColumn__left {
  float: left;
  width:350px;
  margin-left: 10px;
}
.giftColumn__right {
  position: relative;
  float: right;
  width:350px;
  min-height: 350px;
}
.giftColumn__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.giftColumn__desc {
  font-size: 14px;
  margin-bottom: 20px;
}
.priceTitle {
  font-size: 16px;
  color: #a40000;
  font-weight: bold;
}
.priceText {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.priceTax {
  font-weight: bold;
}

.giftColumn__btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}
.particularBuy {
  font-size: 16px;
  text-align: center;
  display: block;
  font-weight: bold;
  background: #eeeeee;
  border-radius: 5px;
  border-bottom: 3px solid #c3c5c0;
  line-height: 50px;
  margin-bottom: 12px;
  text-decoration: none;
  color: #333333;
}
.particularBuy:hover {
  opacity: 0.8;
}
.buyingBtn {
  font-size: 16px;
  text-align: center;
  display: block;
  font-weight: bold;
  background: #ac0c28;
  border-radius: 5px;
  border-bottom: 3px solid #7d0000;
  line-height: 50px;
  text-decoration: none;
  color: #ffffff !important;
}
.buyingBtn:hover {
  opacity: 0.8;
}

/********************************
         2019福袋特集
*********************************/
.fukuColumn {
  margin: 50px 0;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
.fukuCourse__mainTitle {
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #d6d3cf;
  margin-top: 25px;
  font-family: "Times New Roman", YuMincho, "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
}
.fukuColumn__left {
  float: left;
  width:351px;
  margin-left: 10px;
}
.fukuColumn__right {
  position: relative;
  float: right;
  width:350px;
  min-height: 350px;
}
.fukuColumn__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.fukuColumn__desc {
  font-size: 14px;
  margin-bottom: 20px;
}
.fukuColumn__btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}
.fukuColumn__price {
  margin-bottom: 20px;
  letter-spacing: -0.07em;
}
.fuku__allprice {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  min-width: 140px;
  background: #8b6731;
  text-align: center;
  line-height: 34px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  margin-right: 12px;
}
.fuku__allprice:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #8b6731;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
}
.fuku__priceTitle {
  font-size: 16px;
  color: #a40000;
  font-weight: bold;
}
.fuku__priceText {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.fuku__priceTax {
  font-weight: bold;
}


/*カテゴリごとにランキング*/
.ctRanking {
  background: #ffffff;
  padding: 0px 10px 24px;
}
.ctRankingMainTitle {
  position: relative;
  font-family: "Times New Roman", YuMincho, "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
  font-size: 28px;
  height: auto;
  line-height: 1.6;
  padding: 8px 0;
  border-bottom: 2px solid #d6d3cf;
  margin-bottom: 20px;
  text-align: left;
}
.ctIchiranLink {
  display: block;
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 15px;
  font-family: initial !important;
  font-weight: bold;
  text-decoration: underline;
}
.ctIchiranLink a:hover {
  color: #000000;
  opacity: 1 !important;
}
.ctRankingUnits {
  float: left;
  width: 24%;
}
.ctRankingUnits:nth-of-type(n+2) {
  margin-left: 1.33333333333%;
}
.ctRankingUnits:nth-of-type(4n+1) {
  margin-left: 0;
  clear: both;
}
.ctRankingUnits:nth-of-type(n+5) {
  margin-top: 25px;
}
.ctRankingUnits__img {
  text-align: center;
  margin-bottom: 8px;
}
.ctRankingUnits__title {
  min-height: 62px;
  display: block;
}
.ctRankingUnits > a > p.seeDetail-btn{
  text-align: center;
  padding-top: 15px;
}


#new_item p.seeDetail-btn {
    text-align: center;
    padding-top: 15px;
}

ul.l_b_list + h4 {
    margin-top: 21px;
}

h2.instagram-title-main {
    text-align: center;
    font-size: 18px !important;
    margin: 10px 0 !important;
}

.instagram-text-top {
    line-height: 24px;
    margin-bottom: 15px !important;
}

div#vismo {
    margin-top: 30px;
}
div.bx-wrapper .bx-viewport{
box-shadow:none!important;
}
div.bx-wrapper .bx-caption span{
font-size:1em;
}
div.bx-wrapper .bx-caption{
background:#a6a6a6;
}

.markerBlue {
 background: linear-gradient(transparent 55%, #c1e0ff 55%);
}

.naiyouhyouji {
 width: 100%;
 border-spacing: 0;
 border-collapse: collapse;
}
.naiyouhyouji th {
 padding: 10px;
 border: 1px solid #ccc;
 font-weight: bold;
 background-color: #efefef;
 width: 22%;
}
.naiyouhyouji td {
 padding: 10px;
 border: 1px solid #ccc;
}

/* 特集ページ用 */
.tokusyuuCntsBlock h4 {
 font-family: 'Noto Sans JP', sans-serif;
 font-size: 18px!important;
 text-align: left;
 margin: 1em 2em;
 line-height: 1.6em;
}

.tokusyuuCntsBlock p {
 font-family: 'Noto Sans JP', sans-serif;
 font-size: 16px!important;
 text-align: left;
 margin: 0 2em 1em;
 line-height: 1.8em;
}

.tokusyuuCntsBlock img.kakuhan {
 width: 90%;
 margin: 24px 0;
 border-radius: 4px;
}

.tokusyuuCntsBlock .button {
 display:inline-block;
 background:#E9A1AE url(/blog/images/arrow_wh.png) right 12px center no-repeat;
 width: 85%;
 height:58px;
 line-height: 58px;
 border: none!important;
 border-radius: 4px;
 text-align: center;
 text-decoration: none;
 outline: none;
 color: #fff!important;
 margin: 1em 0;
}
@media screen and (max-width: 992px) {
 .tokusyuuCntsBlock .button {
  width:70%;
 }
}
@media screen and (min-width: 992px) {
 .tokusyuuCntsBlock img.kakuhan {
  margin: 24px;
}
}

.tokusyuuCntsBlock .button::before,
.tokusyuuCntsBlock .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.tokusyuuCntsBlock .button,
.tokusyuuCntsBlock .button::before,
.tokusyuuCntsBlock .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .5s;
}
.tokusyuuCntsBlock .button:hover {
 text-decoration: none;
 color: #fff;
 opacity: 0.7;
}


/* ************************************************
*  商品詳細ページ　かご周り
* ************************************************ */
.stockTitle {
 line-height:1.8em;
 margin: 8px 0 0;
}

.pdtLabel {
 margin: 6px 0 20px;
}
.pdtLabel span {         
 font-size:10px;
 text-align: center;
 padding: 6px 8px;
 margin-right:4px!important;
 border-radius: 4px;                            
 color: #555;
 background-color:#eee;
 height: 27px;
 flex-direction: column;
 justify-content: center;
 align-items: center;
}

#newsContents p{
margin-bottom: 1.8em;
line-height:1.6em;
}