@charset "utf-8";

/**
 * レイアウト
 */

.adsOutline #container{
	margin-bottom: 0px;
}

/**
 * FAQシステムとは
 */

#indexWhat{
	margin-bottom: 20px;
}
#indexWhat h3{
	margin-bottom: 16px;
	background-image: url(../img/ttb_what.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 44px;
	width: 624px;
}
#indexWhat h4{
	margin-bottom: 10px;
}
#indexWhat p{
	width: 620px;
}

/**
 * 特徴
 */

#indexFeature{
}
#indexFeature h3{
	margin-bottom: 16px;
	background-image: url(../img/ttb_feature.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 44px;
	width: 624px;
}
#indexFeature h4{
	margin-bottom: 10px;
}

.indexFeatureBlock{
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.indexFeatureText{
	float: left;
	width: 360px;
}
.indexFeatureText h4{
	margin-bottom: 10px;
}
.indexFeatureImage{
	float: left;
	width: 250px;
	margin-left: 15px;
}


