div.gmap_info_box {
	color: #000000;
	background-color: #ffffff;
	font-size: 90%;
	width: 340px;
	height: 148px;
}

div.gmap_info_title {
	color: #000000;
	background-color: #ffffff;
	font-size: 60%;
	text-align: left;
}

div.gmap_info_sep1 {
	color: #000000;
	background-color: #ffffff;
	font-size: 60%;
	text-align: left;
	height: 5px;
}

div.gmap_info_photo {
	color: #000000;
	background-color: #ffffff;
	font-size: 90%;
/*	width: 120px;*/
	height: 90px;
	float: left;
}

div.gmap_info_sep2 {
	color: #000000;
	background-color: #ffffff;
	font-size: 60%;
	text-align: left;
	width: 5px;
	float: left;
}

div.gmap_info_desc1 {
	color: #000000;
	background-color: #ffffff;
	font-size: 90%;
	width: 340px;
	height: 90px;
	vertical-align: text-top;
	text-align: left;
	float: left;
}

div.gmap_info_desc2 {
	color: #000000;
	background-color: #ffffff;
	font-size: 90%;
	width: 215px;
	height: 90px;
	vertical-align: text-top;
	text-align: left;
	float: left;
}

.map_menu {
	width: 190px;
	overflow: auto;
	height: 400px;
	padding: 5px;
	border: 1px solid #0280B8;
	margin-right: auto;
	margin-left: auto;
	scrollbar-face-color: #e5f3f9;
	scrollbar-track-color: #b8ddf0;
	scrollbar-arrow-color: #0280b8;
	scrollbar-highlight-color: #fdfeff;
	scrollbar-shadow-color: #81b7dd;
	scrollbar-3dlight-color: #b8ddf0;
	scrollbar-darkshadow-color: #0280b8;

}
.menu-line {
	padding-bottom: 11px;
	background-image: url(../img/line_02_00.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}


/* side menu*/
.smenu_on{
	font-size: 1.4rem;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}
.smenu_on ul{
	display:auto;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
}

.smenu_off{
	font-size: 1.4rem;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}
.smenu_off ul{
	display:none;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
}

.smenu_off li a{
	color: #000;
}
.smenu-line{
	border-bottom: solid 1px #009980;
	position: relative;
	padding: 0px;
	margin: 0px;
}

.smenu-line::before, .smenu-line::after {
	content: "";
	position: absolute;
}
.smenu-line:before {
	width: 1.5rem;
	height: 1.5rem;
	background-color: #009980;
	top: 0.3rem;
	left: 0;
}
.smenu-line::after {
	width: 0.5rem;
	height: 0.5rem;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	top: 0.8rem;
	left:0.3rem;
	transform: rotate(-45deg);
}

.smenu_on .smenu-name {
	cursor:pointer;
	cursor:hand;
	position:relative;
	padding: 0 0 0.5rem 2rem;
	margin: 0;
}
@media only screen and (max-width: 769px) {
	.smenu_on .smenu-name {
		padding: 0.4rem 0 0.5rem 2rem;
	}
}

.smenu_on .smenu-name::before, .smenu_off .smenu-name::after {
	content: "";
	width: 10px;
	height: 2px;
	background-color: #009980;
	position: absolute;
	top: 50%;
	right: 0;
	transition: .3s;
}
.smenu_on .smenu-name::before {
	transform: translateY(-50%);
}
.smenu_on .smenu-name::after {
	transform: translateY(-50%);
	/*transform: translateY(-50%) rotate(90deg);*/
}

.smenu_off .smenu-name {
	cursor:pointer;
	cursor:hand;
	position:relative;
	padding: 0 0 0.5rem 2rem;
	margin: 0;
}
@media only screen and (max-width: 769px) {
	.smenu_off .smenu-name {
		padding: 0.4rem 0 0.5rem 2rem;
	}
}

.smenu_off .smenu-name::before, .smenu_off .smenu-name::after {
	content: "";
	width: 10px;
	height: 2px;
	background-color: #009980;
	position: absolute;
	top: 50%;
	right: 0;
	transition: .3s;
}
.smenu_off .smenu-name::before {
	transform: translateY(-50%);
}
.smenu_off .smenu-name::after {
	transform: translateY(-50%) rotate(90deg);
}

.smenu_bottom {
	height: 20px;
}

.list .on{
	background-image: url(../img/icon_011.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-bottom: 2px;
	padding-top: 2px;
	list-style-type: none;
	background-position: 20px 7px;
	padding-right: 5px;
	color: #0280b8;
	font-weight: bold;
}

.list .off{
	background-image: url(../img/icon_01.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-bottom: 2px;
	padding-top: 2px;
	list-style-type: none;
	background-position: 20px 7px;
	padding-right: 5px;
}
.list li{
	margin:  0rem 0rem 0.5rem 1.8rem;
	line-height: 1em;
}


.list .map{
	list-style-type: none;
	padding: 0rem 0rem 0rem 1.5rem;
	position: relative;
}

@media only screen and (max-width: 769px) {
	.list .map{
		list-style-type: none;
		padding: 0.5rem 0rem 0rem 1.5rem;
		position: relative;
	}
}

.list .map::before, .list .map::after {
	content: "";
	position: absolute;
}
.list .map:before {
	width: 1.2rem;
	height: 1.2rem;
	background-color: #009980;
	top: 0.5rem;
	left: 0;
}
.list .map::after {
	width: 0.4rem;
	height: 0.4rem;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	top: 0.8rem;
	left:0.3rem;
	transform: rotate(-45deg);
}
.list a{
	color: #000;
}
