﻿
/* このファイルはUTF-8のBOMなし(UTF-8N)で保存しています */

/**
 * CSS Information
 * ===============================================================
 *
 * Site URL:  http://test.albion-cosmetics.com/global/
 * File name: layout.css
 * Summary:   レイアウト用スタイル
 * Author:    CrEa., Inc.
 *
 * -----------------------------------
 *
 * TOC:
 *     =1    structures
 *
 * ===============================================================
*/

/** =1
 * ========================================
 * structures
 * ========================================
 */

/** =1-2
 * contents
 * ----------------------------------
 */

/* -- >>> styles for wide layout ----- */
@media screen and (min-width: 960px) {
  .l-contents {
    padding-top: 150px;
    padding-bottom: 78px;
  }
}

/** =1-3
 * footer
 * ----------------------------------
 */

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .l-footer {
    padding-bottom: 60px;
  }
  .sectionFooter {
    border-top: none;
  }
}
/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .l-footer .copyright {
    margin-top: 20px;
  }
}
