@charset "utf-8";
@import url("reset.css");
@import url("common.css");
@import url("common_smp.css") screen and (max-width: 480px);

@font-face {
	font-family: 'FUD TsukuMin R';
	src: url('../font/F_UD-TsukuMin-R.eot');
	src: url('../font/F_UD-TsukuMin-R.eot?#iefix') format('embedded-opentype'),
		url('../font/F_UD-TsukuMin-R.woff') format('woff');
}

@font-face {
	font-family: 'Minion Pro';
	src: url('../font/MinionPro-Regular.eot');
	src: url('../font/MinionPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('../font/MinionPro-Regular.woff') format('woff'),
		url('../font/minionproregular.ttf') format('truetype');
}

@font-face {
	font-family: 'TrajanPro Regular';
	src: url('../font/TrajanPro-Regular.eot');
	src: url('../font/TrajanPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('../font/TrajanPro-Regular.woff') format('woff'),
		url('../font/TrajanPro-Regular.ttf') format('truetype');
}