/* ==================================
**  base.css
**  Created 2017/11/14
**  LastUpdate 2024/8/28
/* ================================== */
@charset "euc-jp";


/* ==共通================================ */
.d-PConly{display: block;}
.d-SPonly{display: none;}

/* -----------------------inc---------------------------- */


#wrapper{
    }

    #wrapper #wrapper-inc{
        width: 1000px;
        margin: 0 auto;
        padding: 0 20px;
        background: #fff;
        }

#inc-header{
	width: 1000px;
	margin: 0 auto;
	padding-top: 10px;
	}

#inc-menu{margin-bottom: 10px;}
    #clm-menu{font-size: 0;}/*画像間の隙間削除*/

#left_column{
    width: 180px;
    float: left;
}

#center_column{
    float: left;
    width: 606px;
    padding-left: 10px;
}
    #center_column #center_column-top{}
    #center_column #center_column-bottom{display: table;}
        #center_column #center_column-bottom #c_left_column,
        #center_column #center_column-bottom #c_right_column{
            display: table-cell;
            vertical-align: top;
        }
        #center_column #center_column-bottom #c_left_column {width: 620px;padding-right: 10px;}
        #center_column #center_column-bottom #c_right_column{width: 180px;}

#right_column{
    width: 180px;
    float: left;
    padding-left: 10px;
}

#inc-top_center_right_column{
	display:inline-block;
    width: 810px;
}

#center_right_column{
    float: left;
    width: 810px;
    padding-left: 10px;
}

/* --------------common------------------------------ */

.gray_frame{
    margin-bottom: 10px;
    background-color: #ffffff;
    border: 2px solid #cccccc;
    border-radius: 4px;
}

    dl.gray_frame dt{
        margin-bottom: 5px;
        font-weight: bold;
        font-size: 14px;
    }
        dl.gray_frame>dt{
        background: linear-gradient(#fff, #ebebeb);
        border-bottom:2px #cccccc solid;
        }

        dl.gray_frame dt img.lmenu-ico{
            vertical-align: middle;
            margin-right: 5px;
        }

    dl.gray_frame dd{
        padding: 5px 10px 0;
    }
        dl.gray_frame dd:last-child {
            padding-bottom: 10px;
        }



.gray_frame .subttl {
    height: 32px;
    vertical-align: middle;
    background: linear-gradient(#fff, #ebebeb);
    border-bottom:2px #cccccc solid;
    }


.green_frame{
    background-color: #ffffff;
    border: 3px solid #568d3e;
    box-shadow: 0 0 3px #AAAAAA;
    border-radius: 4px;
}

.frame_inc{
    padding: 20px;
    line-height: 1.4em;
}


dl.dl_text{padding: 5px;}

    dl.dl_text dt{
            margin-bottom: 5px;
            font-weight: bold;
            font-size: 14px;
            }


    dl.dl_text dd{
            padding: 0 0 10px;
        }


h2.gray_title{
        background: linear-gradient(#fff, #ebebeb);
        border-bottom:2px #cccccc solid;
}

    h2.gray_title span{
        display: block;
        min-height: 30px;
    }


/* ------------------#clm-header ヘッダー------------------------ */
#clm-header{
    font-size: 0;/*画像間の隙間削除*/
    }


    #clm-header .head-logo,
    #clm-header .head-point,
    #clm-header .head-postage,
    #clm-header .head-otherstore{
        display:inline-block;
    }

    #clm-header .head-logo{width: 230px;}
    #clm-header .head-point{width: 540px;}
    #clm-header .head-otherstore{width: 230px;}


/* ------------------#inc-menu ヘッダーメニュー--------------------------- */
#clm-menu-tab{
        background: #e4e4e4;
    border-radius: 3px;
    }

    #clm-menu-tab table{
        background: #08abcc;
    }

    #clm-menu-tab table .t01{
        text-align: center;
        }
        #clm-menu-tab table .t01 input#sitem{
            width: 500px;
            height: 25px;
            margin: 10px;
            border-radius: 5px;
            }
        #clm-menu-tab table .t01 input#search2{
            }

    #clm-menu-tab table .t01{
        padding-top: 1px;
        }


    #clm-menu-tab .clm-menu-tab-btn{
        background: #e4e4e4;
    }

/* ------------------#clm-left-menu 左メニュー--------------------------- */

/*Left*/
#clm-left-guide,
#clm-inc-info,
#clm-left-category	{
    margin-bottom: 10px;
    width: 180px;
    }

/* -- ガイド -- */
#clm-left-guide dl#left-guide dd::before{
    content: url('/gold/bookfan/img/common/ico/ar_blue.png');
}
    dl#left-guide dd a{padding-left: 5px;}



/* -- topics -- */
#clm-inc-info {
    width: 180px;
    margin: 0;
    font-size: 12px;
    margin-bottom: 10px;
}

#clm-inc-info p {
    padding: 5px 10px;
    margin: 0px;
}

#clm-inc-info .date {
    display: block;
    color: #333;
}

#clm-inc-info .ico-new {
    margin-left: 0px;
    background: #f44a86;
    color: #fff;
    font-size: 0.7em;
    padding: 0px 3px;
    font-weight: bold;
    position: relative;
}

#clm-inc-info .cat::after {
    left: 3px;
    width: 3px;
    height: 3px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#clm-inc-info .cont_arrow::before,
.cont_arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#clm-inc-info .cat::before {
    width: 13px;
    height: 13px;
    -webkit-border-radius: 25%;
    border-radius: 25%;
    background: #636262;
}

#clm-inc-info .cont_arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 15px;
    vertical-align: middle;
    text-decoration: none;
}

#clm-inc-info .linklist {
    text-align: right;
    padding: 5px 10px;
}

#clm-inc-info .contents {
    border: 1px solid #cccccc;
    padding: 5px 0px;
}

/* -- category -- */
#clm-left-category .leftbanner img{
    width: 180px;
    margin-bottom: 10px;
    }


#clm-left-category dl.category_menu_bk dd,
#clm-left-category dl.category_menu_mz dd,
#clm-left-category dl.category_menu_cd dd,
#clm-left-category dl.category_menu_dvd dd,
#clm-left-category dl.category_menu_bluray dd{padding: 7px 0 0;}

    #clm-left-category dl.category_menu_bk dd a,
    #clm-left-category dl.category_menu_mz dd a,
    #clm-left-category dl.category_menu_cd dd a,
    #clm-left-category dl.category_menu_dvd dd a,
    #clm-left-category dl.category_menu_bluray dd a{padding-left: 5px;}

    #clm-left-category dl.category_menu_bk dd::before{content: url('/gold/booxstore/img/common/ico/ar_blue.png');}
    #clm-left-category dl.category_menu_mz dd::before{content: url('/gold/booxstore/img/common/ico/ar_green.png');}
    #clm-left-category dl.category_menu_cd dd::before{content: url('/gold/booxstore/img/common/ico/ar_pink.png');}
    #clm-left-category dl.category_menu_dvd dd::before{content: url('/gold/booxstore/img/common/ico/ar_purple.png');}
    #clm-left-category dl.category_menu_bluray dd::before{content: url('/gold/booxstore/img/common/ico/ar_purple.png');}

#clm-left-category #left_qr p{
    padding: 5px 0;
    text-align: center;
}



/* --------------右下部バナー------------------------------ */

#clm-right_bottom-bnr{
	width:196px;
}

#clm-right_bottom-bnr p {
padding:0 9px 5px;
}









/* --------------左カラム（商品ページ読み込み用）------------------------------ */
#clm-left-menu .leftbnr_point{
    width: 180px;
    margin-bottom: 10px;
    text-align: center;
    background: url(../img/banner/point02/bnr180x130_maximumpoint_10.gif) no-repeat;
    }
    #clm-left-menu .leftbnr_point .point_tx{
        text-align: center;
        font-size: 0.9em;
        }

#clm-left-menu .leftbanner img{
    width: 180px;
    margin-bottom: 10px;
    }

#clm-left-menu dl#guide_menu dd::before{
    content: url('/gold/bookfan/img/common/ico/ar_blue.png');
}
    dl#guide_menu dd a{padding-left: 5px;}


#clm-left-menu dl.category_menu_bk dd,
#clm-left-menu dl.category_menu_mz dd,
#clm-left-menu dl.category_menu_cd dd,
#clm-left-menu dl.category_menu_dvd dd,
#clm-left-menu dl.category_menu_bluray dd{padding: 7px 0 0;}

    #clm-left-menu dl.category_menu_bk dd a,
    #clm-left-menu dl.category_menu_mz dd a,
    #clm-left-menu dl.category_menu_cd dd a,
    #clm-left-menu dl.category_menu_dvd dd a,
    #clm-left-menu dl.category_menu_bluray dd a{padding-left: 5px;}

    #clm-left-menu dl.category_menu_bk dd::before{content: url('/gold/bookfan/img/common/ico/ar_blue.png');}
    #clm-left-menu dl.category_menu_mz dd::before{content: url('/gold/bookfan/img/common/ico/ar_green.png');}
    #clm-left-menu dl.category_menu_cd dd::before{content: url('/gold/bookfan/img/common/ico/ar_pink.png');}
    #clm-left-menu dl.category_menu_dvd dd::before{content: url('/gold/bookfan/img/common/ico/ar_purple.png');}
    #clm-left-menu dl.category_menu_bluray dd::before{content: url('/gold/bookfan/img/common/ico/ar_purple.png');}

#clm-left-menu #left_qr p{
    padding: 5px 0;
    text-align: center;
}



/* --------------フッター------------------------------ */

#inc-footer{clear:both;}



/*メール*/
#clm-footer #information-mail{
    background: #e0fbc4;
    padding: 10px;
    margin: 10px;
}


/*3カラム*/
#clm-footer #information-all{
    display: table;
    table-layout: fixed;
    width: 100%;
}
    #clm-footer #information-all>div{
        display: table-cell;
        padding: 20px 20px 0;
        width: 260px;
        border-right: #ccc solid 5px;
    }
    #clm-footer #information-all>div:last-child{
        border-right: #ccc solid 0px;
    }

        #clm-footer #information-all>div h3{
            background: #438028;
            background-image: linear-gradient(
                -45deg,
                #548b3b 25%,
                #438028 25%, #438028 50%,
                #548b3b 50%, #548b3b 75%,
                #438028 75%, #438028
                );
            background-size: 4px 4px;
            border-radius: 3px;
            }

        #clm-footer #information-all>div h3 span{
            display: block;
            height: 30px;
            background: url('/gold/bookfan/img/common/footer/footer_title.png') no-repeat;
            text-indent: -1000%;
        }

            #clm-footer #information-all>div h3 span.h3-souryou   {background-position: center 0px;}
            #clm-footer #information-all>div h3 span.h3-haisou    {background-position: center -50px;}
            #clm-footer #information-all>div h3 span.h3-henpin    {background-position: center -100px;}
            #clm-footer #information-all>div h3 span.h3-osiharai  {background-position: center -150px;}
            #clm-footer #information-all>div h3 span.h3-ryousyusyo{background-position: center -200px;}
            #clm-footer #information-all>div h3 span.h3-sonota    {background-position: center -250px;}

        #clm-footer #information-all>div p{
            margin-bottom: 20px;
            padding: 5px;
        }


/*禁止事項*/
#clm-footer #prohibition{
    padding: 10px 10px;
    margin: 10px;
    background: #FFE2E2;
}


/*外国の方*/
#clm-footer #foreigner{
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}
    #clm-footer #foreigner>div{
        display: table-cell;
        padding: 20px;
        background-color: #fff1b8;
    }

/*テキストリンク*/
#clm-footer #common-footer{
    padding: 10px;
    text-align: center;
}
    #clm-footer #common-footer li{
        display: inline-block;
        padding: 0 10px;
        text-align: center;
        border-right: 1px solid #666;
    }
    #clm-footer #common-footer li:last-child{border-right: 0px;}


/* --------------イレギュラー告知/inc-notice_irregular------------------------------ */

#clm-notice_irregular a{
	display:block;
	border:1px red solid;
	color:red;
	padding: 10px;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
	}

/* --------------メイン スクロールバナー------------------------------ */

#clm-maintop-bnr {
    float: left;
    margin-bottom: 10px;
}
    #clm-maintop-bnr #maintop-bnr{
        float: left;
        }

    #clm-maintop-bnr #maintop-bnr .swiper-container {
        width: 604px;
        height: 328px;
        padding:0;
        box-sizing: border-box;
        text-align: center;
        border:1px solid #ccc;
    }

    #clm-maintop-bnr #maintop-bnr .swiper-slide img{
        /* -- width: 468px; ----- */
        width: 540px;
        height: auto;
        }

/**
	#clm-maintop-bnr #maintop-bnr .swiper-slide{
        margin-bottom: 50px;
    }
***/

    #clm-maintop-bnr #maintop-bnr h2{display: none;}/* for SPonly*/

    #clm-maintop-bnr #maintop-bnr-right{float: left;margin-left: 10px;}

    #clm-maintop-bnr #maintop-bnr-wrap .sp{display:none;}
    
    
/* -------------- 右カラム月間ベストセラー特集バナー -------------------------- */
    
    #clm-maintop-bnr #maintop-bnr-right .feat_bnr img{
        width: 195px;
        margin-right: 10px;
        margin-bottom: 5px;
    }

    #clm-maintop-bnr #maintop-bnr-right .feat_bnr>div:last-child img{
            margin-right: 0px;
        }
    #clm-maintop-bnr .feat_bnr p{
        padding: 0 5px;
        color: #5d2f0e;
        font-size: 0.9em;
    }

    #clm-maintop-bnr #maintop-bnr-right .feat_bnr p.feat_date {
            display: inline-block;
            margin-left: 5px;
            margin-bottom: 2px;
            padding: 1px 4px 0px 4px;
            letter-spacing: 1px;
            background-color: #f44a86;
            border-radius: 4px;
            color: #fff;
            font-size: 0.9em;
        }
   #clm-maintop-bnr #maintop-bnr-right .feat_bnr p.feat_date span{
            display: inline-block;
            margin: 0 3px 0 0;
            padding: 0px;
            color: yellow;
            font-weight: bold;
        }



/* --------------特集バナー-------------------------- */

#clm-maintop{
	float:left;
    margin-bottom: 10px;
}

#clm-maintop .feat_bnr{
    display: table;
    width: 100%;
}
    #clm-maintop .feat_bnr>div{
        display: table-cell;
    }

    #clm-maintop .feat_bnr img{
        width: 195px;
        margin-right: 10px;
        margin-bottom: 5px;
    }

        #clm-maintop .feat_bnr>div:last-child img{
            margin-right: 00px;
        }


    #clm-maintop .feat_bnr p{
        padding: 0 5px;
        color: #5d2f0e;
        font-size: 0.9em;
    }

        #clm-maintop .feat_bnr p.feat_date {
            display: inline-block;
            margin-left: 5px;
            margin-bottom: 2px;
            padding: 1px 4px 0px 4px;
            letter-spacing: 1px;
            background-color: #f44a86;
            border-radius: 4px;
            color: #fff;
            font-size: 0.9em;
        }
        #clm-maintop .feat_bnr p.feat_date span{
            display: inline-block;
            margin: 0 3px 0 0;
            padding: 0px;
            color: yellow;
            font-weight: bold;
        }


/* --------------右バナー------------------------------ */

#right-bnr{
	margin-bottom:10px;
}

/* --------------各カテゴリー新刊-------------------- */


#clm-center_category #gallery{
    overflow: hidden;
    margin: 10px 0 10px 0;
    padding: 0px;
    text-align: center;
}

#clm-center_category #gallery h3{
    background: url('/gold/bookfan/img/title/h3_new_book_category.png')no-repeat #efefef;
    height: 32px;
    text-align: right;
    border-bottom:#ccc solid 2px;
}
#clm-center_category #gallery h3 span.cat{
    display:none;
}

#clm-center_category {width:606px;}
#clm-center_category #gallery{height: auto;} 
#clm-center_category #gallery .margin{margin: 10px 0;}  
        
#clm-center_category ul {display: flex; flex-wrap:wrap;justify-content: center; width: 100%;}
#clm-center_category li {display:flex;justify-content: center;align-items: center;text-align: center;}
        
#clm-center_category #gallery li img {width: 113px;}
#clm-center_category a {display: flex;justify-content: center;align-items: center; margin: 14px;}
   


/* --------------受賞エンブレム-------------------- */

#clm-center_emblem #gallery{
    overflow: hidden;
    margin: 10px 0 10px 0;
    padding: 0px;
    text-align: center;
}

#clm-center_emblem #gallery h3{
    background: url('/gold/bookfan/img/title/h3_emblem.png')no-repeat #efefef;
    height: 32px;
    text-align: right;
    border-bottom:#ccc solid 2px;
}

#clm-center_emblem #gallery h3 span.cat{
    display:none;
}

#clm-center_emblem {width:606px;}

#clm-center_emblem ul{
    display:flex;
    margin: 10px;
}


#clm-center_emblem ul li img{
    width:95%;
    margin:10px 0;
}

#clm-center_emblem ul li.Second_line{
    width:25%;
    margin:0 20px 0;
}


/* --------------トピックス（201903改修後削除）------------------------------ */


#clm-center-topics #topics h2{
    background: linear-gradient(#fff, #ebebeb);
    border-bottom:2px #cccccc solid;
    text-indent: -1000%;
}


#clm-center-topics #topics h2 span{
    background: url('/gold/bookfan/img/title/title_main_topics.png') no-repeat;
}

        #clm-center-topics #topics .scroll{
        height: 110px;
        overflow: auto;
        }


        #clm-center-topics #topics ul{
        padding: 10px;
        height: 80px;
        list-style: none;
        }

        #clm-center-topics #topics ul li{
        margin-bottom: 5px;
        }

        #clm-center-topics #topics ul li img{
        margin-left: 5px;
        width: 18px;
        height: 8px;
        }

        #clm-center-topics #topics .ico-new{
            display: inline-block;
            margin-left: 3px;
            padding: 1px 4px 0px 4px;
            letter-spacing: 1px;
            background-color: #f44a86;
            border-radius: 3px;
            color: yellow;
            font-size: 10px;
        }

/* --------------テーマ------------------------------ */


#clm-center-theme #theme h2 span{
    background: url('/gold/bookfan/img/common/main/theme.gif') no-repeat;
}

#clm-center-theme #theme .stamp{
margin: 10px 10px 5px;
}

#clm-center-theme #theme table{
    table-layout: fixed;
}
    #clm-center-theme #theme table td{
        text-align: center;
    }
        #clm-center-theme #theme table td img{
            width: 119px;
        }
        #clm-center-theme #theme table td.item img{
            width: 80px;
            margin-top: 5px;
        }



/* -----------------話題の本---------------------------- */


#clm-center-trend{
}


#clm-center-trend #trend h2{
    background: linear-gradient(#fff, #ebebeb);
    border-bottom:2px #cccccc solid;
    text-indent: -1000%;
}


    #clm-center-trend #trend h2 span{
        background: url('/gold/bookfan/img/title/title_main_trend.png') no-repeat;
    }

    #clm-center-trend ul{
        display:table;
        table-layout:fixed;
        width:100%;
    }

        #clm-center-trend ul li{
            display:table-cell;
            text-align:center;
        }

            #clm-center-trend ul li img{
                max-height:140px;
                max-width:120px;
                margin-bottom: 10px;
                border:1px #cccccc solid;
                box-shadow:1px 1px 3px #cccccc;
            }


            #clm-center-trend ul li p{
            	margin-bottom:10px;
                line-height: 1.2em;
            }

                #clm-center-trend ul li p.t-ico{
                    width:70%;
                	margin:10px auto;
                	padding:2px 10px ;
                	text-align:center;
                    background-color:#08abcc;
                	border-radius: 5px;
                	color:#fff;
                }



/* -----------------予約一覧---------------------------- */

#clm-auto_res_all_s{

    border: 2px solid #cccccc;
    margin:10px 0;
    padding: 0px;
    border-radius: 4px;


}







/* -------------------------------------------------- */
/* --------------各ページ------------------------------ */
/* -------------------------------------------------- */






/* --------------お知らせ------------------------------ */

dl.center_column-info{
    margin-bottom: 10px;
    background-color: #ffffff;
    border: 3px solid #cccccc;
    box-shadow: 0 0 3px #AAAAAA;
    border-radius: 4px;
}

    dl.center_column-info dt{
        margin-bottom: 5px;
        padding: 8px 10px;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.2em;
        color: #333;
        background: linear-gradient(#fff, #ebebeb);
        border-bottom:2px #cccccc solid;
    }

    dl.center_column-info dd{
        padding: 10px 20px;
        border-bottom: 1px dotted #ccc;
    }


    #infopage .bottom_list_ttl{
    	margin-top:30px;
	    padding: 10px;
		background: #eee;
		color: #777;
		font-weight: bold;}

h2#info_ttl{
    margin-bottom: 20px;
    font-size: 1.3em;
    font-weight: bold;
}



/* ----------お知らせページ下部の最新3件-------------------------- */

#infopage dd{
        border-bottom: 0;
    }


#infopage #clm-info-btmlist dd a {
	text-decoration:underline;
}

    #infopage .listlink {
        margin: 10px;
        text-align: right;
    }
	
    #infopage .arrow {
        position: relative;
        display: inline-block;
        padding: 0 0 0 16px;
        vertical-align: middle;
        text-decoration: underline;
    }
    
    #infopage .arrow::before,
    .arrow::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
    }
    
    #infopage .gray::before {
        left: 3px;
        width: 4px;
        height: 4px;
        border-top: 2px solid #666;
        border-right: 2px solid #666;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }


/* --------------faq・お買い物ガイド（201902デザイン改修後使用）------------------------------ */

#center_right_column  #faq{}
    #center_right_column  #faq .outline {
        margin: 0 0 20px;
        padding: 10px;
        font-size: 18px;
        font-weight: bold;
        border-bottom: #C4D5B0 solid 3px;
        color: #438028;
    }
        #center_right_column  #faq .outline.outimg{
            padding: 30px 0 5px;
        }
        #center_right_column  #faq .outline.outimg img{
            margin: 0 10px -5px 0
        }

    #center_right_column  #faq .outline-more {
        padding-bottom: 10px;
        text-align: right;
    }

    #center_right_column  #faq ul.faqmenu li {
        min-height: 20px;
        padding: 5px 0 0 25px;
        margin: 10px 0 0 0;
        background: url(../img/common/guide/link_guide.gif) no-repeat 0px 3px;
        font-size: 14px;
        font-weight: bold;
    }

    #center_right_column  #faq dl.faqlist {
        margin-top: 150px;
    }
        #center_right_column  #faq dl.faqlist dd {
            padding: 15px 20px;
            margin: 5px 0 30px 0;
            border: #C4D5B0 solid 2px;
            border-radius: 4px;
            line-height: 1.5em;
        }
        #center_right_column  #faq dl.faqlist dt{
        min-height: 20px;
        padding: 5px 0 0 25px;
        margin: 10px 0 0 0;
        background: url(../img/common/guide/link_guide.gif) no-repeat 0px 3px;
        font-size: 14px;
        font-weight: bold;
        color: #438028;
        }

    #center_right_column  #faq .description {
        margin: 0px;
        padding: 10px;
        background-color: #FFCCCC;
    }
    #center_right_column  #faq .otherq {
        font-weight: bold;
        margin: 0 0 10px;
    }

    #center_right_column  #faq .faq-pagelist dt{
        margin: 0 0px 20px;
        padding: 10px 0px;
        font-size: 18px;
        font-weight: bold;
        border-bottom: #C4D5B0 solid 3px;
        color: #438028;
    }

    #center_right_column  #faq .faq-pagelist dd{
        font-size: 14px;
        margin-bottom: 5px;
    }


    #center_right_column  #faq #guide_bottom{
        margin-bottom: 20px;
    }

    #center_right_column  #faq ul.deli_co {
        background: #eee;
        list-style-type: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    
    #center_right_column  #faq ul.deli_co li {
        float: left;
        text-align: center;
        padding: 20px 0px;
        font-size: 1.2em;
        border-bottom: 1px solid #fff;
        width: 50%;
    }
    
    #center_right_column  #faq ul.deli_co li:last-child {
        border-bottom: none;
    }
    
    #center_right_column  #faq ul.deli_co li.kuroneko {
        background: url(/gold/booxstore/img/common/guide/de/post.png) #242424;
        background-repeat: no-repeat;
        background-size: 45px;
        background-position-x: 20px;
        background-position-y: center;
        color: #fff;
        padding: 20px 0px;
    }
    
    #center_right_column  #faq ul.deli_co li.yupacket {
        background: url(/gold/booxstore/img/common/guide/de/post.png) #d52f2f;
        background-repeat: no-repeat;
        background-size: 45px;
        background-position-x: 20px;
        background-position-y: center;
        color: #fff;
        padding: 20px 0px;
    }
    
    #center_right_column  #faq ul.deli_co li.takuhai {
        background: url(/gold/booxstore/img/common/guide/de/track.png) #a5ae00;
        background-repeat: no-repeat;
        background-size: 45px;
        background-position-x: 20px;
        background-position-y: center;
        color: #fff;
        padding: 20px 0px;
    }





/* --------------返品特約・プライバシーポリシー------------------------------ */


#return_policy>dt,
#privacy_policy>dt {
    padding: 0;
}


    dl.policy dt {
        background: #fff;
        padding: 10px 5px 10px 10px;
        box-shadow: 2px 2px 3px #ccc;
        border-radius: 3px;
        border: 1px #ccc solid;
        border-top: 3px solid #08abcc;
        font-weight: bold;
        font-size: 1.2em;
        color: #333333;
    }

        dl.policy dd{
            margin-bottom: 30px;
        }

            dl.policy dd .return_subtitle{
                display: block;
                margin-bottom: 5px;
                font-weight: bold;
                font-size: 1.1em;
            }

#privacy_policy ol.decimal>li{
    margin-bottom: 10px;
}

#return_policy .bold{
    font-weight: bold;
}

/* -----------------特集---------------------------- */

#center_column #feature {
    margin-bottom: 20px;
}







