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

/**
 * CSS Information
 * ===============================================================
 *
 * Site URL:  http://test.albion-cosmetics.com/global/
 * File name: index.css
 * Summary:   indexページの固有スタイル
 * Author:    CrEa., Inc.
 *
 * -----------------------------------
 *
 * TOC:
 *     =1    home
 *
 * ===============================================================
*/

/** =1
 * ========================================
 * home
 * ========================================
 */
#home {
}

.title_index_main .lang_local {
  font-family: "微软雅黑体", "Microsoft YaHei", sans-serif;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.2em;
}

/**
   * boxTextOfficial
   * ----------------------------------
   */
.boxTextOfficial {
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .boxTextOfficial {
    margin-top: -20px;
    margin-bottom: 35px;
  }
}
/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .boxTextOfficial {
    margin-top: -40px;
    margin-bottom: 70px;
  }
}

/**
   * sectionContactIndex
   * ----------------------------------
   */

/* [ boxContactBtn ]
    ------------------------------ */
.boxContactBtn {
}
.boxContactBtn .btn {
  padding: 1em 0;
  border: 1px solid #c8c8c8;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .boxContactBtn {
    margin-bottom: 20px;
  }
  .boxContactBtn .btn + .btn {
    margin-top: 10px;
  }
}
/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .boxContactBtn {
    margin-bottom: 40px;
  }
  .boxContactBtn .btn {
    float: left;
    width: 32.6%;
    margin-left: 1.1%;
  }
  .boxContactBtn .btn:first-child {
    margin-left: 0;
  }
}

/* [ areaContactBtn ]
    ------------------------------

      /* -- >>> styles for medium  layout -----
      @media screen and (min-width: 600px) and (max-width: 959px) {
        .areaContactBtn .itemBtn {
          float: none;
          width: 100%;
          margin-right: 0;
        }
      }
      /* -- >>> styles for wide layout -----
      @media screen and (min-width: 960px) {
        .areaContactBtn .itemBtn { margin-bottom: 0; }
        .areaContactBtn .itemBtn a { height: 180px; }
      }

    /* [ sectionContactUs ]
    ------------------------------
    /*.sectionContactUs { margin-bottom: 0; }*/
