﻿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,
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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: Arial,"微軟正黑體","Microsoft JhengHei",Roboto,"PingFang",sans-serif;

}
ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*{ box-sizeing: border-box;}

.col-md-3{
	padding-left: 8px;
	padding-right: 8px;
}

a:hover{
	text-decoration: none;
}

.col-md-12{
	padding-left: 8px;
	padding-right: 8px;

}


.s-divide{
	display: inline-block;
	background: #cccccc;
	height: 12px;
	width: 1px;
	margin-right: 4px;
	margin-left: 8px;
}


.card-body{
	padding-right:4px;
	padding-left:4px;
	cursor: pointer;
}

.card-body a{
	text-decoration:none;
	color:#333 !important;
}

.card-body a:hover{
	text-decoration:none;
}


.card-body li{
	display: inline;
}

.card-body img{
	cursor: pointer;
}

.card-body p{
	padding-left: 8px;
	padding-right:8px;
	line-height: 1.6;

}

.btn{
	cursor: pointer;
}

/** color **/


/*text*/
.text-primary{
	color:#FFA74F!important;

}

/*bg*/

.bg-primary{
	background-color:#FFA74F;
}

/*btn*/

.btn-primary{
	background-color:#FFA74F;
	border-color: #FFA74F;
}

.btn-primary:hover{
	background-color:#ffaf12;
	border-color: #ffaf12;
}

.btn-primary:active{
	background-color:#ffaf12;
	border-color: #ffaf12;
}

.btn-outline-primary{
	color:#FFA74F;
	border-color: #FFA74F;
}

.btn-outline-primary:hover{
	background-color:#FFA74F;
	border-color: #FFA74F;
}

.footer{
	background: #DDDDDD;
}