@charset "utf-8";

#map {
	width: 575px;
	height: 492px;
}
.mapWrapper {
	width: 575px;
	border: 1px solid #CCC;
	padding: 10px;
	float: left;
}
.mapSideList {
	width: 200px;
	float: right;
	
}
.mapLeftContents {
	float: left;
	width: 600px;
	
}
.mapRightContents {
	float: right;
	width: 350px;
	border: 1px solid #CCC;
}
.mapSalonListWrap{
	overflow: hidden;
	width: 350px;
	word-wrap: break-word;
}
#mapSalonList {
	height:538px;
	overflow: auto;
}
.sideSubTtl {
	font-size: 10px;
	margin-top: 5px;
}
.salonListWrap{
	overflow: hidden;
	margin-top: 12px;
	word-wrap: break-word;
}
#salonList {
	height: 840px;
	overflow: auto;
	position: relative;
	margin-top: -1px;
}
.salonName{
	font-weight: bold;
	font-size: 14px;
}
.TopSalonName {
	font-weight: bold;
	font-size: 13px;
}
.salonName a {
	display: inline-block;
}
.listSalonName{
	display: inline-block;
	vertical-align: middle;
	width: 280px;
	margin-left: 5px;
	text-decoration: none;
	line-height: 17px;
}
.listSalonName:hover{
	text-decoration: underline;
}

.listMapIcn {
display: inline-block;
vertical-align: middle;
}

.mapLink {
	text-align: right;
	margin-top: 3px;
}
.mapNumber {
	color: #ff5555;
	font-weight: bold;
}
.mapReturn {
	font-weight: normal;
	color: #4c4c80;
	border: 0;
	padding-left: 4px;
	text-decoration: none;
}
.mapReturn:hover {
	color: #7878CC;
}
.mapReturnWrap {
	text-align: right;
	height:20px;
}
.mapReturnWrap > button {
	background: none;
	cursor: pointer;
}
.mapWindowRight {
	float: right;
	width: 150px;
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', arial, sans-serif, verdana, Helvetica;
}
.windowText {
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', arial, sans-serif, verdana, Helvetica !important;
}
.mapWindowLeft {
	float: left;
}
.overlay {
	position: relative;
	width:300px;
	word-wrap: break-word;
	cursor: default;
}
.overlay-text {
	padding: 8px;
}			
.mapBgTop {
	background-image: url(/CSP/img/bt/map/g_map/mapWindowTop.png?switch=2025062510);
	background-repeat: no-repeat;
	padding-top: 7px;
	
}
.mapBgMiddle {
	background-image: url(/CSP/img/bt/map/g_map/mapWindowMiddle.png?switch=2025062510);
	background-repeat: repeat-y;
	padding: 0 10px 0 10px;

}
.mapBgBottom {
	background-image: url(/CSP/img/bt/map/g_map/mapWindowBottom.png?switch=2025062510);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 20px;
	
}
.overlaySalonName a {
	font-weight: bold;
	color: #AE2D5B;
	font-size: 16px;
	width: 280px;
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', arial, sans-serif, verdana, Helvetica;
	text-decoration: none;
	line-height: 1.2;
}
.overlaySalonName a:hover {
	color: #F37C8A;
}
.overlayClose {
	float: right;
	cursor: pointer;
}
.list-group-item {
	padding: 10px;
}
.mapItemCurrent {
	background: #F2DCDB;
}

.salonImgWrap {
	width: 119px;
	float: left;
	margin-top: 5px;
	border: solid 1px #CCC;
	padding: 1px;
}

.fwMapSearchContainer {
	background: #F2F2F2;
	padding: 4px;
	border: 1px solid #CCC;
}
.fwMapSearchWrap {
	background: #FFFFFF;
}
.fwMapShopList {
	height: 180px;
	overflow: auto;
}
.fwSearchMapWrapper > #map {
	width: 300px;
	height: 151px;
}
.fwSearchMapRightContents {
	float: right;
	padding: 5px;
	width: 441px;
}
.fwSearchMapLeftContents {
	float: left;
	width: 304px;
	
}
.fwSearchListSalonName {
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	text-decoration: none;
	width: 400px;
}
.fwSearchListSalonName:hover {
	text-decoration: underline;
}
.fwSearchMapRightContents li {
	margin-top: 4px;
	border-bottom: 1px dotted #CCC;
}
.fwSearchMapRightContents li:first-child {
	margin-top: 0px !important;
}
.fwSearchMapWrapper {
	padding: 4px 0 4px 4px;	
}
/*--↓写真サイズ可変対応--*/
.mapListImgWrap {
	display:table-cell;
	width: 123px;
	text-align:center;
	margin-top: 5px;
}
.mapListImgWrap a {
	background:#FFF;
	border:1px solid #CCC;
	display:inline-block;
	padding:1px;
}
.mapListImgWrap > a > img {
	display:block;
}
.mapListSalonInformation {
	display:table-cell;
	vertical-align:top;
	padding-left:10px;
	word-break: break-all;
}
.mapListDetailWrap {
	display:table;
	margin-top:8px;
}
/*----------------------*/
.slnmapWrapper > #map {
	width: 743px;
	height: 372px !important;
}
.slnmapWrapper {
	width: 743px !important;
	border: 1px solid #CCC;
	padding: 10px;
}
