@charset "utf-8";
/* CSS Document */


/* お問い合わせ先
-----------------------------------------*/

.detailBox{
	width: 705px;
	margin: 35px 0 0 0;
	position: relative;
}

.detailBox h3{
	margin: 0 0 15px 0;	
}

.detailBox table{
	width: 675px;
	margin: 0 auto;
	border-collapse: collapse;
}

.detailBox th,.detailBox td{
	border: solid 1px #dddddd;
	background: #ffffff;
	padding: 10px 15px;
	text-align: center;
}

.detailBox th{
	background: #f5f5f5 !important;
}

.name{
	border-right: none !important;
	text-align: left !important;
}

.name span{
	font-weight: bold;
}

.btnDetail{
	border-left: none !important;
	text-align: right !important;
}

.btnDetail a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.type{
	background-color: #f2f8e1 !important;
	padding: 8px 15px !important;
}



/* サブメニュー切替
-----------------------------------------*/

.careList,.groupList,.otherList{
	display: none;
}