@charset "utf-8";

/**
 * レイアウト
 */

#header{
	margin-bottom: 10px;
}

#container{
	overflow: hidden;
	position: relative;
}

#container h2{
	margin-bottom: 20px;
}

#evaluationWhat .section,
#freepageSystemInfo .section{
	width: 620px;
}


/**
 * 評価版とは
 */

#evaluationWhat{
	margin-bottom: 20px;
}
#evaluationWhat h3{
	margin-bottom: 16px;
	background-image: url(../img/ttb_what.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 44px;
	width: 624px;
}

/**
 * 評価版システムのご紹介
 */

#freepageSystemInfo{
	margin-bottom: 20px;
}
#freepageSystemInfo h3{
	margin-bottom: 16px;
	background-image: url(../img/ttb_info.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 44px;
	width: 624px;
}

#freepageSystemInfo .productInfo{
	overflow: hidden;
	margin-bottom: 20px;
	width: 100%;
}
#freepageSystemInfo .productInfo .productImage{
	float: left;
	margin-right: 20px;
	width: 200px;
}
#freepageSystemInfo .productInfo .productText{
	float: left;
	line-height: 150%;
	width: 400px;
}

/* 特徴 */
#freepageSystemInfo .productFeature{
	overflow: hidden;
	margin-bottom: 20px;
	width: 100%;
}
#freepageSystemInfo .productFeature .left{
	float: left;
	width: 300px;
}
#freepageSystemInfo .productFeature .right{
	float: right;
	width: 300px;
}
#freepageSystemInfo .productFeature .picture{
	float: left;
	width: 150px;
	margin-right: 10px;
}


/**
 * 注意事項
 */

#evaluationAtt{
	margin-bottom: 20px;
}
#evaluationAtt h3{
	margin-bottom: 16px;
	background-image: url(../img/ttb_attention.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 44px;
	width: 624px;
}

#evaluationAtt .section p{
	color: #FF0000;
}