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

/*　コンテンツエリア枠
----------------------------------------------- */
div#cnts {
	width: 980px;
	overflow: hidden;
	margin: 5px auto 0 auto;
}

/*　メインコンテンツエリア枠
----------------------------------------------- */
div#mCnts {
	width: 720px;
	float: right;
	overflow: hidden;
}
/*　メインコンテンツエリア枠
----------------------------------------------- */
div#mCnts_in {
	width: 720px;
	margin-top: 20px;
}

/*　サブコンテンツエリア枠
----------------------------------------------- */
div#sCnts {
	width: 220px;
	overflow: hidden;
	float: left;
}

/*　トップビューエリア枠
----------------------------------------------- */
div#topView {
	width: 720px;
	height: 230px;
	position: relative;
}

@media only screen and (max-width: 767px) {
	div#cnts,
	div#mCnts,
	div#mCnts_in,
	div#sCnts,
	div#topView {
		width: 100%;
		height: auto;
		overflow: auto;
	}
	div#cnts {
		box-sizing: border-box;
		padding: 0 16px;
	}
	div#mCnts,
	div#sCnts {
		float: none;
	}
	div#sCnts {
		margin-top: 50px;
	}
} /* end @media */




/*　メインコンテンツ共通定義
----------------------------------------------- */
/*見出し*/
div#mCnts h2.ttlCap {
	width: 720px;
	font-size: 93%;
	line-height: 1.2;
	font-weight: normal;
	color: #000;
	margin: 6px 0 35px 0;
	padding: 0;
}
div#mCnts h3 {
	width: 100%;
	font-size: 189%;
	line-height: 1.5;
	color: #006699;
	margin: 0;
	padding: 0;
}

#sCnts h3 {
	font-size: 116%;
	color: #006699;
}

div#mCnts h2.ofTtl {
	width: 100%;
	font-size: 189%;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin: 0 0 30px 0;
	padding: 0;
	font-weight: bold;
	color: #003366;
}

div#mCnts h2.txtTtl {
	width: 720px;
	height: 50px;
	margin: 0 0 58px 0;
}

div.rentOfCntr h4 {
	width: 670px;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.2;
	color: #006699;
	margin: 17px 0 20px 23px;
}

div.touchdown {
	width: 720px;
	margin: 0 0 50px 0;
}
div.touchdown h4 {
	font-size: 200%;
	font-weight: normal;
	letter-spacing: 0.02em;
	line-height: 1.3;
	color: #006699;
	text-align:center;
	padding-bottom:5px;
}
div.touchdown_s {
	width: 670px;
	margin: 0 0 50px 0;
}
div.touchdown_s h4 {
	font-size: 200%;
	font-weight: normal;
	letter-spacing: 0.02em;
	line-height: 1.3;
	color: #006699;
	text-align:center;
	padding-bottom:5px;
}


p.moreBtnOffice {
	width: 262px;
	font-size: 85%;
	color: #fff;
	text-align: left;
	float: right;
	margin: 20px 23px 20px 0;
	font-weight: normal;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

p.moreBtnOffice span.Grn {
	display: inline-block;
	background-color: #55aa00;
	padding: 5px 6px;
	vertical-align: middle;
}

p.moreBtnOffice span.Gry {
	display: block;
	background-color: #666;
	padding: 5px 6px;
}

p.moreBtnOffice span a {
	display: block;
	color: #fff;
	text-decoration: none;
}


@media only screen and (max-width: 767px) {
	div#mCnts h2.ttlCap,
	div.touchdown,
	div.touchdown_s {
		width: 100%;
	}
	div#mCnts h2.ofTtl {
		margin: 30px 0;
	}

}

/*　サブコンテンツエリア共通定義
----------------------------------------------- */
/*カテゴリー*/
div.eventCateCntr {
	width: 216px;
	border: 2px solid #ccc;
	overflow: hidden;
	margin: 0 0 12px 0;
}

div.eventCrender {
	width: 216px;
	border: 2px solid #ccc;
	overflow: hidden;
	margin: 0 0 28px 0;
}

p.eventCateTtl {
	width: 201px;
	height: 26px;
	padding: 0 0 0 10px;
	background-color: #eee;
	font-size: 100%;
	font-weight: bold;
	line-height: 26px;
	border-left: 5px solid #006699;
}

ul.eventList {
	width: 185px;
	margin: 13px 0 13px 13px;
	overflow: hidden;
}

ul.eventList li {
	width: 164px;
	padding: 0 24px 8px 0;
	margin: 0 0 8px 0;
	background: url(../img/subArea/eventSubArrow.jpg) no-repeat 99% 30%;
	border-bottom: 1px dotted #ccc;
	font-size: 93%;
}

ul.eventList li a {
	line-height: 1.6;
}

p.arch {
	width: 185px;
	margin: 14px 0 14px 14px;
	font-size: 93%;
}

p.arch a {
	line-height: 1.6;
}



/*　サブエリア共通部品　*/
.sColumnChap {
	width: 193px;
	margin: 0 auto 17px auto;
	font-size: 116%;
	color: #006699;
	line-height: 1.2;
	letter-spacing: -0.05em;
}
.sColumnChap.fLeft {
	float: left;
}
.sColumnChap.fRight {
	float: right;
}

/*ボタン*/
.txtBtnUser {
	width: 193px;
	height: 22px;
	margin: 0 auto 15px auto;
	overflow: hidden;
}
.moreBtn {
	width: 78px;
	height: 22px;
	float: right;
}
.moreBtn a {
	display: block;
	width: 78px;
	height: 22px;
	line-height: 22px;
	font-size: 85%;
	text-align: center;
	background-color: #55aa00;
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	float: right;
}
.moreBtn a:hover {
	background-color: #99cc00;
}
.dtlMoreBtn {
	width: 85px;
	height: 22px;
	float: right;
}
.dtlMoreBtn a {
	display: block;
	width: 85px;
	height: 22px;
	line-height: 22px;
	font-size: 85%;
	text-align: center;
	background-color: #55aa00;
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	float: right;
}
.dtlMoreBtn a:hover {
	background-color: #99cc00;
}

.txtBtnSeminor {
	width: 193px;
	height: 22px;
	margin: 0 auto 15px auto;
	overflow: hidden;
}
.submitBtnGrn {
	width: 80px;
	height: 22px;
	float: left;
}
.submitBtnGrn a {
	display: block;
	width: 80px;
	height: 22px;
	line-height: 22px;
	font-size: 85%;
	text-align: center;
	background-color: #55aa00;
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	float: left;
}
.submitBtnGrn a:hover {
	background-color: #99cc00;
}


.submitBtnGry {
	width: 80px;
	height: 22px;
	float: right;
}
.submitBtnGry a {
	display: block;
	width: 80px;
	height: 22px;
	line-height: 22px;
	font-size: 85%;
	text-align: center;
	background-color: #666;
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	float: right;
}
.submitBtnGry a:hover {
	background-color: #999;
}

.txtBtnGallery {
	width: 262px;
	height: 22px;
	margin: 20px auto 0 auto;
	overflow: hidden;
}
.txtBtnGallery.noMg {
	width: 670px;
	height: 22px;
	margin: 0 auto 46px auto;
	overflow: hidden;
}
.txtBtnGallery.mgTop20 {
	width: 670px;
	height: 22px;
	margin: 20px auto 46px auto;
	overflow: hidden;
}
.galleryBtn {
	width: 98px;
	height: 22px;
	float: left;
}
.galleryBtn a {
	display: block;
	width: 98px;
	height: 22px;
	line-height: 22px;
	font-size: 85%;
	text-align: center;
	background-color: #55aa00;
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	float: left;
}
.galleryBtn.fRight {
	width: 98px;
	height: 22px;
	float: right;
}
.galleryBtn.fRight a {
	display: block;
	width: 98px;
	height: 22px;
	line-height: 22px;
	font-size: 85%;
	text-align: center;
	background-color: #55aa00;
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	float: right;
}
.galleryBtn a:hover,.galleryBtn.fRight a:hover {
	background-color: #99cc00;
}


.txtBtnUserList {
	width: 720px;
	height: 22px;
	margin: 0 auto 120px auto;
	overflow: hidden;
}
.userListBtn {
	width: 115px;
	height: 22px;
	float: left;
}
.userListBtn a {
	display: block;
	width: 115px;
	height: 22px;
	line-height: 22px;
	font-size: 85%;
	text-align: center;
	background-color: #55aa00;
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	float: left;
}

/*各会場会議室予約ボタン*/
.reservBtn {
	width: 218px;
  height: auto;
	margin: 20px auto 30px auto;
}







/*お問い合わせ*/
/* 20200403 コロナ対応
div#cntct {
	width: 219px;
	height: 197px;
	background: url(../img/subArea/cntctbk.jpg) no-repeat 0 0;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}
p.cntctUs {
	position: absolute;
	margin-top: 150px;
	left: 12px;
}
*/
/**---------------**/
div#cntct {
	width: 219px;
	height: 161px;
	background: url(../img/subArea/cntctbk.jpg) no-repeat 0 0;
	background-size: contain;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}
p.cntctUs {
	position: absolute;
	margin-top: 115px;
	left: 12px;
}
p.cntctUs img {
	width: 195px;
	height: auto;
}
/**---------------**/

div#bn_ori {
	width: 216px;
	margin-bottom: 20px;
}

/*　News/Infomation（角枠で2pxのグレー）　*/
.sColumnNews {
	width: 216px;
	border: 2px solid #cccccc;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 12px;
	overflow: hidden;
}


/*インフォメーション*/
dl#sCcCntrSqnews {
	padding: 0 12px 0 12px;
	text-align: left;
	margin: 0 0 25px 0;
}

p#infoTtl {
	width: 193px;
	margin:  0 0 12px 10px;
}

dl#sCcCntrSqnews dt {
	font-size: 12px;
	color: #666666;
	margin: 0 0 5px 0;
}

dl#sCcCntrSqnews dd {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.5;
}

dl#sCcCntrSqnews dd a{
	color: #003366;
	font-weight: bold;
	line-height: 1.5;
}
dl#sCcCntrSqnews dd a:hover {
	color: #88BBFF;
}

p.newsCap {
	margin: 5px 0 0 0;
	font-size: 11px;
	line-height: 1.3;
}

p.sCcCntrSqmore {
	text-align: right;
	padding: 10px;
}


/*セミナー、交流会*/
.sColumnSeminorChap {
	width: 193px;
	margin: 0 auto 10px auto;
	font-size: 116%;
	color: #006699;
	line-height: 1.2;
	letter-spacing: -0.05em;
}

p.scCntrTtl {
	width: 202px;
	margin: 0 0 0 10px;
	text-align: left;
}

p.scCntrNote {
	width: 202px;
	font-size: 11px;
	line-height: 1.5;
	margin: 0 0 0 12px;
	text-align: left;
}

ul#event {
	width: 202px;
	overflow: hidden;
	margin: 10px 0 0 12px;
}

li.eventMemb {
	width: 202px;
	overflow: hidden;
	margin: 0;
	text-align: left;
}

p.eveTtl {
	width: 186px;
	font-size: 108%;
	padding: 4px 0 3px 0;
	color: #006699;
	letter-spacing: 0.1em;
	margin: 0 0 9px 0;
	text-align: left;
}

p.eveTtl_Glay {
	width: 186px;
	font-size: 108%;
	color: #444444;
	letter-spacing: 0.05em;
	margin: 0 0 9px 0;
	text-align: left;
}
.seminorDate {
	width: 193px;
	font-size: 12px;;
	color: #666;
	line-height: 1.6;
	margin: 0 0 6px 0;
}
.seminorDate a {
	font-size: 110%;
	color: #003366;
	line-height: 1.5;
	font-weight: bold;
}
.seminorDate a:hover {
	color: #88BBFF;
}

p.MembDtTtl {
	font-size: 12px;
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 5px;
}

p.MembDtTtl a{
	color: #003366;
}

p.Membstate {
	float: left;
	margin: 2px 0 25px 0;
}

p.MembNote {
	float: left;
	margin: 2px 0 25px 5px;
	width: 133px;
	font-size: 77%;
	line-height: 1.4;
}

div.btnBox {
	clear: both;
	width: 190px;
	overflow: hidden;
	margin: 0 0 12px 0;
	padding: 0;
}

p.MembtblBtn {
	float: left;
}

p.MembbkNUm {
	float: right;
	margin-left: 20px;
}


/*無料メールマガジン*/
.sColumnMmagChap {
	width: 138px;
	margin: 0 10px 5px auto;
	font-size: 116%;
	color: #006699;
	line-height: 1.2;
	text-align: left;
	float: right;
}

p.stamp {
	float: left;
	margin-left: 6px;
	margin-right: 8px;
}

p.sCcCntrSqAtn {
	text-align: left;
	font-size: 11px;
	line-height: 1.6;
	margin: 5px 8px 10px 8px;
}


/*　こんな方が利用しています　*/
.sColumnUser {
	width: 220px;
	overflow: hidden;
	background: url(../img/scCntrSoftBk.jpg) no-repeat 0 bottom;
	margin-bottom: 20px;
}


ul#user {
	width: 193px;
	margin: 0 auto 16px auto;
	padding: 0;
}

ul#user li {
	width: 193px;
	overflow: hidden;
	margin: 0 0 24px 0;
}

.userCap {
	width: 193px;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 85%;
	color: #666;
	margin: 0 0 5px 0;
}

.userFace {
	width: 55px;
	float: left;
	margin: 3px 7px 0 0;
}

.userNote {
	width: 131px;
	float: left;
	font-size: 85%;

}
.userNote a {
	text-decoration: underline;
	line-height: 1.5;
}




/* a 追加
---------------------------------------------------*/
p.MembCmnt a {
	float: left;
	width: 117px;
	font-size: 10px;
	text-decoration: underline;
	color: #003366;
	line-height: 1.6;
	margin-top: 7px;
}

/*支援サービス*/
.txtBtnSupport {
	width: 193px;
	height: 22px;
	margin: 0 auto 9px auto;
	overflow: hidden;
}
.sColumnSupportChap {
	width: 108px;
	height: 22px;
	line-height: 22px;
	margin: 0 auto 17px auto;
	font-size: 116%;
	color: #006699;
	float: left;
}
.sColumnSpNote {
	width: 193px;
	font-size: 85%;
	line-height: 1.5;
	margin: 0 auto 10px auto;
}

#supportList {
	width: 193px;
	margin: 0 auto;
	overflow: hidden;
}

#supportList li {
	width: 193px;
	margin: 0 0 15px 0;
}
#supportList li p a {
	font-size: 85%;
	line-height: 1.5;
	text-decoration: underline;
}





/*　弊社運営のサービス一覧　*/
.sColumnServiceChap {
	width: 220px;
	margin: 0 auto 8px auto;
	font-size: 116%;
	color: #000;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
div.scCntrN {
	width: 215px;
	overflow: hidden;
	padding-left: 5px;
}

ul#service {
	width: 211px;
	margin: 0 auto 20px auto;
}

ul#service li {
	width: 211px;
	margin: 0 0 8px 0;
}
ul#service li img {
	width: 211px;
	margin: 0 0 2px 0;
}
p.sCap {
	font-size: 93%;
	text-decoration: none;
	width: 211px;
	line-height: 1.4;
	margin: 0;
}
p.sCap a {
	color: #039;
	text-decoration: none;
}
p.sCap a:hover {
	color: #88BBFF;
}
@media only screen and (max-width: 767px) {
	div.scCntrN {
		width: 100%;
	}
}
/*サービス一覧はこちらから
----------------------------------------------------------------------*/
div#thisHere {
	margin: 0 auto 50px 0;
}
#serviceListBtn {
	width: 720px;
	text-align: center;
	margin: 0 auto 100px 0;
}

@media only screen and (max-width: 767px) {
	#serviceListBtn {
		width: 100%;
		margin: 0 0 50px 0;
	}
	#serviceListBtn a img {
		width: 100%;
		height: auto;
	}
}

/*お問い合わせ
----------------------------------------------------------------------*/
/* 20200403 コロナ対応
div#cnTctBox {
	width: 720px;
	height: 181px;
	background: url(../img/cnTctBoxbk.jpg) no-repeat 0 0;
	margin: 0 0 50px 0;
	position: relative;
}

p#cnTctBoxcnTact {
	margin: 125px 0 0 15px;
	position: absolute;
}
*/
div#cnTctBox {
	width: 720px;
	height: 181px;
	background: url(../img/cnTctBoxbk.jpg) no-repeat 0 0;
	background-size: contain;
	margin: 0 0 50px 0;
	position: relative;
}
p#cnTctBoxcnTact {
	margin: 72px 0 0 15px;
	position: absolute;
}
p#cnTctBoxcnTact img {
	width: 337px;
	height: auto;
}

@media only screen and (max-width: 767px) {
	div#cnTctBox {
		width: 100%;
		height: 100px;
	}
	p#cnTctBoxcnTact {
		margin: 20px 0 0 5px;
	}
	p#cnTctBoxcnTact img {
		width: 50%;
	}
}

/*フリートライアル
----------------------------------------------------------------------*/
div#trial {
	width: 720px;
	margin: 0 0 50px 0;
}


/*　会場トップビュースライド
----------------------------------------------------------------------*/
#topViewSlide {
	width: 720px;
	height: 230px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#topViewSlide li {
	width: 720px;
	height: 230px;
}

@media only screen and (max-width: 767px) {
	#topViewSlide,
	#topViewSlide li {
		width: 100%;
		height: 130px;
	}
	#topViewSlide li img {
		width: 100%;
		height: auto;
	}
}

/*　会場TOP用各会場
----------------------------------------------------------------------*/
div.placeCntr {
	width: 720px;
	overflow: hidden;
}

div#mCnts div.placeCntr h3 {
	letter-spacing: 0.13em;
	line-height: 1.5;
	margin: 0;
	font-weight: bold;
}

div.placeCntr p.cCntrRead {
	margin: 0 0 19px 0;
	font-size: 93%;
	line-height: 1.8;
}

p.placeInfoRead {
	width: 720px;
	font-size: 93%;
	line-height: 1.8;
	margin: 0 0 18px 0;
}

div#placeExtrInfo {
	clear: both;
	width: 720px;
	overflow: hidden;
	margin: 0 auto;
}

div.extrCntr {
	width: 346px;
	float: left;
	border: 2px #ccc solid;
	margin: 0 20px 0 0;
	position: relative;
}

div.extrCntr.noMg {
	margin: 0;
}

div.extrInfo {
	width: 310px;
	float: left;
	margin: 18px 18px 14px 18px;
	position: relative;
}
p.extrTtl {
	width: 187px;
	height: 48px;
	margin: 0 14px 0 0;
	float: left;
}
p.extrTtl img {
	margin: 0;
}

.extrDtl {
	width: 310px;
	float: left;
	margin: 0 18px 18px 18px;
	position: relative;
	overflow: hidden;
}
.extrPrice {
	width: 308px;
	height: 24px;
	border: 1px solid #006699;
	margin: 0 0 4px 0;
}
.extrPrice p.roomType {
	width: 162px;
	height: 24px;
	background-color: #006699;
	float: left;
}
.extrPrice p.roomType a {
	display: block;
	width: 161px;
	height: 24px;
	font-size: 85%;
	font-weight: normal;
	color: #fff;
	line-height: 24px;
	padding: 0 0 0 6px;
   	/* text-decoration: none; */
	float: left;
}
.extrPrice p.roomType a:hover {
	color: #AADDFF;
}

.extrPrice p.roomType span {
	font-size: 90%;
}
.extrPrice p.roomPrice {
	/* width: 137px; */
	height: 24px;
	line-height: 24px;
	background-color: #fff;
	text-align: left;
	font-size: 130%;
	letter-spacing: -0.03em;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #ff6600;
	font-weight: bold;
	float: left;
}
.extrPrice p.roomPrice span.smlYen {
	font-size: 70%;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #ff6600;
	font-weight: bold;
	line-height: 24px;
	margin: 0 1px 0 1px;
}

.extrPrice p.roomPrice span.mPrice {
	font-size: 60%;
	color: #555;
	font-weight: normal;
	vertical-align: middle;
	margin: 0 3px 0 5px;
}
.extrPrice p.roomPrice span.mTax {
	font-size: 60%;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #555;
	font-weight: normal;
	vertical-align: middle;
	margin: 0 0 0 2px;
}
.extrPrice.mg18 {
	margin: 0 0 18px 0;
}
.extrBgImg {
	width: 200px;
	height: 149px;
	margin: 0 3px 0 0;
	float: left;
}
.extrThumImg {
	width: 107px;
	height: 73px;
	float: left;
	margin: 0 0 3px 0;
}

@media only screen and (max-width: 767px) {
	div.placeCntr,
	p.placeInfoRead,
	div#placeExtrInfo {
		width: 100%;
	}
	p.extrTtl {
		width: 100%;
		float: none;
	}
	div.extrCntr {
		max-width: 346px;
		width: 100%;
		margin: 0 auto;
		float: none;
		padding: 10px 4%;
		box-sizing: border-box;
	}
	div.extrInfo {
		width: 100%;
		float: none;
		margin: 0 0 14px 0;
	}
	.extrDtl {
		width: 100%;
		float: none;
		text-align: center;
		margin: 0;
	}
	p.extrTtl {
		width: 100%;
		float: none;
	}
	.extrPrice {
		width: 100%;
	}
	.extrPrice p.roomType {
		width: 58%;
	}
	.extrPrice p.roomType a {
		width: 100%;
		font-size: 10px;
	}
	.extrPrice p.roomPrice {
		background-color: transparent;
		font-size: 12px;
		width: 42%;
		overflow: hidden;
	}
	.extrPrice p.roomPrice span.mPrice {
		font-size: 10px;
	}
	.extrBgImg {
		max-width: 200px;
		width: 65%;
		height: auto;
		margin: 0 2% 0 0;
	}
	.extrThumImg {
		max-width: 107px;
		width: 33%;
		height: auto;
		margin: 0 0 2% 0;
	}
	.extrBgImg img,
	.extrThumImg img {
		width: 100%;
		height: auto;
	}
}

/*-----------------------------------------------------*/
/* 2015/03/02 改変 渋谷ページ用*/
/*-----------------------------------------------------*/
div.placeCntrRev {
	width: 720px;
	overflow: hidden;
}

div#mCnts div.placeCntrRev h3 {
	letter-spacing: 0.13em;
	line-height: 1.5;
	margin: 0;
	font-weight: bold;
}

#venueList {
	width: 720px;
	overflow: hidden;
}

#venueList li {
	width: 228px;
	float: left;
	margin: 0 18px 0 0;
}

#venueList li.last {
	margin: 0;
}

.extrCntrRev {
	width: 224px;
	border: 2px #ccc solid;
	margin: 0;
	overflow: hidden;
}

.extrInfoRev {
	width: 192px;
	margin: 18px 16px 14px 16px;
}

.extrTtlRev {
	width: 187px;
	height: 48px;
	margin: 0;
	padding: 0;
}

.extrTtlRev img {
	margin: 0;
}

.extrDtlRev {
	width: 190px;
	float: left;
	margin: 0 17px 18px 17px;
	overflow: hidden;
}

.extrPriceRev {
	width: 188px;
/*	height: 24px;
*/	border: 1px solid #006699;
	margin: 0 0 4px 0;
}

.extrPriceRev p.roomType {
	width: 188px;
/*	height: 24px;
*/	background-color: #006699;
	padding: 8px 0;
/*	float: left;
*/
}

.extrPriceRev p.roomType a {
	display: block;
	width: 184px;
/*	height: 24px;
*/	font-size: 85%;
	font-weight: normal;
	color: #fff;
/*	line-height: 24px;
*/	padding: 0 0 0 6px;
   	/* text-decoration: none; */
/*	float: left;
*/
}

.extrPriceRev p.roomType a:hover {
	color: #AADDFF;
}

.extrPriceRev p.roomType span {
	font-size: 90%;
}
.extrPriceRev p.roomPrice {
	/* width: 137px; */
/*	height: 24px;
	line-height: 24px;
*/	background-color: #fff;
	text-align: left;
	font-size: 130%;
	letter-spacing: -0.03em;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #ff6600;
	font-weight: bold;
	padding: 1px 0;
/*	float: left;
*/}

.extrPriceRev p.roomPrice span.smlYen {
	font-size: 70%;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #ff6600;
	font-weight: bold;
	line-height: 24px;
	margin: 0 1px 0 1px;
}

.extrPriceRev p.roomPrice span.mPrice {
	font-size: 60%;
	color: #555;
	font-weight: normal;
	vertical-align: middle;
	margin: 0 3px 0 5px;
}

.extrPriceRev p.roomPrice span.mTax {
	font-size: 60%;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #555;
	font-weight: normal;
	vertical-align: middle;
	margin: 0 0 0 2px;
}

.extrPriceRev.mg18 {
	margin: 0 0 18px 0;
}

.extrBgImgRev {
	width: 190px;
	height: 142px;
	margin: 0 0 2px 0;
	float: left;
}

.extrThumImgRev {
	width: 94px;
	height: 64px;
	float: left;
	margin: 0;
}

.imgR {
	float: right;
}

/*　改変ここまで */


/*　プラン詳細を見るボタン　*/
.dtlBtn {
	position: absolute;
	bottom: 0;
	right: 0;
}

/*
.dtlBtn p {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 85%;
	padding: 5px 6px;
	background-color: #55aa00;
}
.dtlBtn p span {
	display: block;
}
.dtlBtn p span a {
	text-align: center;
	color: #fff;
	text-decoration: none;
}
*/
.planDtlBtn {
	width: 111px;
	height: 22px;
	background-color: #55aa00;
}
.planDtlBtn a {
	display: block;
	width: 111px;
	height: 22px;
	line-height: 22px;
	font-size: 85%;
	text-align: center;
	background-color: #55aa00;
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
}
.planDtlBtn a:hover {
	background-color: #99cc00;
}


/*　各会場：トップ下各会場紹介エリア
----------------------------------------------- */
#scndCntsWrap {
	width: 720px;
	overflow: hidden;
	margin: 0 0 60px 0;
}

#mCnts #scndCntsWrap h3 {
	width: 720px;
	font-size: 189%;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #006699;
	margin: 0 0 10px 0;
	padding: 0;
}

p.sTtlCntrsTtl {
	margin: 0;
	width: 186px;
}

p.sTtlCntrRead {
	font-size: 100%;
	line-height: 1.8;
	text-align:left ;
	width: 504px;
	float: right;
	margin: 0;
}

div.leftArea {
	width: 186px;
	overflow: hidden;
	margin: 20px 25px 0 0;
	padding: 0;
	float: left;
	vertical-align: top;
}

div.rightArea {
	width: 504px;
	overflow: hidden;
	margin: 20px 0 0 0;
	padding: 0;
	float: left;
}

.sTtlCntrAddress {
	width: 186px;
	font-size: 93%;
	line-height: 1.3;
	color: #333;
	margin: 5px 0 10px 0;
}

p.sTtlCntracesMap,
p.sTtlCntrggleMap {
	width: 186px;
	font-size: 85%;
	font-weight: bold;
	text-decoration: underline;
	color: #003366;
}

p.sTtlCntracesMap {
	margin: 0 0 5px 0;
}

p.sTtlCntracesMap a,
p.sTtlCntrggleMap a {

}

@media only screen and (max-width: 767px) {
	#scndCntsWrap,
	#mCnts #scndCntsWrap h3,
	div.rightArea,
	p.sTtlCntrRead {
		width: 100%;
	}

	div.leftArea {
		float: none;
		margin: 0 auto;
	}
}


/*　各会場：ビジネスの成功を支えるサービス
----------------------------------------------- */
#thirdCntsWrap, #thirdCntsWrap2 {
	width: 720px;
	margin: 0 0 20px 0;
}
#mCnts #thirdCntsWrap h3 {
	width: 720px;
	font-size: 189%;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #006699;
	margin: 0 0 10px 0;
	padding: 0;
}

p.cCntrRead {
	width: 720px;
	font-size: 93%;
	line-height: 1.8;
	margin: 0 0 17px 0;
}

ul#info {
	width: 720px;
	overflow: hidden;
}

ul#info li {
	display: inline-block;
	*display:inline;	/* ie7対策*/
	*zoom:1;		/* ie7対策*/
	vertical-align: top;
}

ul#info li.infoLrg {
	width: 347px;
	display: inline-block;
	margin: 0 26px 26px 0;
}

ul#info li.infoLrg.noMg {
	margin: 0 0 26px 0;
}

ul#info li p.Lrgimg {
	width: 347px;
	margin: 0 0 3px 0;
}
ul#info li p.Lrgimg img {
  width: 100%;
  height: auto;
}

div#mCnts ul#info li h4.LrgCap {
	width: 347px;
	height: 24px;
	background-color: #006699;
	font-size: 115%;
	line-height: 26px;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
	margin: 0 0 7px 0;
}

ul#info li p.LrgNote {
	width: 347px;
	font-size: 93%;
	line-height: 1.6;
	margin: 0 0 5px 0;
}

ul#info li p.dtlLink {
	text-align: right;
	font-size: 85%;
	font-weight: bold;
}

ul#info li.infoSml {
	width: 223px;
	margin: 0 25px 26px 0;
}

ul#info li.infoSml.noMg {
	margin: 0 0 26px 0;
}

ul#info li p.Smlimg {
	width: 223px;
	margin: 0 0 3px 0;
}
ul#info li p.Smlimg img {
  width: 100%;
  height: auto;
}
div#mCnts ul#info li h4.SmlCap {
	width: 223px;
	height: 24px;
	background-color: #006699;
	font-size: 93%;
	font-weight: bold;
	line-height: 24px;
	color: #FFF;
	letter-spacing: 0.07em;
	text-align: center;
	margin: 0 0 7px 0;
}

div#mCnts ul#info li h4 a {
	font-weight:normal;
	color: #FFF;
	text-decoration:underline;
	line-height: 25px;
}
div#mCnts ul#info li h4.SmlCap a {
	font-weight:bold;
	color: #FFF;
	text-decoration:underline;
	line-height: 25px;
}

div#mCnts ul#info li h4 a:hover {
	color: #AADDFF;
}

ul#info li p.SmlNote {
	font-size: 100%;
	line-height: 1.6;
	margin: 0 0 5px 0;
}

ul#info li p.SmlNote .bigg {
	font-size: 135%; line-height:1.5em; color:#003366; vertical-align:-1.3em;
}


/*渋谷ページ用ここから*/
#thirdCntsWrap, #thirdCntsWrap2_sby {
	width: 720px;
	margin: 0 0 20px 0;
}

#infoSbyBox {
	width: 720px;
	margin: 0 auto;
}

ul#infoSby {
	width: 720px;
	overflow: hidden;
}

ul#infoSby li {
	display: inline-block;
	*display:inline;	/* ie7対策*/
	*zoom:1;		/* ie7対策*/
	vertical-align: top;
}

ul#infoSby li.infoLrg {
	width: 347px;
	display: inline-block;
	margin: 0 26px 26px 0;
}

ul#infoSby li.infoLrg.noMg {
	margin: 0 0 26px 0;
}

ul#infoSby li p.Lrgimg {
	width: 347px;
	margin: 0 0 3px 0;
}

div#mCnts ul#infoSby li h4.LrgCap {
	width: 347px;
	height: 24px;
	background-color: #006699;
	font-size: 115%;
	line-height: 26px;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
	margin: 0 0 7px 0;
}

ul#infoSby li p.LrgNote {
	width: 347px;
	font-size: 93%;
	line-height: 1.6;
	margin: 0 0 5px 0;
}

ul#infoSby li p.dtlLink {
	text-align: right;
	font-size: 85%;
	font-weight: bold;
}

ul#infoSby li.infoSml {
	width: 223px;
	margin: 0 25px 26px 0;
}

ul#infoSby li.infoSml.noMg {
	margin: 0 0 26px 0;
}

ul#infoSby li p.Smlimg {
	width: 223px;
	margin: 0 0 3px 0;
}
div#mCnts ul#infoSby li h4.SmlCap {
	width: 223px;
	height: 24px;
	background-color: #006699;
	font-size: 93%;
	font-weight: bold;
	line-height: 24px;
	color: #FFF;
	letter-spacing: 0.07em;
	text-align: center;
	margin: 0 0 7px 0;
}
div#mCnts ul#infoSby li h4 a {
	font-weight:normal;
	color: #FFF;
	text-decoration:underline;
	line-height: 25px;
}
div#mCnts ul#infoSby li h4 a:hover {
	color: #AADDFF;
}

ul#infoSby li p.SmlNote {
	font-size: 85%;
	line-height: 1.6;
	margin: 0 0 5px 0;
}

ul#infoSby li p.SmlNote .bigg {
	font-size: 135%; line-height:1.5em; color:#003366; vertical-align:-1.3em;
}
/*渋谷ページ用ここまで*/

@media only screen and (max-width: 767px) {
	#thirdCntsWrap,
	#thirdCntsWrap2,
	#mCnts #thirdCntsWrap h3,
	p.cCntrRead,
	ul#info,
	ul#info li.infoLrg,
	ul#info li p.Lrgimg,
	div#mCnts ul#info li h4.LrgCap,
	ul#info li p.LrgNote,
	ul#info li.infoSml,
	ul#info li p.Smlimg,
	div#mCnts ul#info li h4.SmlCap,
	#thirdCntsWrap,
	#thirdCntsWrap2_sby {
		width: 100%;
	}
	ul#info li p.Smlimg img {
		width: 100%;
		height: auto;
	}
}



/*　各会場：レンタルオフィス紹介
----------------------------------------------------------------------*/
#rtOfficeWrap {
	width: 670px;
	margin: 0 auto 50px auto;
	padding: 0 23px;
	border: 2px solid #cccccc;
}

#mCnts #rtOfficeWrap h3 {
	width: 670px;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 0.15em;
	margin: 20px 0 0 0;
	padding: 0;
}
#mCnts #rtOfficeWrap h4.LrgCap {
	width: 325px;
	height: 24px;
	font-size: 115%;
	line-height: 26px;
	color: #006699;
	margin: 7px 0 4px 0;
}
#mCnts #rtOfficeWrap h4.LrgCap a {
	font-size: 115%;
	line-height: 20px;
	color: #006699 !important;
	margin: 7px 0 4px 0;
}
#mCnts #rtOfficeWrap p.LrgNote {
	width: 325px;
	font-size: 93%;
	line-height: 1.6;
	margin: 0;
}

#mCnts #rtOfficeWrap .rtOfficeLeft {
	width: 275px;
	float:left;
	margin: 20px 20px 20px 0;
}
#mCnts #rtOfficeWrap .rtOfficeRight {
	width: 375px;
	float:left;
	margin: 20px 0 20px 0;
}

#mCnts #rtOfficeWrap .rtOfficeLeft2 {
	width: 325px;
	float:left;
	margin: 0 20px 20px 0;
}
#mCnts #rtOfficeWrap .rtOfficeRight2 {
	width: 325px;
	float:left;
	margin: 0 0 20px 0;
}
#mCnts #rtOfficeWrap .rtOfficetitle {
	text-align:center;
	font-size:230%;
	color:#55AA00;
	margin:20px 0 20px 0;
}


@media only screen and (max-width: 767px) {
	#rtOfficeWrap {
		width: 100%;
		box-sizing: border-box;
		padding: 0 10px;
	}
	#mCnts #rtOfficeWrap h3 {
		width: 100%;
		height: auto;
		padding: 5px;
	}
	#mCnts #rtOfficeWrap h4.LrgCap,
	#mCnts #rtOfficeWrap p.LrgNote,
	#mCnts #rtOfficeWrap .rtOfficeLeft2,
	#mCnts #rtOfficeWrap .rtOfficeRight2 {
		width: 100%;
	}
}

/*　各会場：バーチャルオフィス　20150422工藤
----------------------------------------------------------------------*/

#mCnts #vtScndCntsWrap h4.LrgCap {
	width: 325px;
	height: 24px;
	font-size: 115%;
	line-height: 26px;
	color: #006699;
	margin: 7px 0 4px 0;
}
#mCnts #vtScndCntsWrap h4.LrgCap a {
	color: #006699;
	text-decoration:underline;
}
#mCnts #vtScndCntsWrap h4.LrgCap a:hover {
	color: #88BBFF;
}
#mCnts #vtScndCntsWrap p.LrgNote {
	width: 325px;
	font-size: 93%;
	line-height: 1.6;
	margin: 0;
}

#mCnts #vtScndCntsWrap .rtOfficeLeft {
	width: 275px;
	float:left;
	margin: 20px 20px 20px 0;
}
#mCnts #vtScndCntsWrap .rtOfficeRight {
	width: 375px;
	float:left;
	margin: 20px 0 20px 0;
}

#mCnts #vtScndCntsWrap .rtOfficeLeft2 {
	width: 325px;
	float:left;
	margin: 0 20px 20px 0;
}
#mCnts #vtScndCntsWrap .rtOfficeRight2 {
	width: 325px;
	float:left;
	margin: 0 0 20px 0;
}
#mCnts #vtScndCntsWrap .rtOfficetitle {
	text-align:center;
	font-size:230%;
	color:#55AA00;
	margin:20px 0 20px 0;
}





#vertualSlide {
	width: 670px;
	height: 214px;
	margin: 0 auto 10px auto;
	overflow: hidden;
}
#vertualSlide li {
	width: 670px;
	height: 214px;
}
#vertualSlidePager {
	width: 670px;
	height: 52px;
	margin: 10px auto 30px auto;
}
#vertualSlidePager li {
	width: 129px;
	height: 52px;
	margin: 0 6px 0 0;
	float: left;
}
#vertualSlidePager li#pager01 a,
#vertualSlidePager li#pager02 a,
#vertualSlidePager li#pager03 a,
#vertualSlidePager li#pager04 a,
#vertualSlidePager li#pager05 a {
	display: block;
	width: 129px;
	height: 52px;
}

#vertualSlidePager li#pager01 a {
	background: url(../ikebukuro/img/vertualSlideThum_01.jpg) no-repeat 0 -52px;
}
#vertualSlidePager li#pager02 a {
	background: url(../ikebukuro/img/vertualSlideThum_02.jpg) no-repeat 0 -52px;
}
#vertualSlidePager li#pager03 a {
	background: url(../ikebukuro/img/vertualSlideThum_03.jpg) no-repeat 0 -52px;
}
#vertualSlidePager li#pager04 a {
	background: url(../ikebukuro/img/vertualSlideThum_04.jpg) no-repeat 0 -52px;
}
#vertualSlidePager li#pager05 a {
	background: url(../ikebukuro/img/vertualSlideThum_05.jpg) no-repeat 0 -52px;
}

#vertualSlidePager li.noMg {
	margin: 0;
}
#vertualSlidePager li#pager01 a.active,
#vertualSlidePager li#pager02 a.active,
#vertualSlidePager li#pager03 a.active,
#vertualSlidePager li#pager04 a.active,
#vertualSlidePager li#pager05 a.active {
	background-position: 0 0;
}
#vertualSlidePager li#pager01 a:hover,
#vertualSlidePager li#pager02 a:hover,
#vertualSlidePager li#pager03 a:hover,
#vertualSlidePager li#pager04 a:hover,
#vertualSlidePager li#pager05 a:hover {
	background-position: 0 0;
}




/*　レンタルオフィス紹介　*/
div.rtOffice {
	width: 670px;
	margin: 0 0 35px 0;
	overflow: hidden;
	position: relative;
}
#mCnts .rtOffice h3 {
	width: 670px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	font-size: 125%;
	background-color: #006699;
	margin: 0 0 15px 0;
}
#mCnts .rtOffice h3 a {
	color: #fff;
	text-decoration:underline;
	line-height: 32px;
}
#mCnts .rtOffice h3 a:hover {
	color: #AADDFF;
	text-decoration:underline;
}
.vertualMap {
	width: 670px;
	margin: 0 auto;
	text-align: center;
}
.rtOfficeNote {
	width: 383px;
	margin: 0;
	float: right;
	font-size: 93%;
	line-height: 1.8;
}
.rtOfficeNote span a {
	float: right;
}
.rtOfficeImg {
	width: 275;
	float: left;
	margin: 0 12px 0 0;
}
.rtOfficeImg2 {
	width: 325px;
	/* float: left; */
	margin: 0 12px 0 0;
}
.dtlLinkBox {
	width: 383px;
	/* float: right; */
	margin: 6px 0 12px 0;
	overflow: hidden;
}
.dtlLinkBox_2 {
	width: 383px;
	/* float: right; */
	margin: 6px 0 20px 200px;
	overflow: hidden;
}
.dtlLinkPrice {
	width: 227px;
	height: 26px;
	border: 2px solid #006699;
	padding: 0 6px;
	overflow: hidden;
}
.dtlLinkBox .price, .dtlLinkBox_2 .price {
	height: 26px;
	line-height: 26px;
	font-size: 135%;
	font-weight: bold;
	color: #f60;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	float: left;
}
.dtlLinkBox span.smlYen02, .dtlLinkBox_2 span.smlYen02 {
	font-size: 88%;
	margin: 0 3px 0 0;
}
.dtlLinkBox span.smlTax, .dtlLinkBox_2 span.smlTax {
	font-size: 55%;
	font-weight: normal;
	color: #444;
	margin: 0 3px 0 0;
	vertical-align: middle;
}

.dtlLinkBox .dtlLinkTxt a, .dtlLinkBox_2 .dtlLinkTxt a {
	font-size: 85%;
	font-weight: bold;
	height: 26px;
	line-height: 28px;
	float: right;
}

ul.rtOfficeThum {
	width: 380px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
}

ul.rtOfficeThum li {
	float: left;
	width: 120px;
	height: 88px;
	margin: 0 10px 0 0;
}
ul.rtOfficeThum li.noMg {
	margin: 0;
}

ul.rtOfficeThum2 {
	width: 670px;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
}
ul.rtOfficeThum2 li {
	float: left;
	width: 125px;
	height: 120px;
	margin: 0 10px 0 0;
}
ul.rtOfficeThum2 li.noMg {
	margin: 0;
}
ul.rtOfficeThum2 img {
	margin: 0 0 5px 0;
}
ul.rtOfficeThum2 p {
	font-size:80%;
	margin: 0;
}

@media only screen and (max-width: 767px) {
	div.rtOffice,
	.rtOfficeImg2,
	.rtOfficeImg2 img,
	.dtlLinkBox,
	ul.rtOfficeThum2 {
		width: 100%;
		height: auto;
	}
	ul.rtOfficeThum2 li {
		margin: 0 0 0 0;
		width: 50%;
	}
}


/*　バーチャルオフィス：各会場～にオフィスを構える利点
-------------------------------------------------------*/
h4.meritChap {
	width: 720px;
	height: 60px;
	margin: 0 0 35px 0;
}
.meritDtl {
	width: 720px;
	overflow: hidden;
	margin: 0 0 39px 0;
}
.meritDtlChap {
	width: 480px;
	float: right;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
	font-size: 182%;
	font-weight: nomal;
	line-height: 1.3;
	letter-spacing: 2px;
	color: #006699;
}
.meritDtlNote {
	width: 480px;
	float: right;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 93%;
	line-height: 1.7;
}
.meritDtlImg {
	width: 223px;
	height: 220px;
	float: left;
	margin: 0 17px 0 0;
}

div.sTtlCntr {
	width: 720px;
	overflow: hidden;
	margin: 35px 0 45px 0;
}

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

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

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


/*　バーチャルからレンタルオフィスへの移行もスムーズ　*/
div#vrFlow {
	width: 720px;
	overflow: hidden;
	margin: 0 0 57px 0;
	padding: 0;
}
.vrFlowChap {
	width: 720px;
	text-align: left;
	font-size: 182%;
	font-weight: nomal;
	line-height: 1.4;
	letter-spacing: 2px;
	color: #006699;
	margin: 0 0 10px 0;
}

.vrFlowNote {
	width: 703px;
	font-size: 93%;
	line-height: 1.7;
	margin: 0 0 20px 0;
}

ul#vrFlowType {
	width: 710px;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}

ul#vrFlowType li {
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}


ul#vrFlowType li.vrFlowTypeLeft {
	margin: 0 20px 0 0;
}

.vrFlowTypeChap, .vrFlowTypeChap a {
	font-size: 100%;
	background-color: #006699;
	width: 345px;
	height: 28px;
	color: #fff;
	line-height: 28px;
	text-align: center;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}
.vrFlowTypeChap a:hover {
	color: #AADDFF;
}

div.vrFlowTypeDtl {
	width: 345px;
	margin: 0;
	overflow: hidden;
	background-color: #eee;
}

div.vrFlowTypeDtl img {
	width: 114px;
	height: 114px;
	float: left;
	margin: 0;
	padding: 0;
	border-right: 5px solid #fff;
}

ul#vrFlowType li ul.vrFlowTypeList {
	width: 210px;
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
	overflow: hidden;
}

ul#vrFlowType li ul.vrFlowTypeList li {
	font-size: 85%;
	line-height: 1.4;
	margin: 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

ul.vrFlowTypeList li span {
	color: #cc0066;
}

div#clickImg {
	width: 720px;
	margin: 0 0 67px 0;
	overflow: hidden;
}

div#clickImg img {
	float: left;
	margin: 0 6px 0 0;
	padding: 0;
}

ul#sImg {
	width: 356px;
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0;
}

li.fLeft {
	width: 83px;
	height: 60px;
	float: left;
	margin: 0 6px 6px 0;
	padding: 0;
}

li.fRight {
	width: 83px;
	height: 60;
	float: left;
	margin: 0 0 6px 0;
	padding: 0;
}


@media only screen and (max-width: 767px) {
	div#vrFlow,
	.vrFlowNote {
		width: auto;
		height: auto;
	}
	.vrFlowChap {
		float: none;
		width: 100%;
	}
	ul#vrFlowType li {
		float: none;
	}
	ul#vrFlowType li.vrFlowTypeLeft {
		margin: 0 0 20px 0;
	}
}



/*　room/staff/support/user/用各会場
----------------------------------------------------------------------*/
#placeList {
	width: 720px;
	overflow: hidden;
	margin: 0;
	clear: both;
}

#placeList li {
	float: left;
	width: 213px;
	border: 2px solid #ccc;
	margin: 0 17px 0 0;
	text-align: center;
	padding-bottom: 10px;
}
#placeList li h4 {
	width: 187px;
	height: 48px;
	margin: 13px auto 7px auto;
	padding: 0;
	line-height: 1;
	font-size: 0;
	vertical-align: bottom;
}
.exteriorImg {
	width: 186px;
	margin: 0 auto 2px auto;
}

.ofTypeBtn {
	width: 186px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 85%;
	font-weight: bolder;
	background-color: #006699;
	color: #fff;
	margin: 0 auto 2px auto;
}
.ofTypeBtn a {
	display: block;
	width: 186px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-weight: normal;
	background-color: #006699;
	color: #fff;
	margin: 0 auto 2px auto;
	text-decoration: underline;
}.ofTypeBtn a:hover {
	color: #AADDFF;
}

.co_yakuin {
	width: auto!important;
}
.co_yakuin th {
	width: 160px!important;
	text-align: left;
	font-weight: normal;
	line-height: 1.5em;
}
.co_yakuin td {
	width: auto!important;
	text-align: left;
}


@media only screen and (max-width: 767px) {
	#placeList {
		width: 100%;
	}
	#placeList li {
		float: none;
		margin: 0 auto 20px auto;
	}
	h4.meritChap,
	.meritDtl,
	div#clickImg {
		width: 100%;
	}
	.meritDtlImg {
		float: none;
		width: 100%;
		margin: 0 auto 15px auto;
	}
	.meritDtlChap,
	.meritDtlNote,
	div#linkMapBox {
		float: none;
		width: 100%;
	}
}

/* プライバシーポリシー */

.privacy p {
    line-height: 1.5em;
}
.privacyTtl {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-top: 30px;
    border-bottom: 3px solid #666;
    padding-bottom: 14px;
    margin-bottom: 30px;
}


.ppRight {
    text-align: right;
    margin-bottom: 30px;
}

.ppList {
    list-style: none;
    padding:0;
    text-indent: -1.4em;
    padding-left: 1.4em;
    margin-top: 30px;
}
.ppList li {
    margin-bottom: 10px;
}

.ppTtl {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 50px!important;
}
.ppBox p {
    margin-top: 0;
}

.ppMado {
		position: relative;
    background: #eee;
    padding: 16px;
    margin-top: 10px;
}
.ppMado span.PMark {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
		margin: auto 0;
}

.ttlH3 {
    font-size: 16px!important;
    color: #333!important;
    font-weight: bold;
    margin-bottom: 10px!important;
}

.ttlH4 {
  font-size: 14px!important;
  font-weight: 700!important;
  margin-bottom: 10px!important;
}


@media only screen and (max-width: 767px) {
	.ppMado span.PMark {
		display: block;
		position: relative;
		top: 5px;
		bottom: -5px;
		right: -5px;
		margin: 0 0 0 auto;
	}
}


.tblStl {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.tblStl th,
.tblStl td {
  border: 1px solid #ccc;
  font-size: 13px;
  padding: 10px;
  line-height: 1.5em;
}
.tblstl th {
  min-width: 150px; 
}

.tblStlTop {
  background: #eee;
}
.tblStlTop th,
.tblStlTop td {
  text-align: center;
  font-weight: 700;
  padding: 16px 10px;
}


.tblUl li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 13px;
  line-height: 1.5em;
}


@media only screen and (max-width: 767px) {
  .tblstl th {
    min-width: 120px; 
  }  
}


.mtgTelecube {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}

.mtgTcbL {
  width: 168px;
  margin-right: 30px;
}
.mtgTelecube p {
  flex: 1;
  margin-top: 0;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .mtgTelecube {
    display: block;
  }
  .mtgTcbL {
    margin-bottom: 20px;
  }
}




