/*グローバルナビ*/
#gNavi li:nth-child(5){
	float: left;
	width: 177px;
}
#gNavi li:nth-child(5) a{
	background-image: url(../../common/img/arrow_01_hover.png);
	background-position: 0 center;
	background-repeat: no-repeat;
	background-color: #4782F2;
}

/* タイトル */
.mainLeft h2 {
	font-weight: bold;
	font-size: 26px;
	color: #333333;
	padding-bottom: 8px;
	background: url(../../common/img/border_01.jpg) 0 bottom no-repeat;
}
/*  コンテンツ1   */
.firstArticle tr {
	height:150px;
}
	
.firstArticle .review .boxRight{
	width:555px;
}
.firstArticle .review .boxRight h3{
	font-size:18px;
	color:#FF6600;
}
.firstArticle .review .boxRight .name{
	font-size:75%;
	color:#666666;
	margin-bottom:10px;
}

.bbtt{
	border-bottom:dotted 1px #999999;
}

/*ボタン*/
.firstArticle .btn{
	margin:10px 0 50px 0;
	text-align:right;
}

.firstArticle .btn button{
	color: #fff;
	background-color: #C0703F;
	padding: 10px 5px 10px 30px;
	background-image: url(../img/arrow_01.png);
	background-position: 10px center;
	background-repeat: no-repeat;
}

