@charset "utf-8";



#output #contents{
	max-width: 700px;
}
#output #map_canvas img{
	max-width:none !important;
}

#output #catetop_in {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

html#map {
	overflow-y: hidden !important;  /* 横スクロールバー対策 */
}



#output #contents #catetop_in  .point_list{
	width: 95%;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	font-size: 13px;
	background-color: #FFF;
	background-repeat: no-repeat;
	padding: 0px;
	float: none;
}
#output #contents #catetop_in .point_list li{
	background-image: url(https://www.bali-kankou.com/contents/diving/img/common/ic_circle_02.png);
	list-style-type: circle;
	background-position: 5px 4px;
	line-height: 24px;
	clear: both;
	float: left;
}
#output #contents #catetop_in  .point_list2{
	width: 95%;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	font-size: 13px;
	background-color: #FFF;
	background-repeat: no-repeat;
	clear: both;
}
#output #contents #catetop_in .point_list2 li{
	background-image: url(https://www.bali-kankou.com/contents/diving/img/common/ic_circle_02.png);
	list-style-type: none;
	background-position: -3px 4px;
	line-height: 24px;
	padding-left: 15px;
}

#output #contents #map-in {
	margin-top: 10px;
	margin-bottom: 20px;

}

#output #contents #map_canvas {
	/* width: 410px; */
	width: 60%;
	height: 430px;
	float: left;
	line-height: 22px;
	margin-right: 1%;
	margin-left: 1%;
}

#output #contents #map_canvas img {
	padding-bottom: 0.5em;
}

#output #contents #side_bar {
	width: 34%;
	float: left;
	background-color: #FFF;
	overflow: scroll;
	font-size: 12px;
	height: 420px;
	padding: 1%;
}

#output #contents #mapContainer h2 {
	margin-left: 5px;
	border-left:0;
	margin-bottom:0;
	padding-left:0;
}

@media screen and (max-width: 480px){
	#output #contents #side_bar ,
	##output #contents map_canvas {
		width:98%;
		margin:0 1%;
		float:none;
	}
}





/*▼▼テキストコントロール部▼▼*/

/* ▼サイドバー内 テキスト*/

.hpb-cnt-tb-cell2 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-family:"Meiryo UI", "メイリオ", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
}

.hpb-cnt-tb-cell2 a {
	text-decoration: none !important;
	color: #008DCB;
}

.hpb-cnt-tb-cell2 a:hover {
	color: #Fc4e32;
	text-decoration: underline !important;
}

.hpb-cnt-tb-cell2 a:visited {
	text-decoration: none !important;
}

/* ▲サイドバー内 テキスト*/



/* ▼マップ上のテキスト*/

.nameBoard {
	font-weight: bold;
	font-size: 16px;
	font-family:"Meiryo UI", "メイリオ", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
	color: #484848;
}

/* ▲マップ上のテキスト*/


/*▲▲テキストコントロール部▲▲*/