/* フロアガイド*/

@import "common.css";

@media screen {
	div#floor_fla{
		width:730px;
		height:412px;
		margin:0px 10px 10px 10px;
		padding:0px;
		clear:both;
	}
}

@media print {
	div#floor_fla{
		margin:0px;
		padding:0px;
		float:left;
		display:none;
	}
}

div#shoplist{
	width:730px;
	margin:20px 10px;
	padding:0px;
	clear:both;
}

div.shopleft{
	width:365px;
	margin:0px;
	padding:0px;
	float:left;
}

div.shopright{
	width:365px;
	margin:0px;
	padding:0px;
	float:left;
}

div#shoplist table{
	margin:0px;
	padding:0px;
	font-size:80%;
	width:100%;
}


div#shoplist table td{
	margin:0px;
	padding:8px;
	border-collapse:collapse;
	border-bottom:#9C9C9C 1px dashed;
	color:#999999;
}

div#shoplist table td.type{
	font-size:80%;
	color:#999999;
}

/*---------------------店舗nember Start*/

div#shoplist td.number{/*--番号　共通定義--*/
	margin:0px;
	padding:2px;
	border-bottom:#FFFFFF 1px dashed;
	text-align:center;
	font-size:10px;
	width:10px;
}

div#shoplist table#outdoor td.number{/*--アウトドア店舗--*/
	background-color:#FBE7AF;
	color:#F8AF13;
}

div#shoplist table#ml td.number{/*--メンズ・レディス店舗--*/
	background-color:#FBC7A3;
	color:#FE4A00;
}

div#shoplist table#ladys td.number{/*--レディス店舗--*/
	background-color:#F5A695;
	color:#ED1C24;
}

div#shoplist table#goods td.number{/*--カバン・雑貨・小物・その他店舗--*/
	background-color:#DFF0BE;
	color:#98D249;
}

div#shoplist table#food td.number{/*--フード店舗--*/
	background-color:#BDE6EF;
	text-align:center;
}

/*---------------------店舗nember End*/







div#shoplist table#outdoor th{/*--アウトドア　テーブル--*/
	background-color:#F8AF13;
}

div#shoplist table#outdoor td a{/*--アウトドア　テーブル--*/
	color:#F8AF13;
}

div#shoplist table#ml th{/*--メンズ・レディス店舗　テーブル--*/
	background-color:#FE4A00;
}

div#shoplist table#ml td a{/*--メンズ・レディス店舗　テーブル--*/
	color:#FE4A00;
}


div#shoplist table#mens th{/*--メンズ店舗　テーブル--*/
	background-color:#BC35A3;
}

div#shoplist table#mens td a{/*--メンズ店舗　テーブル--*/
	color:#BC35A3;
}

div#shoplist table#mens td.number{/*--メンズ店舗　テーブル--*/
	background-color:#EDB7D6;
	margin:0px;
	text-align:center;
	color:#BC35A3;
}

div#shoplist table#ladys th{/*--レディス店舗　テーブル--*/
	background-color:#ED1C24;
}

div#shoplist table#ladys td a{/*--レディス店舗　テーブル--*/
	color:#ED1C24;
}



div#shoplist table#goods th{/*--カバン・雑貨・小物・その他　テーブル--*/
	background-color:#98D249;
}

div#shoplist table#goods td a{/*--カバン・雑貨・小物・その他　テーブル--*/
	color:#98D249;
}



div#shoplist table#food th{/*--フード　テーブル--*/
	background-color:#5AC9E7;
}

div#shoplist table#food td a{/*--フード　テーブル--*/
	color:#5AC9E7;
}


/*-------------------------------------h3タイトル*/

div#shoplist h3{
	margin:0px;
	padding:5px;
	color:#FFFFFF;
	text-align:left;
	clear:both;
	height:80%;
}

div#shoplist h3#ctg_ladys{
	background-color:#ED1C24;
}

div#shoplist h3#ml{
	background-color:#FE4A00;
}

div#shoplist h3#outdoor{
	background-color:#F8AF13;
}

div#shoplist h3#mens{
	background-color:#BC35A3;
}

div#shoplist h3#food{
	background-color:#5AC9E7;
}

div#shoplist h3#goods{
	background-color:#98D249;
}

/*------------------------------------------td .name */
div#shoplist td.name{
	width:140px;
	margin:0px;
	padding:3px 10px 3px 3px;
}

/*--------------------------------------------td .type */
div#shoplist td.type{
	width:110px;
	padding:3px 10px 0px 3px;
}

/*-------------------------------------------td .update */
div#shoplist td.update{
	width:50px;
	padding:8px 15px 8px 0px;
	font-size:90%;
}




div#shoplist table#ladys td.update p{
	background:url(../floorguide/img/ladys_up_pict.gif) center right no-repeat;
}


div#shoplist table#ml td.update p{
	background:url(../floorguide/img/mensladys_up_pict.gif) center right no-repeat;
}

div#shoplist table#outdoor td.update p{
	background:url(../floorguide/img/outdoor_pict.gif) center right no-repeat;
}

div#shoplist table#mens td.update p{
	background:url(../floorguide/img/mens_pict.gif) center right no-repeat;
}

div#shoplist table#food td.update p{
	background:url(../floorguide/img/cafe_pict.gif) center right no-repeat;
}

div#shoplist table#goods td.update p{
	background:url(../floorguide/img/goods_pict.gif) center right no-repeat;
}



/*------------------------------------------TOPに戻る　*/
div.totop{
	margin:0px 0px 40px 0px;
	width:730px;
	text-align:right;
	clear:both;
}

@media print {
div.totop{
	display: none;
}
}



/*-------------------------------------------navi スタイル*/

div#navi{
	margin:0px 10px;
}

@media print {
div#navi{
	display: none;
}
}


div#navi ul{
	width:730px;
	margin:0px 10px 0px 10px;
}

div#navi ul li{
	list-style-type:none;
	float:left;
	width:120px;
	height:18px;
	margin:10px 0px 0px 0px ;
	text-align:center;
	font-size:110%;
}
	
div#navi ul li a{
	color:#FFFFFF;
}

div#navi ul li.ladys{
	background-color:#ED1C24;
	width:125px;
}

div#navi ul li.ml{
	background-color:#FE4A00;
}

div#navi ul li.outdoor{
	background-color:#F8AF13;
}

div#navi ul li.mens{
	background-color:#BC35A3;
}

div#navi ul li.food{
	background-color:#5AC9E7;
}

div#navi ul li.goods{
	background-color:#98D249;
	width:125px;
}


td.noSP {
	width: 140px!important;
}

.dairy {
	margin: 0 0 0 10px;
	color: #ff0000;
	text-decoration: underline;
}