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

/*
ヘッダー、グローバルナビはcommon.cssに記載
コンテンツエリア、メインコンテンツエリア、サブコンテンツ等の構造枠はcntsCommon.cssに記載
「標準装備」以下から当cssファイルに記載　それ以前はoffice.cssに記載
*/

/*池袋にオフィスを構える利点
-------------------------------------------------------*/
div.sTtlCntr {
	width: 720px;
	overflow: hidden;
	margin: 35px 0 45px 0;
}

p.ptTtl_fR {
	width: 300px;
	font-size: 182%;
	color: #006699;
	line-height: 1.3;
	margin: 0 180px 17px 12px;
	float: right;
}

p.ptTtl_fR_02 {
	width: 470px;
	font-size: 182%;
	color: #006699;
	line-height: 1.3;
	margin: 0 10px 17px 0;
	float: right;
	text-align: left;
}

p.meritExtrImg {
	width: 223px;
	height: 220px;
	margin: 0;
	float: left;
}

p.sTtlCntrRead {
	font-size: 93%;
	line-height: 1.8;
	text-align:left ;
	width: 475px;
	float: right;
	margin: 0 0 10px 13px;
}

div#linkMapBox {
	float: right;
	width: 475px;
	overflow: hidden;
	margin: 10px 0 0 0;
}

p.address {
	width: 100%;
	font-size: 93%;
	line-height: 1.8;
	margin: 0 0 5px 0;
}

p.linkMap {
	float: left;
	font-size: 85%;
	color: #003366;
	margin: 0 10px 3px 0;
}

p.linkMap a {
	color: #003366;
	text-decoration: underline;
}

.tblCom {
	clear: both;
	border: 1px solid #CCCCCC;
	margin: 10px auto;
	font-size: 93%;
}

.tblTop {
	background-color: #efefef;
	text-align: center;
	padding: 5px auto;
	line-height: 1.5;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.tblDtl {
	padding: 3px;
	text-align: center;
	border-right: 1px solid #CCCCCC;
	line-height: 1.6;
}

.tblDtlScd {
	padding: 3px;
	text-align: center;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	line-height: 1.6;
}

.tblDtlScdR {
	padding: 3px;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	line-height: 1.6;
}
.tblDtlScdR a, .tblDtlR a {
	font-size: 93%;
	line-height: 1.6;
}

.tblDtlR {
	padding: 3px;
	text-align: center;
	line-height: 1.6;
}

.tblTopR {
	background-color: #efefef;
	text-align: center;
	padding: 5px auto;
	line-height: 1.5;
	border-bottom: 1px solid #CCCCCC;
}

p.exTxt {
	font-size: 93%;
	line-height: 1.6;
	color: #333333;
	margin: 10px 0 10px 26px;
}

div#panListImg {
	width: 606px;
	margin: 40px auto 60px auto;
	text-align: center;
}

.extrPrice p.roomType {
	width: 100%;
}


@media only screen and (max-width: 767px) {
	div#linkMapBox {
		float: none;
		width: 100%;
	}
	p.exTxt {
		margin: 10px 0;
	}
}
