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

/**
 * CSS Information
 * ===============================================================
 *
 * Site URL:  http://test.albion-cosmetics.com/global/
 * File name: store.css
 * Summary:   STORE LISTコンテンツの固有スタイル
 * Author:    CrEa., Inc.
 *
 * -----------------------------------
 *
 * TOC:
 *     =1    store
 *     =2    corporate
 *
 * ===============================================================
*/

/** =1
 * ========================================
 * store
 * ========================================
 */

/** =2
 * ========================================
 * corporate
 * ========================================
 */
body[id="store"] .articleCorporate {
  padding-top: 100px;
}
body[id="store"] .articleCorporate .titlePage {
  text-align: center;
}
@media screen and (max-width: 599px) {
  body[id="store"] .articleCorporate {
    margin-top: 45px;
    padding-top: 40px;
    border-top: 1px solid #e5e5e5;
  }
}
