@charset "utf-8";
/* ===================================================================
CSS information

 file name  :salon.css
 author     :Naoki Takahashi
 style info :サロン関連
=================================================================== */

/* -----------------------------------------------------------
	#titleArea
----------------------------------------------------------- */

#titleArea {
	width: 950px;
}

#titleArea:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


/* -----------------------------------------------------------
	#contentArea
----------------------------------------------------------- */

#contentArea {
	width: 950px;
	padding-top: 30px;
}

#contentArea:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


/* -----------------------------------------------------------
	サロンTop
----------------------------------------------------------- */

#stMap {
	width: 950px;
}


/* -----------------------------------------------------------
	サロンTop
----------------------------------------------------------- */

#saMap {
	margin-bottom: 20px;
}

#saTabContainer li {
	float: left;
}

#saContent {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding-top: 20px;
}

#saContent div {
	width: 948px;
}

#saContent dl {
	padding-top: 10px;
}

#saContent dl:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

#saContent dt {
	width: 207px;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	float: left;
	padding-top: 12px;
}

#saContent dd {
	width: 741px;
	float: left;
}

#saContent li {
	width: 247px;
	border-bottom: 1px solid #CCCCCC;
	float: left;
	font-size: 85%;
	padding-top: 12px;
	padding-bottom: 1px;
	line-height: 1.7;
}


/* -----------------------------------------------------------
	サロン詳細
----------------------------------------------------------- */

#titleArea dl {
	padding-top: 30px;
}

#titleArea dt {
	width: 402px;
	float: left;
}

#titleArea dd {
	width: 508px;
	float: left;
	padding-left: 40px;
}

p.siName {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 20px;
	padding-bottom: 1px;
}

p.siKana {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 85%;
	line-height: 1;
	font-weight: bold;
}

p.siCatch {
	padding-top: 10px;
	padding-bottom: 2px;
	font-size: 130%;
	color: #48322A;
}

p.siIntro {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
	font-size: 77%;
}

p.siAddress {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 77%;
}

.siAddress img {
	vertical-align: middle;
	padding-right: 4px;
}

.siAddress img.siLink {
	margin-top: 4px;
}

p.siMap {
	text-align: right;
	margin-top: 10px;
}

#siContent {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 15px;
}

#siContent dt {
	float: left;
	padding: 6px;
	width: 124px;
}

#siContent dd {
	width: 780px;
	float: right;
	background: url(../salon/img/si_sep.gif) repeat-y left top;
}

#siContent p {
	width: 729px;
	font-size: 77%;
	line-height: 1.4;
	padding: 10px 25px;
	border-bottom: 1px solid #CCCCCC;
}

#siContent h3 {
	width: 729px;
	font-size: 77%;
	line-height: 1.4;
	padding: 10px 25px;
}

#siContent dl {
	width: 916px;
	border: 1px solid #CCCCCC;
	background: #FFFDF9;
	margin-bottom: 15px;
}

#siContent dl:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

#siContent em {
	font-size: 77%;
	line-height: 1;
	margin-top: 15px;
	margin-bottom: 25px;
}

#siContent em img {
	vertical-align: middle;
	padding-right: 4px;
}

/* -----------------------------------------------------------
	Tab
----------------------------------------------------------- */

#siTabContainer li {
	float: left;
	height: 56px;
}

#siTabBg {
	background: url(../salon/img/si_tab_bg.gif) no-repeat left top;
	text-align: right;
	width: 548px;
}

#siTabBg img {
	margin-left: 6px;
}

/* -----------------------------------------------------------
	Headline
----------------------------------------------------------- */

#siContent ul {
	border-bottom: 1px solid #CCCCCC;
	/*width: 779px;*/
	zoom: 1;
}

#siContent li {
	font-size: 85%;
	color: #48322A;
}

/*center*/
#siContent li {
	display: table-cell;
	vertical-align: middle;
}

* html #siContent li {/* IE 6 */
	display: inline;
	zoom: 1;
}

*:first-child+html #siContent li {/* IE 7 */
	display: inline;
	zoom: 1;
}

.siHeadlineL {
	width: 222px;
	font-weight: bold;
	padding: 8px 25px;

}

.siHeadlineR {
	padding: 8px 25px;
	font-weight: bold;
	background: url(../salon/img/si_sep.gif) repeat-y left top;
}

.siHeadlineRS {
	padding: 8px 25px;
	background: url(../salon/img/si_sep.gif) repeat-y left top;
	font-weight: normal;
}


/* -----------------------------------------------------------
	サロンMap
----------------------------------------------------------- */

#smContainer {
	width: 620px;
	height: 770px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

#smContainer dl {
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #CCC;
}

#smContainer dt {
	float: left;
}

#smContainer dd {
	float: right;
}

#smName {
	float: left;
}

#smPrint {
	float: right;
	text-align: right;
	padding-top: 3px;
	cursor: pointer;
}

#smContainer ul {
	margin-top: 50px;
	margin-bottom: 50px;
}

#smInfoPic {
	width: 120px;
	height: 120px;
	float: left;
	background: #CCCCCC;
}

#smInfoData {
	width: 485px;
	font-size: 85%;
	line-height: 1.4;
	padding-left: 15px;
	float: left;
}

#smInfoData img  {
	vertical-align: middle;
	padding-right: 4px;
}

#smMap {
}
