@charset "utf-8";

/* ------------------------------------------------------------
jquery customSelect css
------------------------------------------------------------ */
.customSelect,
.customSelect_s,
.customSelect_l{
	height: 34px;
    padding: 0 0 0 10px;
	font-size:14px;
	line-height: 34px;
}
.select_box{
	width: 170px;
}
.customSelect.select_box{
	width: 170px;
	background:url(/assets/img/common/select_w180.gif);
}

.select_box_s{
	width: 70px;
}
.customSelect_s.select_box_s{
	width: 70px;
	background: url(/assets/img/common/select_w80.gif);
}

.select_box_l{
	width: 260px;
}
.customSelect_l.select_box_l{
	width: 260px;
	background:url(/assets/img/common/select_w270.gif);
}

