@charset "utf-8";
/* このファイルは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
 * ========================================
 */

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

		/* [ 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; }
