﻿/*預設背景*/
.default_bg {
    background-image: url('../../Images/banner/med01.jpg');
}
.default_bg2 {
    background-image: url('../../Images/banner/med02.jpg');
}
.default_bg3 {
    background-image: url('../../Images/banner/med03.jpg');
}

.display_none{
    display:none;
}


.margin_top_0 {
    margin-top: 0px;
}

.display_block {
    display: block;
}

.div_text_left {
    text-align: left;
    font-size: 13px
}

.w_7 {
    width: 7%;
}
.w_8 {
    width: 8%;
}
.w_10 {
    width: 10%;
}

.w_15 {
    width: 15%;
}
.w_20 {
    width: 20%;
}
.w_30 {
    width: 30%;
}
.w_40 {
    width: 40%;
}
.w_60 {
    width: 60%;
}
.w_90 {
    width: 90%;
}
.w_100 {
    width: 100%;
}

.w_min_50px {
    min-width: 50px;
}

.h_min_150px {
    min-height:150px;
}

.h_200px {
    height: 200px;
}

.cursor_pointer {
    cursor: pointer
}


.f_blue{
    color:blue;
}


.text_align_center {
    text-align: center
}

