@charset "utf-8";

/* ========================================
	「賢治・星めぐりの街」
	【案内図（マップ）／スポット紹介（別ウィンドウ）】
	2010-0831　高村
======================================== */

body#map-subwin {
	color:#333;
	font-size:80%;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", Verdana,"メイリオ", Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Osaka,sans-serif;
	background:#fff;
	/*height:100%;*/
}
/* colorboxウィンドウで、スクロールバーの影を消す */
html {
	overflow-y: auto;
}

/* IE6専用 */
* html body#map-subwin {
	font-family: "ＭＳ Ｐゴシック", sans-serif;
}
/* IE7用 */
*:first-child+html body#map-subwin {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/* modal.jsとの絡みで効かない場合があるので2通りで指定 */
body#map-subwin h1 {
	display:none;
}
h1#midashi-subwin-spot {
	display:none;
}

/* 情報ブロック */
#sec-map-spot {
	width:730px;
	margin:0 auto;
	padding:20px 0 0;
	text-align:left;
}
#wrap-photomap {
	width:100%;
	overflow:hidden;
}
#sec-map-spot h2{
	color:#555;
	font-size:120%;
	margin:0 0 20px;
	padding:6px 10px 4px;
	padding-right:160px; /* 右のロゴ分を空ける */
	line-height:1.5;
	letter-spacing:1px;
	border-bottom:1px solid #B2BCCA;
	background:transparent url(../map/images/back_subwin_title.png) repeat-y right center;
}
#sec-map-spot .spot-photo {
	width:410px;
	float:left;
}
#sec-map-spot .spot-photo img {
}
#sec-map-spot .spot-map {
	width:302px;
	float:right;
}
#sec-map-spot .spot-map img {
	border:1px solid #ccc;
}
.spot-bun {
	padding:16px 0 0;
}
.spot-bun p {
	color:#333;
	font-size:100%;
	margin:0 5px 10px;
	line-height:1.7;
}

/* 他ページへのリンク */
#sec-map-spot .link-page {
	width:728px;
	background:#f3f3f3;
	border:1px solid #ccc;
}
#sec-map-spot .link-page dl {
	margin:8px 10px;
}
#sec-map-spot .link-page dt {
	float:left;
	line-height:1.6;
}
#sec-map-spot .link-page dd {
	padding-left:7.5em;
	line-height:1.6;
}



