@charset "UTF-8";

/*
	name: KILAMEK WEB TEMPLATE::styles.css
	developer: KILAMEK Co.,Ltd.
	developer_url: http://www.kilamek.co.jp/
	description: 各CSSファイル読み込み
*/

/* == CONTENTS =================================================================

	1: Set Base Style
		: reset.css - resets default browser styling (import url)
		: structure.css - initial setting (import url)
		: editorial.css - layout style (import url)
		: compornent.css - common module style (import url)
		: category.css - base template style (import url)
	2: Font-size Control
		: control font-sizing table (TIPS, comment out)
	*: CUSTOM STYLE

============================================================================= */


/* 1: Set Base Style -------------------------------------------------------- */

@import url(http://www.variety-easel.info/css3/reset.css);
@import url(http://www.variety-easel.info/css3/structure.css);
@import url(http://www.variety-easel.info/css3/editorial.css);
/*@import url(http://www.variety-easel.info/css3/component.css);
@import url(http://www.variety-easel.info/css3/category.css);*/

/* 2: Font-size Control ----------------------------------------------------

	77% = 10px	|	123.1% = 16px	|	167% = 22px
	85% = 11px	|	131% =  17px	|	174% = 23px
	93% = 12px	|	138.5% = 18px	|	182% = 24px
	100% = 13px	|	146.5% = 19px	|	189% = 25px
	108% = 14px	|	153.9% = 20px	|	197% = 26px
	116% = 15px	|	161.6% = 21px	|  */


/* : CUSTOM STYLES --------------------------------------------------------- */


