/*獨立的票價規則頁面*/



/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0
}
body, input, select, button{font-family:Roboto,"Helvetica Neue",Helvetica,Arial,"微軟正黑體",Microsoft JhengHei,sans-serif; font-size:15px; font-weight:300; line-height:1.5}






.price_rule{}
.price_rule::-webkit-scrollbar{ width:8px;}
.price_rule::-webkit-scrollbar-track {background-color:#f0f0f0; border-radius:8px;}
.price_rule::-webkit-scrollbar-thumb {border-radius:8px;background-color:#ddd; }


h1{
	font-size:42px; text-align:center; margin:30px 0
}
h1 .memo{ font-size:15px;}


article{ display:table; width:100%; margin-bottom:40px;}
h2, article .content{ display:table-cell; vertical-align:middle}

h2{
	width:20%;max-width:10em; padding:0 1em; border-right:#666 1px solid;
	text-align:center; font-size:20px;
}
h2 .memo{ font-size:13px;}
article .content{
	padding:0 4%; word-break:break-all; text-align:justify;
}
article .content a{
	color:#4bbcba;border-bottom: #4bbcba 1px dotted; text-decoration:none;
	-webkit-transition:all .2s;transition:all .2s;
}
article .content a:hover{ color:#f7841e; border-bottom-color:#f7841e}

.content ol{ padding-left:1.3em}

strong{font-weight:700}
.remark{ font-size:13px; color:#777; margin-top:10px;}
