@charset "utf-8";

/* 横浜ショウルームイベント CSS */

#livingSR-content {
	width: 967px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	font-size: 12px;
	color: #000;
}

#livingSR-content .guide {
	position: relative;
	z-index: 2;
}
#livingSR-content .guide .btn_flow {
	position: absolute;
	top: 27px;
	right: 156px;
}
#livingSR-content .guide .btn_sr {
	position: absolute;
	top: 180px;
	right: 40px;
}

#livingSR-content .present {
	position: relative;
	top: -3px;
	z-index: 1;
}
#livingSR-content .present .btn_flow {
	position: absolute;
	top: 80px;
	right: 30px;
}

#livingSR-content .event {
	position: relative;
	margin-top: 40px;
	margin-bottom: 30px;
}
#livingSR-content .event .info {
	position: absolute;
	top: -15px;
	right: 30px;
}
#livingSR-content .event .point {
	position: absolute;
	top: -96px;
	left: 0;
	z-index:2;
}
#livingSR-content .event9 {
	position: relative;
}
#livingSR-content .event9 .btn {
	position: absolute;
	top: 144px;
	right: 310px;
}
#livingSR-content .event10 {
	position: relative;
}
#livingSR-content .event10 .btn {
	position: absolute;
	top: 144px;
	right: 310px;
}
#livingSR-content .event11 {
	position: relative;
}
#livingSR-content .event11 .btn {
	position: absolute;
	top: 144px;
	right: 310px;
}
#livingSR-content .event ul.btn li {
	float: left;
	color: #E60012;
	font-weight: bold;
}

#livingSR-content .flow {
	width: 800px;
	margin: 0 auto;
}
#livingSR-content .flow .text{
	text-align: left;
	line-height: 1.8;
}


/* 画像リンク　透過 */
.alpha a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.red {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E60012;
}


/* clearfix	================================================================= */

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

/* IE6/7 support */
.clearfix {
	*zoom: 1;
}