/*
 * This file is part of EC-CUBE B2B
 *
 * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved.
 *
 * http://www.lockon.co.jp/
 *
 * This program is NOT free software.
 * LICENSE: See also LICENCE.txt file.
 */
@charset "utf-8";

/************************************************
 印刷用
************************************************ */

@media print {
    body {
        zoom: 75%;
    }
}
