@charset "utf-8";

/* ///////////////////////////////////////////////////////////////////

[blockEn]
[section]
[btn]

-- FontSize --
  BASE:  75% (12px)

 SMALL:  83% (10px)
 LARGE: 133% (16px)
XLARGE: 166% (20px)

/////////////////////////////////////////////////////////////////// */

@import url(import/reset.css);
@import url(import/common.css);
@import url(import/parts.css);
@import url(import/sub.css);

@import url(import/clear.css);

/* =========================================================
■blockEn
========================================================= */
div#main div.blockEn {
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
}



/* =========================================================
■section
========================================================= */
div#main div.blockEn div.section {
	margin: 0 0 30px;
}

div#main div.blockEn div.section p.photo {
	float: left;
	margin: 0 20px 0 0;
}

div#main div.blockEn div.section h4 {
	margin-left: 200px;
}

div#main div.blockEn div.section p {
	margin-left: 200px;
}



/* =========================================================
■btn
========================================================= */
div#main div.blockEn ul.btn {
	text-align: center;
}

div#main div.blockEn ul.btn li {
	display: inline;
	margin: 0 10px;
	zoom: normal;
}
