@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : couple.css
 author     : Ability Consultant
 style info : 過ごし方
=================================================================== */
@font-face {
	font-family: "YuGothicBold";
	src: local("Yu Gothic Medium");
}
/* -----------------------------------------------------------
	con_int
----------------------------------------------------------- */
.con_int {
	margin-top: 85px;
	padding: 60px 30px 0;
	background: url(../room/images/bg_int.png) repeat;
}

/* -----------------------------------------------------------
	.con_day
----------------------------------------------------------- */
.con_day .btn.c {
	margin-top: 20px;
	text-align: center;
}

/* -----------------------------------------------------------
	.box_day1
----------------------------------------------------------- */
.box_day1 li .wrap {
	margin-top: 35px;
	padding: 40px 0;
	position: relative;
}
.box_day1 li .wrap.b {
	padding: 0 0 40px 0;
}
.box_day1 li .wrap.b .txt {
	top: auto;
	bottom: 0;
}
.box_day1 li .wrap.b .txt .btn {
	right: 200px;
}
.box_day1 li .wrap .img {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	position: relative;
	z-index: 1;
}
.box_day1 li .wrap .txt {
	position: absolute;
	right: 0;
	top: 0;
}
.box_day1 li .wrap .txt .btn {
	position: absolute;
	right: 280px;
	bottom: 35px;
}
