@charset "Shift_JIS";

/* ******************** room ******************** */
#private .title {
	width: 100%;
	background: #44230f url(../img/private_title_bg.png) center bottom no-repeat;
	text-align: center;
}
#private .pc {
	position: relative;
}
#private .inner {
	width: 320px;
	margin: auto;
}

#private .mark {
	position: absolute;
	top:0px;
	right:5px;
}
#private .pc {
	padding: 10px 0;
}
#private .pc .ico {
	margin-bottom: 10px;
}
#private .pc .ico li {
	float:left;
	margin-right:5px;
}
#private .pc .tit {
	font-family: Arial, Verdana, 'Helvetica Neue', Helvetica, sans-serif;
}
#private .pc .tit .text_large {
	font-size:2.0em;
	font-weight: bold;
}
#private #pc01 .tit {
	color: #fff;
}
#private #pc02 .tit,
#private #pc04 .tit {
	color: #40210f;
}
#private .pc .ph {
	margin-bottom: 10px;
	text-align: center;
}
#private .pc .ph img {
	border: solid 3px #fff;
}
#private .pc .pt {
	color: #fff000;
	font-weight: bold;
}
#private #pc01 {
	padding-top: 0;
	background: #44230f;
}
#private #pc02,
#private #pc04 {
	background: #fff url(../img/private_pc_bg_arb.png) center top no-repeat;
}
#private #pc03 {
	background: #44230f url(../img/private_pc_bg_arw.png) center top no-repeat;
}
#private #pc04 .ph {
	text-align: center;
}
#private .btn {
	width: 230px;
	margin: auto;
}
#private .btn li {
	float: left;
	margin-right: 10px;
}
#private .btn li.rt {
	margin-right: 0px;
}
#private #pc04 {
	padding-bottom: 0;
}
#private #pc04 .btn {
	position: absolute;
	bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
}