*{
outline: 0;
-webkit-user-select: none;
-webkit-touch-callout: none;
-webkit-text-size-adjust: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
html,body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin: 0;
padding: 0;
}
body {
position: relative;
overflow-x: hidden;
font-family: Trebuchet MS;
background-color: #F2F0ED;
width:100%;
height: 100%;
}

table{font-size: 1em;}

input{-webkit-user-select: text;}

.hr{
width: 100%;
height: 0;
border-top: 1px solid rgba(50,50,50,0.3);
border-bottom: 1px solid rgba(255,255,255,0.2);
}
/*連結到高鐵網站文字樣式*/
a{
color: #0099CC;
text-decoration: none;
}

select{
background: rgba(0,0,0,0);
-webkit-appearance: none;
appearance: none;
border: 0;
font-size: 1em;
margin: 0;
color: #604C3D;
padding: 0.18em 0 0.18em 0.3em;
width: 100%;
}

.title{
font-size: 1.2em;
font-weight: bold;
}

.btn_font{
padding: 0.2em;
font-weight: bold;
}

.btn{
display: inline-block;
border: 1px solid #A59692;
background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#FAFAFA), color-stop(100%,#E0DDDB)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #FAFAFA 30%,#E0DDDB 100%); /* Chrome10+,Safari5.1+ */
background: linear-gradient(to bottom,  #FAFAFA 30%,#E0DDDB 100%); /* W3C */
border-radius: 0.4em;
text-align: center;
color: #604C3D;
-webkit-box-shadow: 0 1px 1px rgba(255,255,255,0.6);
font-size: 1.05em;
}

.btn_active{
display: inline-block;
border: 1px solid #A59692;
background: -webkit-gradient(linear, left bottom, left top, color-stop(30%,#FAFAFA), color-stop(100%,#E0DDDB)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(bottom,  #FAFAFA 30%,#E0DDDB 100%); /* Chrome10+,Safari5.1+ */
background: linear-gradient(to top,  #FAFAFA 30%,#E0DDDB 100%); /* W3C */
-webkit-box-shadow:  0 1px 1px rgba(255,255,255,0.6), 0 0 3px rgba(50,50,50,0.5)inset;
border-radius: 0.4em;
text-align: center;
color: #015B83;
font-size: 1.05em;
}

input[type="checkbox"] {display: none;}

input[type="checkbox"] + label span {
display: inline-block;
width: 1.5em;
height: 1.5em;
background: url(../img/checkbox.png);
background-size: 3em;
background-position: 0 center;
background-repeat: no-repeat;
vertical-align: baseline;
margin: 0 0.1em -0.4em 0;
}
input[type="checkbox"]:checked + label span {
background: url(../img/checkbox.png);
background-size: 3em;
background-position: -1.5em center;
background-repeat: no-repeat;
}

.label_text{
font-weight: bold;
color: #4A4740;
}
