@charset "utf-8";

/* ---------------------------------------------
 Print Style
--------------------------------------------- */

/* Display-NONE
--------------------------------------------- */
/* Header
----------------------------------- */
.header-menu {
display: none;
}

/* Shop-Info
----------------------------------- */
.shop-info {
display: none;
}

/* Global Navigation
----------------------------------- */
#globalnav {
display: none;
}


/* Breadcrumbs
----------------------------------- */
.breadcrumbs {
visibility: hidden;
height: 0;
}


/* Pagetop-Anchor
----------------------------------- */
.pagetop-anchor {
display: none;
}

/* Contents-Foot
----------------------------------- */
.recommend-bnr {
display: none;
}

/* Utility
----------------------------------- */
.utility {
display: none;
}


/* Like Thickbox
----------------------------------- */
#TB_wrap {
display: none;
}

/* Background-NONE
--------------------------------------------- */
/* Container
----------------------------------- */
.container-bg01,
.container-bg02 {
background: none!important;
}

/* Header
----------------------------------- */
.header,
.header-bg01,
.header-bg01-day,
.header-bg01-night {
background: none!important;
}

/* Global navigation
----------------------------------- */
.globalnav-bg01,
.globalnav-bg01-day,
.globalnav-bg01-night {
display: none;
}

/* Contents
----------------------------------- */
.contents-bg01-day,
.contents-bg01-night,
.contents-bg01,
.contents-bg02-day,
.contents-bg02-night,
.contents-bg02,
.contents-bg05-day,
.contents-bg05-night,
.contents-bg05 {
background: none!important;
}

/* Main Visual
----------------------------------- */
.mainvisual-bg01,
.mainvisual-bg01-day,
.mainvisual-bg01-night {
background: none!important;
}

/* Footer
----------------------------------- */
.footer {
background: none!important;
}

/* Petit Petit */
.container-bg {
background: none!important;
}


/* Print Adjust
--------------------------------------------- */
body {
background-color: #fff;
}
.container {
background-color: #fff;
}

/* Header
----------------------------------- */
.header-bg01,
.header-bg01-day,
.header-bg01-night {
height: auto!important;
}
.header {
height: auto!important;
}

.header-inner {
margin: 0;
}
.cilogo {
float: none;
margin: 0!important;
}

/* Contents
----------------------------------- */
/*.contents {
display: table;
vertical-align: top;
overflow: visible;
}*/
.contents-inner {
display: table;
margin: 0!important;
vertical-align: top;
overflow: visible;
}
.contents-body {
margin: 0!important;
}
.contents-foot {
margin: 0!important;
}

.contents-col2 .main {
display: table-cell;
float: none;
direction: ltr;
}
.contents-col2 .nav {
display: table-cell;
float: none;
margin-left: 20px;
}
.contents-col2 .aside {
display: table-cell;
float: none;
direction: ltr;
}

/* Footer
----------------------------------- */
.footer {
display: table;
vertical-align: top;
}
.footer-inner {
display: table-cell;
margin: 0!important;
vertical-align: top;
}
.copyright {
display: none;
}
.copyright-print {
display: block;
}


/* GRAND TOP
----------------------------------- */
#m01 .cilogo {
display: none;
}
#m01 .cilogo-print {
display: block;
padding-bottom: 10px;
}
#m01 .top-info-inner {
background: none!important;
}


/* GINZA TOP
----------------------------------- */
#g01 .mainvisual {
margin-top: 10px!important;
}
#g01 .top-banner {
display: none;
}
#g01 .col3-center {
margin-right: 9px;
}
#g01 .col3-right {
float: left;
}
#g01 .shop-info {
display: block!important;
}


/* ASAKUSA TOP
----------------------------------- */
#a01 .mainvisual {
margin-top: 10px!important;
}
#a01 .shop-info {
display: block!important;
}

/* PETIT_PETIT TOP
----------------------------------- */
#p01 .shop-info {
display: block!important;
}

/* PRINT
----------------------------------- */
.print {
margin-left: 5px!important;
text-align: left;
border: 1px solid #ccc;
}


