@charset "utf-8";

/**
 * レイアウト
 */

.fmmOutline #container{
	margin-bottom: 0px;
}

/**
 * フォーム作成システムとは
 */

#adsystemWhat{
	margin-bottom: 20px;
}
#adsystemWhat h3{
	margin-bottom: 16px;
	background-image: url(../img/ttb_what.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 44px;
	width: 624px;
}
#adsystemWhat h4{
	margin-bottom: 10px;
}
#adsystemWhat p{
	width: 620px;
}

/**
 * フォーム作成システムの7つの特長
 */

#formMakerFeature{
}
#formMakerFeature h3{
	margin-bottom: 16px;
	background-image: url(../img/ttb_feature.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 44px;
	width: 624px;
}
#formMakerFeature h4{
	margin-bottom: 10px;
}

.formMakerFeatureBlock{
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.formMakerFeatureText{
	float: left;
	width: 360px;
}
.formMakerFeatureText h4{
	margin-bottom: 10px;
}
.formMakerFeatureImage{
	float: left;
	width: 250px;
	margin-left: 15px;
}


