/*基本設定*/
.Drop-Down-List{
    background: #ffffff ;
    border: 1px solid #0F52BC;
    text-align:left;
    vertical-align:middle !important;
    font-size:10.5pt !important;
    font-family: "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
    font-weight:normal !important;
    color:#000000;
    position: relative;
}
/*表示領域の設定*/
.Drop-Down-List .ddw-displayer{
    background: url(../img/ddw_Down_Arrow.gif) no-repeat right top;
	cursor: default;
    height: 20px;
	padding:3px 5px 0px;
}
/*表示領域ボタンの設定*/
.Drop-Down-List.disabled .ddw-displayer,
.Drop-Down-List:hover.disabled .ddw-displayer{
	background-position: 0 -36px;
}
/*選択領域の設定*/
.Drop-Down-List .ddw-dropdown{
    background: #ffffff ;
    border: 1px solid #0F52BC;
    display: none;
    overflow: auto;
    position: absolute;
    z-index:200;
}

