@CHARSET "EUC-JP";

/* ヘッダ */
.header {
	position: relative;
	height: 51px;
	overflow: hidden;
	margin-bottom: 5px;
}

.header_logo {
	float: left;
	margin-right: 5px;
	width: 270px;
}

.header_info {
	float: left;
}

.header_operate {
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 12px;
}

/* カテゴリタブ */
.category_tab {
}

.category_tab_ul {
	overflow: hidden;
	margin-left: 80px;
	paddign: 0px;
}

.category_tab_ul li {
	float: left;
	width: 160px;
	height: 25px;
	margin-right: 10px;
}

.category_tab_ul li img {
	border-style: none;
}

.tab_frame {
	overflow: hidden;
}

.tab_frame .corner_frame {
	position: relative;
	float: left;
	width: 165px;
	height: 19px;
	background-image: url(../image/S/tab_Scorner.gif);
	margin-right: -165px;
	z-index: 2;
}

.tab_frame .top_frame {
	position: relative;
	float: left;
	width: 100%;
	z-index: 1;
}

.tab_frame .top_frame > div {
	margin-left: 165px;
	height: 19px;
	background-image: url(../image/S/tab_Sframe.gif);
}

/* メイン */
.main_content {
	overflow: hidden;
}

.main_content .menu {
	position: relative;
	float: left;
	width: 240px;
	margin-right: -240px;
	z-index: 2000;
}

.main_content .menu_contents {
	float: left;
	width: 240px;
	background-image: url(../image/S/bg_width.gif);
	background-repeat: repeat-y;
	background-color: #ddedcd;
	border-bottom-right-radius: 12px;
}

.main_content .menu .search {
}

.main_content .menu .search h3 {
	margin-left: 10px;
	margin-top: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 16px;
}

.main_content .menu_contents .menu-corner {
	height: 6px;
	width: 245px;
	background-image: url(../image/S/tab_Scorner2.gif);
}

.main_content .menu .search .search_box {
	margin-left: 10px;
}

.main_content .menu .search .search_box .column_wrap {
	margin-top: 5px;
	overflow: hidden;
}

.main_content .menu .search .search_box .column_wrap .left {
	float: left;
	line-height: 21px;
}

.main_content .menu .search .search_box .column_wrap .right {
	float: right;
}

#InfoSearchTitle {
	margin-left: 10px;
	margin-right: 5px;
	height: 20px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background-color: #7e7965;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
}

#idTxtInfoSearch {
	width: 183px;
	padding: 2px;
	margin-top: 1px;
	margin-bottom: 1px;
}

#idBtnInfoSearch {
	padding-left: 6px;
	padding-right: 6px;
	margin-right: 13px;
}


#InfoMenuTitle {
	margin-left: 10px;
	margin-right: 5px;
	height: 20px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background-color: #7e7965;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
}

.main_content .menu .info_menu {
	padding-top: 6px;
	background-image: url(../image/S/bg_width.gif);
	background-repeat: repeat-y;
}

.main_content .menu .info_menu .info_menu_buttons {
	margin-top: 5px;
	margin-left
}

.main_content .menu .info_menu .info_menu_buttons li {
	display: block;
	width: 100%;
	margin-bottom: 6px;
}

#info_menu_button li > a {
	background-color: #ffffff;
	box-sizing: border-box;
	width: 200px;
	height: 22px;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-radius: 12px;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	text-decoration: none;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	box-shadow: 2px 2px 2px #808080;
}

#info_menu_button li > a:hover {
	background-color: #ffcccc;
}

#info_menu_button li > a.selected {
	background-color: #ffcccc;
	box-shadow: 2px 2px 2px #808080 inset;
}

.main_content .menu .info_menu .info_menu_buttons li img {
	width: 213px;
	margin-left: 16px;
	clip: rect(0px, 213px, 23px, 0px);
	position: absolute;
}

.main_content .menu .info_menu .info_menu_buttons li img.selected {
	clip: rect(46px, 213px, 69px, 0px);
	margin-top: -46px;
}

.main_content .menu .info_menu .info_menu_buttons li img.mouseover {
	clip: rect(23px, 213px, 46px, 0px);
	margin-top: -23px;
}

.main_content .menu .menu_bottom {
	height: 20px;
}

#MenuOpCsTab {
	float: left;
	width: 28px;
	height: 140px;
	margin-top: 200px;
	margin-right: -28px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	background-color: #33cc66;
}

#MenuOpCsTab div {
	width: 28px;
	height: 140px;
	line-height: 28px;
	letter-spacing: 0.2em;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	cursor: pointer;
}

/* 地図側フレーム */
.main_content .map_wrap {
	position: relative;
	float: left;
	width: 100%;
	z-index: 1px;
}

.main_content .map_wrap .map_frame {
	margin-left: 240px;
	margin-top: 6px;
}

/* 地図境界線 */
.map_frame .map_border_wrap {
	overflow: hidden;
}

.map_frame .border {
	overflow: hidden;
	width: 100%;
}

.map_frame .border .left_top {
	float: left;
	width: 15px;
	height: 10px;
	background-image: url(../image/outline1.gif);
	margin-right: -15px;
}

.map_frame .border .center_wrap {
	float: left;
	width: 100%;
}

.map_frame .border .center_wrap > div {
	margin-left: 15px;
	margin-right: 15px;
}

.map_frame .border .center_wrap .top {
	height: 10px;
	background-image: url(../image/outline1-2.gif);
}

.map_frame .border .right_top {
	float: right;
	width: 15px;
	height: 10px;
	background-image: url(../image/outline2.gif);
	margin-left: -15px;
}

.map_frame .border .left {
	float: left;
	width: 15px;
	height: 100%;
	background-image: url(../image/outline1-3.gif);
	margin-right: -15px;
}

.map_frame .border .right {
	float: right;
	width: 15px;
	height: 100%;
	background-image: url(../image/outline2-4.gif);
	margin-left: -15px;
}

.map_frame .border .left_bottom {
	float: left;
	width: 15px;
	height: 10px;
	background-image: url(../image/outline3.gif);
	margin-right: -15px;
}

.map_frame .border .center_wrap .bottom {
	height: 10px;
	background-image: url(../image/outline3-4.gif);
}

.map_frame .border .right_bottom {
	float: right;
	width: 15px;
	height: 10px;
	background-image: url(../image/outline4.gif);
	margin-left: -15px;
}

.map_search {
	overflow: hidden;
	font-size: 12px;
}

#idImgSearchTitle {
	float: left;
	margin-right: 10px;
}

#idDivAddrSearch {
	float: left;
	min-width: 180px;
	line-height: 30px;
	overflow: hidden;
	margin-right: 24px;
}

#idDivStationSearch {
	float: left;
	line-height: 30px;
}

#idBtnAddrSearch {
	padding-left: 6px;
	padding-right: 6px;
	margin-top: 2.5px;
	margin-left: 3px;
}

#idTxtStation {
	padding: 2px;
	margin-top: 2.5px;
	margin-right: 2px;
}

#idBtnStationSearch {
	padding-left: 6px;
	padding-right: 6px;
	margin-top: 2.5px;
}

#idDivJichitaiLink {
	float: right;
	padding-top: 5.5px;
}

/* 地図 */
#idDivNearAddrWrap {
	font-size: 12px;
	border: 1px solid #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	overflow: hidden;
}

#idDivNearAddrWrap .fl_left {
	float: left;
}

#idDivNearAddrWrap .fl_right {
	float: right;
}

#MapWrap {
	position: relative;
	background-color: #000000;
	min-height: 180px;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
}

#map {
	position: relative;
	background-color: #ffffff;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: 10;
}

#idImgCenterCross {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	width: 32px;
	height: 32px;
	z-index: 20;
}

/* 地図操作 */
#idDivMapOperateButtons {
	position: absolute;
	top: 2px;
	right: 10px;
	width: 80px;
	padding: 3px;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: 30;
}

#idDivMapOperateButtons .inner {
	widht: 80px;
}

#idDivMapOperateButtons .inner img {
	display: block;
}

#idImgMapIdoTitle {
	width: 60px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

#idDivScrollWrap {
	width: 60px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

#idDivScrollWrap > div {
	width: 20px;
	height: 20px;
	float: left;
	background-image: url(../image/scroll.gif);
}

#idBtnScrollNW {
	background-position: 0px 0px;
	cursor: pointer;
}

#idBtnScrollN {
	background-position: -20px 0px;
	cursor: pointer;
}

#idBtnScrollNE {
	background-position: -40px 0px;
	cursor: pointer;
}

#idBtnScrollW {
	background-position: 0px -20px;
	cursor: pointer;
}

#idBtnScrollC {
	background-position: -20px -20px;
}

#idBtnScrollE {
	background-position: -40px -20px;
	cursor: pointer;
}

#idBtnScrollSW {
	background-position: 0px -40px;
	cursor: pointer;
}

#idBtnScrollS {
	background-position: -20px -40px;
	cursor: pointer;
}

#idBtnScrollSE {
	background-position: -40px -40px;
	cursor: pointer;
}

#idImgMapShukushakuTitle {
	width: 60px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

.ZoomRad {
	display: none;
}

.ZoomButton {
	width: 70px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}

#idImgMapInsatsuTitle {
	width: 60px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 0px;
}

#idBtnMapInsatsu {
	width: 70px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
}

/* ピン */
#idBtnPinCenter {
	width: 80px;
	height: 24px;
	margin-bottom: -2px;
	overflow: hidden;
	text-indent: -9999px;
	border-style: none;
	background-color: transparent;
	background-image: url(../image/pin_center.png);
	cursor: pointer;
}

#idBtnPinJump {
	width: 80px;
	height: 24px;
	margin-bottom: -2px;
	overflow: hidden;
	text-indent: -9999px;
	border-style: none;
	background-color: transparent;
	background-image: url(../image/pin_jump.png);
}

#idBtnPinDelete {
	width: 80px;
	height: 24px;
	overflow: hidden;
	text-indent: -9999px;
	border-style: none;
	background-color: transparent;
	background-image: url(../image/pin_delete.png);
}

.pin_select {
	background-position: 0 -24px;
	cursor: pointer;
}

/* 吹き出し */
.hukidashi {
	position: relative;
	background: #ffffff;
	border: 1px solid #000000;
	border-radius: 6px;
	font-size: 14px;
	font-family: sans-serif;
	box-shadow: 10px 10px 5px 5px rgba(0,0,0,0.4);
}

.hukidashi > div {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-left: 5px;
}

.hukidashi:after, .hukidashi:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.hukidashi:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #ffffff;
	border-width: 16px;
	margin-left: -16px;
}
.hukidashi:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #000000;
	border-width: 17px;
	margin-left: -17px;
}

/* バナー */
#idDivRandomBanner {
	position: absolute;
	top: 3px;
	left: 18px;
	width: 250px;
	z-index: 40;
}

#idDivRandomBanner .bnr_cell {
	box-sizing: border-box;
	width: 250px;
	height: 107px;
	border: 1px solid;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 3px;
}

#idDivRandomBanner .bnr_cell .bnr_cell_inner {
	overflow: hidden;
	margin: 3px;
	height: calc( 100% - 6px );
}

#idDivRandomBanner .bnr_cell .bnr_cell_inner .bnr_img_clm {
	position: relative;
	float: left;
	width: 90px;
	margin-right: -90px;
	z-index: 20;
}

#idDivRandomBanner .bnr_cell .bnr_cell_inner .bnr_img_clm > * {
	width: 90px;
	word-break: break-all;
}

#idDivRandomBanner .bnr_cell .bnr_cell_inner .bnr_note_clm {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	z-index: 10px;
}

#idDivRandomBanner .bnr_cell .bnr_cell_inner .bnr_note_clm > * {
	margin-left: 95px;
}

#idDivRandomBanner .bnr_cell .bnr_cell_inner .bnr_note_clm .bnr_detail_link {
	position: absolute;
	bottom: 0px;
}

#idDivRandomBanner .bnr_cell p.bnr_banner_name {
	padding: 1px;
	font-weight: bold;
	text-align: center;
}

/* 施設リスト */
#ShisetsuListWrap {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 50;
	border-top: 1px solid #404040;
}

#ShisetsuListTab {
	cursor: pointer;
	width: 230px;
	height: 25px;
	margin-top: -25px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../image/btn_ichiran.png);
	text-indent: -9999px;
}

#ShisetsuListTab.open {
	background-position: 0px -25px;
}

#ShisetsuList {
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
	/*max-height: 210px;*/
	overflow-y: auto;
	background-color: rgba(255, 255, 255, 1.0);
}

#ShisetsuList .ShisetsuListTbl {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	background-color: #33cc66;
	font-family: sans-serif;
	font-size: 12px;
}

#ShisetsuList .ShisetsuListTbl tr.header {
	height: auto;
	overflow: auto;
}

#ShisetsuList .ShisetsuListTbl tr.header td {
	background-color: #ddedcd;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 3px;
}

#ShisetsuList .ShisetsuListTbl tr td {
	background-color: #ffffff;
	padding: 3px;
}

#ShisetsuList .ShisetsuListOp {
	position: relative;
	overflow: hidden;
	height: 32px;
}

#ShisetsuList .JichitaiInof {
	margin-top: 3px;
	margin-left: 5px;
}

#ShisetsuList .JichitaiHP {
	width: 145px;
	height: 19px;
	border-width: 0px;
	vertical-align: bottom;
}

#ShisetsuList .ShisetsuListOp > .ShisetsuListCount {
	float: left;
	font-size: 13px;
	margin-left: 5px;
	/*margin-top: 5px;*/
	line-height: 32px;
}

#ShisetsuList .ShisetsuListOp > .ShisetsuMenuNotice {
	float: left;
	margin-top: 8px;
	margin-left: 72px;
}

#ShisetsuList .ShisetsuListOp > .ShisetsuListPagger {
	float: right;
	margin-right: 18px;
	margin-top: 4px;
}

#ShisetsuList .ShisetsuListOp > .ShisetsuListPagger > img {
	cursor: pointer;
}

#ShisetsuList .ShisetsuListTbl td {
	word-break: break-all;
	word-wrap: break-word;
}

#ShisetsuList .ShisetsuListTbl td.col0 {
	width: 24px;
	text-align: center;
}

#ShisetsuList .ShisetsuListTbl td.col1 {
	display: none;
}

#ShisetsuList .ShisetsuListTbl td.col2 {
	width: 28px;
	text-align: center;
}

#ShisetsuList .ShisetsuListTbl td.col3 {
	width: 28px;
	text-align: center;
}

#ShisetsuList .ShisetsuListTbl td.col4 {
	width: 26px;
	text-align: center;
}

#ShisetsuList .ShisetsuListTbl td.col5 {
	width: 34px;
	text-align: center;
}

#ShisetsuList .ShisetsuListTbl td.col6 {
	width: 28px;
	text-align: center;
}

#ShisetsuList .ShisetsuListTbl td.col7 {
	width: 52px;
}

#ShisetsuList .ShisetsuListTbl td.col8 {
	width: 180px;
}

#ShisetsuList .ShisetsuListTbl td.col9 {
	width: 195px;
	word-break: break-all;
	word-wrap: break-word;
}

#ShisetsuList .ShisetsuListTbl td.col10 {
	width: 76px;
	text-align: center;
}

/* フッタ */
.footer {
	padding-bottom: 1em;
	overflow: hiden;
	font-family: sans-serif;
}

.footer_menu {
	text-align: center;
	font-size: small;
	margin-bottom: 5px;
}

.footer_title {
	float: right;
	font-size: small;
	color: #555555;
}

.sz18 {
	font-size: 18px;
}

.sz16 {
	font-size: 16px;
}

.bold {
	font-weight: bold;
}