@charset "utf-8";
/*--------------------------------


	salon.css

 ※Not Edit Styleseet.
----------------------------------*/

.salon-data th{
	white-space: nowrap;
	text-align: left;
}
.accessArea th{
	white-space: nowrap;
	text-align: left;
}

.accessArea .list{
	border: #555 1px solid;
	margin: 0 auto;
	width: 98%;
}
.accessArea .list .right.wide{
	width: auto;
	height: auto;
	float: none;
	text-align: center;
	line-height: 48px;
	margin: 0 5px;
	border:#999 1px solid;
	background-color: #efefef;
}

.gallery-list .thumb{height: 122px; overflow-y: hidden;}
.gallery-list{
	padding: 5px 0px;
}
.gallery-list .block{
	padding: 5px;
	margin: 0 0 5px;
	background: #fff;
}
div.list{
	margin-bottom: 0;
}
div.list a{
	background: url(../images/icon_detail02.png) no-repeat right center;
}

.list h3, .list .txt{
	padding-right: 20px;
}
.list img{
	width: 50px;
}
div.list .right{
	width: 242px;
}
div.list .right h3{
	line-height: 50px;
	height: 50px;
}


.page {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	-webkit-box-sizing: border-box;
	display: block !important;
	visibility: hidden;
	height: 100%;
}
.page iframe{visibility: hidden !important; margin-left: -15000px;}
.page.current {
	visibility: visible;
	z-index: 5000;
	height: auto;
}
.page.current iframe{visibility: visible !important; margin-left: 0px;}