﻿@charset "utf-8";
/* CSS Document */
.contentBox .titleArea {
    background: url(../../Images/ZH-TW/restaurant/title.png) no-repeat;
}

.contentBox .service_title {
    /*font-size: 32px;
    letter-spacing: 1px;*/
}
.itenText,.itenTitle{
	font-family: "新細明體", "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
font-size: 14px;
line-height: 2;
color: #ddd;
font-weight: normal;
	}
.contentBox .articleBox{
	color: #ddd;
	
}
.buttonBox {
	display: none;
}

.room_next {
	background: url(../../Images/ZH-TW/room/next.png) no-repeat;
	width: 100px;
	height: 35px;
	position: fixed;
	bottom: 10px;
	right: 85px;
	text-indent: -9999px;
}

	.room_next a {
		display: table;
		width: 100px;
		height: 35px;
	}

.room_prev {
	background: url(../../Images/ZH-TW/room/pre.png) no-repeat;
	width: 100px;
	height: 35px;
	position: fixed;
	bottom: 10px;
	right: 186px;
	text-indent: -9999px;
}

	.room_prev a {
		display: table;
		width: 100px;
		height: 35px;
	}

@media screen and (max-width: 1060px) {
	.room_next, .room_prev {
		position: relative;
		bottom: inherit;
		right: inherit;
		float: right;
		border-right: 0;
		margin: 0 5px;
	}
}

@media screen and (max-width: 650px) {
	.room_next, .room_prev {
		text-indent: inherit;
		background: none;
		width: auto;
		height: auto;
		margin: 0;
	}

	.room_prev {
		float: left;
	}

		.room_next a, .room_prev a {
			text-decoration: none;
			width: auto;
			height: auto;
			border: 1px solid #837c6f;
			color: #837c6f;
			text-align: center;
			font-size: 14px;
			padding: 8px 10px;
			display: block;
		}
}