@charset "utf-8";

/* 地点一覧表示画面レイアウト */
div.spot_title {
	border-top: 1px solid #c1e2b6;
	border-bottom: 1px dotted #c1e2b6;
	margin-bottom: 5px;
	background-image: url(../img/bg/bg_list_spot.gif);
	background-repeat:repeat-x;
	overflow: hidden;
	padding: 5px 5px;
	min-height: 20px;
	position: relative;
}
div.spot_title span.st_index {
	margin: 0 2px 0 0;
	padding: 0px 2px;
}
div.spot_title div.st_editbox {
	position: absolute;
	top :5px;
	right: 5px;
}
span.spot_name {
	font-weight: bold;
	color: #014d1e;
	font-size: 110%;
}
span.spot_name a {
	color: #014d1e;
}
span.spot_name_note {
	margin: 0 0 0 5px;
	padding: 0px 2px;
}
div.spot_content {
	overflow: hidden;
	margin-bottom: 15px;
}
div.spot_content div.sc_img {
	float: left;
	width: 110px;
}
div.spot_content div.sc_note {
	float: left;
	width: 550px;
	padding:0 5px 5px 5px;
}
div.spot_content div.sc_open_hours {
	background: url("../img/fileicon/clock.png") no-repeat scroll 0 5px transparent;
	overflow: hidden;
	padding-top: 5px;
	padding-left:19px;
}
div.spot_content div.sc_info {
	overflow: hidden;
	padding-top: 5px;
}
div.spot_content div.sc_lang {
	overflow: hidden;
	padding: 5px 2px 2px 2px;
}
span.spot_category {
    background: url("../img/fileicon/folder-horizontal.png") no-repeat scroll left bottom transparent;
    padding: 5px 0 1px 18px;
	margin-right:5px;
	position: relative;
	white-space: nowrap;
}
span.spot_option {
    background: url("../img/fileicon/tick.png") no-repeat scroll left bottom transparent;
    padding: 5px 0 1px 18px;
	margin-right:5px;
	position: relative;
	white-space: nowrap;
}
div.spot_content_f {
	clear:both;
	padding:0 5px 5px 5px;
	border-top: 1px dotted #cccccc;
}
/* 詳細画面のレイアウト */
div.spot_dtl_header {
	margin-bottom: 5px;
	overflow: hidden;
	padding-left: 5px;
}
div.spot_dtl {
	clear:both;
	border-left: 5px solid #c1e2b6;
	padding:5px 0px 5px 10px;
	margin-top: 5px;
}
div.spot_dtl dl {
	background-color:transparent;
	border-color:#CCCCCC;
	border-style:dotted;
	border-width:0 0 1px 0;
	position:relative;
	overflow: hidden;
	padding-bottom: 1px;
}
div.spot_dtl dt {
	left:1px;
	position:absolute;
	top:1px;
	width:100px;
}
div.spot_dtl dd {
	background-color:transparent;
	border-left:0px solid #CCCCCC;
	margin-left:100px;
	min-height:1em;
	padding:1px;
	text-align: left;
}
div.spot_latest {
	clear: both;
	overflow: hidden;
	margin-top: 5px;
}
div.spot_latest_block {
	float: left;
	padding-right: 5px;
	width: 330px;
}
div.spot_latest_block div.title {
	border-bottom:5px solid #c1e2b6;
}
div.spot_latest_block div.item {
	border-bottom:1px dotted #cccccc;
	padding: 2px 0px;
	overflow: hidden;
	clear: both;
	min-height: 22px;
}
div.spot_latest_block div.item div.date {
	float: left;
	width: 60px;
	padding-top: 2px;
	font-size: 90%;
}
div.spot_latest_block div.item div.article {
	float: left;
	width: 270px;
}
div.spot_map {
	width: 250px; height: 250px
}
div.spot_map div.map {
	float: right;
}
div.spot_map div.content {
	float: left;
}

/* 地点メニュー */
div.l_spot_menu {
	overflow: hidden;
	height: 31px;
	background-image: url(../img/bg/bg_spot_menu_b.gif);
	background-repeat: repeat-x;
	margin: 0 0 5px 5px;
}

div.l_spot_menu div.lsm_l {
	float: left;
	width: 5px;
	height: 31px;
	background: url("../img/bg/bg_spot_menu_l.gif") no-repeat;
}

div.l_spot_menu div.lsm_menu {
	float: left;
	padding: 8px 5px 0 5px;
	height: 23px;
	background: url("../img/bg/bg_spot_menu.gif");
	background-repeat: repeat-x;
	overflow: hidden;
	color: #ffaa45;
}

div.l_spot_menu div.lsm_menu a.linkSpotOn:link {
	text-decoration: none;
	color: #ffaa45;
}

div.l_spot_menu div.lsm_menu a.linkSpotOn:visited {
	text-decoration: none;
	color: #ffaa45;
}

div.l_spot_menu div.lsm_menu a.linkSpotOn:active {
	text-decoration: none;
	color: #ffaa45;
}

div.l_spot_menu div.lsm_menu a.linkSpotOn:hover {
	color: #ffaa45;
}

div.l_spot_menu div.lsm_menu a.linkSpotOff:link {
	text-decoration: none;
	color: #333333;
}

div.l_spot_menu div.lsm_menu a.linkSpotOff:visited {
	text-decoration: none;
	color: #333333;
}

div.l_spot_menu div.lsm_menu a.linkSpotOff:active {
	text-decoration: none;
	color: #333333;
}

div.l_spot_menu div.lsm_menu a.linkSpotOff:hover {
	color: #ffaa45;
}

div.l_spot_menu div.lsm_menu div.lsm_item {
	float: left;
	padding: 0px 10px;
	border-left: 1px solid #CCCCCC;
}

div.l_spot_menu div.lsm_r {
	float: left;
	width: 5px;
	height: 31px;
	background: url("../img/bg/bg_spot_menu_r.gif") no-repeat;
}
/* --------------------------- */
/* 関連情報 */
/* --------------------------- */
#recommend{
    /* ↓必須 */
    display:none; /* 表示 */
    position:fixed; /* 配置方法 */
    right:6px; /* 配置位置(右) */
    bottom:6px; /* 配置位置(下) */
    /* ↑必須 */
    width:185px; /* 幅 */
    height:600px; /* 高さ */
    padding:5px; /* パディング */
    -moz-border-radius:10px; /* FF1-3 */
    -webkit-border-radius: 10px; /* Chrome1-3,Safari3-4 */
    /* border-radius:10px; 角の丸さ */
    line-height:1.1; /* 行間 */
    background: #f6dfea; /* Old browsers */
    background: -moz-linear-gradient(top, #f6dfea 0%, #f2d2e2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6dfea), color-stop(100%,#f2d2e2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f6dfea 0%,#f2d2e2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f6dfea 0%,#f2d2e2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f6dfea 0%,#f2d2e2 100%); /* IE10+ */
    background: linear-gradient(top, #f6dfea 0%,#f2d2e2 100%);/* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6dfea', endColorstr='#f2d2e2',GradientType=0 );/* IE6-9 */
    -webkit-box-shadow: 0px 0px 2px 0px #4A494A; /* Chrome1,Safari3 */
    box-shadow: 0px 0px 2px 0px #4A494A; /* ボックスの影 */
    border: 1px solid #b8b7b8; /* 線の書式 */
    overflow-y: auto;   /* スクロール表示(縦) */
    overflow-x: hidden;   /* スクロール表示(横) */
}
#recommend p{
    padding-top:4px; /* パディング(上) */
    padding-left:10px; /* パディング(左) */
    font-size:12px!important; /* 文字サイズ */
}
#recommend a{
    color:#3B283B; /* リンクの文字色 */
}