@media screen and (min-width: 1280px){ 
	.nav-room{
		width: 750px;
	}
}
.order-fix{
	width: 80px;
	height: 170px;
	position: fixed;	
	top:150px;
	right: 0;
	z-index: 200;
}
.order-fix a{
	border-bottom: 5px;
}
.fly-line-30 { 		
	margin-top: 10px;
	margin-bottom: 10px;	
	width: 100%;
	height: 10px;	
}
.fly-line-new { 		
	background-image: url(assets/image/line-tit.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 40px;
	padding-bottom: 10px;
	width: 100%;
	height: 87px;
	text-align: center;	
}
.type-tit-new {
	background-image: url(assets/image/type-tit-g.png);	
	background-repeat: no-repeat;	
	padding: 20px;
	font-weight: bold;
	color: #060;
	margin-top: 30px;
	font-size: 20px;	
	}

.service-info-bg {
	background: url(assets/room/pa-bg-1.gif) repeat-x;
	background-color: #6dcaff;
}
.service-info-wbg {
	background: url(assets/room/pa-bg-w.gif) repeat-x;
	background-color: #ffffff;
}
.th-bg{
 background: url(assets/image/th-bg.png) repeat-x;	
}
.th-bg1{
 background: url(assets/image/th-bg1.png) repeat-x;	
}
.th-bg2{
 background-color: #268bda;
 color: #ffffff;
}
.th-bg3{
 background-color: #fb7702;
 color: #ffffff;
}

.tic-ta-b{
	background-color: #0058d5;
	color: #ffffff;
}
.fly-orderphone{
	width: 100%;
	margin:20px 0; 
}
.fly-orderphone ul{
	list-style:none;
	margin:0;
	padding:0;
}
.fly-orderphone ul li{
	padding:0;
	margin:5px 0 0 0;
	font-size: 20px;
	color:#fff;
	line-height: 1.2em;
}
.fly-orderphone ul li h3{
	font-size: 22px;
	font-weight: bold;
	padding: 0;
	margin:0 0 5px 0;
}
.mtb10{
	margin-top: 10px;
	margin-bottom: 10px;
}
.bg-white{
	background: #fff;
}
@media screen and (min-width: 780px){ 
	.all-room>.blog-twitter>.blog-twitter-inner{
		width: calc(50% - 30px);
		margin-right:10px;
		float: left;
	}
	.all-room>.blog-twitter>.blog-twitter-inner:nth-child(even){
		margin-left: 10px;
		margin-right: 0;
	}
}

