@charset "utf-8";
/* CSS Document */


/* メインメニュー　選択
-----------------------------------------*/

#mLife img{
	visibility: hidden !important;
}


/* 安心の生活テキスト
-----------------------------------------*/

#catchTxt img{
	display: block;
	margin: 0 0 15px 0;
}


/* 4つの特徴
-----------------------------------------*/

.detailBox{
	width: 705px;
	margin: 35px 0 0 0;
	position: relative;
}

.featureFrame{
	width: 675px;
	margin: 25px 15px 0 15px;
}

.leftFeature{
	width: 320px;
	float: left;
}

.rightFeature{
	width: 320px;
	float: right;
}

.featurePhoto{
	width: 240px;
	margin: 10px auto;
	padding: 0 0 12px 0;
	background: url(../images/photo_shadow.png) no-repeat bottom;
}

.featurePhoto a{
	display: block;
	width: 240px;
	height: 180px;
}

.featurePhoto a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.btnDetail{
	text-align: right;
	margin: 10px 0 0 0;
}

.btnDetail a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
}



/* サブメニュー切替
-----------------------------------------*/

.careList,.groupList,.otherList{
	display: none;
}