#p01 {

    width: 100%;
    margin-top: 2px;
}

.imginput {

    width: 100%;
    margin: 0px;
    margin-top: 0px;
}

#chart {
    width: 100%;
    font-size: 22px;
    margin: -12px 0px -12px 0px;
    text-align: center;
}


body {

    background-image: url("bg-2.png");
    background-repeat: no-repeat;
    background-position: -52px -30px;
    background-size: 130%;


}

#list_change {

    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;

}

input:focus {
    outline-color: #5ac4e4;
}

/*選單按鈕的樣式*/

form {
    background-color: none;
}

.select_list {
    width: 60%;
    height: 46px;
}

.select_list {
    border-bottom: double 3px #ffffff;
    border-top: double 3px #ffffff;
    border-left: double 3px #ffffff;
    border-right: double 3px #ffffff;
    font-size: 20px;
    font-variant-position: normal;
    padding-left: 36px;
    border-radius: 20px;
    color: white;


    /*很關鍵：將默認的select選擇框樣式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;

    /*在選擇框的最右側中間顯示小箭頭圖片*/
    background: url("dropdown_L.png") no-repeat scroll right center transparent;
    background-size: 120%;
    background-position: center;

}


/*清除ie的默認選擇框樣式清除，隱藏下拉箭頭*/

select::-ms-expand {
    display: none;
}


.option_list {

    color: black;

}