@charset "UTF-8";
/*************************************************************
* DC運営システム
* マスタメンテナンスシステム専用
*
* @author	GlobalEngineering
* @since	1.0
* @version	1.0	2017/02/20	GEC a.nabeno	ベースバージョン
*
*************************************************************/

/* CSS Document */@CHARSET "UTF-8";

/* 検索ボタン用*/
div.search {
	width: 23px;
	height: 16px;
	padding: 0 !important;
	background:url(../images/search.png) no-repeat;
	background-position: center;
	color: #ffffff;
}

div.search:hover {
	width: 23px;
	height: 16px;
	padding: 0 !important;
	background:url(../images/search_over.png) no-repeat;
	background-position: center;
	color: #ffffff;
}

div.search:active {
	width: 23px;
	height: 16px;
	padding: 0 !important;
	background:url(../images/search_active.png) no-repeat;
	background-position: center;
	color: #ffffff;
}

/* アイコン表示  */
div .detail {
	width: 23px;
	height: 16px;
	padding: 0 !important;
	margin-left: 5px;
	background:url(../images/detail.png) no-repeat;
	background-position: center;
	color: #ffffff;
}