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

/**
 * CSS Information
 * ===============================================================
 *
 * Site URL:  http://test.albion-cosmetics.com/global/
 * File name: base.css
 * Summary:   ベーススタイル
 * Author:    CrEa., Inc.
 *
 * -----------------------------------
 *
 * TOC:
 *     =1    html & body
 *     =2    box model styles
 *     =3    text styles
 *     =4    img styles
 *     =5    link styles
 *     =6    list styles
 *     =7    heading styles
 *     =8    table styles
 *     =9    other selectors
 *     =10    general styles
 *       =10-1    float/align
 *       =10-2    margin-bottom
 *       =10-3    padding-top
 *       =10-4    form
 *       =10-5    clearfix
 *
 * ===============================================================
*/

/** =1
 * ========================================
 * html & body
 * ========================================
 */

body {
  font-family: "HelveticaLTPro-Roman", "Helvetica Neue", Helvetica, Arial,
    "微軟正黑體", sans-serif;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
}

/* -- >>> styles for medium layout ----- */
@media screen and (min-width: 600px) and (max-width: 959px) {
}

/* -- >>> styles for wide layout ----- */
@media screen and (min-width: 960px) {
}

/** =2
 * ========================================
 * box model styles
 * ========================================
 */

/** =3
 * ========================================
 * text styles
 * ========================================
 */

.ff_title {
  color: #000;
  font-family: "OptimaLTPro-Roman", Optima, Calibri, Arial, "微軟正黑體",
    sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

/** =4
 * ========================================
 * img styles
 * ========================================
 */

/** =5
 * ========================================
 * link styles
 * ========================================
 */

/** =6
 * ========================================
 * list styles
 * ========================================
 */

/** =7
 * ========================================
 * heading styles
 * ========================================
 */

/** =8
 * ========================================
 * table styles
 * ========================================
 */

/** =9
 * ========================================
 * other selectors
 * ========================================
 */

/** =10
 * ========================================
 * general styles
 * ========================================
 */
