﻿/*button style */	
.buttonFont
{ padding: 10px 10px 10px 10px; margin: 12px 0px 8px 10px; min-height: 420px; }
    
/*button style 　https://css-tricks.com/examples/ButtonMaker/#　　*/
.button {
    border-top: 0px solid #ff8fff;
    background: #c48094;
    background: -webkit-gradient(linear, left top, left bottom, from(#844196), to(#c969c9));
    background: -webkit-linear-gradient(top, #844196, #c969c9);
    background: -moz-linear-gradient(top, #844196, #c969c9);
    background: -moz-radial-gradient(top, #844196, #c969c9);
    background: -o-linear-gradient(top, #844196, #c969c9);
    padding: 11.5px 23px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: rgba(0,0,0,0) 0 0px 0;
    -moz-box-shadow: rgba(0,0,0,0) 0 0px 0;
    box-shadow: rgba(0,0,0,0) 0 0px 0;
    text-shadow: rgba(0,0,0,0) 0 0px 0;
    color: white;
    font-size: 1.4em;
    font-family: Georgia, serif;
    text-decoration: none;
    vertical-align: middle;
}
.button:hover {
   border-top-color: #753375;
   background: #753375;
   color: #f7f7f7;
   }
.button:active {
   border-top-color: #592359;
   background: #592359;
   }


.button1 {
   border-top: 1px solid #fafafa;
   background: #d6d6d6;
   background: -webkit-gradient(linear, left top, left bottom, from(#a1a1a1), to(#d6d6d6));
   background: -webkit-linear-gradient(top, #a1a1a1, #d6d6d6);
   background: -moz-linear-gradient(top, #a1a1a1, #d6d6d6);
   background: -moz-radial-gradient(top, #a1a1a1, #d6d6d6);
   background: -o-linear-gradient(top, #a1a1a1, #d6d6d6);
   padding: 11.5px 23px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 1.4em;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button1:hover {
   border-top-color: #737373;
   background: #737373;
   color: #ccc;
   }
.button1:active {
   border-top-color: #545454;
   background: #545454;
   }


.button2 {
   border-top: 0px solid #f7c197;
   background: #f27d24;
   background: -webkit-gradient(linear, left top, left bottom, from(#f7b08b), to(#f27d24));
   background: -webkit-linear-gradient(top, #f7b08b, #f27d24);
   background: -moz-linear-gradient(top, #f7b08b, #f27d24);
   background: -moz-radial-gradient(top, #f7b08b, #f27d24);
   background: -o-linear-gradient(top, #f7b08b, #f27d24);
   padding: 11.5px 23px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 1.4em;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button2:hover {
   border-top-color: #e66e4a;
   background: #e66e4a;
   color: #fffcff;
   }
.button2:active {
   border-top-color: #de5c45;
   background: #de5c45;
   }

.radiobutton input[type="radio"] {
    margin-right: 10px; /* Or any other value */
}



.linebtn {
    margin:0 82px;
    color: snow;
    border-radius: 6px; /****這為圓角**/
    bottom: 10px;
    font-weight: 300;
    font-family: 'Franklin Gothic';
    width: 30px;
    height: 30px;
    line-height: 30px; /****這兩項為隔欄置中**/
    text-align: center;
    background-color: #32CD32;

}

    .linebtn:hover {
        background-color: #00FF00;
    }

.tel-btn {
    color: snow;
    font-size: 1.2em;
    bottom: 10px;
    font-weight: 200;
    width: 120px;
    height: 40px;
    line-height: 40px; /****這兩項為隔欄置中**/
    text-align: center;
    background-color: #962cde;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.6)), color-stop(0.49, rgba(255, 255, 255, 0.3)), color-stop(0.51, rgba(255, 255, 255, 0.0)), to(rgba(255, 255, 255, 0.2))); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.0) 51%, rgba(255, 255, 255, 0.2) 100%); /* Chrome10+,Safari5.1+ */
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.0) 51%, rgba(255, 255, 255, 0.2) 100%); /* FF3.6+ */
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.0) 51%, rgba(255, 255, 255, 0.2) 100%); /* Opera11.10+ */
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.0) 51%, rgba(255, 255, 255, 0.2) 100%); /* W3C */

}

.tel-btn:hover {
    background-color: #b04bcc;
}



.pink-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    color: #fff;
    background-color: #d10473;
}


    .pink-btn:hover {
        background-color: #8f034d;
        color: #fff;
    }

.btn-pricolor {
    background-color: #d63384 !important;
    border-color: #d63384 !important;
    color: white !important;
}

    .btn-pricolor:hover,
    .btn-pricolor:active,
    .btn-pricolor:visited,
    .btn-pricolor:focus {
        background-color: #a30f58 !important;
        border-color: #a30f58 !important;
        color: white !important;
    }

.btn-priwhite {
    background-color: #fce1ef;
    border-color: #d63384 !important;
    color: #d63384 !important;
}

    .btn-priwhite:active,
    .btn-priwhite:visited,
    .btn-priwhite:hover,
    .btn-priwhite:focus {
        background-color: #a30f58 !important;
        border-color: #a30f58 !important;
        color: white !important;
    }
