@charset "UTF-8";
@import url('/css/base.css');

/*
===========================================================================
| 			Googleマイマップ・セレクト用スタイルシート
===========================================================================
*/

/*----------------------------------------------------------------------
/			ページレイアウト
/----------------------------------------------------------------------*/

/*====================ヘッダ====================*/
#header{
	display: none;
}

/*====================タイトル枠====================*/

.TitleArea{
}

/*----- ぱんくずリスト -----*/
.breadcrumbs{
	display: none;
}
.TitleArea h1{
	margin: 0;
	background-color: #f7f3e8;
	padding: 2px 5px 2px 10px;
	font-size: 19px;
	line-height: 27px;
	font-weight: normal;
	color: #4d2200;
}
.TitleArea .titleDesc{
	margin: 0;
	background-color: #f7f3e8;
	padding: 0 5px 6px 10px;
	font-size: 11px;
	line-height: 13px;
}
.TitleArea .oneUpTo{
	position: absolute;
	top: 6px;
	left: 6px;
}
.TitleArea .oneUpTo img{
	width: 32px;
	height: auto;
}

/* 「ロケスマ・オリジナル」メッセージ */
.originalMark{
	font-weight:bold;
	color: red;
}

/*====================フォルダ枠====================*/
.dirname, .dirname a{
	font-weight: normal;
}

/*====================フッタ====================*/
#footer{
	display: none;
}

/*----------------------------------------------------------------------
/			各パーツのレイアウト／デザイン
/----------------------------------------------------------------------*/

/*====================各種ボタン====================*/

/*-----［ロケスマ］などのボタン（画像本来の高さ40px用）-----*/
.button40{
	vertical-align: -4px;
	margin-left: 5px;
	height: 20px;
}
