@charset "utf-8";
/* CSS Document */
body, button, input, select, textarea, h1, h2, h3, h4, h5, h6, p {
	font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}
body {
	padding-bottom: 140px;
}
.affix {
	top: 0px;
	width: 100%;
	z-index: 9999 !important;
	border-top: 0px;
}
.affix ~ .container {
   position: relative;
   top: 80px;
}
.affix #store_remark {
   display: none;
}
.affix-top {
	
}
.row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
}
.panel-info {
	height: 95%;
}
.panel.with-nav-tabs.panel-info {
	height: 100%;
}
.panel.with-nav-tabs .panel-heading {
	padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs {
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified {
	margin-bottom: -1px;
}
.panel-xs2 {
	padding-left: 0px;
	padding-right: 0px;
}
.panel-xs3 {
	padding-left: 30px;
	padding-right: 30px;
}
.modal {
	top: 10%;
}
#gotop {
	position: fixed;
	z-index: 90;
	right: 10px;
	bottom: 100px;
	display: none;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	transition: all 0.5s;
	text-align: center;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	padding-top: 4px;
}
#gotop span {
	font-size: 24px;
}
.btn-store {
	margin-bottom: 5px;
}
.flashcardcol.in,
.flashcardcol.collapsing {
	display: block!important;
}
.number {
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	margin-right: 5px;
	padding: 1px 6px;
	border-radius:20%;
}
.panel .feedback-title {
	overflow: hidden;
	white-space: nowrap;
}
.feedback_rate {
	font-size: 24px;
	color: #CC0000;
}
.card_name {
	font-weight: bold;
	white-space: nowrap;
	overflow: auto;
	height: 36px;
}
.combo-row {
	padding-left: 15px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
}
.combo {
	margin-top: 4px;
	padding: 5px 10px;
	font-size: 0.8em;
	background-color: #F0F3F9;
	border-radius: 5px;
}
.combo_rate {
	font-size: 2em;
	color: #CC0000;
}
.combo_plus {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 3em;
	color: #3197D0;
}
.combo_or {
	font-size: 0.8em;
	color: #999999;
	font-style: italic;
	font-weight: lighter;
	padding-left: 2px;
	padding-right: 2px;
}
.layer-row {
	border-bottom: 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	padding-left: 0px;
}
.layer-row li {
	list-style-type: none;
}
.layer_block {
	background-color: #DDDDDD;
	font-size: 0.2em;
	border-radius: 5px;
}
.layer_rate {
	float: left;
	font-size: 12em;
	color: #CC0000;
}
.layer_title {
	padding-left: 5px;
}
.layer_content {
	float: left;
	font-size: 11px;
}
.layer_plus {
	padding-left: 4px;
	padding-right: 4px;
	font-size: 11em;
	color: #3197D0;
}
.best_card_amount {
	font-size: 20px;
	color: #CC0000;
}
.store_name {
	font-size: 18px;
	font-weight: bold;
}
.store_go {
	padding: 1px 3px;
	font-size: 14px;
	font-weight: bold;	
	border-radius: 3px;
}
.glyphicon-class {
	font-size: 0.8em;
}
.ads {
	display:inline-block;
	width: 94%;
	height: 100px;
}
.ads_wrap {
	position: relative;
}
.ads_wrap .ads_word {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 1px 5px;
	opacity: 0.6;
	z-index: 100;
	background-color: #EEEEEE;
}

.donate_txt {
	margin-top:20px;
	font-size: 18px;
}
@media (max-width: 768px) {
	.store-title {
		padding-left: 5px;
		padding-right: 5px;
	}
	.card_name {
		font-weight: bold;
		white-space: normal;
		height: auto;
	}
	.info-xs {
		padding-left: 5px;
		padding-right: 5px;
	}
	.panel-xs {
		padding-left: 5px;
		padding-right: 5px;
	}
	.panel-xs3 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.panel-body {
		padding-left: 5px;
		padding-right: 5px;
	}
	.combo-row {
		padding-left: 10px;
		padding-right: 10px;
	}
	.combo {
		padding: 5px 2px;
	}
	.combo_plus {
		padding-top: 10px;
		padding-left: 1px;
		padding-right: 1px;
		font-size: 2em;
	}
	.donate_txt {
		margin-top:5px;
		font-size: 14px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.ads {
		width: 98%;
		height: 90px;
	}
	.combo_plus {
		height: 93px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.ads {
		width: 98%;
		height: 90px;
	}
	.combo_plus {
		height: 93px;
	}
}
@media (min-width: 1200px) {
	.ads {
		width: 98%;
		height: 90px;
	}
	.combo_plus {
		height: 93px;
	}
}
