@charset "utf-8";
/* CSS Document */

.minict_wrapper {
	color: #303030;
	background:url(../../images/common/select_bg.gif) repeat-x;
	position: relative;
	width: 245px;
	height: 30px;
	border: 1px solid #d0d0d0;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index:5000;
}

.minict_wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.minict_wrapper:after {
	content: "▼";
	display: block;
	position: absolute;
	height: 0;
	width: 28px;
	top: 0;
	right: 0;
	line-height: 2.5;
	text-align: center;
	color: #062a82;
}

.minict_wrapper.active:after {
	content: "▲";
}

.minict_wrapper input {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: 0;
	outline: none;
	background:url(../../images/common/select_bg.gif) repeat-x;
	color: #303030;
	height: 24px;
	padding: 6px 0 0 10px;
	cursor: default;
	width: 235px;
}

.minict_wrapper ul {
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	width: 100%;
	border: 1px solid #d0d0d0;
	border-radius: 3px;
	top: 27px;
	left: 0;
	max-height: 400px;
	overflow-y: auto;
	z-index: 999999;
}

.minict_wrapper ul li {
	list-style: none;
	padding: 0 0 0 10px;
	cursor: pointer;
	background: #fff;
	height: 30px;
	line-height: 2.8;
}

*:first-child+html .minict_wrapper ul li {
	list-style: none;
	padding: 0 0 0 10px;
	cursor: pointer;
	background: #fff;
	height: 35px;
	line-height: 2.8;
} 

.minict_wrapper ul li:hover {
	background: #ccd7f0;
	color: #303030;
}

.minict_wrapper ul li.minict_group {
	display:none;
}

.minict_wrapper ul li.minict_empty {
	display: none;
	background: #fff !important;
	color: #bbb;
	text-align: center;
	font-size: 0.9rem;
	height: 3.5rem;
	line-height: 3.3rem;
}

.minict_wrapper ul li.selected {
	color: #062a82;
	background: #f9fcff;
}

.minict_wrapper ul li.highlighted {
	color: #fff;
	background: #819a9a;
}

.minict_wrapper ul li.hidden {
	display: none;
	margin:0;
	padding:0;
}