@charset "UTF-8";
/*////////////////////////////////////////////////////////////
/*difference.css*/


/*------------------------------------------------------------
	1. ページタイトル
	2. テキストエリア
-------------------------------------------------------------*/

/*------------------------------------------------------------
	1. タイトル
-------------------------------------------------------------*/
#main .innerdifference {
}

#titleSection {
	height: 170px;
	padding-bottom: 10px;
	text-align: center;
}

#titleSection h3 {
	padding-top: 68px;	
}

/*------------------------------------------------------------
	2. テキストセクション
-------------------------------------------------------------*/
#textSection {
	width: 880px;
	padding: 0 30px 0px 30px;
}

#textSection h4 {
	padding-bottom: 20px;
}

p.subtitle {
 padding:0 30px 28px 30px;
}

#pointSection {
	width: 880px;
	padding: 0 30px 30px 30px;
}

.point {
	width: 280px;
	float: left;
}

.point.center {
	padding: 0 20px;
}

.point .innertxt {
	background: url(../img/point_bg.gif) repeat-y;
	height: 120px;
	min-height: 120px;
}
.point .innertxt p {
	width: 240px;
	padding: 5px 0 0 20px;
}

.pagetop {
	text-align: right;
	padding: 0 0 10px 0;
	margin-right: -10px;
	_position: relative;
}

