@charset "UTF-8";



/*★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
 
		各物件の間取図毎に配置するカメラマーカーの位置情報

★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆*/




/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
 
		ＰＣ用の設定 			 HTML5 & CSS3  P.214	

◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

@media only screen and (min-width:900px) {			
/*   HTML5 & CSS3  P.215→ only:古いブラウザでスタイルシートの適用を防ぐ */
/*   HTML5 & CSS3  P.215→ screen:PC,スマートフォンやタブレットと言ったモニタスクリーンに表示する環境に適用 */
/*   HTML5 & CSS3  P.215→ min-width:900px:ブラウザ画面の横幅が９００ピクセル以上の環境に適用 */




/*===============================================================

	本江町レ１０の貸倉庫Ａ部分
	
=================================================================*/


/*---------------------------
	１階フロアー前方から後方
----------------------------*/

#camera-hongou_re10_a_1f_floor a{
	top: 185px;					/*		*/
	left: 380px;			/*		*/
	
}


#camera-hongou_re10_a_1f_floor a:hover{
/*	border: 1px solid #2a1100;				/*		*/
	background: url(../../images/camera-orange.png) center center no-repeat; 	/*    rgba(42,17,0,0.3)		HTML5 & CSS3  P.182　背景色のＲＧＢ指定と半透明      */
																	/* プロパティ値：①→背景画像URL(-image) 
																	②背景画像の表示位置(-position)→横センター、縦センター　
																	③背景画像の並び(-repeat)→繰返しなし　④背景色(-color)	*/
}


/*---------------------------
	１階フロアー後方から前方
----------------------------*/

#camera-hongou_re10_a_1f_floor_2 a{
	top: 70px;					/*		*/
	left: 280px;			/*		*/
	
}


#camera-hongou_re10_a_1f_floor_2 a:hover{
/*	border: 1px solid #2a1100;		/*			*/
	background: url(../../images/camera-orange.png) center center no-repeat; 	/*   rgba(42,17,0,0.3)	 HTML5 & CSS3  P.182　背景色のＲＧＢ指定と半透明      */
																	/* プロパティ値：①→背景画像URL(-image) 
																	②背景画像の表示位置(-position)→横センター、縦センター　
																	③背景画像の並び(-repeat)→繰返しなし　④背景色(-color)	*/
}


/*---------------------------
	１階フロアー後方
----------------------------*/

#camera-hongou_re10_a_1f_floor_3 a{
	top: 95px;					/*		*/
	left: 245px;			/*		*/
	
}


#camera-hongou_re10_a_1f_floor_3 a:hover{
/*	border: 1px solid #2a1100;		/*			*/
	background: url(../../images/camera-orange.png) center center no-repeat; 	/*   rgba(42,17,0,0.3)	 HTML5 & CSS3  P.182　背景色のＲＧＢ指定と半透明      */
																	/* プロパティ値：①→背景画像URL(-image) 
																	②背景画像の表示位置(-position)→横センター、縦センター　
																	③背景画像の並び(-repeat)→繰返しなし　④背景色(-color)	*/
}


/*---------------------------
	中２階フロアー
----------------------------*/

#camera-hongou_re10_a_2f_middle_floor a{
	top: 542px;					/*		*/
	left: 337px;			/*		*/
	
}


#camera-hongou_re10_a_2f_middle_floor a:hover{
/*	border: 1px solid #2a1100;		/*			*/
	background: url(../../images/camera-orange.png) center center no-repeat; 	/*   rgba(42,17,0,0.3)	 HTML5 & CSS3  P.182　背景色のＲＧＢ指定と半透明      */
																	/* プロパティ値：①→背景画像URL(-image) 
																	②背景画像の表示位置(-position)→横センター、縦センター　
																	③背景画像の並び(-repeat)→繰返しなし　④背景色(-color)	*/
}


/*---------------------------
	２階フロアー前方から後方
----------------------------*/

#camera-hongou_re10_a_2f_floor a{
	top: 515px;					/*		*/
	left: 295px;			/*		*/
	
}


#camera-hongou_re10_a_2f_floor a:hover{
/*	border: 1px solid #2a1100;		/*			*/
	background: url(../../images/camera-orange.png) center center no-repeat; 	/*   rgba(42,17,0,0.3)	 HTML5 & CSS3  P.182　背景色のＲＧＢ指定と半透明      */
																	/* プロパティ値：①→背景画像URL(-image) 
																	②背景画像の表示位置(-position)→横センター、縦センター　
																	③背景画像の並び(-repeat)→繰返しなし　④背景色(-color)	*/
}


/*---------------------------
	２階フロアー後方
----------------------------*/

#camera-hongou_re10_a_2f_floor_2 a{
	top: 428px;					/*		*/
	left: 243px;			/*		*/
	
}


#camera-hongou_re10_a_2f_floor_2 a:hover{
/*	border: 1px solid #2a1100;		/*			*/
	background: url(../../images/camera-orange.png) center center no-repeat; 	/*   rgba(42,17,0,0.3)	 HTML5 & CSS3  P.182　背景色のＲＧＢ指定と半透明      */
																	/* プロパティ値：①→背景画像URL(-image) 
																	②背景画像の表示位置(-position)→横センター、縦センター　
																	③背景画像の並び(-repeat)→繰返しなし　④背景色(-color)	*/
}



/*===============================================================

	本江町レ１０の貸倉庫Ａ部分
	
=================================================================*/

/*---------------------------
	事務所９畳
----------------------------*/

#camera-hongou_re10_b_office9 a{
	top: 135px;					/*		*/
	left: 493px;			/*		*/
	
}


#camera-hongou_re10_b_office9 a:hover{
/*	border: 1px solid #2a1100;				/*		*/
	background: url(../../images/camera-orange.png) center center no-repeat; 	/*    rgba(42,17,0,0.3)		HTML5 & CSS3  P.182　背景色のＲＧＢ指定と半透明      */
																	/* プロパティ値：①→背景画像URL(-image) 
																	②背景画像の表示位置(-position)→横センター、縦センター　
																	③背景画像の並び(-repeat)→繰返しなし　④背景色(-color)	*/
}


/*---------------------------
	フロアー前方
----------------------------*/

#camera-hongou_re10_b_floor_front a{
	top: 132px;					/*		*/
	left: 387px;			/*		*/
	
}


#camera-hongou_re10_b_floor_front a:hover{
/*	border: 1px solid #2a1100;		/*			*/
	background: url(../../images/camera-orange.png) center center no-repeat; 	/*   rgba(42,17,0,0.3)	 HTML5 & CSS3  P.182　背景色のＲＧＢ指定と半透明      */
																	/* プロパティ値：①→背景画像URL(-image) 
																	②背景画像の表示位置(-position)→横センター、縦センター　
																	③背景画像の並び(-repeat)→繰返しなし　④背景色(-color)	*/
}


/*---------------------------
	フロアー後方
----------------------------*/

#camera-hongou_re10_b_floor_back a{
	top: 95px;					/*		*/
	left: 380px;			/*		*/
	
}


#camera-hongou_re10_b_floor_back a:hover{
/*	border: 1px solid #2a1100;					/*		*/
	background: url(../../images/camera-orange.png) center center no-repeat; 	/*    rgba(42,17,0,0.3)		HTML5 & CSS3  P.182　背景色のＲＧＢ指定と半透明      */
																	/* プロパティ値：①→背景画像URL(-image) 
																	②背景画像の表示位置(-position)→横センター、縦センター　
																	③背景画像の並び(-repeat)→繰返しなし　④背景色(-color)	*/
}




/*---------------------------
	２階フロアー
----------------------------*/

#camera-hongou_re10_b_floor_2f a {
	top: 415px;
	left: 380px;
}	


#camera-hongou_re10_b_floor_2f a:hover{
/*	border: 1px solid #2a1100;		/*			*/
	background: url(../../images/camera-orange.png) center center no-repeat;	/*   rgba(42,17,0,0.3)		HTML5 & CSS3  P.182　背景色のＲＧＢ指定と半透明      */
																	/* プロパティ値：①→背景画像URL(-image) 
																	②背景画像の表示位置(-position)→横センター、縦センター　
																	③背景画像の並び(-repeat)→繰返しなし　④背景色(-color)	*/
}






}	/*◆◆◆◆◆◆◆　ＰＣ用の設定終了	◆◆◆◆◆◆◆◆◆◆*/




