﻿
/* このファイルはUTF-8のBOMなし(UTF-8N)で保存しています */

/**
 * CSS Information
 * ===============================================================
 *
 * Site URL:  http://test.albion-cosmetics.com/global/
 * File name: history.css
 * Summary:   BRAND HISTORYコンテンツの固有スタイル
 * Author:    CrEa., Inc.
 *
 * -----------------------------------
 *
 * TOC:
 *     =1    history
 *
 * ===============================================================
*/



/** =1
 * ========================================
 * history
 * ========================================
 */

	/**
	 * sectionLinkRelated
	 * ----------------------------------
	 */

		/* linkHistory */
		.listLinkRelated .linkHistory .itemText {
			line-height: 1.4;
		}
			/* -- >>> styles for narrow layout ----- */
			@media screen and (max-width: 599px) {
			}

			/* -- >>> styles for medium & wide layout ----- */
			@media screen and (min-width: 600px) {
				.listLinkRelated .linkHistory .itemText .text {
					font-size: 12px;
					font-size: 1.2rem;
				}
			}
