@charset "utf-8";
/* CSS Document */

.repo-box {
	width:665px;
	min-height:1px;
}

.repo-btn-box {
	width:538px;
	min-height:1px;
}

.repo-btn-box2 {
	width:538px;
	min-height:1px;
}

.repo-btn-box3 {
	width:538px;
	min-height:1px;
}	

.menu01 {
	width:718px;
	min-height:1px;
}	
	

/* floatさせたボックスが親要素からはみ出す現象を回避するCSS　ここから */

.repo-box:after,
.repo-btn-box:after,
.repo-btn-box2:after,
.repo-btn-box3:after,
.menu01:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

.repo-box,
.repo-btn-box,
.repo-btn-box2,
.repo-btn-box3,
.menu01 { 
	display:inline-table; 
}
/* Mac IEには適用させない \*/

* html .repo-box,
* html .repo-btn-box,
* html .repo-btn-box2,
* html .repo-btn-box3,
* html .menu01 { 
	height:1px; 
}

.repo-box,
.repo-btn-box,
.repo-btn-box2,
.repo-btn-box3,
.menu01 { 
	display:block; 
}
/* */
/* floatさせたボックスが親要素からはみ出す現象を回避するCSS　ここまで */


/*--------------------------salon02で使用しているclear--------------------------*/

.salon-outlet,
.salon-content {
	width:665px;
	min-height:1px;
}

.salon-read {
	width:210px;
	min-height:1px;
}

.salon-osusume02 {
	width:645px;
	min-height:1px;
}

.salon-west-contetns {
	width:662px;
	min-height:1px;
}

.salon-btn {
	width:634px;
	min-height:1px;
}

/* floatさせたボックスが親要素からはみ出す現象を回避するCSS　ここから */

.salon-outlet:after,
.salon-content:after,
.salon-read:after,
.salon-osusume02:after,
.salon-west-contetns:after,
.salon-btn:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

.salon-outlet,
.salon-content,
.salon-content,
.salon-read,
.salon-osusume02,
.salon-west-contetns,
.salon-btn { 
	display:inline-table; 
}
/* Mac IEには適用させない \*/

* html .salon-outlet,
* html .salon-content,
* html .salon-read,
* html .salon-osusume02,
* html .salon-west-contetns,
* html .salon-btn { 
	height:1px; 
}

.salon-outlet,
.salon-content,
.salon-read,
.salon-osusume02,
.salon-west-contetns,
.salon-btn { 
	display:block; 
}
/* */
/* floatさせたボックスが親要素からはみ出す現象を回避するCSS　ここまで */


