@charset "UTF-8";

a{ cursor: pointer; }





/* 首頁news右側圖片尺寸 */
.j_index_news_imga div{
	width: 265px;
	height: 170px;
	overflow: hidden;
}
.j_index_news_rbox img{
	vertical-align: middle;
	width: 265px;
}
.j_index_news_lbox div{
	width: 469px;
	height: 295px;
	overflow: hidden;
}
.j_index_news_lbox img{
	vertical-align: middle;
	width: 469px;
}

/* 首頁 banner 上方的輪播圖壓到 左右鍵*/
.index div.jq_slogan{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

/* 首頁預約 被壓到 */
.index .panel-group div.panel-reservation{
	z-index: 404;
}


/* 餐廳特色的地方原本 dl dt dd 有高度問題 改 table */
table.rstFeature{}
table.rstFeature tr{}
table.rstFeature td{ vertical-align: top; padding-bottom: 12px; }
table.rstFeature td.text-black{ width: 103px; padding-left: 14px; font-weight: bold;}

.addon-imagescode{ padding: 0px;}



/* 2020 01 調整 awards 頁面 */
h1 .switch_award_badges a{ font-size: 0.7em; color: #686868; }
.stupid_padding{ width: 100%; height: 52px; }
.yearawardbox>h2{ font-family: "微軟中黑體"; font-size: 2.2em; }
.yearawardbox>h2:hover { cursor: pointer; }
.awards_arrow{ display: inline-block; width: 25px; height: 25px; overflow: hidden; background-image: url('./../img/award_arrow.png'); }
.boxaward{ display: none; padding-bottom: 20px; }
.oneaward_img{ border-bottom: 1px solid #DBDBDB; }
.oneaward_img img{ width: 100%;  }
.oneaward_title{ color: #030303; padding-top: 20px; text-align: center; min-height: 60px; }
.oneaward_main{ color: #686868; padding-top: 12px; text-align: center;  }

.active .awards_arrow{ background-position: 0px 25px; }
.active .boxaward{ display: block; }