@charset "utf-8";
/* CSS Document */


/* メインメニュー　選択
-----------------------------------------*/

#mEvent img{
	visibility: hidden !important;
}


/* 年間行事テキスト
-----------------------------------------*/

#catchTxt img{
	display: block;
	margin: 0 0 15px 0;
}


/* 年間行事
-----------------------------------------*/

.detailBox{
	width: 705px;
	margin: 35px 0 0 0;
	position: relative;
}

.detailBox h3{
	margin: 0 0 15px 0;	
}

.zoomTxt{
	width: 690px;
	padding: 0 15px 0 0;
	text-align: right;
	position: absolute;
	top: 15px;
}

#eventBox{
	width: 675px;
	margin: 20px 15px 0 15px;
    background: url("../images/event.png") no-repeat;
}

#eventLink{
	display: none;
}




/* サブメニュー切替
-----------------------------------------*/

.careList,.groupList,.otherList{
	display: none;
}