@charset "UTF-8";


.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
}


.CollapsiblePanelTab {
	background:url(../images/detail_button.gif) no-repeat;
	width:190;
	height:26px;
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-indent:-10000px;
}


.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
}

.detailSpace{
padding-bottom:10px;
}

/* 詳細検索のリンク用 */
.CollapsiblePanelTab a {
	text-decoration: none;
}

/* 詳細検索が開いているときの画像 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background:url(../images/detail_button_on.gif) no-repeat;
}

/* 詳細検索にマウスが乗った時の画像 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #3399FF;
}

