﻿
/* --------------------------------------------------
★★★★★ プリンター用★★★★★
-------------------------------------------------- */
@media print {

/*背景画像も印刷する*/
*{-webkit-print-color-adjust: exact;}

 /* ページ全体の余白を設定 */
@page {
size: A4;
margin: 5mm;
}

html{background-color: #ffffff; height: auto;}
#container{border-left:none;border-right:none;}


/* --------------------------------------------------
ヘッダー
-------------------------------------------------- */
.menubar{display:none;}
#bt_change{display:none;}/*カタログ選択*/

/* --------------------------------------------------
ログイン
-------------------------------------------------- */
#box_code{display:none;}/*ご利用コード欄*/

#log_on{display:none;}
#log_off{display:none;}
#box_logout{display:none;}

/* --------------------------------------------------
商品検索
-------------------------------------------------- */
#search_sort{display: none;}

#search_left_box{display:none;}
.img_first_screen {display:none;}

#search_right_box{width:100%;}

.box_itemthum{display:block;}


/* --------------------------------------------------
商品情報
-------------------------------------------------- */
/*#item_box{width: 100%; background-color: aqua; display:block;}*/




            .bt_item_close {
                display: none;
            }

            #contents_img {
                width: 45%;
                margin-right: 5%;
            }

            #contents_spec {
                width: 50%;
            }

            #item_stock {
                width: 50%;
            }

            #item_stock_read {
                text-align: left;
            }

            #ruiji {
                display: none;
            }

            .naire_subttl a {
                display: none;
            }

            #name_img_box {
                width: 45%;
            }

                #name_img_box img {
                    width: 50%;
                    height: auto;
                }

            #name_img_thum_box {
                display: none;
            }

            #name_spec_box {
                width: 50%;
            }

            #pnlDownload {
                display: none;
            }

            #box_license {
                display: none;
            }

            #item_footer {
                display: none;
            }



#contents_img{width: 50%; margin-right: 2%;}

#contents_spec{width: 46%;}/*商品スペック*/

#item_stock{width: 100%;}/*現在の在庫数*/









/*名入れ*/
#naire_box{display: flex; gap: 10px;}
#NairePanel .naire_subttl{display:none;}/*見出し*/

#contents_naire{display:flex; flex-flow: column; width: 180px; height: auto;}

#name_img_box{ width: 180px;}
#name_img_box img{width: 100%;}

#name_spec_box{width: 180px; }
#name_spec_box th{width: 45%;}


/*動画QR*/
#pnlMovie{display: none;}


/* --------------------------------------------------
在庫確認
-------------------------------------------------- */
#box_left{display: none;}
#box_right{width: 100%;}




/* --------------------------------------------------
包装紙
-------------------------------------------------- */
.box_thumb_paper {
display:flex;
}

.box_thumb_paper div{
display:flex;
display:flex;
flex-flow: column;
text-align: left;
}

.box_thumb_paper img{ width: 45%;}


}