﻿@charset "utf-8";

/*------------------------------
File Name ：import.css
Description：各CSSファイル読み込み
Editor ：Maki Kubota
Last Editor：Maki Kubota
Update Description：2015/01/27
-------------------------------*/


/* == CONTENTS ================================================================

1: Set Base Style
 : reset.css - resets default browser styling (import url) (Do Not Edit)
 : common.css - base layout CSS (import url)
2: Font-size Control
 : control font-sizing table (comment out)
============================================================================ */


/* 1: Set Base Style ------------------------------------------------------- */


@import url("reset.css");
@import url("common.css");
@import url("sp.css") screen and (max-width:640px);


/* 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	| 
*/
