﻿@charset "utf-8";

@import url("https://www.mwt.co.jp/common/css/reset.css");
@import url("https://www.mwt.co.jp/common/css/layout.css");
@import url("https://www.mwt.co.jp/kaigai/common/css/internal_links.css");


#container{
	clear:both;
	width:950px;
	margin:0px auto 30px;
}
#container p.gotop{
	clear:both;
	margin:5px 0px 30px;
	text-align:right;
}
/*----------------------------------------------------------------------タイトル*/
#container #title{
	clear: both;
	position:relative;
}
#container #title p{
	width:950px;
}
#container #title p.crossfader{
	position:relative;
	height:543px;
}
#container #title p.crossfader img{
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0;
	cursor:pointer;
}
#container #title p.crossfader .active{
	z-index:10;
	opacity:1.0;
}
#container #title p.crossfader .last-active{
	z-index:9;
}


.main {	
	margin-bottom:20px;
}

/*----------------------------------------------------------------------ランコー*/
.main .hotel{
	background:#b3fbff;
}
.main .hotel .angsana_title{
}
.main .hotel .angsana_title p.text{
	margin:5px 20px;
	font-size:14px;
}
.main .hotel .room{
	padding-bottom:20px;
	zoom:1;
}
.main .hotel .room div{
	float:left;
	width:448px;
	margin-left:18px;
	background:#d5c5b0;
}
.main .hotel p.booking{
	clear:both;
}


/*------------------------------------ビジネスクラス*/
.main #business{
	margin-bottom:30px;
	border:solid 2px #000d72;
	background: url(../img/business_bg.jpg) no-repeat right top #4739b9;
	zoom:1;
}
.main #business dl{
	float:left;
	width:400px;
	padding:0px 10px 17px 35px;
	color:#FFFFFF;
}
.main #business dl dt{
	margin:9px 0px 2px;
}
.main #business p{
	margin:15px;
}
