@charset "utf-8";

@import url("../base.css");

/* Selectbox Styles
=================================*/
.sctble .simple_cont{
	border: solid #999 1px;
	padding:15px 10px 15px;
}
.sctble .body{
	padding-top:27px;
	width:839px;
	position:relative;
}
.leaveBox .body{
	background: url("../../../image/ttl_leave.gif") no-repeat;
}
.arriveBox .body{
	background: url("../../../image/ttl_arrival.gif") no-repeat;
}
a.sctble_display {
	border: solid #ddd 1px;
}

	a.sctble_display span {
		padding: 0 22px 0 7px;
		height: 22px;
		background: #fff url(icon_select.gif) no-repeat right 0;
		line-height: 22px;
		width:94px;
	}
	a.sctble_display:hover span { background-position: right -21px }
	a.sctble_focus span { background-position: right -42px !important }
	
/* Pulldown Mat (Basis)
=================================*/

div.sctble_mat {}
div.optgDlBox {
	padding:15px 0 0;
	zoom:1;
}

div.optgDlBox:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size:0.001em;
	line-height:0;
}


	div.sctble_mat dl {
		float:left;
		padding:0 13px;
	}
	
		div.sctble_mat dl dt {
		}
		
		div.sctble_mat dl dd {
		}
	
	div.sctble_mat a {
		padding-right: 0em;
		color: #333;
		font-weight: normal;
	}
	
	div.sctble_mat a.selected {
		color: #333;
		text-decoration: none;
		cursor: default;
	}

.body .selClose{
	position:absolute;
	top:0;
	right:0;
	width:27px;
	height:27px;
	background: url("../../../image/close.gif") no-repeat;
	text-indent:-999em;
	cursor:pointer;
}
