@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
img {
	width: 100%;
	vertical-align: bottom;
}

/* --- wrap --- */
#wrap {
	width: 922px;
	margin: 0 auto 0;
	padding: 20px 50px;
	font-family: "メイリオ";
}

/* --- header --- */
header {
	width: 100%;
	height: 92px;
	margin: 0 auto;
	background: url(images/fcafe-line2x.png) no-repeat top left / 100%;
}
header h1 {
	font-family: 'Segoe Print';
	font-size: 80px;
	float: left;
}
header h1 span {
	display: block;
	margin-top: -27px;
}
header p {
	padding-top: 70px;
	padding-left: 30px;
	font-size: 14px;
	float: left;
}
/* --- section --- */
section > div h2 {
	width: 250px;
	line-height: 94px;
	background: url(images/fcafe-msk2x.png) no-repeat center / 100%;
	text-align: center;
	font-size: 18px;
}
section > div:first-of-type {
	width: 640px;
	margin-right: 30px;
	float: left;
}
section > div:last-of-type {
	width: 250px;
	float: left;
}
section > div:first-of-type p:first-of-type {
	width: 640px;
	height: 400px;
	background: url(images/fcafe-bg.png)no-repeat;
}
section > div:first-of-type p:first-of-type img {
	width: 83%;
	padding-top: 28px;
	padding-left: 50px;
	transform: rotate(-3deg);
}
section > div:last-of-type p {
	line-height: 32px;
}
section > div:last-of-type p:nth-of-type(2) {
	padding: 20px 0;
}

/* --- footer --- */
footer {
	margin-top: 20px;
	padding: 5px 0;
	background: url(images/fcafe-line2x.png)no-repeat top left / 100%;
	text-align: center;
	font-size: 12px;
}
