/*-------- 年份下拉選單 專用 財務資訊---------*/
.year_dropdown_bg {
    width:100%;
    clear:both;/*清除所有flow*/
}

.dropdown_menu_select {
  width:100%;
  margin: 0 0 10px 0;
  color:#000;
}


.dropdown_menu_select select, .dropdown_menu_select label{
    padding: 2px 10px;
    font-size:1.2em;  
}

.dropdown_menu_select input {
    padding: 2px 10px;
    font-size:1em;  
}




/*-------- 共用底色---------*/
.grey_bg {
    background-color: #E0E0E0;
}




