*{margin: 0;
padding: 0}

body{
    color: #333;
    font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}
a img{
	border: 0;
}

/*
img.over:hover {
opacity: 0.8;
filter: alpha(opacity=80);
-moz-opacity:0.8;
}
*/

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
#wrapper{
	background: #fff4ce;
	margin: 0;
	padding: 0;
}
#container{
	width: 990px;
	margin: 0 auto;
}

.block-img{
	display: block;
	clear: both;
}

.con_btn img{
	float: left;
}

.bg_plan{
	background:#fff;
	border-radius: 20px;
	padding: 35px 0 20px 0;
	*padding-top:10px;
}
h2{
	position: absolute;
	*position: static;
	top:25px;
	left: 0;
	right: 0;
	bottom:0;
	margin: 0 auto;
	width: 569px;
	height: 58px;
	*margin-bottom: 20px;
}

h3{
	margin-bottom: 5px;
	*height: 45px;
}

.hotel_L{
	padding: 5px 30px 25px 30px;
	margin-bottom: 20px;
}
.hotel_L .hotel_left{
	float: left;
	width: 410px;
}
.hotel_right {
	padding-left: 410px;
	max-height: 100%;
}
.hotel_right img{
	float: left;
	clear: right;
	margin-left: 5px;
	margin-bottom: 8px;
}
.hotel_right p{
	margin-left: 15px;
	font-size: 14px;
	line-height: 1.4;
	max-height: 100%;
}


p.plan_name,
p.plan_name2{
	font-weight: bold;
	font-size: 14px;
	margin-top: 3px;
	line-height: 1.2;
	height: 2.5em;
}
.plan_S p.plan_name{
	height: 3.4em;
}
.plan_S p.plan_name2{
	height: 4.4em;
}

p.price{
	font-weight: bold;
	color: #ff2469;
	font-size: 21px;
	text-align: left;
	line-height: 1.4
}


.hotel_right p.plan_name{
	font-weight: bold;
	font-size: 16px;
	margin-top: 7px;
	line-height: 1.3;
}
.hotel_right p.plan_name.mt10{
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
	line-height: 1.3;
}


.hotel_right p.price{
	font-weight: bold;
	color: #ff2469;
	font-size: 30px;
	text-align: right;
	line-height: 1.4
}
.price span{
	font-size: 12px;
	color: #ac0000;
}

.hotel_S{
	padding: 5px 30px 25px 30px;
	margin-bottom: 20px;
	*height: 460px;
}
.plan_S{
	width: 260px;
	float: left;
	*width: 260px;
}
.plan_S img{
	float: left;
	margin-bottom: 5px;
}

.mr5{
	margin-right: 4px
}
.mr40{
	margin-right: 32px
}


a.btn{
	display: block;
	margin-top: 0em;
	padding: 10px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	border-radius: 6px;
	position: relative;
	-moz-opacity:0.8;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    background: #eee
}
/*
.hotel_L a.btn{
	margin-left: 15px;
}*/


#narita{
	background: url(../img/bg_narita.gif);
	padding: 70px 40px 40px 40px;
	position: relative;
}
/*
#narita .hotel_L,
#narita .hotel_S{
	background: url(../img/dotline_narita.png) no-repeat bottom center;
}*/

#narita .dot,
#narita .dot{
	background: url(../img/dotline_narita.png) no-repeat bottom center;
}

#narita a.btn{
	background: #9850d5;
}
#narita a.btn:hover {
	background: #b981e9;
}
#haneda{
	background: url(../img/bg_haneda.gif);
	padding: 70px 40px 40px 40px;
	position: relative;
}
/*
#haneda .hotel_L,
#haneda .hotel_S{
	background: url(../img/dotline_haneda.png) no-repeat bottom center;
}*/
#haneda .dot,
#haneda .dot{
	background: url(../img/dotline_haneda.png) no-repeat bottom center;
}

#haneda a.btn{
	background: #fb6d69;
}
#haneda a.btn:hover {
	background: #fc9491;
}

