@charset "UTF-8";

/*
==================================
	北海道　#hokkaidoWrap
==================================
*/

/*ページ下部リンクボタン*/
#hokkaidoWrap .featureList .bt2 {text-indent:-9999px;}
#hokkaidoWrap .featureList .bt2 a:link,
#hokkaidoWrap .featureList .bt2 a:visited{background:url(../img/hokkaido/bt_feature.png) no-repeat;}
#hokkaidoWrap .featureList .bt2 a:hover{background:url(../img/hokkaido/bt_feature_on.png) no-repeat;}

#hokkaidoWrap .featureList .bt2.otherlink {text-indent:-9999px;}
#hokkaidoWrap .featureList .bt2.otherlink a:link,
#hokkaidoWrap .featureList .bt2.otherlink a:visited{background:url(../img/hokkaido/bt_other.png) no-repeat;}
#hokkaidoWrap .featureList .bt2.otherlink a:hover{background:url(../img/hokkaido/bt_other_on.png) no-repeat;}


/*タイトルしたテキスト*/
#hokkaidoWrap .areaTxt{
	font-size:14px;
}
#hokkaidoWrap .areaTxt strong{
	color:#d42568;
}
/*エリアコメント*/
#hokkaidoWrap .areaComment{
	text-align:left;
}


/*アンケート==================================*/
.questionnaire{
	font-size:14px;
}
.questionnaire .question{
	margin:10px 0 15px 0;
	padding:5px 20px;
	color:#fff;
	font-size:18px;
	background:url(../img/ptt_brown.png);
}
.questionnaire .floatL{
	float:left;
	width:270px;
	margin-left:10px;
	padding-bottom:10px;
}
.questionnaire .floatR{
	float:right;
	width:410px;
	padding:50px 0 10px 0;
	margin-right:10px;
	font-size:16px;
}
.questionnaire .rank{
	padding:5px 0;
}
.questionnaire .rank span{
	padding:0 15px 0 0;
	font-weight:bold;
	color:#d42568;
}
.questionnaire .rankNo1 .rank{
	font-size:18px;
	font-weight:bold;
}
.questionnaire .rankComment{
	clear:both;
	margin:15px 10px;
	padding:10px;
	background:#fef0f0;
}



/*モデルコース==================================*/
/*告知*/
.announce{
	text-align:center;
	width:710px;
	height:143px;
	background:url(../img/hokkaido/announce.png) no-repeat top center;
	margin:20px 0;
}
.announce > div {
	display:block;
	font-size:20px;
	font-weight:bold;
	color:#d42568;
	padding:45px 70px 0px 0px;
}



/*お宿のご紹介==================================*/
.boxHotel{
	font-size: 14px;
	padding: 20px 0;
}
.boxHotel .day,
.boxHotel div{
	float: left;
}
.boxHotel .day{
  display: block;
	vertical-align: top;
  width: 170px;
	height: 113.7px;
	background:#f5a5a5;
	color: #fff;
	font-size: 16px;
	font-weight:bold;
	text-align: center;
	padding: 50px 0 0 0;
  background: url(../img/ptt_brown.png);
}
.boxHotel div{
  display: block;
	vertical-align: top;
  width: 260px;
	margin: 0 0 0 20px;
  padding: 0 0 15px 0;
}
.boxHotel .imgHotel{
  width: 100%;
	margin-bottom: 10px;
}



/*キャンペーンバナー*/
.bnCP{
	margin: 0 0 20px 0;
	text-align: center;

}