@charset "UTF-8";

/* //// 共通プリント設定 //// */
html,
body,
#Entire,
#Contents {
    background:none #ffffff;
}

#HeaderNavi,
#GlovalNavi,
#MainVisual,
#FootMark,
#LeftBox,
ul.ToPageTop,
#FooterNavi {
	display: none;
}

*html #RightBox h2 {
	margin-top: 70px;
}

#RightBox {
	float: left;
	margin-left: 20px;
}

#Footer address {
	float: left;
	margin-left: 20px;
	text-align: left;
}

#RightBox:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#RightBox {
	display: inline-block;
}

/* Hides from IE-mac ￥*/
*html #RightBox {
	height: 1%;
}

#RightBox {
	display: block;
}

/* //// 地図ページプリント設定 //// */
ul.BtnPrint,
ul.BtnClose {
	display: none;
}

body.Map #Footer {
	margin-top: 20px;
}

/* //// 各ページプリント設定 //// */
*html body#RecruitTop #RecruitIntro strong,
*html body#Reservation #ReservationIntro,
*html body#Privacy #PrivacyIntro,
*html body#About #AboutIntro,
*html body#Recruitment #RecruitmentIntro,
*html body#Sitemap #SitemapIntro {
	margin-top: 70px;
}

